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
719 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()