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

  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java 155 * content://ProviderAuthority/account_id/TABLE_CONVOCONTACT
255 .appendPath(TABLE_CONVOCONTACT)
268 .appendPath(TABLE_CONVOCONTACT)
282 .appendPath(TABLE_CONVOCONTACT)
295 public static final String TABLE_CONVOCONTACT = "ConvoContact";
    [all...]
BluetoothMapIMProvider.java 73 mMatcher.addURI(mAuthority, "#/" + BluetoothMapContract.TABLE_CONVOCONTACT,
540 } else if (table.equals(BluetoothMapContract.TABLE_CONVOCONTACT)) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java 263 account.mBase_uri + "/" + BluetoothMapContract.TABLE_CONVOCONTACT);
483 if (uri.toString().contains(BluetoothMapContract.TABLE_CONVOCONTACT)) {
    [all...]
BluetoothMapContent.java     [all...]

Completed in 858 milliseconds