Home
last modified time | relevance | path

Searched refs:intent2 (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DTestUtils.java75 Intent intent2 = new Intent("action2"); in referrerIntentList() local
76 ReferrerIntent referrerIntent2 = new ReferrerIntent(intent2, "referrer2"); in referrerIntentList()
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java190 PendingIntent intent2 = PendingIntent.getActivity(mContext, 0, new Intent("test2"), 0); in allPendingIntents_recollectedAfterReusingBuilder() local
200 builder.setContentIntent(intent2); in allPendingIntents_recollectedAfterReusingBuilder()
204 assertTrue(n2.allPendingIntents.contains(intent2)); in allPendingIntents_recollectedAfterReusingBuilder()
/frameworks/av/camera/tests/
DCameraBinderTests.cpp633 uint8_t intent2 = ANDROID_CONTROL_CAPTURE_INTENT_VIDEO_RECORD; in TEST_F() local
635 EXPECT_EQ(OK, physicalDeviceSettings2.update(ANDROID_CONTROL_CAPTURE_INTENT, &intent2, 1)); in TEST_F()
677 EXPECT_EQ(entry.data.u8[0], intent2); in TEST_F()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationTest.java509 PendingIntent intent2 = mock(PendingIntent.class); in testActionsDifferentIntent() local
516 .addAction(new Notification.Action.Builder(icon, "TEXT 1", intent2).build()) in testActionsDifferentIntent()