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

/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java94 public static class GpsNiNotification class in class:GpsNetInitiatedHandler
131 public void handleNiNotification(GpsNiNotification notif)
183 private synchronized void setNiNotification(GpsNiNotification notif) {
226 private void openNiDialog(GpsNiNotification notif)
239 private Intent getDlgIntent(GpsNiNotification notif)
420 static private String getNotifTicker(GpsNiNotification notif)
429 static private String getNotifTitle(GpsNiNotification notif)
436 static private String getNotifMessage(GpsNiNotification notif)
446 static public String getDialogTitle(GpsNiNotification notif)
452 static private String getDialogMessage(GpsNiNotification noti
[all...]
H A DGpsLocationProvider.java51 import com.android.internal.location.GpsNetInitiatedHandler.GpsNiNotification;
1129 GpsNiNotification notification = new GpsNiNotification();
/frameworks/base/core/jni/
H A Dandroid_location_GpsLocationProvider.cpp51 static GpsNiNotification sGpsNiNotification;
70 static GpsNiNotification sGpsNiNotificationCopy;
171 gps_ni_notify_callback(GpsNiNotification *notification)
178 memcpy(&sGpsNiNotification, notification, sizeof(GpsNiNotification));

Completed in 67 milliseconds