HomeSort by relevance Sort by last modified time
    Searched refs:NOTIFICATION (Results 1 - 21 of 21) 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$
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...]
  /external/chromium_org/chrome/browser/task_manager/
resource_provider.h 35 def(NOTIFICATION) /* A notification process. */ \
  /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;
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h 79 NOTIFICATION = 5,
  /external/chromium_org/sync/protocol/
proto_enum_conversions.cc 91 ENUM_CASE(sync_pb::GetUpdatesCallerInfo, NOTIFICATION);
  /external/chromium_org/sync/sessions/
nudge_tracker.cc 246 // There's an order to these sources: NOTIFICATION, DATATYPE_REFRESH, LOCAL,
273 return sync_pb::GetUpdatesCallerInfo::NOTIFICATION;
nudge_tracker_unittest.cc 96 // RETRY < LOCAL < DATATYPE_REFRESH < NOTIFICATION
125 EXPECT_EQ(sync_pb::GetUpdatesCallerInfo::NOTIFICATION,
130 EXPECT_EQ(sync_pb::GetUpdatesCallerInfo::NOTIFICATION,
133 EXPECT_EQ(sync_pb::GetUpdatesCallerInfo::NOTIFICATION,
    [all...]
  /external/chromium_org/sync/engine/
get_updates_processor_unittest.cc 153 EXPECT_EQ(sync_pb::GetUpdatesCallerInfo::NOTIFICATION,
sync_scheduler_impl.cc 47 // If we send terminate sync early then |sync_cycle_ended| notification
49 // notification wouldnt be sent either. Then the UI layer would be left
54 // The notification for this is handled by PostAndProcessHeaders|.
113 return GetUpdatesCallerInfo::NOTIFICATION;
  /frameworks/native/include/input/
InputEventLabels.h 125 DEFINE_KEYCODE(NOTIFICATION),
  /external/wpa_supplicant_8/src/eap_peer/
eap.c 88 wpa_printf(MSG_DEBUG, "EAP: Status notification: %s (param=%s)",
487 * Handles requests for Notification method and builds a response.
489 SM_STATE(EAP, NOTIFICATION)
493 SM_ENTRY(EAP, NOTIFICATION);
695 SM_ENTER(EAP, NOTIFICATION);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/processes/
processes_api.cc 73 case task_manager::Resource::NOTIFICATION:
546 // Otherwise, wait for the notification that the task manager is done with
607 // Otherwise, wait for the notification that the task manager is done with
694 // Otherwise, wait for the notification that the task manager is done with
  /external/qemu/android/
hw-events.h 296 KEY_CODE(NOTIFICATION,244) \
  /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...]
  /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 1487 milliseconds