Searched defs:mTunables (Results 1 – 4 of 4) sorted by relevance
108 const TimingTunables mTunables; variable
74 private final ArrayList<Tunable> mTunables = new ArrayList<>(); field in NavBarTuner
82 private final HashSet<Tunable> mTunables = LeakDetector.ENABLED ? new HashSet<>() : null; field in TunerServiceImpl
68 private final ArrayList<Tunable> mTunables = new ArrayList<>(); field in LockscreenFragment