Searched refs:intent1 (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/ |
D | TestUtils.java | 72 Intent intent1 = new Intent("action1"); in referrerIntentList() local 73 ReferrerIntent referrerIntent1 = new ReferrerIntent(intent1, "referrer1"); in referrerIntentList()
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | NotificationTest.java | 189 PendingIntent intent1 = PendingIntent.getActivity(mContext, 0, new Intent("test1"), 0); in allPendingIntents_recollectedAfterReusingBuilder() local 193 builder.setContentIntent(intent1); in allPendingIntents_recollectedAfterReusingBuilder()
|
/frameworks/av/camera/tests/ |
D | CameraBinderTests.cpp | 632 uint8_t intent1 = ANDROID_CONTROL_CAPTURE_INTENT_PREVIEW; in TEST_F() local 634 EXPECT_EQ(OK, physicalDeviceSettings1.update(ANDROID_CONTROL_CAPTURE_INTENT, &intent1, 1)); in TEST_F() 672 EXPECT_EQ(entry.data.u8[0], intent1); in TEST_F()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationTest.java | 508 PendingIntent intent1 = mock(PendingIntent.class); in testActionsDifferentIntent() local 513 .addAction(new Notification.Action.Builder(icon, "TEXT 1", intent1).build()) in testActionsDifferentIntent()
|