OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAppOpsService
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/services/core/java/com/android/server/
VibratorService.java
74
private final IAppOpsService
mAppOpsService
;
211
mAppOpsService
= IAppOpsService.Stub.asInterface(ServiceManager.getService(Context.APP_OPS_SERVICE));
460
int mode =
mAppOpsService
.checkAudioOperation(AppOpsManager.OP_VIBRATE,
463
mode =
mAppOpsService
.startOperation(AppOpsManager.getToken(
mAppOpsService
),
503
mAppOpsService
.finishOperation(AppOpsManager.getToken(
mAppOpsService
),
/frameworks/base/services/core/java/com/android/server/am/
BroadcastQueue.java
516
&& mService.
mAppOpsService
.noteOperation(opCode, r.callingUid,
548
&& mService.
mAppOpsService
.noteOperation(appOp,
580
&& mService.
mAppOpsService
.noteOperation(r.appOp,
[
all
...]
ActivityManagerService.java
[
all
...]
ActiveServices.java
597
if (mAm.
mAppOpsService
.noteOperation(AppOpsManager.OP_RUN_IN_BACKGROUND,
[
all
...]
ActivityStackSupervisor.java
[
all
...]
/frameworks/base/services/core/java/com/android/server/location/
GnssLocationProvider.java
410
private final IAppOpsService
mAppOpsService
;
725
mAppOpsService
= IAppOpsService.Stub.asInterface(ServiceManager.getService(
[
all
...]
/frameworks/base/services/core/java/com/android/server/pm/
UserManagerService.java
324
private IAppOpsService
mAppOpsService
;
444
mAppOpsService
= IAppOpsService.Stub.asInterface(
[
all
...]
Completed in 232 milliseconds