Searched refs:mDiscoverableEnabler (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothVisibilityTimeoutFragment.java47 private final BluetoothDiscoverableEnabler mDiscoverableEnabler; field in class:BluetoothVisibilityTimeoutFragment
50 mDiscoverableEnabler = LocalBluetoothManager.getInstance(getActivity())
59 mDiscoverableEnabler.getDiscoverableTimeoutIndex(), this)
65 mDiscoverableEnabler.setDiscoverableTimeout(which);
H A DLocalBluetoothManager.java39 private BluetoothDiscoverableEnabler mDiscoverableEnabler; field in class:LocalBluetoothManager
66 mDiscoverableEnabler = discoverableEnabler;
70 return mDiscoverableEnabler;

Completed in 346 milliseconds