Searched refs:mNotifyChanges (Results 1 – 1 of 1) sorted by relevance
550 private final ThreadLocal<List<Uri>> mNotifyChanges = new ThreadLocal<>(); field in MediaProvider.DatabaseHelper554 mNotifyChanges.set(new ArrayList<>()); in beginTransaction()559 final List<Uri> uris = mNotifyChanges.get(); in setTransactionSuccessful()567 mNotifyChanges.remove(); in setTransactionSuccessful()581 final List<Uri> uris = mNotifyChanges.get(); in notifyChange()