Searched refs:mTLBatchNotifications (Results 1 – 3 of 3) 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()
1937 private final ThreadLocal<Set<Uri>> mTLBatchNotifications = new ThreadLocal<>(); field in TvProvider1940 return mTLBatchNotifications.get(); in getBatchNotificationsSet()1944 mTLBatchNotifications.set(batchNotifications); in setBatchNotificationsSet()
2517 private final ThreadLocal<Set<Uri>> mTLBatchNotifications = field in EmailProvider2521 return mTLBatchNotifications.get(); in getBatchNotificationsSet()2525 mTLBatchNotifications.set(batchNotifications); in setBatchNotificationsSet()