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()
2120 private final ThreadLocal<Set<Uri>> mTLBatchNotifications = new ThreadLocal<>(); field in TvProvider2123 return mTLBatchNotifications.get(); in getBatchNotificationsSet()2127 mTLBatchNotifications.set(batchNotifications); in setBatchNotificationsSet()