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

  /frameworks/av/include/media/
CharacterEncodingDetector.h 43 const UCharsetMatch *getPreferred(
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfile.java 46 int getPreferred(BluetoothDevice device);
OppProfile.java 59 public int getPreferred(BluetoothDevice device) {
PbapServerProfile.java 113 public int getPreferred(BluetoothDevice device) {
A2dpProfile.java 146 public int getPreferred(BluetoothDevice device) {
HidProfile.java 127 public int getPreferred(BluetoothDevice device) {
PanProfile.java 113 public int getPreferred(BluetoothDevice device) {
HeadsetProfile.java 161 public int getPreferred(BluetoothDevice device) {
MapProfile.java 147 public int getPreferred(BluetoothDevice device) {
DockService.java 800 if (profile.getPreferred(device) == BluetoothProfile.PRIORITY_AUTO_CONNECT) {
    [all...]
  /frameworks/av/media/libmedia/
CharacterEncodingDetector.cpp 122 const UCharsetMatch* bestCombinedMatch = getPreferred(buf, strlen(buf),
150 bestCombinedMatch = getPreferred(buf, strlen(buf),
282 const UCharsetMatch *CharacterEncodingDetector::getPreferred(

Completed in 143 milliseconds