Searched refs:MAP (Results 1 – 7 of 7) sorted by relevance
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/ |
D | BracketExpr.java | 30 MAP, enumConstant 47 mAccessor = BracketAccessor.MAP; in resolveType() 90 return mAccessor != BracketAccessor.MAP && getArg().getResolvedType().isObject(); in argCastsInteger() 121 case MAP: in generateCode()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | MapProfile.java | 49 BluetoothUuid.MAP, 103 BluetoothProfile.MAP); in MapProfile() 176 return BluetoothProfile.MAP; in getOrdinal() 205 BluetoothAdapter.getDefaultAdapter().closeProfileProxy(BluetoothProfile.MAP, in finalize()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothUuid.java | 73 public static final ParcelUuid MAP = field in BluetoothUuid 94 ObexObjectPush, PANU, NAP, MAP, MNS, MAS, SAP}; 140 return uuid.equals(MAP); in isMap()
|
D | BluetoothProfile.java | 107 public static final int MAP = 9; field
|
D | BluetoothMap.java | 376 mServiceListener.onServiceConnected(BluetoothProfile.MAP, BluetoothMap.this); 383 mServiceListener.onServiceDisconnected(BluetoothProfile.MAP);
|
D | BluetoothAdapter.java | 1917 } else if (profile == BluetoothProfile.MAP) { in getProfileProxy() 1985 case BluetoothProfile.MAP: in closeProfileProxy()
|
/frameworks/base/docs/html/about/versions/ |
D | kitkat.jd | 75 <li><a href="#44-bluetooth">Bluetooth HOGP and MAP</a></li> 853 and keyboards. <strong>Bluetooth MAP</strong> lets your apps exchange 861 Platform support for HOGP, MAP, and AVRCP is built on the Bluedroid Bluetooth
|