Searched refs:isInteractive (Results 1 – 5 of 5) 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()
162 : Util.SDK_INT >= 20 ? !powerManager.isInteractive() : !powerManager.isScreenOn(); in isDeviceIdle()
367 public static boolean isInteractive(Context context) { in isInteractive() method in ApiCompatibilityUtils370 return manager.isInteractive(); in isInteractive()
240 return mPower.isInteractive(); in isDeviceInteractive()