Home
last modified time | relevance | path

Searched defs:deviceState (Results 1 – 25 of 463) sorted by relevance

12345678910>>...19

/aosp_15_r20/frameworks/base/services/core/java/com/android/server/audio/
H A DSpatializerHelper.java553 final AdiDeviceState deviceState = findSACompatibleDeviceStateForAudioDeviceAttributes(ada); in addCompatibleAudioDevice() local
607 static void logDeviceState(AdiDeviceState deviceState, String event) { in logDeviceState()
626 final AdiDeviceState deviceState = findSACompatibleDeviceStateForAudioDeviceAttributes(ada); in removeCompatibleAudioDevice() local
660 final AdiDeviceState deviceState = in findSACompatibleDeviceStateForAudioDeviceAttributes() local
693 final AdiDeviceState deviceState = findSACompatibleDeviceStateForAudioDeviceAttributes(ada); in evaluateState() local
727 final AdiDeviceState deviceState = in addWirelessDeviceIfNew() local
769 final AdiDeviceState deviceState = findSACompatibleDeviceStateForAudioDeviceAttributes(ada); in refreshDevice() local
787 private boolean isAvailableForAdiDeviceState(AdiDeviceState deviceState) { in isAvailableForAdiDeviceState()
826 /*package*/ boolean isSADevice(AdiDeviceState deviceState) { in isSADevice()
1233 final AdiDeviceState deviceState = findSACompatibleDeviceStateForAudioDeviceAttributes(ada); in setHeadTrackerEnabled() local
[all …]
H A DAudioDeviceInventory.java141 void addOrUpdateDeviceSAStateInInventory(AdiDeviceState deviceState, boolean syncInventory) { in addOrUpdateDeviceSAStateInInventory()
143 mDeviceInventory.merge(deviceState.getDeviceId(), deviceState, in addOrUpdateDeviceSAStateInInventory() local
206 AdiDeviceState deviceState, boolean syncInventory) { in addOrUpdateAudioDeviceCategoryInInventory()
245 AdiDeviceState deviceState = findBtDeviceStateForAddress(address, DEVICE_OUT_BLE_HEADSET); in getAndUpdateBtAdiDeviceStateCategoryForAddress() local
267 AdiDeviceState deviceState = findBtDeviceStateForAddress(address, DEVICE_OUT_BLE_HEADSET); in isBluetoothAudioDeviceCategoryFixed() local
427 AdiDeviceState deviceState = mDeviceInventory.get( in findBtDeviceStateForAddress() local
/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kapt/gen/stubs/com/android/quickstep/
DInputConsumerUtils.java59com.android.quickstep.RecentsAnimationDeviceState deviceState, @org.jetbrains.annotations.NotNull() in newConsumer()
78com.android.quickstep.RecentsAnimationDeviceState deviceState, @org.jetbrains.annotations.NotNull() in tryCreateAssistantInputConsumer()
85 …nputConsumer(android.content.Context context, com.android.quickstep.RecentsAnimationDeviceState de… in tryCreateAssistantInputConsumer()
96com.android.quickstep.RecentsAnimationDeviceState deviceState, @org.jetbrains.annotations.NotNull() in newBaseConsumer()
109 …stureInputConsumer resetGestureInputConsumer, com.android.quickstep.RecentsAnimationDeviceState de… in createDeviceLockedInputConsumer()
113 …stureInputConsumer resetGestureInputConsumer, com.android.quickstep.RecentsAnimationDeviceState de… in createOverviewInputConsumer()
124 …wComponentObserver overviewComponentObserver, com.android.quickstep.RecentsAnimationDeviceState de… in createOtherActivityInputConsumer()
/aosp_15_r20/frameworks/base/services/foldables/devicestateprovider/src/com/android/server/policy/
H A DFoldableDeviceStateProvider.java254 private boolean isStateSupported(DeviceState deviceState) { in isStateSupported()
465 private DeviceStatePredicateWrapper( in DeviceStatePredicateWrapper()
472 private DeviceStatePredicateWrapper( in DeviceStatePredicateWrapper()
483 public static DeviceStatePredicateWrapper createConfig( in createConfig()
491 public static DeviceStatePredicateWrapper createConfig( in createConfig()
532 public static DeviceStatePredicateWrapper createTentModeClosedState( in createTentModeClosedState()
/aosp_15_r20/frameworks/base/packages/SettingsLib/DeviceStateRotationLock/src/com.android.settingslib.devicestate/
H A DDeviceStateRotationLockSettingsManager.java149 public void updateSetting(int deviceState, boolean rotationLocked) { in updateSetting()
175 public int getRotationLockSetting(int deviceState) { in getRotationLockSetting()
198 public boolean isRotationLocked(int deviceState) { in isRotationLocked()
343 Integer deviceState = mPosturesHelper.postureToDeviceState(posture); in loadDefaults() local
398 SettableDeviceState(int deviceState, boolean isSettable) { in SettableDeviceState()
/aosp_15_r20/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/common/
H A DDeviceStateManagerFoldingFeatureProducer.java232 private List<CommonFoldingFeature> calculateFoldingFeature(@NonNull DeviceState deviceState, in calculateFoldingFeature()
270 final int deviceState; in DeviceStateMapper() local
299 boolean isDeviceStateValid(@NonNull DeviceState deviceState) { in isDeviceStateValid()
305 int getHingeState(@NonNull DeviceState deviceState) { in getHingeState()
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DLauncherActivityInterface.java83 public void onSwipeUpToHomeComplete(RecentsAnimationDeviceState deviceState) { in onSwipeUpToHomeComplete()
109 public AnimationFactory prepareRecentsUI(RecentsAnimationDeviceState deviceState, in prepareRecentsUI()
230 public void onExitOverview(RotationTouchHelper deviceState, Runnable exitRunnable) { in onExitOverview()
328 public boolean deferStartingActivity(RecentsAnimationDeviceState deviceState, MotionEvent ev) { in deferStartingActivity()
DFallbackActivityInterface.java82 public AnimationFactory prepareRecentsUI(RecentsAnimationDeviceState deviceState, in prepareRecentsUI()
136 public boolean deferStartingActivity(RecentsAnimationDeviceState deviceState, MotionEvent ev) { in deferStartingActivity()
145 public void onExitOverview(RotationTouchHelper deviceState, Runnable exitRunnable) { in onExitOverview()
DFallbackWindowInterface.java103 public BaseWindowInterface.AnimationFactory prepareRecentsUI(RecentsAnimationDeviceState in prepareRecentsUI()
166 public boolean deferStartingActivity(RecentsAnimationDeviceState deviceState, MotionEvent ev) { in deferStartingActivity()
176 public void onExitOverview(RotationTouchHelper deviceState, Runnable exitRunnable) { in onExitOverview()
DBaseContainerInterface.java91 public abstract boolean deferStartingActivity(RecentsAnimationDeviceState deviceState, in deferStartingActivity()
134 RecentsAnimationDeviceState deviceState, boolean activityVisible, in prepareRecentsUI()
154 public abstract void onExitOverview(RotationTouchHelper deviceState, in onExitOverview()
158 public void onSwipeUpToHomeComplete(RecentsAnimationDeviceState deviceState) {} in onSwipeUpToHomeComplete()
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/uielement/
H A DAccessibilityHierarchyAndroid.java73 private final DeviceStateAndroid deviceState; field in AccessibilityHierarchyAndroid
81 DeviceStateAndroid deviceState, in AccessibilityHierarchyAndroid()
711 DeviceStateAndroid deviceState = DeviceStateAndroid.newBuilder(context).build(); in buildHierarchyFromViewAndItsNodeInfo() local
763 DeviceStateAndroid deviceState = DeviceStateAndroid.newBuilder(context).build(); in buildHierarchyFromView() local
801 DeviceStateAndroid deviceState = DeviceStateAndroid.newBuilder(context).build(); in buildHierarchyFromNodeInfo() local
868 DeviceStateAndroid deviceState = DeviceStateAndroid.newBuilder(context).build(); in buildHierarchyFromWindowList() local
H A DAccessibilityHierarchy.java39 private final DeviceState deviceState; field in AccessibilityHierarchy
54 DeviceState deviceState, in AccessibilityHierarchy()
214 DeviceState deviceState = new DeviceState(proto.getDeviceState()); in build() local
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/nitz/
DNitzSignalInputFilterPredicateFactory.java55 @NonNull Context context, @NonNull DeviceState deviceState) { in create()
98 public static TrivalentPredicate createIgnoreNitzPropertyCheck( in createIgnoreNitzPropertyCheck()
121 @NonNull Context context, @NonNull DeviceState deviceState) { in createBogusElapsedRealtimeCheck()
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DCachedDeviceStateServiceTest.java97 CachedDeviceState.Readonly deviceState = in correctlyReportsScreenInteractive() local
120 CachedDeviceState.Readonly deviceState = in correctlyReportsCharging() local
147 CachedDeviceState.Readonly deviceState = in correctlyTracksTimeOnBattery() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/display/data/repository/
DDeviceStateRepositoryImpl.java69 … com.android.systemui.display.data.repository.DeviceStateRepository.DeviceState deviceState = null; field in DeviceStateRepositoryImpl.IdsPerDeviceState
73 com.android.systemui.display.data.repository.DeviceStateRepository.DeviceState deviceState) { in IdsPerDeviceState()
100 com.android.systemui.display.data.repository.DeviceStateRepository.DeviceState deviceState) { in copy()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/DeviceStateRotationLock/SettingsLibDeviceStateRotationLock/android_common/javac/
DSettingsLibDeviceStateRotationLock.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/DeviceStateRotationLock/SettingsLibDeviceStateRotationLock/android_common/repackaged-jarjar/javac/
DSettingsLibDeviceStateRotationLock.jarcom/android/settingslib/devicestate/SecureSettings.class SecureSettings.java package com.android. ...
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/display/
DDeviceStateAutoRotateSettingController.java57 DeviceStateAutoRotateSettingController(Context context, int deviceState, in DeviceStateAutoRotateSettingController()
68 public DeviceStateAutoRotateSettingController(Context context, int deviceState, in DeviceStateAutoRotateSettingController()
109 private static String getPreferenceKeyForDeviceState(int deviceState) { in getPreferenceKeyForDeviceState()
/aosp_15_r20/platform_testing/libraries/systemui-helper/src/android/platform/helpers/foldable/
H A DFoldableDeviceController.kt157 .firstOrNull { deviceState -> in <lambda>() method
171 .firstOrNull { deviceState -> in <lambda>() method
181 .firstOrNull { deviceState -> in <lambda>() method
193 .firstOrNull { deviceState -> in <lambda>() method
/aosp_15_r20/out/soong/.intermediates/frameworks/hardware/interfaces/devicestate/aidl/android.frameworks.devicestate-V1-java-source/gen/android/frameworks/devicestate/
DIDeviceStateListener.java30 …@Override public void onDeviceStateChanged(android.frameworks.devicestate.DeviceStateConfiguration… in onDeviceStateChanged()
164 …@Override public void onDeviceStateChanged(android.frameworks.devicestate.DeviceStateConfiguration… in onDeviceStateChanged()
232 …public void onDeviceStateChanged(android.frameworks.devicestate.DeviceStateConfiguration deviceSta… in onDeviceStateChanged()
/aosp_15_r20/cts/common/device-side/bedstead/modules/permissions/src/test/kotlin/com/android/bedstead/permissions/
H A DPermissionsAnnotationExecutorTest.kt106 DeviceStateTester().use { deviceState -> in <lambda>() method
138 val deviceState = DeviceState() in <lambda>() constant
/aosp_15_r20/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/
DUceDeviceState.java101 public DeviceStateResult(int deviceState, Optional<Integer> errorCode, in DeviceStateResult()
200 Optional<DeviceStateResult> deviceState = UceUtils.restoreDeviceState(mContext, mSubId); in UceDeviceState() local
421 private void saveDeviceStateToPreference(DeviceStateResult deviceState) { in saveDeviceStateToPreference()
/aosp_15_r20/cts/common/device-side/bedstead/harrier/common/src/main/java/com/android/bedstead/harrier/
H A DTestRuleExecutor.java36 void applyTestRule(HarrierRule deviceState, Annotation annotation, Description description); in applyTestRule()
41 void teardown(HarrierRule deviceState); in teardown()
/aosp_15_r20/cts/tests/devicepolicy/internal/src/android/devicepolicy/internal/
H A DDumpSysTest.kt37 val deviceState = DeviceState() constant
/aosp_15_r20/cts/common/device-side/bedstead/modules/flags/src/test/kotlin/com/android/bedstead/flags/
H A DFlagsTest.kt46 val deviceState = DeviceState() constant

12345678910>>...19