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.java181 titleView = (TextView) findViewByPredicate(dialog.getWindow().getDecorView(), (view) -> { in onCreate()
415 private static @Nullable View findViewByPredicate(@NonNull View root, in findViewByPredicate() method in PermissionActivity
423 final View res = findViewByPredicate(group.getChildAt(i), predicate); in findViewByPredicate()