Searched refs:isScreenInteractive (Results 1 – 4 of 4) sorted by relevance
46 public CachedDeviceState(boolean isCharging, boolean isScreenInteractive) { in CachedDeviceState() argument48 mScreenInteractive = isScreenInteractive; in CachedDeviceState()87 public boolean isScreenInteractive() { in isScreenInteractive() method in CachedDeviceState.Readonly
245 ? mDeviceState.isScreenInteractive() in findEntry()
298 ? mDeviceState.isScreenInteractive() in processCallEnded()
101 assertThat(deviceState.isScreenInteractive()).isFalse(); in correctlyReportsScreenInteractive()105 assertThat(deviceState.isScreenInteractive()).isTrue(); in correctlyReportsScreenInteractive()108 assertThat(deviceState.isScreenInteractive()).isFalse(); in correctlyReportsScreenInteractive()111 assertThat(deviceState.isScreenInteractive()).isTrue(); in correctlyReportsScreenInteractive()