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

  /development/samples/ApiDemos/src/com/example/android/apis/app/
LocalService.java 19 import android.app.Notification;
48 // Unique Identification Number for the Notification.
49 // We use it on Notification start, and to cancel it.
50 private int NOTIFICATION = R.string.local_service_started;
67 // Display a notification about us starting. We put an icon in the status bar.
81 // Cancel the persistent notification.
82 mNM.cancel(NOTIFICATION);
98 * Show a notification while this service is running.
101 // In this sample, we'll use the same text for the ticker and the expanded notification
105 Notification notification = new Notification(R.drawable.stat_sample, text local
    [all...]
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 73 NOTIFICATION: 'mv-notice',
128 * The notification displayed when a page is blacklisted.
131 var notification;
514 * Handles the end of the blacklist animation by showing the notification and
786 * Shows the blacklist notification and triggers a delay to hide it.
789 notification.classList.remove(CLASSES.HIDE_NOTIFICATION);
790 notification.classList.remove(CLASSES.DELAYED_HIDE_NOTIFICATION);
791 notification.scrollTop;
792 notification.classList.add(CLASSES.DELAYED_HIDE_NOTIFICATION);
797 * Hides the blacklist notification
    [all...]

Completed in 1987 milliseconds