Searched refs:accountType (Results 1 – 5 of 5) sorted by relevance
/development/apps/PushApiAuthenticator/src/com/example/android/pushapiauthenticator/ |
D | MyAccountAuthenticator.java | 37 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() argument 52 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() argument
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/accounts/ |
D | GenericAccountService.java | 48 public static Account GetAccount(String accountType) { in GetAccount() argument 56 return new Account(accountName, accountType); in GetAccount()
|
/development/apps/Development/src/com/android/development/ |
D | SyncAdapterDriver.java | 101 names[i] = item.type.authority + " - " + item.type.accountType; in getSyncAdapters() 139 mActiveServiceConnection.mSyncAdapter.type.accountType); in startSyncSelected() 167 mActiveServiceConnection.mSyncAdapter.type.accountType); in startSync() 236 type.authority, type.accountType)); in onServiceConnected() 357 final String accountType = in parseServiceAttributes() local 359 if (authority == null || accountType == null) { in parseServiceAttributes() 374 return new SyncAdapterType(authority, accountType, userVisible, supportsUploading, in parseServiceAttributes()
|
/development/samples/DeviceAdminWhitelistedAccount/src/com/example/android/app/admin/whitelistedaccount/ |
D | MyAuthenticator.java | 72 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() argument 79 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() argument
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/ |
D | Authenticator.java | 64 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() argument 82 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() argument
|