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.java121 public static class GpsNiNotification class in GpsNetInitiatedHandler
255 public void handleNiNotification(GpsNiNotification notif) { in handleNiNotification()
283 private void handleNi(GpsNiNotification notif) { in handleNi()
324 private void handleNiInEs(GpsNiNotification notif) { in handleNiInEs()
355 private synchronized void setNiNotification(GpsNiNotification notif) { in setNiNotification()
399 private void openNiDialog(GpsNiNotification notif) in openNiDialog()
412 private Intent getDlgIntent(GpsNiNotification notif) in getDlgIntent()
567 static private String getNotifTicker(GpsNiNotification notif, Context context) in getNotifTicker()
576 static private String getNotifTitle(GpsNiNotification notif, Context context) in getNotifTitle()
583 static private String getNotifMessage(GpsNiNotification notif, Context context) in getNotifMessage()
[all …]
/frameworks/base/services/core/java/com/android/server/location/
DGnssLocationProvider.java22 import com.android.internal.location.GpsNetInitiatedHandler.GpsNiNotification;
1925 GpsNiNotification notification = new GpsNiNotification();
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp415 static void gps_ni_notify_callback(GpsNiNotification *notification) in gps_ni_notify_callback()