OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GpsNiNotification
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java
95
public static class
GpsNiNotification
132
public void handleNiNotification(
GpsNiNotification
notif)
178
private synchronized void setNiNotification(
GpsNiNotification
notif) {
221
private void openNiDialog(
GpsNiNotification
notif)
234
private Intent getDlgIntent(
GpsNiNotification
notif)
415
static private String getNotifTicker(
GpsNiNotification
notif)
424
static private String getNotifTitle(
GpsNiNotification
notif)
431
static private String getNotifMessage(
GpsNiNotification
notif)
441
static public String getDialogTitle(
GpsNiNotification
notif)
447
static private String getDialogMessage(
GpsNiNotification
notif
[
all
...]
/hardware/libhardware/include/hardware/
gps.h
516
/** set to sizeof(
GpsNiNotification
) */
574
}
GpsNiNotification
;
579
typedef void (*gps_ni_notify_callback)(
GpsNiNotification
*notification);
/hardware/qcom/gps/loc_api/libloc_api/
loc_eng_ni.cpp
151
static boolean loc_ni_fill_notif_verify_type(
GpsNiNotification
*notif,
252
GpsNiNotification
notif;
/frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java
58
import com.android.internal.location.GpsNetInitiatedHandler.
GpsNiNotification
;
[
all
...]
/frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp
167
static void gps_ni_notify_callback(
GpsNiNotification
*notification)
Completed in 20 milliseconds