Searched defs:NewCursorUpdateObserver (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationCursor.java330 private class NewCursorUpdateObserver extends ContentObserver { class in class:ConversationCursor.UnderlyingCursorWrapper
331 public NewCursorUpdateObserver(Handler handler) { method in class:ConversationCursor.UnderlyingCursorWrapper.NewCursorUpdateObserver
361 private final NewCursorUpdateObserver mCursorUpdateObserver;
379 new NewCursorUpdateObserver(new Handler(Looper.getMainLooper()));

Completed in 37 milliseconds