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

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAccountLoader.java 178 c = mProviderClient.query(uri, BluetoothMapContract.BT_ACCOUNT_PROJECTION,
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapContentTest.java 84 static final String[] BT_ACCOUNT_PROJECTION = BluetoothMapContract.BT_ACCOUNT_PROJECTION;
476 Cursor c = mResolver.query(mEmailAccountUri, BT_ACCOUNT_PROJECTION, null, null, "_id DESC");
489 Cursor c = mResolver.query(mEmailAccountUri, BT_ACCOUNT_PROJECTION, null, null, "_id DESC");
    [all...]
BluetoothMapIMContentTest.java 135 BluetoothMapContract.BT_ACCOUNT_PROJECTION, null, null, "_id DESC");
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java     [all...]

Completed in 160 milliseconds