Home
last modified time | relevance | path

Searched refs:KEY_RESULT (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/android/permissionpresenterservice/
H A DRuntimePermissionPresenterService.java61 private static final String KEY_RESULT = field in RuntimePermissionPresenterService
100 result.putParcelableList(KEY_RESULT, permissions);
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DTestAccountType1Authenticator.java89 … intent.putExtra(AccountManagerServiceTestFixtures.KEY_RESULT, eventualActivityResultData); in addAccount()
126 intent.putExtra(AccountManagerServiceTestFixtures.KEY_RESULT, in confirmCredentials()
176 intent.putExtra(AccountManagerServiceTestFixtures.KEY_RESULT, in getAuthToken()
219 intent.putExtra(AccountManagerServiceTestFixtures.KEY_RESULT, in updateCredentials()
302 intent.putExtra(AccountManagerServiceTestFixtures.KEY_RESULT, in startAddAccountSession()
360 intent.putExtra(AccountManagerServiceTestFixtures.KEY_RESULT, in startUpdateCredentialsSession()
411 intent.putExtra(AccountManagerServiceTestFixtures.KEY_RESULT, in finishSession()
H A DAccountAuthenticatorDummyActivity.java35 Intent result = intent.getParcelableExtra(AccountManagerServiceTestFixtures.KEY_RESULT); in onCreate()
H A DAccountManagerServiceTestFixtures.java67 public static final String KEY_RESULT = "account_manager_service_test:result"; field in AccountManagerServiceTestFixtures
H A DAccountManagerServiceTest.java718 assertNotNull(intent.getParcelableExtra(AccountManagerServiceTestFixtures.KEY_RESULT)); in testStartAddAccountSessionReturnWithValidIntent()
937 assertNotNull(intent.getParcelableExtra(AccountManagerServiceTestFixtures.KEY_RESULT)); in testStartUpdateCredentialsSessionReturnWithValidIntent()
1235 assertNotNull(intent.getParcelableExtra(AccountManagerServiceTestFixtures.KEY_RESULT)); in testFinishSessionAsUserReturnWithValidIntent()
1912 assertNotNull(intent.getParcelableExtra(AccountManagerServiceTestFixtures.KEY_RESULT)); in testGetAuthTokenReturnWithValidIntent()
2185 assertNotNull(intent.getParcelableExtra(AccountManagerServiceTestFixtures.KEY_RESULT)); in testAddAccountAsUserReturnWithValidIntent()
2321 assertNotNull(intent.getParcelableExtra(AccountManagerServiceTestFixtures.KEY_RESULT)); in testConfirmCredentialsAsUserReturnWithValidIntent()
2458 assertNotNull(intent.getParcelableExtra(AccountManagerServiceTestFixtures.KEY_RESULT)); in testUpdateCredentialsReturnWithValidIntent()
/aosp14/frameworks/base/core/java/android/service/textclassifier/
H A DTextClassifierService.java115 private static final String KEY_RESULT = "key_result"; field in TextClassifierService
421 return bundle.getParcelable(KEY_RESULT); in getResponse()
426 bundle.putParcelable(KEY_RESULT, response); in putResponse()
496 bundle.putParcelable(KEY_RESULT, result); in onSuccess()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt13085 Landroid/content/pm/permission/RuntimePermissionPresenter;->KEY_RESULT:Ljava/lang/String;