OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BT_ACCOUNT_PROJECTION
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java
[
all
...]
/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
...]
Completed in 60 milliseconds