Searched refs:FEATURE_LOCATION_GPS (Results 1 – 7 of 7) sorted by relevance
35 private static final String FEATURE_LOCATION_GPS = "android.hardware.location.gps"; field in GnssStatsTests67 if (!DeviceUtils.hasFeature(getDevice(), FEATURE_LOCATION_GPS)) return; in testGnssStats()
76 if (context.getPackageManager().hasSystemFeature(PackageManager.FEATURE_LOCATION_GPS)) { in deviceHasGpsFeature()
307 assertAvailable(PackageManager.FEATURE_LOCATION_GPS); in testLocationFeatures()309 assertNotAvailable(PackageManager.FEATURE_LOCATION_GPS); in testLocationFeatures()
333 return mContext.getPackageManager().hasSystemFeature(PackageManager.FEATURE_LOCATION_GPS);
84 private static final String FEATURE_LOCATION_GPS = "android.hardware.location.gps"; field in UidAtomTests459 if (!DeviceUtils.hasFeature(getDevice(), FEATURE_LOCATION_GPS)) return; in testGpsScan()
116 public static final String FEATURE_LOCATION_GPS = "android.hardware.location.gps"; field in AtomTestCase
681 if (getPackageManager().hasSystemFeature(PackageManager.FEATURE_LOCATION_GPS)) { in setupTests()