Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/
DLocationManagerService.java297 () -> refreshAppOpsRestrictions(UserHandle.USER_ALL) in LocationManagerService()
300 () -> refreshAppOpsRestrictions(UserHandle.USER_ALL)); in LocationManagerService()
303 refreshAppOpsRestrictions(userId); in LocationManagerService()
583 refreshAppOpsRestrictions(userId); in onLocationModeChanged()
1659 refreshAppOpsRestrictions(UserHandle.USER_ALL); in onStateChanged()
1689 private void refreshAppOpsRestrictions(int userId) { in refreshAppOpsRestrictions() method in LocationManagerService
1693 refreshAppOpsRestrictions(runningUserIds[i]); in refreshAppOpsRestrictions()
/frameworks/base/services/
Dart-wear-profile13694 HPLcom/android/server/location/LocationManagerService;->refreshAppOpsRestrictions(I)V