Home
last modified time | relevance | path

Searched refs:isInteractive (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPowerManager.java28 private boolean isInteractive = true; field in ShadowPowerManager
51 protected boolean isInteractive() { in isInteractive() method in ShadowPowerManager
52 return isInteractive; in isInteractive()
56 isInteractive = interactive; in setIsInteractive()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowPowerManagerTest.java137 assertThat(powerManager.isInteractive()).isTrue(); in isInteractive_shouldGetAndSet()
139 assertThat(powerManager.isInteractive()).isFalse(); in isInteractive_shouldGetAndSet()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DSettingsFacade.java240 return mPower.isInteractive(); in isDeviceInteractive()