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 122 public static class GpsNiNotification
252 public void handleNiNotification(GpsNiNotification notif) {
280 private void handleNi(GpsNiNotification notif) {
321 private void handleNiInEs(GpsNiNotification notif) {
352 private synchronized void setNiNotification(GpsNiNotification notif) {
397 private void openNiDialog(GpsNiNotification notif)
410 private Intent getDlgIntent(GpsNiNotification notif)
565 static private String getNotifTicker(GpsNiNotification notif, Context context)
574 static private String getNotifTitle(GpsNiNotification notif, Context context)
581 static private String getNotifMessage(GpsNiNotification notif, Context context
    [all...]
  /hardware/libhardware/include/hardware/
gps.h 844 /** set to sizeof(GpsNiNotification) */
902 } GpsNiNotification;
908 typedef void (*gps_ni_notify_callback)(GpsNiNotification *notification);
    [all...]

Completed in 66 milliseconds