Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/satellite/cts/
DSatelliteManagerTestOnMockService.java2046 PointingInfo expectedPointingInfo = new PointingInfo(10.5f, 30.23f); in testReceiveSatellitePositionUpdate() local
2050 .isEqualTo(expectedPointingInfo.getSatelliteAzimuthDegrees()); in testReceiveSatellitePositionUpdate()
2052 .isEqualTo(expectedPointingInfo.getSatelliteElevationDegrees()); in testReceiveSatellitePositionUpdate()
2090 PointingInfo expectedPointingInfo = new PointingInfo(10.5f, 30.23f); in testReceiveMultipleSatellitePositionUpdates() local
2094 .isEqualTo(expectedPointingInfo.getSatelliteAzimuthDegrees()); in testReceiveMultipleSatellitePositionUpdates()
2096 .isEqualTo(expectedPointingInfo.getSatelliteElevationDegrees()); in testReceiveMultipleSatellitePositionUpdates()
2102 expectedPointingInfo = new PointingInfo(100, 120); in testReceiveMultipleSatellitePositionUpdates()
2106 .isEqualTo(expectedPointingInfo.getSatelliteAzimuthDegrees()); in testReceiveMultipleSatellitePositionUpdates()
2108 .isEqualTo(expectedPointingInfo.getSatelliteElevationDegrees()); in testReceiveMultipleSatellitePositionUpdates()