Home
last modified time | relevance | path

Searched refs:setIsSatelliteCommunicationAllowedForCurrentLocationCache (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telephony/tests/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessControllerTest.java487 .setIsSatelliteCommunicationAllowedForCurrentLocationCache("cache_allowed"); in testOnCurrentLocationNotAvailable()
495 .setIsSatelliteCommunicationAllowedForCurrentLocationCache("cache_not_allowed"); in testOnCurrentLocationNotAvailable()
512 mSatelliteAccessControllerUT.setIsSatelliteCommunicationAllowedForCurrentLocationCache( in testOnCurrentLocationNotAvailable()
1170 mSatelliteAccessControllerUT.setIsSatelliteCommunicationAllowedForCurrentLocationCache( in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()
2051 .setIsSatelliteCommunicationAllowedForCurrentLocationCache("cache_allowed"); in testLocationModeChanged()
/packages/services/Telephony/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessController.java3134 public boolean setIsSatelliteCommunicationAllowedForCurrentLocationCache(String state) { in setIsSatelliteCommunicationAllowedForCurrentLocationCache() method in SatelliteAccessController
/packages/services/Telephony/src/com/android/phone/
DTelephonyShellCommand.java3991 boolean result = mInterface.setIsSatelliteCommunicationAllowedForCurrentLocationCache( in handleSetIsSatelliteCommunicationAllowedForCurrentLocationCache()
DPhoneInterfaceManager.java14621 public boolean setIsSatelliteCommunicationAllowedForCurrentLocationCache(String state) { in setIsSatelliteCommunicationAllowedForCurrentLocationCache() method in PhoneInterfaceManager
14633 .setIsSatelliteCommunicationAllowedForCurrentLocationCache(state); in setIsSatelliteCommunicationAllowedForCurrentLocationCache()