Home
last modified time | relevance | path

Searched defs:BT_ACCOUNT_PROJECTION (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java1119 public static final String[] BT_ACCOUNT_PROJECTION = new String[] { field in BluetoothMapContract
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapContentTest.java84 static final String[] BT_ACCOUNT_PROJECTION = BluetoothMapContract.BT_ACCOUNT_PROJECTION; field in BluetoothMapContentTest