Class/Object

com.github.shadowsocks

ShadowsocksApplication

Related Docs: object ShadowsocksApplication | package shadowsocks

Permalink

class ShadowsocksApplication extends Application

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

Instance Constructors

  1. new ShadowsocksApplication()

    Permalink

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. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    ContextWrapper → Context
  7. def checkCallingOrSelfPermission(arg0: String): Int

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

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

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

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

    Permalink
    Definition Classes
    ContextWrapper → Context
  12. def checkSelfPermission(arg0: String): Int

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def copyAssets(): Unit

    Permalink
  17. def crashRecovery(): Unit

    Permalink
  18. def createConfigurationContext(arg0: Configuration): Context

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

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

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

    Permalink
    Definition Classes
    ContextWrapper → Context
  22. def createPackageContext(arg0: String, arg1: Int): Context

    Permalink
    Definition Classes
    ContextWrapper → Context
    Annotations
    @throws( ... )
  23. def currentProfile: Option[Profile]

    Permalink
  24. lazy val dataStore: OrmLitePreferenceDataStore

    Permalink
  25. def databaseList(): Array[String]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  40. def getApplicationContext(): Context

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ContextWrapper → Context
  72. final def getString(arg0: Int, arg1: <repeated...>[AnyRef]): String

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ContextWrapper → Context
  80. def hashCode(): Int

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

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

    Permalink
    Definition Classes
    Any
  83. def isNatEnabled: Boolean

    Permalink
  84. def isRestricted(): Boolean

    Permalink
    Definition Classes
    ContextWrapper → Context
  85. def isVpnEnabled: Boolean

    Permalink
  86. def listenForPackageChanges(callback: ⇒ Unit): BroadcastReceiver

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

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

    Permalink
    Definition Classes
    ContextWrapper → Context
  89. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    Context
  96. def onConfigurationChanged(newConfig: Configuration): Unit

    Permalink
    Definition Classes
    ShadowsocksApplication → Application → ComponentCallbacks
  97. def onCreate(): Unit

    Permalink
    Definition Classes
    ShadowsocksApplication → Application
  98. def onLowMemory(): Unit

    Permalink
    Definition Classes
    Application → ComponentCallbacks
  99. def onTerminate(): Unit

    Permalink
    Definition Classes
    Application
  100. def onTrimMemory(arg0: Int): Unit

    Permalink
    Definition Classes
    Application → ComponentCallbacks2
  101. def openFileInput(arg0: String): FileInputStream

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

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

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

    Permalink
    Definition Classes
    ContextWrapper → Context
  105. lazy val profileManager: ProfileManager

    Permalink
  106. def registerActivityLifecycleCallbacks(arg0: ActivityLifecycleCallbacks): Unit

    Permalink
    Definition Classes
    Application
  107. def registerComponentCallbacks(arg0: ComponentCallbacks): Unit

    Permalink
    Definition Classes
    Application → Context
  108. def registerOnProvideAssistDataListener(arg0: OnProvideAssistDataListener): Unit

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

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

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

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

    Permalink
    Definition Classes
    ContextWrapper → Context
  113. lazy val remoteConfig: FirebaseRemoteConfig

    Permalink
  114. def revokeUriPermission(arg0: String, arg1: Uri, arg2: Int): Unit

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ContextWrapper → Context
  124. def startActivities(arg0: Array[Intent], arg1: Bundle): Unit

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

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

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

    Permalink
    Definition Classes
    ContextWrapper → Context
  128. def startForegroundService(arg0: Intent): ComponentName

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

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

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

    Permalink
    Definition Classes
    ContextWrapper → Context
    Annotations
    @throws( ... )
  132. def startService(arg0: Intent): ComponentName

    Permalink
    Definition Classes
    ContextWrapper → Context
  133. def stopService(arg0: Intent): Boolean

    Permalink
    Definition Classes
    ContextWrapper → Context
  134. def switchProfile(id: Int): Profile

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

    Permalink
    Definition Classes
    AnyRef
  136. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  137. def track(t: Throwable): Unit

    Permalink
  138. def track(category: String, action: String): Unit

    Permalink
  139. lazy val tracker: Tracker

    Permalink
  140. def unbindService(arg0: ServiceConnection): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
  141. def unregisterActivityLifecycleCallbacks(arg0: ActivityLifecycleCallbacks): Unit

    Permalink
    Definition Classes
    Application
  142. def unregisterComponentCallbacks(arg0: ComponentCallbacks): Unit

    Permalink
    Definition Classes
    Application → Context
  143. def unregisterOnProvideAssistDataListener(arg0: OnProvideAssistDataListener): Unit

    Permalink
    Definition Classes
    Application
  144. def unregisterReceiver(arg0: BroadcastReceiver): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
  145. def updateAssets(): Unit

    Permalink
  146. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  148. 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 peekWallpaper(): Drawable

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

    (Since version ) see corresponding Javadoc for more information.

  6. def removeStickyBroadcast(arg0: Intent): Unit

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

    (Since version ) see corresponding Javadoc for more information.

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

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

    (Since version ) see corresponding Javadoc for more information.

  8. def sendStickyBroadcast(arg0: Intent): Unit

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

    (Since version ) see corresponding Javadoc for more information.

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

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

    (Since version ) see corresponding Javadoc for more information.

  10. 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.

  11. 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.

  12. 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.

  13. 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 Application

Inherited from ComponentCallbacks2

Inherited from ComponentCallbacks

Inherited from ContextWrapper

Inherited from Context

Inherited from AnyRef

Inherited from Any

Ungrouped