Searched refs:grandpa (Results 1 – 1 of 1) sorted by relevance
361 final View grandpa = activity.getGrandParent(); in testAddImportantChildAfterSessionStarted() local362 final View grandpa2 = (View) grandpa.getParent(); in testAddImportantChildAfterSessionStarted()372 .assertViewAppeared(sessionId, grandpa, grandpa2.getAutofillId()) in testAddImportantChildAfterSessionStarted()373 .assertViewAppeared(sessionId, rootView, grandpa.getAutofillId()) in testAddImportantChildAfterSessionStarted()388 final View grandpa = activity.getGrandParent(); in testAddAndRemoveImportantChildOnDifferentSession() local389 final View grandpa2 = (View) grandpa.getParent(); in testAddAndRemoveImportantChildOnDifferentSession()426 .assertViewAppeared(mainSessionId, grandpa, grandpa2.getAutofillId()) in testAddAndRemoveImportantChildOnDifferentSession()427 .assertViewAppeared(mainSessionId, rootView, grandpa.getAutofillId()) in testAddAndRemoveImportantChildOnDifferentSession()742 final View grandpa = activity.getGrandParent(); in testDinamicallyManageSiblingSessions() local743 final View grandpa2 = (View) grandpa.getParent(); in testDinamicallyManageSiblingSessions()[all …]