Home
last modified time | relevance | path

Searched refs:ConfigurationListener (Results 1 – 25 of 87) sorted by relevance

1234

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DConfigurationController.java19 import com.android.systemui.statusbar.policy.ConfigurationController.ConfigurationListener;
25 public interface ConfigurationController extends CallbackController<ConfigurationListener> {
36 interface ConfigurationListener { interface
H A DRemoteInputQuickSettingsDisabler.kt36 ) : ConfigurationController.ConfigurationListener {
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/policy/
H A DFakeConfigurationController.kt8 private var listeners = mutableListOf<ConfigurationController.ConfigurationListener>()
10 override fun addCallback(listener: ConfigurationController.ConfigurationListener) {
14 override fun removeCallback(listener: ConfigurationController.ConfigurationListener) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTapAgainViewController.java25 import com.android.systemui.statusbar.policy.ConfigurationController.ConfigurationListener;
44 final ConfigurationListener mConfigurationListener = new ConfigurationListener() {
H A DConfigurationControllerImpl.kt30 private val listeners: MutableList<ConfigurationController.ConfigurationListener> = ArrayList()
148 override fun addCallback(listener: ConfigurationController.ConfigurationListener) {
153 override fun removeCallback(listener: ConfigurationController.ConfigurationListener) {
H A DStatusOverlayHoverListener.kt36 import com.android.systemui.statusbar.policy.ConfigurationController.ConfigurationListener
121 object : ConfigurationListener {
H A DStatusBarTouchableRegionManager.java43 import com.android.systemui.statusbar.policy.ConfigurationController.ConfigurationListener;
93 configurationController.addCallback(new ConfigurationListener() { in StatusBarTouchableRegionManager()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DExtensionControllerImplTest.java37 import com.android.systemui.statusbar.policy.ConfigurationController.ConfigurationListener;
126 ArgumentCaptor<ConfigurationListener> captor = ArgumentCaptor.forClass( in testUiMode()
127 ConfigurationListener.class); in testUiMode()
173 ArgumentCaptor<ConfigurationListener> captor = ArgumentCaptor.forClass( in testSortOrder()
174 ConfigurationListener.class); in testSortOrder()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardMessageAreaControllerTest.java35 import com.android.systemui.statusbar.policy.ConfigurationController.ConfigurationListener;
66 ArgumentCaptor<ConfigurationListener> configurationListenerArgumentCaptor = in onAttachedToWindow_registersConfigurationCallback()
67 ArgumentCaptor.forClass(ConfigurationListener.class); in onAttachedToWindow_registersConfigurationCallback()
H A DKeyguardStatusViewControllerTest.java32 import com.android.systemui.statusbar.policy.ConfigurationController.ConfigurationListener;
66 ArgumentCaptor<ConfigurationListener> configurationListenerArgumentCaptor = in onLocaleListChangedNotifiesClockSwitchController()
67 ArgumentCaptor.forClass(ConfigurationListener.class); in onLocaleListChangedNotifiesClockSwitchController()
H A DKeyguardSliceViewControllerTest.java98 any(ConfigurationController.ConfigurationListener.class)); in onAttachedToWindow_registersListeners()
117 any(ConfigurationController.ConfigurationListener.class)); in onDetachedFromWindow_unregistersListeners()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardMessageAreaController.java29 import com.android.systemui.statusbar.policy.ConfigurationController.ConfigurationListener;
86 private ConfigurationListener mConfigurationListener = new ConfigurationListener() {
H A DEmergencyButtonController.java45 import com.android.systemui.statusbar.policy.ConfigurationController.ConfigurationListener;
84 private final ConfigurationListener mConfigurationListener = new ConfigurationListener() {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DConfigurationControllerImplTest.kt27 import com.android.systemui.statusbar.policy.ConfigurationController.ConfigurationListener
52 val listener = mock(ConfigurationListener::class.java)
61 val listener = mock(ConfigurationListener::class.java)
63 val listener2 = mock(ConfigurationListener::class.java)
336 private class TestListener : ConfigurationListener {
/aosp14/frameworks/base/core/tests/coretests/src/android/window/
H A DWindowContextTest.java269 final ConfigurationListener listener = new ConfigurationListener(); in testRegisterComponentCallbacks()
298 final ConfigurationListener listener = new ConfigurationListener(); in testRegisterComponentCallbacksOnWindowContextWrapper()
334 private static class ConfigurationListener implements ComponentCallbacks { class in WindowContextTest
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSContainerImplController.java40 private final ConfigurationController.ConfigurationListener mConfigurationListener =
41 new ConfigurationController.ConfigurationListener() {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/view/
H A DTaskPreviewSizeProvider.kt31 import com.android.systemui.statusbar.policy.ConfigurationController.ConfigurationListener
41 ) : CallbackController<TaskPreviewSizeListener>, ConfigurationListener, DefaultLifecycleObserver {
H A DRecentTaskViewHolder.kt30 import com.android.systemui.statusbar.policy.ConfigurationController.ConfigurationListener
47 ) : ViewHolder(root), ConfigurationListener, TaskPreviewSizeProvider.TaskPreviewSizeListener {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/data/repository/
H A DConfigurationRepository.kt63 object : ConfigurationController.ConfigurationListener {
87 object : ConfigurationController.ConfigurationListener {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
H A DFragmentService.java54 private ConfigurationController.ConfigurationListener mConfigurationListener =
55 new ConfigurationController.ConfigurationListener() {
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
H A DFakeConfigurationController.java22 extends BaseLeakChecker<ConfigurationController.ConfigurationListener>
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DQSCustomizerController.java47 import com.android.systemui.statusbar.policy.ConfigurationController.ConfigurationListener;
91 private final ConfigurationListener mConfigurationListener = new ConfigurationListener() {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/transition/
H A DLargeScreenShadeInterpolatorImpl.kt41 object : ConfigurationController.ConfigurationListener {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAbstractLockscreenShadeTransitionController.kt37 object : ConfigurationController.ConfigurationListener {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/
H A DBatteryMeterViewController.java63 private final ConfigurationController.ConfigurationListener mConfigurationListener =
64 new ConfigurationController.ConfigurationListener() {

1234