Searched refs:TABLE_CONVOCONTACT (Results 1 – 6 of 6) sorted by relevance
130 "content://" + TEST_AUTHORITY + "/" + BluetoothMapContract.TABLE_CONVOCONTACT; in testBuildConvoContactsUri()144 + BluetoothMapContract.TABLE_CONVOCONTACT; in testBuildConvoContactsUri_withAccountId()158 + BluetoothMapContract.TABLE_CONVOCONTACT in testBuildConvoContactsUriWithId()
300 .appendPath(BluetoothMapContract.TABLE_CONVOCONTACT) in query_forConvoContactUri()415 .appendPath(BluetoothMapContract.TABLE_CONVOCONTACT) in update_forConvoContactUri()
247 .appendPath(TABLE_CONVOCONTACT) in buildConvoContactsUri()260 .appendPath(TABLE_CONVOCONTACT) in buildConvoContactsUri()274 .appendPath(TABLE_CONVOCONTACT) in buildConvoContactsUriWithId()286 public static final String TABLE_CONVOCONTACT = "ConvoContact"; field in BluetoothMapContract
71 mAuthority, "#/" + BluetoothMapContract.TABLE_CONVOCONTACT, MATCH_CONVOCONTACT); in attachInfo()564 } else if (table.equals(BluetoothMapContract.TABLE_CONVOCONTACT)) { in update()
279 account.mBase_uri + "/" + BluetoothMapContract.TABLE_CONVOCONTACT); in BluetoothMapContentObserver()523 if (uri.toString().contains(BluetoothMapContract.TABLE_CONVOCONTACT)) {1115 + BluetoothMapContract.TABLE_CONVOCONTACT); in registerObserver()1121 uri = Uri.parse(mAccount.mBase_uri + "/" + BluetoothMapContract.TABLE_CONVOCONTACT); in registerObserver()
1070 Uri contactsUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_CONVOCONTACT); in setSenderAddressing()1157 Uri contactsUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_CONVOCONTACT); in setSenderName()4333 Uri contactsUri = Uri.parse(mBaseUri + BluetoothMapContract.TABLE_CONVOCONTACT); in getIMMessage()