Home
last modified time | relevance | path

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

/packages/apps/TV/tests/common/src/com/android/tv/testing/fakes/
DFakeTvProvider.java2149 private final ThreadLocal<Set<Uri>> mTLBatchNotifications = new ThreadLocal<>(); field in FakeTvProvider
2152 return mTLBatchNotifications.get(); in getBatchNotificationsSet()
2156 mTLBatchNotifications.set(batchNotifications); in setBatchNotificationsSet()
/packages/providers/TvProvider/src/com/android/providers/tv/
DTvProvider.java2022 private final ThreadLocal<Set<Uri>> mTLBatchNotifications = new ThreadLocal<>(); field in TvProvider
2025 return mTLBatchNotifications.get(); in getBatchNotificationsSet()
2029 mTLBatchNotifications.set(batchNotifications); in setBatchNotificationsSet()