Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DTabActivityTest.java91 final MockTabActivity father = new MockTabActivity(); in testChildTitleCallback() local
96 father, null, null); in testChildTitleCallback()
101 assertTrue(father.isOnChildTitleChangedCalled); in testChildTitleCallback()
DInstrumentationTest.java392 Activity father = new Activity(); in testNewActivity() local
397 InstrumentationTestActivity.class.getName(), father, null, null); in testNewActivity()
399 assertEquals(father, activity.getParent()); in testNewActivity()