Home
last modified time | relevance | path

Searched refs:KEY_CALLBACK (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DTestAccountType1Authenticator.java90 intent.putExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK, response); in addAccount()
128 intent.putExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK, response); in confirmCredentials()
178 intent.putExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK, response); in getAuthToken()
221 intent.putExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK, response); in updateCredentials()
304 intent.putExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK, response); in startAddAccountSession()
362 intent.putExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK, response); in startUpdateCredentialsSession()
413 intent.putExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK, response); in finishSession()
H A DAccountAuthenticatorDummyActivity.java34 intent.getParcelableExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK); in onCreate()
H A DAccountManagerServiceTestFixtures.java68 public static final String KEY_CALLBACK = "account_manager_service_test:callback"; field in AccountManagerServiceTestFixtures
H A DAccountManagerServiceTest.java719 assertNotNull(intent.getParcelableExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK)); in testStartAddAccountSessionReturnWithValidIntent()
938 assertNotNull(intent.getParcelableExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK)); in testStartUpdateCredentialsSessionReturnWithValidIntent()
1236 assertNotNull(intent.getParcelableExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK)); in testFinishSessionAsUserReturnWithValidIntent()
1913 assertNotNull(intent.getParcelableExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK)); in testGetAuthTokenReturnWithValidIntent()
2186 assertNotNull(intent.getParcelableExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK)); in testAddAccountAsUserReturnWithValidIntent()
2322 assertNotNull(intent.getParcelableExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK)); in testConfirmCredentialsAsUserReturnWithValidIntent()
2459 assertNotNull(intent.getParcelableExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK)); in testUpdateCredentialsReturnWithValidIntent()