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

  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java 93 * EXTRA_UPDATE_ACCOUNT_ID containing the account_id
101 public static final String EXTRA_UPDATE_ACCOUNT_ID = "UpdateAccountId";
    [all...]
BluetoothMapEmailProvider.java 648 long accountId = extras.getLong(BluetoothMapContract.EXTRA_UPDATE_ACCOUNT_ID, -1);
BluetoothMapIMProvider.java 606 long accountId = extras.getLong(BluetoothMapContract.EXTRA_UPDATE_ACCOUNT_ID, -1);
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapContentTest.java 334 extras.putLong(BluetoothMapContract.EXTRA_UPDATE_ACCOUNT_ID, accountId);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java 520 extras.putLong(BluetoothMapContract.EXTRA_UPDATE_ACCOUNT_ID, accountId);
    [all...]

Completed in 39 milliseconds