Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/satellite/
DSatelliteManager.java225 public static final String KEY_SATELLITE_NEXT_VISIBILITY = "satellite_next_visibility"; field in SatelliteManager
1837 if (resultData.containsKey(KEY_SATELLITE_NEXT_VISIBILITY)) { in requestTimeForNextSatelliteVisibility()
1839 resultData.getInt(KEY_SATELLITE_NEXT_VISIBILITY); in requestTimeForNextSatelliteVisibility()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DSatelliteControllerTest.java33 import static android.telephony.satellite.SatelliteManager.KEY_SATELLITE_NEXT_VISIBILITY;
407 if (resultData.containsKey(KEY_SATELLITE_NEXT_VISIBILITY)) {
409 KEY_SATELLITE_NEXT_VISIBILITY);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteController.java1225 bundle.putInt(SatelliteManager.KEY_SATELLITE_NEXT_VISIBILITY, in handleMessage()