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

  /development/samples/ApiDemos/src/com/example/android/apis/app/
LocalService.java 19 import android.app.Notification;
49 // Unique Identification Number for the Notification.
50 // We use it on Notification start, and to cancel it.
51 private int NOTIFICATION = R.string.local_service_started;
68 // Display a notification about us starting. We put an icon in the status bar.
80 // Cancel the persistent notification.
81 mNM.cancel(NOTIFICATION);
97 * Show a notification while this service is running.
100 // In this sample, we'll use the same text for the ticker and the expanded notification
103 // The PendingIntent to launch our activity if the user selects this notification
108 Notification notification = new Notification.Builder(this) 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$
ConfigureAssetSetPage.java 523 // Shape=NONE does not apply for notification icons; it's needed for API < 9
524 if (mValues.shape == Shape.NONE && mValues.type == AssetType.NOTIFICATION) {
529 mNoShapeRadio.setEnabled(mValues.type != AssetType.NOTIFICATION);
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
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...]
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...]
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapMessage.java 74 UNKNOWN, COMPLETE, FRACTIONED, NOTIFICATION
167 } else if ("notification".equals(s)) {
168 return ReceptionStatus.NOTIFICATION;
  /frameworks/base/core/java/com/android/internal/logging/
MetricsConstants.java 97 public static final int NOTIFICATION = 71;
  /hardware/qcom/audio/post_proc/
volume_listener.c 41 i == NOTIFICATION?"Notification":\
68 NOTIFICATION,
133 /* volume listener, notification UUID: 0b776dde-0590-11e5-81ba-0025b32654a0 */
141 "Volume listener for notification",
209 context->stream_type == NOTIFICATION ? "NOTIFICATION" : "--INVALID--",
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h 79 NOTIFICATION = 5,
  /frameworks/native/include/input/
InputEventLabels.h 125 DEFINE_KEYCODE(NOTIFICATION),
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationSettings.java 17 package com.android.settings.notification;
80 private static final String KEY_NOTIFICATION = "notification";
127 return MetricsLogger.NOTIFICATION;
166 final PreferenceCategory notification = (PreferenceCategory) local
168 initPulse(notification);
169 initLockscreenNotifications(notification);
300 // === Phone & notification ringtone ===
406 // === Pulse notification light ===
526 // === Notification listeners ===
  /external/wpa_supplicant_8/src/eap_peer/
eap.c 89 wpa_printf(MSG_DEBUG, "EAP: Status notification: %s (param=%s)",
756 * Handles requests for Notification method and builds a response.
758 SM_STATE(EAP, NOTIFICATION)
762 SM_ENTRY(EAP, NOTIFICATION);
984 SM_ENTER(EAP, NOTIFICATION);
    [all...]
  /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...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]

Completed in 1452 milliseconds