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

  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 98 public static class GpsNiNotification
135 public void handleNiNotification(GpsNiNotification notif)
181 private synchronized void setNiNotification(GpsNiNotification notif) {
221 private void openNiDialog(GpsNiNotification notif)
234 private Intent getDlgIntent(GpsNiNotification notif)
389 static private String getNotifTicker(GpsNiNotification notif, Context context)
398 static private String getNotifTitle(GpsNiNotification notif, Context context)
405 static private String getNotifMessage(GpsNiNotification notif, Context context)
414 static public String getDialogTitle(GpsNiNotification notif, Context context)
420 static private String getDialogMessage(GpsNiNotification notif, Context context
    [all...]
  /hardware/libhardware/include/hardware/
gps.h 523 /** set to sizeof(GpsNiNotification) */
581 } GpsNiNotification;
586 typedef void (*gps_ni_notify_callback)(GpsNiNotification *notification);

Completed in 1484 milliseconds