Searched refs:BluetoothProgressCategory (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothProgressCategory.java | 28 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
|
D | DevicePickerFragment.java | 49 BluetoothProgressCategory mAvailableDevicesCategory; 68 mAvailableDevicesCategory = (BluetoothProgressCategory) findPreference(KEY_BT_DEVICE_LIST); in initPreferencesFromPreferenceScreen()
|
D | BluetoothPairingDetail.java | 50 BluetoothProgressCategory mAvailableDevicesCategory; 110 mAvailableDevicesCategory = (BluetoothProgressCategory) findPreference(KEY_AVAIL_DEVICES); in initPreferencesFromPreferenceScreen()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/ |
D | BluetoothProgressCategory.java | 28 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
|
D | DevicePickerFragment.java | 49 BluetoothProgressCategory mAvailableDevicesCategory; 68 mAvailableDevicesCategory = (BluetoothProgressCategory) findPreference(KEY_BT_DEVICE_LIST); in initPreferencesFromPreferenceScreen()
|
D | BluetoothPairingDetail.java | 50 BluetoothProgressCategory mAvailableDevicesCategory; 110 mAvailableDevicesCategory = (BluetoothProgressCategory) findPreference(KEY_AVAIL_DEVICES); in initPreferencesFromPreferenceScreen()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
D | BluetoothPairingDetailTest.java | 71 private BluetoothProgressCategory mAvailableDevicesCategory; 86 mAvailableDevicesCategory = spy(new BluetoothProgressCategory(mContext)); in setUp()
|
D | DevicePickerFragmentTest.java | 32 private BluetoothProgressCategory mAvailableDevicesCategory;
|