Class

com.github.shadowsocks

ShadowsocksNatService

Related Doc: package shadowsocks

Permalink

class ShadowsocksNatService extends Service with BaseService

Linear Supertypes
BaseService, Service, ComponentCallbacks2, ComponentCallbacks, ContextWrapper, Context, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShadowsocksNatService
  2. BaseService
  3. Service
  4. ComponentCallbacks2
  5. ComponentCallbacks
  6. ContextWrapper
  7. Context
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ShadowsocksNatService()

    Permalink

Type Members

  1. case class NameNotResolvedException() extends IOException with Product with Serializable

    Permalink
    Definition Classes
    BaseService
  2. case class NullConnectionException() extends NullPointerException with Product with Serializable

    Permalink
    Definition Classes
    BaseService

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val CMD_IPTABLES_DNAT_ADD_SOCKS: String

    Permalink
  5. val TAG: String

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def attachBaseContext(arg0: Context): Unit

    Permalink
    Attributes
    protected[android.content]
    Definition Classes
    ContextWrapper
  8. def bindService(arg0: Intent, arg1: ServiceConnection, arg2: Int): Boolean

    Permalink
    Definition Classes
    ContextWrapper → Context
  9. val binder: Stub

    Permalink
    Definition Classes
    BaseService
  10. final def buildOvertureConfig(file: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    BaseService
  11. def buildPluginCommandLine(): ArrayBuffer[String]

    Permalink
    Attributes
    protected
    Definition Classes
    BaseService
  12. final def buildShadowsocksConfig(file: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    BaseService
  13. final val callbacks: RemoteCallbackList[IShadowsocksServiceCallback]

    Permalink
    Definition Classes
    BaseService
  14. def changeState(s: Int, msg: String = null): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BaseService
  15. def checkCallingOrSelfPermission(arg0: String): Int

    Permalink
    Definition Classes
    ContextWrapper → Context
  16. def checkCallingOrSelfUriPermission(arg0: Uri, arg1: Int): Int

    Permalink
    Definition Classes
    ContextWrapper → Context
  17. def checkCallingPermission(arg0: String): Int

    Permalink
    Definition Classes
    ContextWrapper → Context
  18. def checkCallingUriPermission(arg0: Uri, arg1: Int): Int

    Permalink
    Definition Classes
    ContextWrapper → Context
  19. def checkPermission(arg0: String, arg1: Int, arg2: Int): Int

    Permalink
    Definition Classes
    ContextWrapper → Context
  20. def checkProfile(profile: Profile): Boolean

    Permalink
    Definition Classes
    BaseService
  21. def checkSelfPermission(arg0: String): Int

    Permalink
    Definition Classes
    ContextWrapper → Context
  22. def checkUriPermission(arg0: Uri, arg1: String, arg2: String, arg3: Int, arg4: Int, arg5: Int): Int

    Permalink
    Definition Classes
    ContextWrapper → Context
  23. def checkUriPermission(arg0: Uri, arg1: Int, arg2: Int, arg3: Int): Int

    Permalink
    Definition Classes
    ContextWrapper → Context
  24. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. var closeReceiverRegistered: Boolean

    Permalink
    Definition Classes
    BaseService
  26. def connect(): Unit

    Permalink
    Definition Classes
    ShadowsocksNatServiceBaseService
  27. def createConfigurationContext(arg0: Configuration): Context

    Permalink
    Definition Classes
    ContextWrapper → Context
  28. def createContextForSplit(arg0: String): Context

    Permalink
    Definition Classes
    ContextWrapper → Context
    Annotations
    @throws( ... )
  29. def createDeviceProtectedStorageContext(): Context

    Permalink
    Definition Classes
    ContextWrapper → Context
  30. def createDisplayContext(arg0: Display): Context

    Permalink
    Definition Classes
    ContextWrapper → Context
  31. def createNotification(): ShadowsocksNotification

    Permalink
    Definition Classes
    ShadowsocksNatServiceBaseService
  32. def createPackageContext(arg0: String, arg1: Int): Context

    Permalink
    Definition Classes
    ContextWrapper → Context
    Annotations
    @throws( ... )
  33. def databaseList(): Array[String]

    Permalink
    Definition Classes
    ContextWrapper → Context
  34. def deleteDatabase(arg0: String): Boolean

    Permalink
    Definition Classes
    ContextWrapper → Context
  35. def deleteFile(arg0: String): Boolean

    Permalink
    Definition Classes
    ContextWrapper → Context
  36. def deleteSharedPreferences(arg0: String): Boolean

    Permalink
    Definition Classes
    ContextWrapper → Context
  37. def dump(arg0: FileDescriptor, arg1: PrintWriter, arg2: Array[String]): Unit

    Permalink
    Attributes
    protected[android.app]
    Definition Classes
    Service
  38. def enforceCallingOrSelfPermission(arg0: String, arg1: String): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
  39. def enforceCallingOrSelfUriPermission(arg0: Uri, arg1: Int, arg2: String): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
  40. def enforceCallingPermission(arg0: String, arg1: String): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
  41. def enforceCallingUriPermission(arg0: Uri, arg1: Int, arg2: String): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
  42. def enforcePermission(arg0: String, arg1: Int, arg2: Int, arg3: String): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
  43. def enforceUriPermission(arg0: Uri, arg1: String, arg2: String, arg3: Int, arg4: Int, arg5: Int, arg6: String): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
  44. def enforceUriPermission(arg0: Uri, arg1: Int, arg2: Int, arg3: Int, arg4: String): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
  45. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  46. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  47. def fileList(): Array[String]

    Permalink
    Definition Classes
    ContextWrapper → Context
  48. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  49. def forceLoad(): Unit

    Permalink
    Definition Classes
    BaseService
  50. final def getApplication(): Application

    Permalink
    Definition Classes
    Service
  51. def getApplicationContext(): Context

    Permalink
    Definition Classes
    ContextWrapper → Context
  52. def getApplicationInfo(): ApplicationInfo

    Permalink
    Definition Classes
    ContextWrapper → Context
  53. def getAssets(): AssetManager

    Permalink
    Definition Classes
    ContextWrapper → Context
  54. def getBaseContext(): Context

    Permalink
    Definition Classes
    ContextWrapper
  55. def getCacheDir(): File

    Permalink
    Definition Classes
    ContextWrapper → Context
  56. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  57. def getClassLoader(): ClassLoader

    Permalink
    Definition Classes
    ContextWrapper → Context
  58. def getCodeCacheDir(): File

    Permalink
    Definition Classes
    ContextWrapper → Context
  59. final def getColor(arg0: Int): Int

    Permalink
    Definition Classes
    Context
  60. final def getColorStateList(arg0: Int): ColorStateList

    Permalink
    Definition Classes
    Context
  61. def getContentResolver(): ContentResolver

    Permalink
    Definition Classes
    ContextWrapper → Context
  62. def getDataDir(): File

    Permalink
    Definition Classes
    ContextWrapper → Context
  63. def getDatabasePath(arg0: String): File

    Permalink
    Definition Classes
    ContextWrapper → Context
  64. def getDir(arg0: String, arg1: Int): File

    Permalink
    Definition Classes
    ContextWrapper → Context
  65. final def getDrawable(arg0: Int): Drawable

    Permalink
    Definition Classes
    Context
  66. def getExternalCacheDir(): File

    Permalink
    Definition Classes
    ContextWrapper → Context
  67. def getExternalCacheDirs(): Array[File]

    Permalink
    Definition Classes
    ContextWrapper → Context
  68. def getExternalFilesDir(arg0: String): File

    Permalink
    Definition Classes
    ContextWrapper → Context
  69. def getExternalFilesDirs(arg0: String): Array[File]

    Permalink
    Definition Classes
    ContextWrapper → Context
  70. def getExternalMediaDirs(): Array[File]

    Permalink
    Definition Classes
    ContextWrapper → Context
  71. def getFileStreamPath(arg0: String): File

    Permalink
    Definition Classes
    ContextWrapper → Context
  72. def getFilesDir(): File

    Permalink
    Definition Classes
    ContextWrapper → Context
  73. def getMainLooper(): Looper

    Permalink
    Definition Classes
    ContextWrapper → Context
  74. def getNoBackupFilesDir(): File

    Permalink
    Definition Classes
    ContextWrapper → Context
  75. def getObbDir(): File

    Permalink
    Definition Classes
    ContextWrapper → Context
  76. def getObbDirs(): Array[File]

    Permalink
    Definition Classes
    ContextWrapper → Context
  77. def getPackageCodePath(): String

    Permalink
    Definition Classes
    ContextWrapper → Context
  78. def getPackageManager(): PackageManager

    Permalink
    Definition Classes
    ContextWrapper → Context
  79. def getPackageName(): String

    Permalink
    Definition Classes
    ContextWrapper → Context
  80. def getPackageResourcePath(): String

    Permalink
    Definition Classes
    ContextWrapper → Context
  81. def getResources(): Resources

    Permalink
    Definition Classes
    ContextWrapper → Context
  82. def getSharedPreferences(arg0: String, arg1: Int): SharedPreferences

    Permalink
    Definition Classes
    ContextWrapper → Context
  83. def getState: Int

    Permalink
    Definition Classes
    BaseService
  84. final def getString(arg0: Int, arg1: <repeated...>[AnyRef]): String

    Permalink
    Definition Classes
    Context
  85. final def getString(arg0: Int): String

    Permalink
    Definition Classes
    Context
  86. def getSystemService(arg0: String): AnyRef

    Permalink
    Definition Classes
    ContextWrapper → Context
  87. final def getSystemService[T](arg0: Class[T]): T

    Permalink
    Definition Classes
    Context
  88. def getSystemServiceName(arg0: Class[_]): String

    Permalink
    Definition Classes
    ContextWrapper → Context
  89. final def getText(arg0: Int): CharSequence

    Permalink
    Definition Classes
    Context
  90. def getTheme(): Theme

    Permalink
    Definition Classes
    ContextWrapper → Context
  91. def grantUriPermission(arg0: String, arg1: Uri, arg2: Int): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
  92. def handleConnection(): Unit

    Permalink

    Called when the activity is first created.

  93. lazy val handler: Handler

    Permalink
    Definition Classes
    BaseService
  94. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  95. def isDeviceProtectedStorage(): Boolean

    Permalink
    Definition Classes
    ContextWrapper → Context
  96. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  97. def isRestricted(): Boolean

    Permalink
    Definition Classes
    ContextWrapper → Context
  98. def killProcesses(): Unit

    Permalink
  99. def moveDatabaseFrom(arg0: Context, arg1: String): Boolean

    Permalink
    Definition Classes
    ContextWrapper → Context
  100. def moveSharedPreferencesFrom(arg0: Context, arg1: String): Boolean

    Permalink
    Definition Classes
    ContextWrapper → Context
  101. val myUid: Int

    Permalink
  102. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  103. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  104. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  105. final def obtainStyledAttributes(arg0: AttributeSet, arg1: Array[Int], arg2: Int, arg3: Int): TypedArray

    Permalink
    Definition Classes
    Context
  106. final def obtainStyledAttributes(arg0: AttributeSet, arg1: Array[Int]): TypedArray

    Permalink
    Definition Classes
    Context
  107. final def obtainStyledAttributes(arg0: Int, arg1: Array[Int]): TypedArray

    Permalink
    Definition Classes
    Context
    Annotations
    @throws( ... )
  108. final def obtainStyledAttributes(arg0: Array[Int]): TypedArray

    Permalink
    Definition Classes
    Context
  109. def onBind(intent: Intent): IBinder

    Permalink
    Definition Classes
    ShadowsocksNatService → Service
  110. def onConfigurationChanged(arg0: Configuration): Unit

    Permalink
    Definition Classes
    Service → ComponentCallbacks
  111. def onCreate(): Unit

    Permalink
    Definition Classes
    BaseService → Service
  112. def onDestroy(): Unit

    Permalink
    Definition Classes
    Service
  113. def onLowMemory(): Unit

    Permalink
    Definition Classes
    Service → ComponentCallbacks
  114. def onRebind(arg0: Intent): Unit

    Permalink
    Definition Classes
    Service
  115. def onStartCommand(intent: Intent, flags: Int, startId: Int): Int

    Permalink
    Definition Classes
    ShadowsocksNatServiceBaseService → Service
  116. def onTaskRemoved(arg0: Intent): Unit

    Permalink
    Definition Classes
    Service
  117. def onTrimMemory(arg0: Int): Unit

    Permalink
    Definition Classes
    Service → ComponentCallbacks2
  118. def onUnbind(arg0: Intent): Boolean

    Permalink
    Definition Classes
    Service
  119. def openFileInput(arg0: String): FileInputStream

    Permalink
    Definition Classes
    ContextWrapper → Context
    Annotations
    @throws( ... )
  120. def openFileOutput(arg0: String, arg1: Int): FileOutputStream

    Permalink
    Definition Classes
    ContextWrapper → Context
    Annotations
    @throws( ... )
  121. def openOrCreateDatabase(arg0: String, arg1: Int, arg2: CursorFactory, arg3: DatabaseErrorHandler): SQLiteDatabase

    Permalink
    Definition Classes
    ContextWrapper → Context
  122. def openOrCreateDatabase(arg0: String, arg1: Int, arg2: CursorFactory): SQLiteDatabase

    Permalink
    Definition Classes
    ContextWrapper → Context
  123. var overtureProcess: GuardedProcess

    Permalink
  124. var pluginPath: String

    Permalink
    Attributes
    protected
    Definition Classes
    BaseService
  125. var profile: Profile

    Permalink
    Attributes
    protected
    Definition Classes
    BaseService
  126. var redsocksProcess: GuardedProcess

    Permalink
  127. def registerComponentCallbacks(arg0: ComponentCallbacks): Unit

    Permalink
    Definition Classes
    Context
  128. def registerReceiver(arg0: BroadcastReceiver, arg1: IntentFilter, arg2: String, arg3: Handler, arg4: Int): Intent

    Permalink
    Definition Classes
    ContextWrapper → Context
  129. def registerReceiver(arg0: BroadcastReceiver, arg1: IntentFilter, arg2: String, arg3: Handler): Intent

    Permalink
    Definition Classes
    ContextWrapper → Context
  130. def registerReceiver(arg0: BroadcastReceiver, arg1: IntentFilter, arg2: Int): Intent

    Permalink
    Definition Classes
    ContextWrapper → Context
  131. def registerReceiver(arg0: BroadcastReceiver, arg1: IntentFilter): Intent

    Permalink
    Definition Classes
    ContextWrapper → Context
  132. lazy val restartHanlder: Handler

    Permalink
    Definition Classes
    BaseService
  133. def revokeUriPermission(arg0: String, arg1: Uri, arg2: Int): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
  134. def revokeUriPermission(arg0: Uri, arg1: Int): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
  135. def sendBroadcast(arg0: Intent, arg1: String): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
  136. def sendBroadcast(arg0: Intent): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
  137. def sendBroadcastAsUser(arg0: Intent, arg1: UserHandle, arg2: String): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
  138. def sendBroadcastAsUser(arg0: Intent, arg1: UserHandle): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
  139. def sendOrderedBroadcast(arg0: Intent, arg1: String, arg2: BroadcastReceiver, arg3: Handler, arg4: Int, arg5: String, arg6: Bundle): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
  140. def sendOrderedBroadcast(arg0: Intent, arg1: String): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
  141. def sendOrderedBroadcastAsUser(arg0: Intent, arg1: UserHandle, arg2: String, arg3: BroadcastReceiver, arg4: Handler, arg5: Int, arg6: String, arg7: Bundle): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
  142. def setTheme(arg0: Int): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
  143. def setupIptables(): Unit

    Permalink
  144. var sslocalProcess: GuardedProcess

    Permalink
  145. var sstunnelProcess: GuardedProcess

    Permalink
  146. def startActivities(arg0: Array[Intent], arg1: Bundle): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
  147. def startActivities(arg0: Array[Intent]): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
  148. def startActivity(arg0: Intent, arg1: Bundle): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
  149. def startActivity(arg0: Intent): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
  150. def startDNSTunnel(): Unit

    Permalink
  151. def startDnsDaemon(): Unit

    Permalink
  152. final def startForeground(arg0: Int, arg1: Notification): Unit

    Permalink
    Definition Classes
    Service
  153. def startForegroundService(arg0: Intent): ComponentName

    Permalink
    Definition Classes
    ContextWrapper → Context
  154. def startInstrumentation(arg0: ComponentName, arg1: String, arg2: Bundle): Boolean

    Permalink
    Definition Classes
    ContextWrapper → Context
  155. def startIntentSender(arg0: IntentSender, arg1: Intent, arg2: Int, arg3: Int, arg4: Int, arg5: Bundle): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
    Annotations
    @throws( ... )
  156. def startIntentSender(arg0: IntentSender, arg1: Intent, arg2: Int, arg3: Int, arg4: Int): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
    Annotations
    @throws( ... )
  157. def startRedsocksDaemon(): Unit

    Permalink
  158. def startRunner(): Unit

    Permalink
    Definition Classes
    BaseService
  159. def startService(arg0: Intent): ComponentName

    Permalink
    Definition Classes
    ContextWrapper → Context
  160. def startShadowsocksDaemon(): Unit

    Permalink
  161. final def stopForeground(arg0: Int): Unit

    Permalink
    Definition Classes
    Service
  162. final def stopForeground(arg0: Boolean): Unit

    Permalink
    Definition Classes
    Service
  163. def stopRunner(stopService: Boolean, msg: String = null): Unit

    Permalink
    Definition Classes
    ShadowsocksNatServiceBaseService
  164. final def stopSelf(arg0: Int): Unit

    Permalink
    Definition Classes
    Service
  165. final def stopSelf(): Unit

    Permalink
    Definition Classes
    Service
  166. final def stopSelfResult(arg0: Int): Boolean

    Permalink
    Definition Classes
    Service
  167. def stopService(arg0: Intent): Boolean

    Permalink
    Definition Classes
    ContextWrapper → Context
  168. var su: Interactive

    Permalink
  169. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  170. var timer: Timer

    Permalink
    Definition Classes
    BaseService
  171. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  172. var trafficMonitorThread: TrafficMonitorThread

    Permalink
    Definition Classes
    BaseService
  173. def unbindService(arg0: ServiceConnection): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
  174. def unregisterComponentCallbacks(arg0: ComponentCallbacks): Unit

    Permalink
    Definition Classes
    Context
  175. def unregisterReceiver(arg0: BroadcastReceiver): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
  176. def updateTrafficRate(): Unit

    Permalink
    Definition Classes
    BaseService
  177. def updateTrafficTotal(tx: Long, rx: Long): Unit

    Permalink
    Definition Classes
    BaseService
  178. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  179. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  180. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def clearWallpaper(): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
    Annotations
    @Deprecated @deprecated @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def getWallpaper(): Drawable

    Permalink
    Definition Classes
    ContextWrapper → Context
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def getWallpaperDesiredMinimumHeight(): Int

    Permalink
    Definition Classes
    ContextWrapper → Context
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. def getWallpaperDesiredMinimumWidth(): Int

    Permalink
    Definition Classes
    ContextWrapper → Context
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. def onStart(arg0: Intent, arg1: Int): Unit

    Permalink
    Definition Classes
    Service
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  6. def peekWallpaper(): Drawable

    Permalink
    Definition Classes
    ContextWrapper → Context
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  7. def removeStickyBroadcast(arg0: Intent): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  8. def removeStickyBroadcastAsUser(arg0: Intent, arg1: UserHandle): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  9. def sendStickyBroadcast(arg0: Intent): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  10. def sendStickyBroadcastAsUser(arg0: Intent, arg1: UserHandle): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  11. def sendStickyOrderedBroadcast(arg0: Intent, arg1: BroadcastReceiver, arg2: Handler, arg3: Int, arg4: String, arg5: Bundle): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  12. def sendStickyOrderedBroadcastAsUser(arg0: Intent, arg1: UserHandle, arg2: BroadcastReceiver, arg3: Handler, arg4: Int, arg5: String, arg6: Bundle): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  13. def setWallpaper(arg0: InputStream): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
    Annotations
    @Deprecated @deprecated @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  14. def setWallpaper(arg0: Bitmap): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
    Annotations
    @Deprecated @deprecated @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from BaseService

Inherited from Service

Inherited from ComponentCallbacks2

Inherited from ComponentCallbacks

Inherited from ContextWrapper

Inherited from Context

Inherited from AnyRef

Inherited from Any

Ungrouped