Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java534 validateView(v, entry, row.getResources()); in applyRemoteView()
541 validateView(existingView, entry, row.getResources()); in applyRemoteView()
677 private static void validateView(View view, in validateView() method in NotificationContentInflater