Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteSOSMessageRecommender.java380 && mSatelliteController.isSatelliteSupportedViaOem()) { in handleEmergencyCallConnectionStateChangedEvent()
803 if (mSatelliteController.isSatelliteSupportedViaOem() && isSatelliteViaOemProvisioned()) { in isSatelliteSupported()
DDatagramReceiver.java517 if (!SatelliteController.getInstance().isSatelliteSupportedViaOem()) { in registerForSatelliteDatagram()
DSatelliteController.java2696 public boolean isSatelliteSupportedViaOem() { in isSatelliteSupportedViaOem() method in SatelliteController
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DDatagramReceiverTest.java473 when(mMockSatelliteController.isSatelliteSupportedViaOem()).thenReturn(false); in testRegisterForSatelliteDatagram_satelliteNotSupported()
DSatelliteSOSMessageRecommenderTest.java677 public boolean isSatelliteSupportedViaOem() { in isSatelliteSupportedViaOem() method in SatelliteSOSMessageRecommenderTest.TestSatelliteController