Home
last modified time | relevance | path

Searched defs:intent2 (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/
H A DTestUtils.java75 public static boolean intentEquals(Intent intent1, Intent intent2) { in intentEquals()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/network/
H A DMobileNetworkListControllerTest.java150 final Intent intent2 = intentCaptor.getAllValues().get(1); in displayPreference_twoSubscriptions_correctlySetup() local
/aosp12/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
H A DTestUtils.java84 Intent intent2 = new Intent("action2"); in referrerIntentList() local
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationTest.java426 PendingIntent intent2 = mock(PendingIntent.class); in testActionsDifferentIntent() local
/aosp12/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java193 …PendingIntent intent2 = PendingIntent.getActivity(mContext, 0, new Intent("test2"), PendingIntent.… in allPendingIntents_recollectedAfterReusingBuilder() local
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DPhoneSwitcherTest.java1211 final Intent intent2 = new Intent(ACTION_SIM_APPLICATION_STATE_CHANGED); in testRetry_DDS_switch_Failure() local
/aosp12/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/
H A DWifiPickerTrackerTest.java1076 final Intent intent2 = in testGetMergedCarrierEntry_subscriptionIdChanges_entryChanges() local
/aosp12/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp656 uint8_t intent2 = ANDROID_CONTROL_CAPTURE_INTENT_VIDEO_RECORD; in TEST_F() local