OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GPS_NI_RESPONSE_ACCEPT
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/com/android/internal/app/
NetInitiatedActivity.java
103
sendUserResponse(GpsNetInitiatedHandler.
GPS_NI_RESPONSE_ACCEPT
);
/frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java
66
public static final int
GPS_NI_RESPONSE_ACCEPT
= 1;
161
mLocationManager.sendNiResponse(notif.notificationId,
GPS_NI_RESPONSE_ACCEPT
);
/hardware/qcom/gps/loc_api/libloc_api/
loc_eng_ni.cpp
169
notif->default_response =
GPS_NI_RESPONSE_ACCEPT
;
448
case
GPS_NI_RESPONSE_ACCEPT
:
/hardware/libhardware/include/hardware/
gps.h
164
#define
GPS_NI_RESPONSE_ACCEPT
1
Completed in 82 milliseconds