Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DForegroundServiceTypePolicy.java424 new AppOpPermission(AppOpsManager.OP_PROJECT_MEDIA)
537 new AppOpPermission(AppOpsManager.OP_ACTIVATE_VPN),
1214 static class AppOpPermission extends ForegroundServiceTypePermission { class in ForegroundServiceTypePolicy
1217 AppOpPermission(int opCode) { in AppOpPermission() method in ForegroundServiceTypePolicy.AppOpPermission