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

  /external/chromium/chrome/common/
view_types.h 23 NOTIFICATION,
  /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 35 /** Icons shown in a notification message */
36 NOTIFICATION("Notification Icons", "ic_stat_%s"); //$NON-NLS-2$
71 return this == LAUNCHER || this == NOTIFICATION;
  /external/chromium/chrome/browser/task_manager/
task_manager.h 49 NOTIFICATION, // A notification process.
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_sim.c 36 START, CHALLENGE, REAUTH, NOTIFICATION, SUCCESS, FAILURE
42 u16 notification; member in struct:eap_sim_data
60 case NOTIFICATION:
61 return "NOTIFICATION";
271 wpa_printf(MSG_DEBUG, "EAP-SIM: Generating Notification");
274 wpa_printf(MSG_DEBUG, " AT_NOTIFICATION (%d)", data->notification);
275 eap_sim_msg_add(msg, EAP_SIM_AT_NOTIFICATION, data->notification,
315 case NOTIFICATION:
366 case NOTIFICATION:
530 data->notification = EAP_SIM_SUCCESS
    [all...]
eap_aka.c 41 IDENTITY, CHALLENGE, REAUTH, NOTIFICATION, SUCCESS, FAILURE
49 u16 notification; member in struct:eap_aka_data
79 case NOTIFICATION:
80 return "NOTIFICATION";
490 wpa_printf(MSG_DEBUG, "EAP-AKA: Generating Notification");
493 wpa_printf(MSG_DEBUG, " AT_NOTIFICATION (%d)", data->notification);
494 eap_sim_msg_add(msg, EAP_SIM_AT_NOTIFICATION, data->notification,
535 case NOTIFICATION:
593 case NOTIFICATION:
721 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_sim.c 37 START, CHALLENGE, REAUTH, NOTIFICATION, SUCCESS, FAILURE
43 u16 notification; member in struct:eap_sim_data
61 case NOTIFICATION:
62 return "NOTIFICATION";
272 wpa_printf(MSG_DEBUG, "EAP-SIM: Generating Notification");
275 wpa_printf(MSG_DEBUG, " AT_NOTIFICATION (%d)", data->notification);
276 eap_sim_msg_add(msg, EAP_SIM_AT_NOTIFICATION, data->notification,
316 case NOTIFICATION:
367 case NOTIFICATION:
531 data->notification = EAP_SIM_SUCCESS
    [all...]
eap_server_aka.c 41 IDENTITY, CHALLENGE, REAUTH, NOTIFICATION, SUCCESS, FAILURE
49 u16 notification; member in struct:eap_aka_data
79 case NOTIFICATION:
80 return "NOTIFICATION";
490 wpa_printf(MSG_DEBUG, "EAP-AKA: Generating Notification");
493 wpa_printf(MSG_DEBUG, " AT_NOTIFICATION (%d)", data->notification);
494 eap_sim_msg_add(msg, EAP_SIM_AT_NOTIFICATION, data->notification,
535 case NOTIFICATION:
593 case NOTIFICATION:
721 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h 79 NOTIFICATION = 5,

Completed in 380 milliseconds