Searched refs:mHandlerForUpdateNotifications (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DContentQueryMap.java40 private Handler mHandlerForUpdateNotifications = null; field in class:ContentQueryMap
67 mHandlerForUpdateNotifications = handlerForUpdateNotifications;
94 if (mHandlerForUpdateNotifications == null) {
95 mHandlerForUpdateNotifications = new Handler();
98 mContentObserver = new ContentObserver(mHandlerForUpdateNotifications) {

Completed in 34 milliseconds