HomeSort by relevance Sort by last modified time
    Searched defs:NotifyTask (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/sync/
profile_sync_test_util.cc 31 base::Bind(&ThreadNotifier::NotifyTask, this, type, source, details));
37 void ThreadNotifier::NotifyTask(int type,
  /external/chromium_org/ui/base/test/
ui_controls_internal_win.cc 39 void NotifyTask();
129 FROM_HERE, base::Bind(&InputDispatcher::NotifyTask, this));
132 void InputDispatcher::NotifyTask() {
  /frameworks/support/v4/java/android/support/v4/app/
NotificationManagerCompat.java 220 pushSideChannelQueue(new NotifyTask(mContext.getPackageName(), id, tag, notification));
561 private static class NotifyTask implements Task {
567 public NotifyTask(String packageName, int id, String tag, Notification notif) {
580 StringBuilder sb = new StringBuilder("NotifyTask[");
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 194 milliseconds