Home
last modified time | relevance | path

Searched refs:KEY_SATELLITE_CAPABILITIES (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telephony/java/android/telephony/satellite/
DSatelliteManager.java192 public static final String KEY_SATELLITE_CAPABILITIES = "satellite_capabilities"; field in SatelliteManager
829 if (resultData.containsKey(KEY_SATELLITE_CAPABILITIES)) { in requestCapabilities()
831 resultData.getParcelable(KEY_SATELLITE_CAPABILITIES, in requestCapabilities()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DSatelliteControllerTest.java30 import static android.telephony.satellite.SatelliteManager.KEY_SATELLITE_CAPABILITIES;
245 if (resultData.containsKey(KEY_SATELLITE_CAPABILITIES)) {
247 KEY_SATELLITE_CAPABILITIES, SatelliteCapabilities.class);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteController.java1190 bundle.putParcelable(SatelliteManager.KEY_SATELLITE_CAPABILITIES, in handleMessage()
1720 bundle.putParcelable(SatelliteManager.KEY_SATELLITE_CAPABILITIES, in requestSatelliteCapabilities()