Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
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/apps/CtsVerifier/src/com/android/cts/verifier/
DDialogTestListActivity.java227 int testInstructionResId, Intent testIntent) { in DialogTestListItem() argument
228 super(context.getString(nameResId), testId, testIntent, null, null, null); in DialogTestListItem() local
260 int testInstructionResId, Intent testIntent, int imageResId) { in DialogTestListItemWithIcon() argument
261 super(context, nameResId, testId, testInstructionResId, testIntent); in DialogTestListItemWithIcon()