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;
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;
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
Message.java 160 } else if ("notification".equals(s)) {
161 return ReceptionStatus.NOTIFICATION;
337 UNKNOWN, COMPLETE, FRACTIONED, NOTIFICATION
  /packages/apps/Launcher3/protos/
launcher_log.proto 70 NOTIFICATION = 8;
  /packages/apps/Launcher3/src/com/android/launcher3/popup/
PopupPopulator.java 23 import android.service.notification.StatusBarNotification;
35 import com.android.launcher3.notification.NotificationInfo;
36 import com.android.launcher3.notification.NotificationItemView;
37 import com.android.launcher3.notification.NotificationKeyData;
61 NOTIFICATION(R.layout.notification, false),
87 // The notification layout is always first.
88 items[0] = Item.NOTIFICATION;
195 StatusBarNotification notification = notifications.get(i); local
196 infos.add(new NotificationInfo(launcher, notification));
    [all...]
PopupContainerWithArrow.java 69 import com.android.launcher3.notification.NotificationItemView;
70 import com.android.launcher3.notification.NotificationKeyData;
275 if (itemTypeToPopulate == PopupPopulator.Item.NOTIFICATION) {
657 * Updates the notification header if the original icon's badge updated.
    [all...]
  /hardware/qcom/audio/post_proc/
volume_listener.c 49 i == NOTIFICATION?"Notification":\
79 NOTIFICATION,
144 /* volume listener, notification UUID: 0b776dde-0590-11e5-81ba-0025b32654a0 */
152 "Volume listener for notification",
235 context->stream_type == NOTIFICATION ? "NOTIFICATION" : "--INVALID--",
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h 78 NOTIFICATION = 5,
  /packages/apps/Launcher3/src/com/android/launcher3/notification/
NotificationItemView.java 17 package com.android.launcher3.notification;
22 import android.app.Notification;
48 * The main view contains the icon and text (title + subtext) of the first notification.
62 private int mNotificationHeaderTextColor = Notification.COLOR_DEFAULT;
94 * This method is used to calculate the height to remove when dismissing the last notification.
97 * @return The height of the entire notification item, minus the footer if it still exists.
135 if (mNotificationHeaderTextColor == Notification.COLOR_DEFAULT) {
148 // The notification hasn't been populated yet.
159 // The notification hasn't been populated yet.
183 // Animate the next icon into place as the new main notification
    [all...]
NotificationMainView.java 17 package com.android.launcher3.notification;
41 * A {@link android.widget.FrameLayout} that contains a single notification,
135 LauncherLogProto.ItemType.NOTIFICATION);
  /hardware/interfaces/audio/common/2.0/
types.hal 99 NOTIFICATION = 5,
703 NOTIFICATION = 5,
    [all...]
  /frameworks/native/include/input/
InputEventLabels.h 125 DEFINE_KEYCODE(NOTIFICATION),
  /external/wpa_supplicant_8/src/eap_peer/
eap.c 91 wpa_printf(MSG_DEBUG, "EAP: Status notification: %s (param=%s)",
785 * Handles requests for Notification method and builds a response.
787 SM_STATE(EAP, NOTIFICATION)
791 SM_ENTRY(EAP, NOTIFICATION);
1013 SM_ENTER(EAP, NOTIFICATION);
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
jconsole.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
jconsole.jar 
  /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 2153 milliseconds