Searched refs:FEATURE_LOCATION_GPS (Results 1 – 8 of 8) sorted by relevance
36 private static final String FEATURE_LOCATION_GPS = "android.hardware.location.gps"; field in GnssStatsTests68 if (!DeviceUtils.hasFeature(getDevice(), FEATURE_LOCATION_GPS)) return; in testGnssStats()
103 public static final String FEATURE_LOCATION_GPS = "android.hardware.location.gps"; field in CommonPackages
79 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()
342 return mContext.getPackageManager().hasSystemFeature(PackageManager.FEATURE_LOCATION_GPS);
88 private static final String FEATURE_LOCATION_GPS = "android.hardware.location.gps"; field in UidAtomTests436 if (!DeviceUtils.hasFeature(getDevice(), FEATURE_LOCATION_GPS)) return; in testGpsScan()
636 if (getPackageManager().hasSystemFeature(PackageManager.FEATURE_LOCATION_GPS)) { in setupTests()
13151 field public static final String FEATURE_LOCATION_GPS = "android.hardware.location.gps";