Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/devicestate/
DDeviceStateManagerService.java973 final boolean isForegroundApp = isForegroundApp(callingPid, callingUid); in assertCanRequestDeviceState()
977 && isForegroundApp in assertCanRequestDeviceState()
997 final boolean isForegroundApp = isForegroundApp(callingPid, callingUid); in assertCanControlDeviceState()
999 final boolean canControlState = isTopApp && isForegroundApp; in assertCanControlDeviceState()
1013 private boolean isForegroundApp(int callingPid, int callingUid) { in isForegroundApp() method in DeviceStateManagerService