Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/
DPermissionActivity.java221 titleView = (TextView) findViewByPredicate(actionDialog.getWindow().getDecorView(), in onCreate()
542 private static @Nullable View findViewByPredicate(@NonNull View root, in findViewByPredicate() method in PermissionActivity
550 final View res = findViewByPredicate(group.getChildAt(i), predicate); in findViewByPredicate()