Trait

io.taig.android.app.application

Application

Related Doc: package application

Permalink

trait Application extends android.app.Application with Contextual

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

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. implicit val Tag: Tag

    Permalink
    Definition Classes
    Contextual
  5. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. implicit def context: Application

    Permalink
    Definition Classes
    Application → Contextual
  18. def createConfigurationContext(arg0: Configuration): Context

    Permalink
    Definition Classes
    ContextWrapper → Context
  19. def createDeviceProtectedStorageContext(): Context

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Context
  90. def onConfigurationChanged(arg0: Configuration): Unit

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

    Permalink
    Definition Classes
    Application
  92. def onLowMemory(): Unit

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

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

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

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

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

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

    Permalink
    Definition Classes
    ContextWrapper → Context
  99. def registerActivityLifecycleCallbacks(arg0: ActivityLifecycleCallbacks): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ContextWrapper → Context
  122. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  124. def unbindService(arg0: ServiceConnection): Unit

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

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

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

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

    Permalink
    Definition Classes
    ContextWrapper → Context
  129. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  131. 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 Contextual

Inherited from android.app.Application

Inherited from ComponentCallbacks2

Inherited from ComponentCallbacks

Inherited from ContextWrapper

Inherited from Context

Inherited from AnyRef

Inherited from Any

Ungrouped