Searched refs:KEY_CALLBACK (Results 1 – 4 of 4) sorted by relevance
90 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()
34 intent.getParcelableExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK); in onCreate()
68 public static final String KEY_CALLBACK = "account_manager_service_test:callback"; field in AccountManagerServiceTestFixtures
725 assertNotNull(intent.getParcelableExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK)); in testStartAddAccountSessionReturnWithValidIntent()944 assertNotNull(intent.getParcelableExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK)); in testStartUpdateCredentialsSessionReturnWithValidIntent()1242 assertNotNull(intent.getParcelableExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK)); in testFinishSessionAsUserReturnWithValidIntent()1919 assertNotNull(intent.getParcelableExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK)); in testGetAuthTokenReturnWithValidIntent()2192 assertNotNull(intent.getParcelableExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK)); in testAddAccountAsUserReturnWithValidIntent()2328 assertNotNull(intent.getParcelableExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK)); in testConfirmCredentialsAsUserReturnWithValidIntent()2465 assertNotNull(intent.getParcelableExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK)); in testUpdateCredentialsReturnWithValidIntent()