Searched refs:isScreenInteractive (Results 1 – 1 of 1) sorted by relevance
187 return isScreenInteractive() && !isKeyguardLocked(); in turnScreenOn()202 private boolean isScreenInteractive() { in isScreenInteractive() method in ActivityManagerProcessStateTest937 final String expectedActivityState = (isScreenInteractive() && !isKeyguardLocked()) in testBackgroundCheckActivityService()