Searched refs:isSatelliteSupportedViaOem (Results 1 – 5 of 5) sorted by relevance
380 && mSatelliteController.isSatelliteSupportedViaOem()) { in handleEmergencyCallConnectionStateChangedEvent()803 if (mSatelliteController.isSatelliteSupportedViaOem() && isSatelliteViaOemProvisioned()) { in isSatelliteSupported()
517 if (!SatelliteController.getInstance().isSatelliteSupportedViaOem()) { in registerForSatelliteDatagram()
2696 public boolean isSatelliteSupportedViaOem() { in isSatelliteSupportedViaOem() method in SatelliteController
473 when(mMockSatelliteController.isSatelliteSupportedViaOem()).thenReturn(false); in testRegisterForSatelliteDatagram_satelliteNotSupported()
677 public boolean isSatelliteSupportedViaOem() { in isSatelliteSupportedViaOem() method in SatelliteSOSMessageRecommenderTest.TestSatelliteController