HomeSort by relevance Sort by last modified time
    Searched defs:SatelliteInfo (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_pos_init/
SatelliteInfo.java 37 public class SatelliteInfo
44 public SatelliteInfo() {
71 * Creates a new SatelliteInfo from encoded stream.
73 public static SatelliteInfo fromPerUnaligned(byte[] encodedBytes) {
74 SatelliteInfo result = new SatelliteInfo();
80 * Creates a new SatelliteInfo from encoded stream.
82 public static SatelliteInfo fromPerAligned(byte[] encodedBytes) {
83 SatelliteInfo result = new SatelliteInfo();
    [all...]
  /frameworks/base/location/tests/locationtests/src/android/location/
SatelliteInfo.java 24 public class SatelliteInfo {
51 public SatelliteInfo(int svid, int constellationType, boolean hasEphemris, boolean hasAlmanac,
77 public static int[] getSvidWithFlagsArray(List<SatelliteInfo> svInfos) {
88 public static float[] getCn0sArray(List<SatelliteInfo> svInfos) {
99 public static float[] getElevationsArray(List<SatelliteInfo> svInfos) {
110 public static float[] getAzimuthsArray(List<SatelliteInfo> svInfos) {
121 public static float[] getCarrierFrequencyArray(List<SatelliteInfo> svInfos) {

Completed in 578 milliseconds