Class

tk.mygod.accounts

StubAuthenticatorService

Related Doc: package accounts

Permalink

class StubAuthenticatorService extends Service

Linear Supertypes
Service, ComponentCallbacks2, ComponentCallbacks, ContextWrapper, Context, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StubAuthenticatorService
  2. Service
  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 StubAuthenticatorService()

    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 createConfigurationContext(arg0: Configuration): Context

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  36. final def getApplication(): Application

    Permalink
    Definition Classes
    Service
  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 onBind(intent: Intent): IBinder

    Permalink
    Definition Classes
    StubAuthenticatorService → Service
  91. def onConfigurationChanged(arg0: Configuration): Unit

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

    Permalink
    Definition Classes
    StubAuthenticatorService → Service
  93. def onDestroy(): Unit

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

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

    Permalink
    Definition Classes
    Service
  96. def onStartCommand(arg0: Intent, arg1: Int, arg2: Int): Int

    Permalink
    Definition Classes
    Service
  97. def onTaskRemoved(arg0: Intent): Unit

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

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

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

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

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

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

    Permalink
    Definition Classes
    ContextWrapper → Context
  104. def registerComponentCallbacks(arg0: ComponentCallbacks): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ContextWrapper → Context
  120. final def startForeground(arg0: Int, arg1: Notification): Unit

    Permalink
    Definition Classes
    Service
  121. def startInstrumentation(arg0: ComponentName, arg1: String, arg2: Bundle): Boolean

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

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

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

    Permalink
    Definition Classes
    ContextWrapper → Context
  125. final def stopForeground(arg0: Int): Unit

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

    Permalink
    Definition Classes
    Service
  127. final def stopSelf(arg0: Int): Unit

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

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

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

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

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

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

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

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

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

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

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

Inherited from ComponentCallbacks2

Inherited from ComponentCallbacks

Inherited from ContextWrapper

Inherited from Context

Inherited from AnyRef

Inherited from Any

Ungrouped