Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssVisibilityControl.java142 new NfwNotification(proxyAppPackageName, protocolStack, otherProtocolStackName, in reportNfwNotification()
284 private static class NfwNotification { class in GnssVisibilityControl
299 private NfwNotification(String proxyAppPackageName, byte protocolStack, in NfwNotification() method in GnssVisibilityControl.NfwNotification
336 return mResponseType != NfwNotification.NFW_RESPONSE_TYPE_REJECTED; in isRequestAccepted()
340 return mResponseType == NfwNotification.NFW_RESPONSE_TYPE_ACCEPTED_LOCATION_PROVIDED; in isLocationProvided()
444 private void handleNfwNotification(NfwNotification nfwNotification) { in handleNfwNotification()
514 NfwNotification nfwNotification) { in isPermissionMismatched()
522 private void showLocationIcon(ProxyAppState proxyAppState, NfwNotification nfwNotification, in showLocationIcon()
591 private void handleEmergencyNfwNotification(NfwNotification nfwNotification) { in handleEmergencyNfwNotification()
612 private void postEmergencyLocationUserNotification(NfwNotification nfwNotification) { in postEmergencyLocationUserNotification()
[all …]
/frameworks/base/services/core/jni/gnss/
DGnssVisibilityControlCallback.cpp43 NfwNotification& notification) { in nfwNotifyCb()
56 const IGnssVisibilityControlCallback::NfwNotification& notification) { in nfwNotifyCb()
DGnssVisibilityControlCallback.h52 NfwNotification& notification) override;
65 const IGnssVisibilityControlCallback::NfwNotification& notification) override;