Home
last modified time | relevance | path

Searched refs:onSatelliteCommunicationAllowedStateChanged (Results 1 – 5 of 5) sorted by relevance

/frameworks/libs/gsma_services/satellite_client/src/android/telephony/satellite/wrapper/
DSatelliteCommunicationAllowedStateCallbackWrapper.java29 void onSatelliteCommunicationAllowedStateChanged(boolean isAllowed); in onSatelliteCommunicationAllowedStateChanged() method
DSatelliteManagerWrapper.java1360 public void onSatelliteCommunicationAllowedStateChanged(boolean supported) { in registerForCommunicationAllowedStateChanged()
1361 callback.onSatelliteCommunicationAllowedStateChanged(supported); in registerForCommunicationAllowedStateChanged()
/frameworks/base/telephony/java/android/telephony/satellite/
DISatelliteCommunicationAllowedStateCallback.aidl31 void onSatelliteCommunicationAllowedStateChanged(in boolean isAllowed); in onSatelliteCommunicationAllowedStateChanged() method
DSatelliteCommunicationAllowedStateCallback.java42 void onSatelliteCommunicationAllowedStateChanged(boolean isAllowed); in onSatelliteCommunicationAllowedStateChanged() method
DSatelliteManager.java2467 public void onSatelliteCommunicationAllowedStateChanged( in registerForCommunicationAllowedStateChanged()
2470 () -> callback.onSatelliteCommunicationAllowedStateChanged( in registerForCommunicationAllowedStateChanged()