Searched refs:mTunable (Results 1 – 3 of 3) sorted by relevance
69 mTunerService.addTunable(mTunable, KEY_SHOW_OPERATOR_NAME); in onViewAttached()77 mTunerService.removeTunable(mTunable); in onViewDetached()148 private final TunerService.Tunable mTunable = (key, newValue) -> update(); field in OperatorNameViewController
60 private final TunerService.Tunable mTunable = new TunerService.Tunable() { field in BatteryMeterViewController159 mTunerService.addTunable(mTunable, StatusBarIconController.ICON_HIDE_LIST); in subscribeForTunerUpdates()168 mTunerService.removeTunable(mTunable); in unsubscribeFromTunerUpdates()
74 TunerService.Tunable mTunable = (key, newValue) -> setupUri(newValue); field in KeyguardSliceViewController126 mTunerService.addTunable(mTunable, Settings.Secure.KEYGUARD_SLICE_URI); in onViewAttached()144 mTunerService.removeTunable(mTunable); in onViewDetached()