Home
last modified time | relevance | path

Searched defs:buildState (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/appops/
DAppOpsState.java499 public List<AppOpEntry> buildState(OpsTemplate tpl) { in buildState() method in AppOpsState
524 public List<AppOpEntry> buildState(OpsTemplate tpl, int uid, String packageName) { in buildState() method in AppOpsState
528 public List<AppOpEntry> buildState(OpsTemplate tpl, int uid, String packageName, in buildState() method in AppOpsState
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/appops/
DAppOpsState.java500 public List<AppOpEntry> buildState(OpsTemplate tpl) { in buildState() method in AppOpsState
525 public List<AppOpEntry> buildState(OpsTemplate tpl, int uid, String packageName) { in buildState() method in AppOpsState
529 public List<AppOpEntry> buildState(OpsTemplate tpl, int uid, String packageName, in buildState() method in AppOpsState