/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/battery/ |
H A D | BatteryMeterViewControllerTest.java | 109 verify(mTunerService).removeTunable(any()); in onViewDetached_callbacksUnregistered() 122 verify(mTunerService).removeTunable(any()); in ignoreTunerUpdates_afterOnViewAttached_callbackUnregistered()
|
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/ |
H A D | FakeTunerService.java | 40 public void removeTunable(Tunable tunable) { in removeTunable() method in FakeTunerService
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
H A D | TunerService.java | 44 public abstract void removeTunable(Tunable tunable); in removeTunable() method in TunerService
|
H A D | TunerSwitch.java | 37 Dependency.get(TunerService.class).removeTunable(this); in onDetached()
|
H A D | StatusBarSwitch.java | 51 Dependency.get(TunerService.class).removeTunable(this); in onDetached()
|
H A D | BatteryPreference.java | 60 Dependency.get(TunerService.class).removeTunable(this); in onDetached()
|
H A D | ClockPreference.java | 56 Dependency.get(TunerService.class).removeTunable(this); in onDetached()
|
H A D | TunablePadding.java | 74 mTunerService.removeTunable(this); in destroy()
|
H A D | ShortcutPicker.java | 125 mTunerService.removeTunable(this); in onDestroy()
|
H A D | NavBarTuner.java | 100 mTunables.forEach(t -> Dependency.get(TunerService.class).removeTunable(t)); in onDestroy()
|
H A D | TunerServiceImpl.java | 224 public void removeTunable(Tunable tunable) { in removeTunable() method in TunerServiceImpl
|
H A D | LockscreenFragment.java | 84 mTunables.forEach(t -> mTunerService.removeTunable(t)); in onDestroy()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | KeyguardSliceViewControllerTest.java | 115 verify(mTunerService).removeTunable(any(TunerService.Tunable.class)); in onDetachedFromWindow_unregistersListeners()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/tuner/ |
H A D | TunablePaddingTest.java | 62 }).when(mTunerService).removeTunable(any()); in setup()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | OperatorNameViewController.java | 80 mTunerService.removeTunable(mTunable); in onViewDetached()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/ |
H A D | BatteryMeterViewController.java | 208 mTunerService.removeTunable(mTunable); in unsubscribeFromTunerUpdates()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | QSPanelController.java | 134 mTunerService.removeTunable(mView); in onViewDetached()
|
H A D | QSTileHost.java | 174 mTunerService.removeTunable(this); in destroy()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardSliceViewController.java | 146 mTunerService.removeTunable(mTunable); in onViewDetached()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | ExtensionControllerImplTest.java | 116 verify(mTunerService).removeTunable(any()); in testTuner()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/data/repository/ |
H A D | ConnectivityRepository.kt | 127 awaitClose { tunerService.removeTunable(callback) }
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarSignalPolicy.java | 114 mTunerService.removeTunable(this); in destroy()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | ExtensionControllerImpl.java | 285 mTunerService.removeTunable(this); in destroy()
|
H A D | Clock.java | 236 Dependency.get(TunerService.class).removeTunable(this); in onDetachedFromWindow()
|