Searched refs:mTLBatchNotifications (Results 1 – 2 of 2) sorted by relevance
2149 private final ThreadLocal<Set<Uri>> mTLBatchNotifications = new ThreadLocal<>(); field in FakeTvProvider2152 return mTLBatchNotifications.get(); in getBatchNotificationsSet()2156 mTLBatchNotifications.set(batchNotifications); in setBatchNotificationsSet()
2022 private final ThreadLocal<Set<Uri>> mTLBatchNotifications = new ThreadLocal<>(); field in TvProvider2025 return mTLBatchNotifications.get(); in getBatchNotificationsSet()2029 mTLBatchNotifications.set(batchNotifications); in setBatchNotificationsSet()