HomeSort by relevance Sort by last modified time
    Searched defs:NOTIFICATION (Results 1 - 9 of 9) 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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
AssetType.java 29 /** Icons shown in a notification message */
30 NOTIFICATION("Notification Icons", "ic_stat_%s"), //$NON-NLS-2$
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapMessage.java 74 UNKNOWN, COMPLETE, FRACTIONED, NOTIFICATION
161 } else if ("notification".equals(s)) {
162 return ReceptionStatus.NOTIFICATION;
  /external/wpa_supplicant_8/src/eap_server/
eap_server_sim.c 31 START, CHALLENGE, REAUTH, NOTIFICATION, SUCCESS, FAILURE
37 u16 notification; member in struct:eap_sim_data
57 case NOTIFICATION:
58 return "NOTIFICATION";
291 wpa_printf(MSG_DEBUG, "EAP-SIM: Generating Notification");
294 wpa_printf(MSG_DEBUG, " AT_NOTIFICATION (%d)", data->notification);
295 eap_sim_msg_add(msg, EAP_SIM_AT_NOTIFICATION, data->notification,
335 case NOTIFICATION:
390 case NOTIFICATION:
559 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH
    [all...]
eap_server_aka.c 35 IDENTITY, CHALLENGE, REAUTH, NOTIFICATION, SUCCESS, FAILURE
43 u16 notification; member in struct:eap_aka_data
73 case NOTIFICATION:
74 return "NOTIFICATION";
594 wpa_printf(MSG_DEBUG, "EAP-AKA: Generating Notification");
597 wpa_printf(MSG_DEBUG, " AT_NOTIFICATION (%d)", data->notification);
598 eap_sim_msg_add(msg, EAP_SIM_AT_NOTIFICATION, data->notification,
639 case NOTIFICATION:
697 case NOTIFICATION:
724 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH
    [all...]
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 63 NOTIFICATION: 'mv-notice',
112 * The notification displayed when a page is blacklisted.
115 var notification;
648 * Shows the blacklist notification and triggers a delay to hide it.
651 notification.classList.remove(CLASSES.HIDE_NOTIFICATION);
652 notification.classList.remove(CLASSES.DELAYED_HIDE_NOTIFICATION);
653 notification.scrollTop;
654 notification.classList.add(CLASSES.DELAYED_HIDE_NOTIFICATION);
659 * Hides the blacklist notification.
662 notification.classList.add(CLASSES.HIDE_NOTIFICATION)
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h 79 NOTIFICATION = 5,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapidefs.h 567 } NOTIFICATION,*LPNOTIFICATION;
    [all...]
wabdefs.h 565 } NOTIFICATION,*LPNOTIFICATION;
    [all...]

Completed in 625 milliseconds