Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java353 applyRemoteView(bgExecutor, inflateSynchronously, result, reInflateFlags, flag, in apply()
378 applyRemoteView(bgExecutor, inflateSynchronously, result, reInflateFlags, flag, in apply()
404 applyRemoteView(bgExecutor, inflateSynchronously, result, reInflateFlags, flag, in apply()
429 applyRemoteView(bgExecutor, inflateSynchronously, result, reInflateFlags, flag, in apply()
446 static void applyRemoteView( in applyRemoteView() method in NotificationContentInflater
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflaterTest.java221 NotificationContentInflater.applyRemoteView( in testInflationIsRetriedIfAsyncFails()