Searched refs:tpl (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
H A DAppOpsState.java460 public List<AppOpEntry> buildState(OpsTemplate tpl) { argument
461 return buildState(tpl, 0, null);
485 public List<AppOpEntry> buildState(OpsTemplate tpl, int uid, String packageName) { argument
494 for (int i=0; i<tpl.ops.length; i++) {
495 if (tpl.showPerms[i]) {
496 String perm = AppOpsManager.opToPermission(tpl.ops[i]);
499 permOps.add(tpl.ops[i]);
500 opToOrder[tpl.ops[i]] = i;
507 pkgs = mAppOps.getOpsForPackage(uid, packageName, tpl.ops);
509 pkgs = mAppOps.getPackagesForOps(tpl
[all...]
H A DAppOpsDetails.java116 for (AppOpsState.OpsTemplate tpl : AppOpsState.ALL_TEMPLATES) {
117 List<AppOpsState.AppOpEntry> entries = mState.buildState(tpl,

Completed in 35 milliseconds