Searched refs:mHandlerForUpdateNotifications (Results 1 – 1 of 1) sorted by relevance
40 private Handler mHandlerForUpdateNotifications = null; field in ContentQueryMap67 mHandlerForUpdateNotifications = handlerForUpdateNotifications; in ContentQueryMap()94 if (mHandlerForUpdateNotifications == null) { in setKeepUpdated()95 mHandlerForUpdateNotifications = new Handler(); in setKeepUpdated()98 mContentObserver = new ContentObserver(mHandlerForUpdateNotifications) { in setKeepUpdated()