Home
last modified time | relevance | path

Searched defs:intent1 (Results 1 – 9 of 9) 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.java149 final Intent intent1 = intentCaptor.getAllValues().get(0); in displayPreference_twoSubscriptions_correctlySetup() local
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppLauncherActivity.java197 Intent intent1 = new Intent(Constants.ACTION_OPEN); in onCreate() local
/aosp12/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
H A DTestUtils.java81 Intent intent1 = new Intent("action1"); in referrerIntentList() local
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationTest.java425 PendingIntent intent1 = mock(PendingIntent.class); in testActionsDifferentIntent() local
/aosp12/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java192 …PendingIntent intent1 = PendingIntent.getActivity(mContext, 0, new Intent("test1"), PendingIntent.… in allPendingIntents_recollectedAfterReusingBuilder() local
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DPhoneSwitcherTest.java1202 final Intent intent1 = 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.java1071 final Intent intent1 = in testGetMergedCarrierEntry_subscriptionIdChanges_entryChanges() local
/aosp12/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp655 uint8_t intent1 = ANDROID_CONTROL_CAPTURE_INTENT_PREVIEW; in TEST_F() local