Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteModemInterface.java81 private boolean mIsSatelliteServiceSupported; field in SatelliteModemInterface
262 mIsSatelliteServiceSupported = getSatelliteServiceSupport(); in SatelliteModemInterface()
1402 return mIsSatelliteServiceSupported; in isSatelliteServiceSupported()
1437 mIsSatelliteServiceSupported = getSatelliteServiceSupport(); in setSatelliteServicePackageName()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DSatelliteControllerTest.java223 private boolean mIsSatelliteServiceSupported = true; field in SatelliteControllerTest
513 doReturn(mIsSatelliteServiceSupported) in setUp()
2852 doReturn(mIsSatelliteServiceSupported) in testSatelliteCommunicationRestrictionForEntitlement()