Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotifRemoteViewCache.java29 public interface NotifRemoteViewCache { interface
H A DNotificationRowModule.java54 public abstract NotifRemoteViewCache provideNotifRemoteViewCache( in provideNotifRemoteViewCache()
H A DNotificationContentInflater.java78 private final NotifRemoteViewCache mRemoteViewCache;
87 NotifRemoteViewCache remoteViewCache, in NotificationContentInflater()
378 NotifRemoteViewCache remoteViewCache, in apply()
514 final NotifRemoteViewCache remoteViewCache, in applyRemoteView()
704 @InflationFlag int reInflateFlags, NotifRemoteViewCache remoteViewCache, in finishIfDone()
856 private final NotifRemoteViewCache mRemoteViewCache;
872 NotifRemoteViewCache cache, in AsyncInflationTask()
H A DNotifRemoteViewCacheImpl.java37 public class NotifRemoteViewCacheImpl implements NotifRemoteViewCache {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflaterTest.java91 @Mock private NotifRemoteViewCache mCache;
232 mock(NotifRemoteViewCache.class), in testInflationIsRetriedIfAsyncFails()
H A DNotificationTestHelper.java172 mock(NotifRemoteViewCache.class), in NotificationTestHelper()