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.java521 Activity father = new Activity(); in testNewActivity() local
526 InstrumentationTestActivity.class.getName(), father, null, null); in testNewActivity()
528 assertEquals(father, activity.getParent()); in testNewActivity()