Home
last modified time | relevance | path

Searched refs:getResultData (Results 1 – 25 of 26) sorted by relevance

12

/cts/tests/credentials/src/android/credentials/cts/unittests/selection/
DProviderPendingIntentResponseTest.java57 assertThat(obj.getResultData()).isEqualTo(expectedResultData); in construction_success()
58 assertThat(obj.getResultData().getStringExtra("extra-name")).isEqualTo("extra-value"); in construction_success()
74 assertThat(toObj.getResultData().getIntExtra("key1", 0)).isEqualTo(1); in writeToParcel_success()
75 assertThat(toObj.getResultData().getStringExtra("key2")).isEqualTo("val"); in writeToParcel_success()
DResultHelperTest.java139 assertEquals(actualResult.getPendingIntentProviderResponse().getResultData().getExtras(), in sendUserSelectionResult()
/cts/tests/tests/os/src/android/os/cts/
DResultReceiverTest.java39 assertSame(bundle, sender.getResultData()); in testResultReceiver()
67 public Bundle getResultData() { in getResultData() method in ResultReceiverTest.MockResultReceiver
DActivityTestsBase.java199 public Intent getResultData() { in getResultData() method in ActivityTestsBase
/cts/tests/app/BroadcastsTest/src/android/app/cts/broadcasts/
DBroadcastReceiverTest.java206 assertEquals(null, internalReceiver.getResultData()); in testOnReceive()
236 assertEquals(MockReceiver.RESULT_DATA, internalReceiver.getResultData()); in testManifestReceiverPackage()
266 assertEquals(MockReceiver.RESULT_DATA, internalReceiver.getResultData()); in testManifestReceiverComponent()
295 assertEquals(MockReceiver.RESULT_DATA, internalReceiver.getResultData()); in testManifestReceiverPermission()
322 assertEquals(RESULT_INITIAL_DATA, internalReceiver.getResultData()); in testNoManifestReceiver()
338 assertNull(internalOrderReceiver.getResultData()); in testAbortBroadcast()
357 assertEquals(RESULT_INTERNAL_FINAL_DATA, internalOrderReceiver.getResultData()); in testAbortBroadcast()
DBaseBroadcastTest.java352 mResultData.offer(getResultData()); in onReceive()
/cts/tests/app/src/android/app/cts/
DInstrumentation_ActivityResultTest.java31 assertEquals(intent, result.getResultData()); in testActivityResultOp()
/cts/tests/app/src/android/app/cts/android/app/cts/tools/
DSyncOrderedBroadcast.java39 mReceivedData = getResultData();
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DMediaProjectionHelper.java121 Intent getResultData() { in getResultData() method in MediaProjectionHelper.MediaProjectionActivity
257 mResultData = activity[0].getResultData(); in authorizeMediaProjection()
/cts/tests/sensitivecontentprotection/src/android/sensitivecontentprotection/cts/
DSensitiveContentMediaProjectionHelper.java121 Intent getResultData() { in getResultData() method in SensitiveContentMediaProjectionHelper.MediaProjectionActivity
257 mResultData = activity[0].getResultData(); in authorizeMediaProjection()
/cts/tests/tests/telephony/current/src/android/telephony/euicc/cts/
DEuiccManagerTest.java741 assertEquals(ACTION_PROVISION_EMBEDDED_SUBSCRIPTION, mCallbackReceiver.getResultData()); in testEuiccProvisionAction()
769 assertEquals(ACTION_MANAGE_EMBEDDED_SUBSCRIPTIONS, mCallbackReceiver.getResultData()); in testEuiccManageAction()
797 assertEquals(ACTION_TRANSFER_EMBEDDED_SUBSCRIPTIONS, mCallbackReceiver.getResultData()); in testEuiccTransferAction()
825 assertEquals(ACTION_CONVERT_TO_EMBEDDED_SUBSCRIPTIONS, mCallbackReceiver.getResultData()); in testEuiccConvertAction()
/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DSession2CommandTest.java138 assertThat(result.getResultData()).isEqualTo(mTestResultData); in testGetResultCodeAndData()
DMediaController2Test.java350 controllerCallback.mCommandResult.getResultData().getString(SESSION_RESULT_KEY)) in testCallback_onCommandResult()
DMediaSession2Test.java527 assertThat(sessionCallback.mCommandResult.getResultData().getString(commandResultKey)) in testCallback_onCommandResult()
/cts/tests/tests/media/projection/sdk34/src/android/media/projection/
DMediaProjectionSDK34Test.java127 Intent resultWithConsent = mActivity.getResultData(); in testCreateVirtualDisplay_reusedResultData_throwsException()
/cts/tests/app/app/src/android/app/stubs/
DActivityTestsBase.java213 public Intent getResultData() { in getResultData() method in ActivityTestsBase
/cts/tests/tests/media/common/src/android/media/cts/
DMediaProjectionActivity.java115 public Intent getResultData() { in getResultData() method in MediaProjectionActivity
/cts/tests/tests/gameservice/src/android/service/games/
DGameServiceTest.java405 String resultData = StartActivityVerifierPage.getResultData(result.getSuccess().getData()); in startActivityForResult_startsActivityAndReceivesResultWithData()
566 String resultData = StartActivityVerifierPage.getResultData(result.getSuccess().getData()); in restartGame_withNonGameActivityAbove_gameSessionIsPersisted()
934 public static String getResultData(Intent data) {
/cts/tests/tests/media/projection/sdk33/src/android/media/projection/
DMediaProjectionSDK33Test.java157 Intent resultWithConsent = mActivity.getResultData(); in testCreateVirtualDisplay_reusedResultData_reshowsPermissionDialog()
/cts/libs/install/src/com/android/cts/install/lib/
DInstallUtils.java248 resultQueue.add(getResultData()); in processUserData()
/cts/common/device-side/bedstead/dpmwrapper/src/main/java/com/android/bedstead/dpmwrapper/
DTestAppSystemServiceFactory.java400 String data = receiver.getResultData(); in Result()
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/src/com/android/cts/isolatedsplitapp/
DSplitAppTest.java369 final Intent resultData = result.getResultData(); in testNativeSplit_withoutExtractLibs_nativeLibraryCannotBeLoaded()
/cts/tests/AlarmManager/src/android/alarmmanager/cts/
DExactAlarmsTest.java270 resultData.set(getResultData()); in assertResultFromTestApp()
/cts/tests/tests/content/src/android/content/cts/
DContextTest.java778 assertEquals(ACTUAL_RESULT, broadcastReceiver.getResultData()); in testSendOrderedBroadcast2()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dsystem-current.txt4716 method @Nullable public android.content.Intent getResultData();

12