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
100
default_response = intent.getIntExtra(GpsNetInitiatedHandler.NI_INTENT_KEY_DEFAULT_RESPONSE, GpsNetInitiatedHandler.
GPS_NI_RESPONSE_ACCEPT
);
126
sendUserResponse(GpsNetInitiatedHandler.
GPS_NI_RESPONSE_ACCEPT
);
/frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java
69
public static final int
GPS_NI_RESPONSE_ACCEPT
= 1;
164
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
166
#define
GPS_NI_RESPONSE_ACCEPT
1
Completed in 87 milliseconds