Home
last modified time | relevance | path

Searched refs:BluetoothProgressCategory (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothProgressCategory.java28 public class BluetoothProgressCategory extends ProgressCategory { class
29 public BluetoothProgressCategory(Context context) { in BluetoothProgressCategory() method in BluetoothProgressCategory
34 public BluetoothProgressCategory(Context context, AttributeSet attrs) { in BluetoothProgressCategory() method in BluetoothProgressCategory
39 public BluetoothProgressCategory(Context context, AttributeSet attrs, int defStyleAttr) { in BluetoothProgressCategory() method in BluetoothProgressCategory
44 public BluetoothProgressCategory(Context context, AttributeSet attrs, int defStyleAttr, in BluetoothProgressCategory() method in BluetoothProgressCategory
DDevicePickerFragment.java53 BluetoothProgressCategory mAvailableDevicesCategory;
78 mAvailableDevicesCategory = (BluetoothProgressCategory) findPreference(KEY_BT_DEVICE_LIST); in initPreferencesFromPreferenceScreen()
DBluetoothDevicePairingDetailBase.java46 protected BluetoothProgressCategory mAvailableDevicesCategory;
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingDetailTest.java80 private BluetoothProgressCategory mAvailableDevicesCategory;
88 mAvailableDevicesCategory = spy(new BluetoothProgressCategory(mContext)); in setUp()
DBluetoothDevicePairingDetailBaseTest.java82 private BluetoothProgressCategory mAvailableDevicesCategory;
88 mAvailableDevicesCategory = spy(new BluetoothProgressCategory(mContext)); in setUp()
DDevicePickerFragmentTest.java47 private BluetoothProgressCategory mAvailableDevicesCategory;
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DHearingDevicePairingFragmentTest.java41 import com.android.settings.bluetooth.BluetoothProgressCategory;
83 private BluetoothProgressCategory mAvailableHearingDeviceGroup;
/packages/apps/Settings/src/com/android/settings/accessibility/
DHearingDevicePairingFragment.java50 import com.android.settings.bluetooth.BluetoothProgressCategory;
87 private BluetoothProgressCategory mAvailableHearingDeviceGroup;