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

/frameworks/base/core/java/android/database/
H A DContentObserver.java165 mHandler.post(new NotificationRunnable(selfChange, uri));
169 private final class NotificationRunnable implements Runnable { class in class:ContentObserver
173 public NotificationRunnable(boolean selfChange, Uri uri) { method in class:ContentObserver.NotificationRunnable

Completed in 36 milliseconds