Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java332 public ArrayMap<String, Ops> pkgOps;
394 Ops ops = pkgOps.valueAt(i); in evalForegroundOps()
409 final static class Ops extends SparseArray<Op> { class in AppOpsService
414 Ops(String _packageName, UidState _uidState, boolean _isPrivileged) { in Ops() method in AppOpsService.Ops
766 ArrayMap<String, Ops> pkgs = uidState.pkgOps; in systemReady()
771 Iterator<Ops> it = pkgs.values().iterator(); in systemReady()
773 Ops ops = it.next(); in systemReady()
884 Ops ops = null; in packageRemoved()
994 final Ops ops = uidState.pkgOps.valueAt(i); in updateUidProcState()
1032 private ArrayList<AppOpsManager.OpEntry> collectOps(Ops pkgOps, int[] ops) { in collectOps()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/appop/
DAppOpsUpgradeTest.java104 final AppOpsService.Ops ops = uidState.pkgOps.valueAt(j); in assertSameModes()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp3021 SmallVector<Value*, 16> Ops; in ParseFunctionBody() local
3023 Ops.push_back(getFnValueByID(Record[OpNum], FTy->getParamType(i))); in ParseFunctionBody()
3024 if (!Ops.back()) in ParseFunctionBody()
3037 Ops.push_back(Op); in ParseFunctionBody()
3041 I = InvokeInst::Create(Callee, NormalBB, UnwindBB, Ops); in ParseFunctionBody()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp3269 SmallVector<Value*, 16> Ops; in ParseFunctionBody() local
3271 Ops.push_back(getFnValueByID(Record[OpNum], FTy->getParamType(i))); in ParseFunctionBody()
3272 if (!Ops.back()) in ParseFunctionBody()
3285 Ops.push_back(Op); in ParseFunctionBody()
3289 I = InvokeInst::Create(Callee, NormalBB, UnwindBB, Ops); in ParseFunctionBody()
/frameworks/base/services/
Dart-profile3832 HSPLcom/android/server/appop/AppOpsService$Ops;-><init>(Ljava/lang/String;Lcom/android/server/appop…
3845 HSPLcom/android/server/appop/AppOpsService;->collectOps(Lcom/android/server/appop/AppOpsService$Ops
3855 …/AppOpsService;->getOpsRawLocked(ILjava/lang/String;ZZ)Lcom/android/server/appop/AppOpsService$Ops;
3856 …ervice;->getOpsRawNoVerifyLocked(ILjava/lang/String;ZZ)Lcom/android/server/appop/AppOpsService$Ops;
18741 Lcom/android/server/appop/AppOpsService$Ops;