HomeSort by relevance Sort by last modified time
    Searched refs:notif (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 255 public void handleNiNotification(GpsNiNotification notif) {
257 + " notificationId: " + notif.notificationId
258 + " requestorId: " + notif.requestorId
259 + " text: " + notif.text
264 handleNiInEs(notif);
266 handleNi(notif);
283 private void handleNi(GpsNiNotification notif) {
285 + " needNotify: " + notif.needNotify
286 + " needVerify: " + notif.needVerify
287 + " privacyOverride: " + notif.privacyOverrid
    [all...]
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_ni.cpp 113 const GpsNiNotification *notif,
130 notif->ni_type);
140 ((GpsNiNotification*)notif)->notification_id = loc_eng_ni_data_p->reqID;
142 if (notif->notify_flags == GPS_NI_PRIVACY_OVERRIDE)
148 LOC_LOGI("Notification: notif_type: %d, timeout: %d, default_resp: %d", notif->ni_type, notif->timeout, notif->default_response);
149 LOC_LOGI(" requestor_id: %s (encoding: %d)", notif->requestor_id, notif->requestor_id_encoding);
150 LOC_LOGI(" text: %s text (encoding: %d)", notif->text, notif->text_encoding)
    [all...]
LocEngAdapter.cpp 218 bool LocEngAdapter::requestNiNotify(GpsNiNotification &notif, const void* data)
221 notif.size = sizeof(notif);
222 notif.timeout = LOC_NI_NO_RESPONSE_TIME;
224 sendMsg(new LocEngRequestNi(mOwner, notif, data));
  /frameworks/support/v4/kitkat/android/support/v4/app/
NotificationCompatKitKat.java 130 public static Bundle getExtras(Notification notif) {
131 return notif.extras;
134 public static int getActionCount(Notification notif) {
135 return notif.actions != null ? notif.actions.length : 0;
138 public static NotificationCompatBase.Action getAction(Notification notif,
141 Notification.Action action = notif.actions[actionIndex];
143 SparseArray<Bundle> actionExtrasMap = notif.extras.getSparseParcelableArray(
152 public static boolean getLocalOnly(Notification notif) {
153 return notif.extras.getBoolean(NotificationCompatJellybean.EXTRA_LOCAL_ONLY)
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_ni.cpp 113 const GpsNiNotification *notif,
126 if (notif->ni_type == GPS_NI_TYPE_EMERGENCY_SUPL) {
129 notif->ni_type);
140 notif->ni_type);
157 ((GpsNiNotification*)notif)->notification_id = pSession->reqID;
159 if (notif->notify_flags == GPS_NI_PRIVACY_OVERRIDE)
165 LOC_LOGI("Notification: notif_type: %d, timeout: %d, default_resp: %d", notif->ni_type, notif->timeout, notif->default_response);
166 LOC_LOGI(" requestor_id: %s (encoding: %d)", notif->requestor_id, notif->requestor_id_encoding)
    [all...]
LocEngAdapter.cpp 300 bool LocEngAdapter::requestNiNotify(GpsNiNotification &notif, const void* data)
303 notif.size = sizeof(notif);
304 notif.timeout = LOC_NI_NO_RESPONSE_TIME;
306 sendMsg(new LocEngRequestNi(mOwner, notif, data));
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_ni.cpp 113 const GpsNiNotification *notif,
126 if (notif->ni_type == GPS_NI_TYPE_EMERGENCY_SUPL) {
129 notif->ni_type);
140 notif->ni_type);
157 ((GpsNiNotification*)notif)->notification_id = pSession->reqID;
159 if (notif->notify_flags == GPS_NI_PRIVACY_OVERRIDE)
165 LOC_LOGI("Notification: notif_type: %d, timeout: %d, default_resp: %d", notif->ni_type, notif->timeout, notif->default_response);
166 LOC_LOGI(" requestor_id: %s (encoding: %d)", notif->requestor_id, notif->requestor_id_encoding)
    [all...]
LocEngAdapter.cpp 302 bool LocEngAdapter::requestNiNotify(GpsNiNotification &notif, const void* data)
305 notif.size = sizeof(notif);
306 notif.timeout = LOC_NI_NO_RESPONSE_TIME;
308 sendMsg(new LocEngRequestNi(mOwner, notif, data));
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_ni.cpp 113 const GpsNiNotification *notif,
126 if (notif->ni_type == GPS_NI_TYPE_EMERGENCY_SUPL) {
129 notif->ni_type);
140 notif->ni_type);
157 ((GpsNiNotification*)notif)->notification_id = pSession->reqID;
159 if (notif->notify_flags == GPS_NI_PRIVACY_OVERRIDE)
165 LOC_LOGI("Notification: notif_type: %d, timeout: %d, default_resp: %d", notif->ni_type, notif->timeout, notif->default_response);
166 LOC_LOGI(" requestor_id: %s (encoding: %d)", notif->requestor_id, notif->requestor_id_encoding)
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_ni.cpp 113 const GpsNiNotification *notif,
126 if (notif->ni_type == GPS_NI_TYPE_EMERGENCY_SUPL) {
129 notif->ni_type);
140 notif->ni_type);
157 ((GpsNiNotification*)notif)->notification_id = pSession->reqID;
159 if (notif->notify_flags == GPS_NI_PRIVACY_OVERRIDE)
165 LOC_LOGI("Notification: notif_type: %d, timeout: %d, default_resp: %d", notif->ni_type, notif->timeout, notif->default_response);
166 LOC_LOGI(" requestor_id: %s (encoding: %d)", notif->requestor_id, notif->requestor_id_encoding)
    [all...]
LocEngAdapter.cpp 300 bool LocEngAdapter::requestNiNotify(GpsNiNotification &notif, const void* data)
303 notif.size = sizeof(notif);
304 notif.timeout = LOC_NI_NO_RESPONSE_TIME;
306 sendMsg(new LocEngRequestNi(mOwner, notif, data));
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_ni.cpp 113 const GpsNiNotification *notif,
126 if (notif->ni_type == GPS_NI_TYPE_EMERGENCY_SUPL) {
129 notif->ni_type);
140 notif->ni_type);
157 ((GpsNiNotification*)notif)->notification_id = pSession->reqID;
159 if (notif->notify_flags == GPS_NI_PRIVACY_OVERRIDE)
165 LOC_LOGI("Notification: notif_type: %d, timeout: %d, default_resp: %d", notif->ni_type, notif->timeout, notif->default_response);
166 LOC_LOGI(" requestor_id: %s (encoding: %d)", notif->requestor_id, notif->requestor_id_encoding)
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp 1200 GpsNiNotification notif = {0}; local
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp 1200 GpsNiNotification notif = {0}; local
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp 1204 GpsNiNotification notif = {0}; local
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp 1200 GpsNiNotification notif = {0}; local
    [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp 1204 GpsNiNotification notif = {0}; local
    [all...]
  /frameworks/support/tests/java/android/support/v4/app/
NotificationCompatWearableExtenderTest.java 57 Notification notif = new NotificationCompat.Builder(getContext()) local
61 assertExtendersEqual(new Notification.WearableExtender(notif), compatExtender);
62 assertExtendersEqual(new Notification.WearableExtender(notif),
63 new NotificationCompat.WearableExtender(notif));
69 Notification notif = new Notification.Builder(getContext()) local
73 assertExtendersEqual(realExtender, new NotificationCompat.WearableExtender(notif));
74 assertExtendersEqual(new Notification.WearableExtender(notif),
75 new NotificationCompat.WearableExtender(notif));
118 Notification notif = new NotificationCompat.Builder(getContext()) local
120 assertExtendersEqual(new Notification.WearableExtender(notif), compatExtender)
166 Notification notif = new Notification.Builder(getContext()) local
    [all...]
  /frameworks/support/v4/jellybean/android/support/v4/app/
NotificationCompatJellybean.java 140 Notification notif = b.build(); local
143 Bundle extras = getExtras(notif);
154 getExtras(notif).putSparseParcelableArray(EXTRA_ACTION_EXTRAS, actionExtrasMap);
157 notif.contentView = mContentView;
160 notif.bigContentView = mBigContentView;
162 return notif;
224 public static Bundle getExtras(Notification notif) {
240 Bundle extras = (Bundle) sExtrasField.get(notif);
243 sExtrasField.set(notif, extras);
285 public static int getActionCount(Notification notif) {
    [all...]
  /frameworks/support/v4/api20/android/support/v4/app/
NotificationCompatApi20.java 133 public static NotificationCompatBase.Action getAction(Notification notif,
136 return getActionCompatFromAction(notif.actions[actionIndex], actionFactory, remoteInputFactory);
203 public static boolean getLocalOnly(Notification notif) {
204 return (notif.flags & Notification.FLAG_LOCAL_ONLY) != 0;
207 public static String getGroup(Notification notif) {
208 return notif.getGroup();
211 public static boolean isGroupSummary(Notification notif) {
212 return (notif.flags & Notification.FLAG_GROUP_SUMMARY) != 0;
215 public static String getSortKey(Notification notif) {
216 return notif.getSortKey()
    [all...]
  /frameworks/support/recommendation/src/android/support/app/recommendation/
RecommendationExtender.java 81 * @param notif The notification from which to copy options.
83 public RecommendationExtender(Notification notif) {
84 Bundle contentBundle = notif.extras == null ?
85 null : notif.extras.getBundle(EXTRA_CONTENT_INFO_EXTENDER);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
StatusBarNotifications.java 223 Notification notif = new Notification(); local
226 notif.contentIntent = makeMoodIntent(moodId);
230 notif.tickerText = text;
233 notif.icon = moodId;
239 notif.contentView = contentView;
243 mNotificationManager.notify(MOOD_NOTIFICATIONS, notif);
  /device/huawei/angler/location/loc_api/loc_api_v02/
LocApiV02.cpp 2214 GpsNiNotification notif; local
    [all...]
  /device/lge/bullhead/location/loc_api/loc_api_v02/
LocApiV02.cpp 2214 GpsNiNotification notif; local
    [all...]
  /device/moto/shamu/location/loc_api/loc_api_v02/
LocApiV02.cpp 2132 GpsNiNotification notif; local
    [all...]

Completed in 1350 milliseconds

1 2 3 4