Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/location/
H A DLocationManagerService.java291 () -> refreshAppOpsRestrictions(UserHandle.USER_ALL) in LocationManagerService()
294 () -> refreshAppOpsRestrictions(UserHandle.USER_ALL)); in LocationManagerService()
297 refreshAppOpsRestrictions(userId); in LocationManagerService()
569 refreshAppOpsRestrictions(userId); in onLocationModeChanged()
1575 refreshAppOpsRestrictions(UserHandle.USER_ALL); in onStateChanged()
1605 private void refreshAppOpsRestrictions(int userId) { in refreshAppOpsRestrictions() method in LocationManagerService
1609 refreshAppOpsRestrictions(runningUserIds[i]); in refreshAppOpsRestrictions()