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
231 ? mDeviceState.isScreenInteractive() in findEntry()
168 ? mDeviceState.isScreenInteractive() in processCallEnded()
99 assertThat(deviceState.isScreenInteractive()).isFalse(); in correctlyReportsScreenInteractive()103 assertThat(deviceState.isScreenInteractive()).isTrue(); in correctlyReportsScreenInteractive()106 assertThat(deviceState.isScreenInteractive()).isFalse(); in correctlyReportsScreenInteractive()109 assertThat(deviceState.isScreenInteractive()).isTrue(); in correctlyReportsScreenInteractive()