Searched defs:getRootView (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/util/
H A DIntegrationTestUtils.java146 for (TextView textView : getAllViews(TextView.class, getRootView(activity))) {
157 public static View getRootView(Activity activity) { method in class:IntegrationTestUtils
158 return activity.findViewById(android.R.id.content).getRootView();

Completed in 227 milliseconds