Searched refs:testIntent (Results 1 – 3 of 3) sorted by relevance
/cts/tests/app/app/src/android/app/stubs/ |
D | ActivityManagerMemoryClassLaunchActivity.java | 50 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/ |
D | NotificationCarExtenderTest.java | 111 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/ |
D | DialogTestListActivity.java | 285 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()
|