Searched refs:EXTRA_UPDATE_ACCOUNT_ID (Results 1 – 6 of 6) sorted by relevance
387 extras.putLong(BluetoothMapContract.EXTRA_UPDATE_ACCOUNT_ID, 12345); in call_whenExtrasDoesNotHaveFolderId()398 extras.putLong(BluetoothMapContract.EXTRA_UPDATE_ACCOUNT_ID, Long.parseLong(ACCOUNT_ID)); in call_success()
472 extras.putLong(BluetoothMapContract.EXTRA_UPDATE_ACCOUNT_ID, 12345); in call_updateFolderMethod_whenExtrasDoesNotHaveFolderId()483 extras.putLong(BluetoothMapContract.EXTRA_UPDATE_ACCOUNT_ID, Long.parseLong(ACCOUNT_ID)); in call_updateFolderMethod_success()
96 public static final String EXTRA_UPDATE_ACCOUNT_ID = "UpdateAccountId"; field in BluetoothMapContract
657 long accountId = extras.getLong(BluetoothMapContract.EXTRA_UPDATE_ACCOUNT_ID, -1); in call()
707 long accountId = extras.getLong(BluetoothMapContract.EXTRA_UPDATE_ACCOUNT_ID, -1); in call()
603 extras.putLong(BluetoothMapContract.EXTRA_UPDATE_ACCOUNT_ID, accountId); in updateInbox()