Home
last modified time | relevance | path

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

/frameworks/base/cmds/appops/src/com/android/commands/appops/
DAppOpsCommand.java143 final int modeInt; in runSet() local
146 modeInt = AppOpsManager.MODE_ALLOWED; in runSet()
149 modeInt = AppOpsManager.MODE_ERRORED; in runSet()
152 modeInt = AppOpsManager.MODE_IGNORED; in runSet()
155 modeInt = AppOpsManager.MODE_DEFAULT; in runSet()
176 appOpsService.setMode(opInt, uid, packageName, modeInt); in runSet()
/frameworks/base/services/core/java/com/android/server/am/
DCompatModePackages.java108 int modeInt = 0; in CompatModePackages() local
111 modeInt = Integer.parseInt(mode); in CompatModePackages()
115 mPackages.put(pkg, modeInt); in CompatModePackages()