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) {
224 private void openNiDialog(GpsNiNotification notif)
237 private Intent getDlgIntent(GpsNiNotification notif)
392 static private String getNotifTicker(GpsNiNotification notif, Context context)
401 static private String getNotifTitle(GpsNiNotification notif, Context context)
408 static private String getNotifMessage(GpsNiNotification notif, Context context)
417 static public String getDialogTitle(GpsNiNotification notif, Context context)
423 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 471 milliseconds