Searched refs:mNotifyChanges (Results 1 – 1 of 1) sorted by relevance
549 private final ThreadLocal<List<Uri>> mNotifyChanges = new ThreadLocal<>(); field in MediaProvider.DatabaseHelper553 mNotifyChanges.set(new ArrayList<>()); in beginTransaction()558 final List<Uri> uris = mNotifyChanges.get(); in setTransactionSuccessful()566 mNotifyChanges.remove(); in setTransactionSuccessful()580 final List<Uri> uris = mNotifyChanges.get(); in notifyChange()