OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAppOpsService
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/services/java/com/android/server/
VibratorService.java
63
private final IAppOpsService
mAppOpsService
;
146
mAppOpsService
= IAppOpsService.Stub.asInterface(ServiceManager.getService(Context.APP_OPS_SERVICE));
345
int mode =
mAppOpsService
.startOperation(AppOpsManager.getToken(
mAppOpsService
),
370
mAppOpsService
.finishOperation(AppOpsManager.getToken(
mAppOpsService
),
/frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java
331
private final IAppOpsService
mAppOpsService
;
468
mAppOpsService
= IAppOpsService.Stub.asInterface(ServiceManager.getService(
[
all
...]
/frameworks/base/services/java/com/android/server/am/
BroadcastQueue.java
461
int mode = mService.
mAppOpsService
.noteOperation(r.appOp,
[
all
...]
ActivityManagerService.java
766
final AppOpsService
mAppOpsService
;
[
all
...]
Completed in 40 milliseconds