Home
last modified time | relevance | path

Searched defs:isInteractive (Results 1 – 25 of 306) sorted by relevance

12345678910>>...13

/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/power/domain/interactor/
H A DPowerInteractorTest.kt83 val isInteractive by collectLastValue(underTest.isInteractive) in isInteractive_screenTurnsOff() constant
93 val isInteractive by collectLastValue(underTest.isInteractive) in isInteractive_becomesInteractive() constant
/aosp_15_r20/frameworks/base/core/java/com/android/internal/os/
H A DLooperStats.java308 public final boolean isInteractive; field in LooperStats.Entry
320 Entry(Message msg, boolean isInteractive) { in Entry()
347 static int idFor(Message msg, boolean isInteractive) { in idFor()
367 public final boolean isInteractive; field in LooperStats.ExportedEntry
/aosp_15_r20/development/samples/SceneTransitionLayoutDemo/src/com/android/compose/animation/scene/demo/notification/
H A DNotification.kt64 val isInteractive: Boolean constant
99 val isInteractive = viewModel.isInteractive in Notification() constant
H A DDemoNotifications.kt71 override val isInteractive: Boolean = isInteractive in notification() constant
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/location/injector/
H A DScreenInteractiveHelper.java38 void onScreenInteractiveChanged(boolean isInteractive); in onScreenInteractiveChanged()
75 public abstract boolean isInteractive(); in isInteractive() method in ScreenInteractiveHelper
H A DSystemScreenInteractiveHelper.java81 public boolean isInteractive() { in isInteractive() method in SystemScreenInteractiveHelper
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/power/data/repository/
DPowerRepositoryImpl.java30 private final kotlinx.coroutines.flow.Flow<java.lang.Boolean> isInteractive = null; field in PowerRepositoryImpl
56 public kotlinx.coroutines.flow.Flow<java.lang.Boolean> isInteractive() { in isInteractive() method in PowerRepositoryImpl
DPowerRepository.java30 public abstract kotlinx.coroutines.flow.Flow<java.lang.Boolean> isInteractive(); in isInteractive() method
/aosp_15_r20/packages/apps/Dialer/java/com/android/incallui/sessiondata/
DMultimediaFragment.java67 boolean isInteractive, in newInstance()
84 boolean isInteractive, in newInstance()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/power/domain/interactor/
DPowerInteractor.java41 private final kotlinx.coroutines.flow.Flow<java.lang.Boolean> isInteractive = null; field in PowerInteractor
101 public final kotlinx.coroutines.flow.Flow<java.lang.Boolean> isInteractive() { in isInteractive() method in PowerInteractor
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/power/data/repository/
H A DPowerRepository.kt45 val isInteractive: Flow<Boolean> constant
103 override val isInteractive: Flow<Boolean> = conflatedCallbackFlow { in wakeUp() constant
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hal/
DWifiNanIfaceHidlImplTest.java525 boolean initialConfiguration, boolean isInteractive, boolean isIdle, in validateEnableAndConfigure()
576 private WifiNanIface.PowerParameters getPowerParams(boolean isInteractive, boolean isIdle, in getPowerParams()
DWifiNanIfaceAidlImplTest.java602 boolean initialConfiguration, boolean isInteractive, boolean isIdle, in validateEnableAndConfigure()
640 private WifiNanIface.PowerParameters getPowerParams(boolean isInteractive, boolean isIdle, in getPowerParams()
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/data/repository/
H A DPowerRepositoryImplTest.kt63 private var isInteractive = true variable
/aosp_15_r20/out/soong/.intermediates/external/ot-br-posix/src/android/aidl/ot-daemon-aidl-java-source/gen/com/android/server/thread/openthread/
DIOtDaemon.java179 …@Override public void runOtCtlCommand(java.lang.String command, boolean isInteractive, com.android… in runOtCtlCommand()
753 …@Override public void runOtCtlCommand(java.lang.String command, boolean isInteractive, com.android… in runOtCtlCommand()
975 …public void runOtCtlCommand(java.lang.String command, boolean isInteractive, com.android.server.th… in runOtCtlCommand()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowPowerManager.java61 private static boolean isInteractive = true; field in ShadowPowerManager
114 protected boolean isInteractive() { in isInteractive() method in ShadowPowerManager
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/input/
H A DKeyboardBacklightController.java191 public void onInteractiveChanged(boolean isInteractive) { in onInteractiveChanged()
272 public void handleInteractiveStateChange(boolean isInteractive) { in handleInteractiveStateChange()
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/
H A DFakeScreenInteractiveHelper.java39 public boolean isInteractive() { in isInteractive() method in FakeScreenInteractiveHelper
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeApi.java355 boolean notifyIdentityChange, boolean initialConfiguration, boolean isInteractive, in enableAndConfigure()
908 boolean isInteractive, boolean isIdle) { in getPowerParameters()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/hdmi/
H A DPowerManagerWrapper.java36 boolean isInteractive() { in isInteractive() method in PowerManagerWrapper
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DFakePowerManagerWrapper.java43 boolean isInteractive() { in isInteractive() method in FakePowerManagerWrapper
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/power/data/repository/
H A DFakePowerRepository.kt36 override val isInteractive: Flow<Boolean> = _isInteractive.asStateFlow() constant in com.android.systemui.power.data.repository.FakePowerRepository
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/display/
H A DLogicalDisplayMapper.java599 boolean isInteractive, boolean isBootCompleted) { in shouldDeviceBeWoken()
638 boolean isInteractive, boolean isBootCompleted) { in shouldDeviceBePutToSleep()
/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/traces/inputmethod/
H A DInputMethodManagerServiceEntry.kt49 val isInteractive: Boolean, constant in android.tools.traces.inputmethod.InputMethodManagerServiceEntry
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/keyguard/ui/viewmodel/
DDeviceEntryIconViewModel.java86 private final kotlinx.coroutines.flow.Flow<java.lang.Boolean> isInteractive = null; field in DeviceEntryIconViewModel

12345678910>>...13