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
248 .appendPath(TABLE_CONVOCONTACT)
261 .appendPath(TABLE_CONVOCONTACT)
274 .appendPath(TABLE_CONVOCONTACT)
286 public static final String TABLE_CONVOCONTACT = "ConvoContact";
    [all...]
BluetoothMapIMProvider.java 79 mMatcher.addURI(mAuthority, "#/"+ BluetoothMapContract.TABLE_CONVOCONTACT,
525 } else if(table.equals(BluetoothMapContract.TABLE_CONVOCONTACT)) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java 289 + BluetoothMapContract.TABLE_CONVOCONTACT);
495 if(uri.toString().contains(BluetoothMapContract.TABLE_CONVOCONTACT))
    [all...]
BluetoothMapContent.java     [all...]

Completed in 258 milliseconds