Searched refs:NotifRemoteViewCache (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotifRemoteViewCache.java | 29 public interface NotifRemoteViewCache { interface
|
D | NotificationRowModule.java | 55 public abstract NotifRemoteViewCache provideNotifRemoteViewCache( in provideNotifRemoteViewCache()
|
D | NotifRemoteViewCacheImpl.java | 37 public class NotifRemoteViewCacheImpl implements NotifRemoteViewCache {
|
D | NotificationContentInflater.java | 89 private final NotifRemoteViewCache mRemoteViewCache; 100 NotifRemoteViewCache remoteViewCache, in NotificationContentInflater() 465 NotifRemoteViewCache remoteViewCache, in apply() 670 final NotifRemoteViewCache remoteViewCache, in applyRemoteView() 866 @InflationFlag int reInflateFlags, NotifRemoteViewCache remoteViewCache, 1074 private final NotifRemoteViewCache mRemoteViewCache; 1091 NotifRemoteViewCache cache,
|
D | NotificationRowContentBinderImpl.kt | 86 private val remoteViewCache: NotifRemoteViewCache, in <lambda>() 353 private val remoteViewCache: NotifRemoteViewCache, in <lambda>() 806 remoteViewCache: NotifRemoteViewCache, in <lambda>() 1112 remoteViewCache: NotifRemoteViewCache, in <lambda>() 1351 remoteViewCache: NotifRemoteViewCache, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentInflaterTest.java | 95 @Mock private NotifRemoteViewCache mCache; 242 mock(NotifRemoteViewCache.class), in testInflationIsRetriedIfAsyncFails()
|
D | NotificationTestHelper.java | 199 mock(NotifRemoteViewCache.class), in NotificationTestHelper() 208 mock(NotifRemoteViewCache.class), in NotificationTestHelper()
|
D | NotificationRowContentBinderImplTest.kt | 73 private var mCache: NotifRemoteViewCache = mock() in <lambda>()
|