/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/power/domain/interactor/ |
H A D | PowerInteractorTest.kt | 83 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 D | LooperStats.java | 308 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 D | Notification.kt | 64 val isInteractive: Boolean constant 99 val isInteractive = viewModel.isInteractive in Notification() constant
|
H A D | DemoNotifications.kt | 71 override val isInteractive: Boolean = isInteractive in notification() constant
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/location/injector/ |
H A D | ScreenInteractiveHelper.java | 38 void onScreenInteractiveChanged(boolean isInteractive); in onScreenInteractiveChanged() 75 public abstract boolean isInteractive(); in isInteractive() method in ScreenInteractiveHelper
|
H A D | SystemScreenInteractiveHelper.java | 81 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/ |
D | PowerRepositoryImpl.java | 30 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
|
D | PowerRepository.java | 30 public abstract kotlinx.coroutines.flow.Flow<java.lang.Boolean> isInteractive(); in isInteractive() method
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/incallui/sessiondata/ |
D | MultimediaFragment.java | 67 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/ |
D | PowerInteractor.java | 41 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 D | PowerRepository.kt | 45 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/ |
D | WifiNanIfaceHidlImplTest.java | 525 boolean initialConfiguration, boolean isInteractive, boolean isIdle, in validateEnableAndConfigure() 576 private WifiNanIface.PowerParameters getPowerParams(boolean isInteractive, boolean isIdle, in getPowerParams()
|
D | WifiNanIfaceAidlImplTest.java | 602 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 D | PowerRepositoryImplTest.kt | 63 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/ |
D | IOtDaemon.java | 179 …@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 D | ShadowPowerManager.java | 61 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 D | KeyboardBacklightController.java | 191 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 D | FakeScreenInteractiveHelper.java | 39 public boolean isInteractive() { in isInteractive() method in FakeScreenInteractiveHelper
|
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareNativeApi.java | 355 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 D | PowerManagerWrapper.java | 36 boolean isInteractive() { in isInteractive() method in PowerManagerWrapper
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/ |
H A D | FakePowerManagerWrapper.java | 43 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 D | FakePowerRepository.kt | 36 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 D | LogicalDisplayMapper.java | 599 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 D | InputMethodManagerServiceEntry.kt | 49 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/ |
D | DeviceEntryIconViewModel.java | 86 private final kotlinx.coroutines.flow.Flow<java.lang.Boolean> isInteractive = null; field in DeviceEntryIconViewModel
|