Home
last modified time | relevance | path

Searched refs:addAccount (Results 1 – 5 of 5) sorted by relevance

/development/apps/PushApiAuthenticator/src/com/example/android/pushapiauthenticator/
DMyAccountAuthenticator.java37 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() method in MyAccountAuthenticator
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/accounts/
DGenericAccountService.java87 public Bundle addAccount(AccountAuthenticatorResponse accountAuthenticatorResponse, in addAccount() method in GenericAccountService.Authenticator
/development/samples/DeviceAdminWhitelistedAccount/src/com/example/android/app/admin/whitelistedaccount/
DMyAuthenticator.java72 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() method in MyAuthenticator.Authenticator
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
DAuthenticator.java64 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() method in Authenticator
/development/apps/Development/src/com/android/development/
DAccountsTester.java222 mAccountManager.addAccount(getSelectedAuthenticator().type, in onClick()