Home
last modified time | relevance | path

Searched refs:NewCursorUpdateObserver (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationCursor.java335 private class NewCursorUpdateObserver extends ContentObserver { class in ConversationCursor.UnderlyingCursorWrapper
336 public NewCursorUpdateObserver(Handler handler) { in NewCursorUpdateObserver() method in ConversationCursor.UnderlyingCursorWrapper.NewCursorUpdateObserver
366 private final NewCursorUpdateObserver mCursorUpdateObserver;
386 new NewCursorUpdateObserver(new Handler(Looper.getMainLooper())); in UnderlyingCursorWrapper()