Home
last modified time | relevance | path

Searched refs:NfwNotification (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/
DGnssVisibilityControl.java143 new NfwNotification(proxyAppPackageName, protocolStack, otherProtocolStackName, in reportNfwNotification()
285 private static class NfwNotification { class in GnssVisibilityControl
300 private NfwNotification(String proxyAppPackageName, byte protocolStack, in NfwNotification() method in GnssVisibilityControl.NfwNotification
337 return mResponseType != NfwNotification.NFW_RESPONSE_TYPE_REJECTED; in isRequestAccepted()
341 return mResponseType == NfwNotification.NFW_RESPONSE_TYPE_ACCEPTED_LOCATION_PROVIDED; in isLocationProvided()
441 private void handleNfwNotification(NfwNotification nfwNotification) { in handleNfwNotification()
511 NfwNotification nfwNotification) { in isPermissionMismatched()
519 private void showLocationIcon(ProxyAppState proxyAppState, NfwNotification nfwNotification, in showLocationIcon()
596 private void handleEmergencyNfwNotification(NfwNotification nfwNotification) { in handleEmergencyNfwNotification()
617 private void postEmergencyLocationUserNotification(NfwNotification nfwNotification) { in postEmergencyLocationUserNotification()
[all …]
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp1286 Return<void> nfwNotifyCb(const IGnssVisibilityControlCallback::NfwNotification& notification)
1292 const IGnssVisibilityControlCallback::NfwNotification& notification) { in nfwNotifyCb()