Searched refs:mTunable (Results 1 – 3 of 3) sorted by relevance
72 mTunerService.addTunable(mTunable, KEY_SHOW_OPERATOR_NAME); in onViewAttached()80 mTunerService.removeTunable(mTunable); in onViewDetached()159 private final TunerService.Tunable mTunable = (key, newValue) -> update(); field in OperatorNameViewController
71 private final TunerService.Tunable mTunable = new TunerService.Tunable() { field in BatteryMeterViewController199 mTunerService.addTunable(mTunable, StatusBarIconController.ICON_HIDE_LIST); in subscribeForTunerUpdates()208 mTunerService.removeTunable(mTunable); in unsubscribeFromTunerUpdates()
74 TunerService.Tunable mTunable = (key, newValue) -> setupUri(newValue); field in KeyguardSliceViewController128 mTunerService.addTunable(mTunable, Settings.Secure.KEYGUARD_SLICE_URI); in onViewAttached()146 mTunerService.removeTunable(mTunable); in onViewDetached()