Searched refs:isForegroundApp (Results 1 – 1 of 1) sorted by relevance
973 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