OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GpsNiNotification
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java
98
public static class
GpsNiNotification
135
public void handleNiNotification(
GpsNiNotification
notif)
181
private synchronized void setNiNotification(
GpsNiNotification
notif) {
221
private void openNiDialog(
GpsNiNotification
notif)
234
private Intent getDlgIntent(
GpsNiNotification
notif)
389
static private String getNotifTicker(
GpsNiNotification
notif, Context context)
398
static private String getNotifTitle(
GpsNiNotification
notif, Context context)
405
static private String getNotifMessage(
GpsNiNotification
notif, Context context)
414
static public String getDialogTitle(
GpsNiNotification
notif, Context context)
420
static private String getDialogMessage(
GpsNiNotification
notif, Context context
[
all
...]
/hardware/libhardware/include/hardware/
gps.h
531
/** set to sizeof(
GpsNiNotification
) */
589
}
GpsNiNotification
;
594
typedef void (*gps_ni_notify_callback)(
GpsNiNotification
*notification);
/frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java
72
import com.android.internal.location.GpsNetInitiatedHandler.
GpsNiNotification
;
[
all
...]
/frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp
191
static void gps_ni_notify_callback(
GpsNiNotification
*notification)
Completed in 46 milliseconds