Trait

io.taig.android.content.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: android.content.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
    ApplicationContextual
  18. def createConfigurationContext(arg0: Configuration): Context

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  75. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ContextWrapper → Context
  100. def sendBroadcast(arg0: android.content.Intent): Unit

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ContextWrapper → Context
  110. def startActivity(arg0: android.content.Intent): Unit

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

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

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

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

    Permalink
    Definition Classes
    ContextWrapper → Context
  115. def stopService(arg0: android.content.Intent): Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    Application
  122. def unregisterReceiver(arg0: android.content.BroadcastReceiver): Unit

    Permalink
    Definition Classes
    ContextWrapper → Context
  123. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  125. final def wait(): 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: android.content.Intent): Unit

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

    (Since version ) see corresponding Javadoc for more information.

  7. def removeStickyBroadcastAsUser(arg0: android.content.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: android.content.Intent): Unit

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

    (Since version ) see corresponding Javadoc for more information.

  9. def sendStickyBroadcastAsUser(arg0: android.content.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: android.content.Intent, arg1: android.content.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: android.content.Intent, arg1: UserHandle, arg2: android.content.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