Home
last modified time | relevance | path

Searched refs:GpsNiNotification (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java98 public static class GpsNiNotification class in GpsNetInitiatedHandler
135 public void handleNiNotification(GpsNiNotification notif) in handleNiNotification()
181 private synchronized void setNiNotification(GpsNiNotification notif) { in setNiNotification()
224 private void openNiDialog(GpsNiNotification notif) in openNiDialog()
237 private Intent getDlgIntent(GpsNiNotification notif) in getDlgIntent()
392 static private String getNotifTicker(GpsNiNotification notif, Context context) in getNotifTicker()
401 static private String getNotifTitle(GpsNiNotification notif, Context context) in getNotifTitle()
408 static private String getNotifMessage(GpsNiNotification notif, Context context) in getNotifMessage()
417 static public String getDialogTitle(GpsNiNotification notif, Context context) in getDialogTitle()
423 static private String getDialogMessage(GpsNiNotification notif, Context context) in getDialogMessage()
/frameworks/base/services/java/com/android/server/location/
DGpsLocationProvider.java61 import com.android.internal.location.GpsNetInitiatedHandler.GpsNiNotification;
1408 GpsNiNotification notification = new GpsNiNotification(); in reportNiNotification()
/frameworks/base/services/jni/
Dcom_android_server_location_GpsLocationProvider.cpp183 static void gps_ni_notify_callback(GpsNiNotification *notification) in gps_ni_notify_callback()