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
98
public static class
GpsNiNotification
135
public void handleNiNotification(
GpsNiNotification
notif)
181
private synchronized void setNiNotification(
GpsNiNotification
notif) {
224
private void openNiDialog(
GpsNiNotification
notif)
237
private Intent getDlgIntent(
GpsNiNotification
notif)
392
static private String getNotifTicker(
GpsNiNotification
notif, Context context)
401
static private String getNotifTitle(
GpsNiNotification
notif, Context context)
408
static private String getNotifMessage(
GpsNiNotification
notif, Context context)
417
static public String getDialogTitle(
GpsNiNotification
notif, Context context)
423
static private String getDialogMessage(
GpsNiNotification
notif, Context context
[
all
...]
/hardware/libhardware/include/hardware/
gps.h
523
/** set to sizeof(
GpsNiNotification
) */
581
}
GpsNiNotification
;
586
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
61
import com.android.internal.location.GpsNetInitiatedHandler.
GpsNiNotification
;
[
all
...]
/frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp
183
static void gps_ni_notify_callback(
GpsNiNotification
*notification)
Completed in 1413 milliseconds