Searched defs:testIntent (Results 1 – 2 of 2) sorted by relevance
50 Intent testIntent = new Intent(this, ActivityManagerMemoryClassTestActivity.class); in onCreate() local
265 int testInstructionResId, Intent testIntent) { in DialogTestListItem()266 super(context.getString(nameResId), testId, testIntent, null, null, null); in DialogTestListItem() local298 int testInstructionResId, Intent testIntent, int imageResId) { in DialogTestListItemWithIcon()