Searched refs:grantLocationPermissions (Results 1 – 10 of 10) sorted by relevance
54 TestUtils.grantLocationPermissions(ACCESS_COARSE_LOCATION, courseLocationPackages); in testGnssStatusChanges()55 TestUtils.grantLocationPermissions(ACCESS_FINE_LOCATION, fineLocationPackages); in testGnssStatusChanges()115 TestUtils.grantLocationPermissions(ACCESS_COARSE_LOCATION, courseLocationPackages); in testGnssStatusValues()116 TestUtils.grantLocationPermissions(ACCESS_FINE_LOCATION, fineLocationPackages); in testGnssStatusValues()
88 TestUtils.grantLocationPermissions(ACCESS_COARSE_LOCATION, courseLocationPackages); in testGnssAntennaInfoValues()89 TestUtils.grantLocationPermissions(ACCESS_FINE_LOCATION, fineLocationPackages); in testGnssAntennaInfoValues()
115 TestUtils.grantLocationPermissions(ACCESS_COARSE_LOCATION, courseLocationPackages); in testLocationUpdatesAtVariousIntervals()116 TestUtils.grantLocationPermissions(ACCESS_FINE_LOCATION, fineLocationPackages); in testLocationUpdatesAtVariousIntervals()
87 TelephonyManagerTest.grantLocationPermissions(); in testCellLocation()
122 TelephonyManagerTest.grantLocationPermissions(); in testServiceStateLocationSanitizationWithRenouncedPermission()138 TelephonyManagerTest.grantLocationPermissions(); in testServiceStateListeningWithRenouncedPermission()
774 TelephonyManagerTest.grantLocationPermissions(); in testOnCellLocationChanged()910 TelephonyManagerTest.grantLocationPermissions(); in testOnCellInfoChanged()
966 TelephonyManagerTest.grantLocationPermissions(); in testOnCellLocationChangedByRegisterTelephonyCallback()1121 TelephonyManagerTest.grantLocationPermissions(); in testOnCellInfoChangedByRegisterTelephonyCallback()
276 TelephonyManagerTest.grantLocationPermissions(); in setUp()
745 public static void grantLocationPermissions() { in grantLocationPermissions() method in TelephonyManagerTest803 grantLocationPermissions(); in testListen()5846 grantLocationPermissions(); in testRegisterTelephonyCallback()
214 public static void grantLocationPermissions(String permission, List<String> packages) { in grantLocationPermissions() method in TestUtils