Searched refs:KEY_SATELLITE_NEXT_VISIBILITY (Results 1 – 3 of 3) sorted by relevance
225 public static final String KEY_SATELLITE_NEXT_VISIBILITY = "satellite_next_visibility"; field in SatelliteManager1837 if (resultData.containsKey(KEY_SATELLITE_NEXT_VISIBILITY)) { in requestTimeForNextSatelliteVisibility()1839 resultData.getInt(KEY_SATELLITE_NEXT_VISIBILITY); in requestTimeForNextSatelliteVisibility()
33 import static android.telephony.satellite.SatelliteManager.KEY_SATELLITE_NEXT_VISIBILITY;407 if (resultData.containsKey(KEY_SATELLITE_NEXT_VISIBILITY)) {409 KEY_SATELLITE_NEXT_VISIBILITY);
1225 bundle.putInt(SatelliteManager.KEY_SATELLITE_NEXT_VISIBILITY, in handleMessage()