Searched refs:KEY_CALLBACK (Results 1 – 4 of 4) sorted by relevance
30 AccountAuthenticatorResponse response = intent.getParcelableExtra(Fixtures.KEY_CALLBACK); in onCreate()
85 intent.putExtra(Fixtures.KEY_CALLBACK, response); in addAccount()138 intent.putExtra(Fixtures.KEY_CALLBACK, response); in confirmCredentials()201 intent.putExtra(Fixtures.KEY_CALLBACK, response); in getAuthToken()262 intent.putExtra(Fixtures.KEY_CALLBACK, response); in updateCredentials()310 intent.putExtra(Fixtures.KEY_CALLBACK, response); in hasFeatures()
68 public static final String KEY_CALLBACK = "test:callback"; field in Fixtures
51 public static final String KEY_CALLBACK = "callback"; field in AuthenticatorContentProvider