Home
last modified time | relevance | path

Searched refs:testIntent (Results 1 – 3 of 3) sorted by relevance

/cts/tests/app/app/src/android/app/stubs/
DActivityManagerMemoryClassLaunchActivity.java50 Intent testIntent = new Intent(this, ActivityManagerMemoryClassTestActivity.class); in onCreate() local
51 testIntent.putExtra(MEMORY_CLASS_EXTRA, memoryClass); in onCreate()
52 startActivityForResult(testIntent, TEST_ACTIVITY_REQUEST_CODE); in onCreate()
/cts/tests/app/src/android/app/cts/
DNotificationCarExtenderTest.java111 final Intent testIntent = new Intent("testIntent"); in testCarExtender_UnreadConversationAndBuilder() local
113 PendingIntent.getBroadcast(mContext, 0, testIntent, in testCarExtender_UnreadConversationAndBuilder()
116 PendingIntent.getBroadcast(mContext, 0, testIntent, in testCarExtender_UnreadConversationAndBuilder()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DDialogTestListActivity.java285 int testInstructionResId, Intent testIntent) { in DialogTestListItem() argument
286 super(context.getString(nameResId), testId, testIntent, null, null, null); in DialogTestListItem() local
318 int testInstructionResId, Intent testIntent, int imageResId) { in DialogTestListItemWithIcon() argument
319 super(context, nameResId, testId, testInstructionResId, testIntent); in DialogTestListItemWithIcon()