Searched refs:KEY_CALLBACK (Results 1 – 4 of 4) sorted by relevance
92 intent.putExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK, response); in addAccount()130 intent.putExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK, response); in confirmCredentials()180 intent.putExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK, response); in getAuthToken()223 intent.putExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK, response); in updateCredentials()304 intent.putExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK, response); in startAddAccountSession()361 intent.putExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK, response); in startUpdateCredentialsSession()412 intent.putExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK, response); in finishSession()
34 intent.getParcelableExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK); in onCreate()
69 public static final String KEY_CALLBACK = "account_manager_service_test:callback"; field in AccountManagerServiceTestFixtures
667 assertNotNull(intent.getParcelableExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK)); in testStartAddAccountSessionReturnWithValidIntent()851 assertNotNull(intent.getParcelableExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK)); in testStartUpdateCredentialsSessionReturnWithValidIntent()1149 assertNotNull(intent.getParcelableExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK)); in testFinishSessionAsUserReturnWithValidIntent()1752 assertNotNull(intent.getParcelableExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK)); in testGetAuthTokenReturnWithValidIntent()2025 assertNotNull(intent.getParcelableExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK)); in testAddAccountAsUserReturnWithValidIntent()2161 assertNotNull(intent.getParcelableExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK)); in testConfirmCredentialsAsUserReturnWithValidIntent()2298 assertNotNull(intent.getParcelableExtra(AccountManagerServiceTestFixtures.KEY_CALLBACK)); in testUpdateCredentialsReturnWithValidIntent()