Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManagerInternal.java32 public abstract void setDeviceAndProfileOwners(SparseIntArray owners); in setDeviceAndProfileOwners() method in AppOpsManagerInternal
/frameworks/base/services/core/java/com/android/server/
DAppOpsService.java3773 @Override public void setDeviceAndProfileOwners(SparseIntArray owners) { in setDeviceAndProfileOwners() method in AppOpsService.AppOpsManagerInternalImpl