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 - 3
of
3
) 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
70
public static final int
GPS_NI_RESPONSE_ACCEPT
= 1;
164
mLocationManager.sendNiResponse(notif.notificationId,
GPS_NI_RESPONSE_ACCEPT
);
/hardware/libhardware/include/hardware/
gps.h
168
#define
GPS_NI_RESPONSE_ACCEPT
1
Completed in 35 milliseconds