Searched refs:isInteractive (Results 1 – 3 of 3) sorted by relevance
28 private boolean isInteractive = true; field in ShadowPowerManager51 protected boolean isInteractive() { in isInteractive() method in ShadowPowerManager52 return isInteractive; in isInteractive()56 isInteractive = interactive; in setIsInteractive()
137 assertThat(powerManager.isInteractive()).isTrue(); in isInteractive_shouldGetAndSet()139 assertThat(powerManager.isInteractive()).isFalse(); in isInteractive_shouldGetAndSet()
240 return mPower.isInteractive(); in isDeviceInteractive()