Searched refs:TABLE_CONVOCONTACT (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
H A DBluetoothMapContract.java155 * content://ProviderAuthority/account_id/TABLE_CONVOCONTACT
248 .appendPath(TABLE_CONVOCONTACT)
261 .appendPath(TABLE_CONVOCONTACT)
274 .appendPath(TABLE_CONVOCONTACT)
286 public static final String TABLE_CONVOCONTACT = "ConvoContact"; field in class:BluetoothMapContract
H A DBluetoothMapIMProvider.java79 mMatcher.addURI(mAuthority, "#/"+ BluetoothMapContract.TABLE_CONVOCONTACT,
525 } else if(table.equals(BluetoothMapContract.TABLE_CONVOCONTACT)) {
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java289 + BluetoothMapContract.TABLE_CONVOCONTACT);
495 if(uri.toString().contains(BluetoothMapContract.TABLE_CONVOCONTACT))
1018 + BluetoothMapContract.TABLE_CONVOCONTACT);
1024 uri = Uri.parse(mAccount.mBase_uri + "/" + BluetoothMapContract.TABLE_CONVOCONTACT);
H A DBluetoothMapContent.java1070 Uri contactsUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_CONVOCONTACT);
1139 Uri contactsUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_CONVOCONTACT);
3972 Uri contactsUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_CONVOCONTACT);

Completed in 56 milliseconds