HomeSort by relevance Sort by last modified time
    Searched refs:getBtClassDrawableWithDescription (Results 1 - 4 of 4) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDetailsHeaderController.java 54 final Pair<Drawable, String> pair = Utils.getBtClassDrawableWithDescription(
Utils.java 157 static Pair<Drawable, String> getBtClassDrawableWithDescription(Context context,
159 return getBtClassDrawableWithDescription(context, cachedDevice, 1 /* iconScale */);
162 static Pair<Drawable, String> getBtClassDrawableWithDescription(Context context,
BluetoothDevicePreference.java 125 final Pair<Drawable, String> pair = Utils.getBtClassDrawableWithDescription(getContext(),
  /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
BluetoothDeviceListAdapter.java 201 Pair<Integer, String> pair = getBtClassDrawableWithDescription(bluetoothDevice);
380 private Pair<Integer, String> getBtClassDrawableWithDescription(

Completed in 185 milliseconds