Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DActivityManagerMemoryClassLaunchActivity.java50 Intent testIntent = new Intent(this, ActivityManagerMemoryClassTestActivity.class); in onCreate() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DDialogTestListActivity.java265 int testInstructionResId, Intent testIntent) { in DialogTestListItem()
266 super(context.getString(nameResId), testId, testIntent, null, null, null); in DialogTestListItem() local
298 int testInstructionResId, Intent testIntent, int imageResId) { in DialogTestListItemWithIcon()