Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java405 applyRemoteView(bgExecutor, inflateSynchronously, result, reInflateFlags, flag, in apply()
432 applyRemoteView(bgExecutor, inflateSynchronously, result, reInflateFlags, flag, in apply()
460 applyRemoteView(bgExecutor, inflateSynchronously, result, reInflateFlags, flag, in apply()
487 applyRemoteView(bgExecutor, inflateSynchronously, result, reInflateFlags, flag, in apply()
508 static void applyRemoteView( in applyRemoteView() method in NotificationContentInflater
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflaterTest.java226 NotificationContentInflater.applyRemoteView( in testInflationIsRetriedIfAsyncFails()