Home
last modified time | relevance | path

Searched refs:getAccountId (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/android/app/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapEmailProvider.java144 long accountId = Long.valueOf(getAccountId(uri)); in readDataFromPipe()
200 long accountId = Long.parseLong(getAccountId(uri)); in writeDataToPipe()
424 String accountId = getAccountId(uri); in delete()
464 String accountId = getAccountId(uri); in insert()
541 accountId = getAccountId(uri); in query()
544 accountId = getAccountId(uri); in query()
649 String accountId = getAccountId(uri); in update()
745 public static String getAccountId(Uri uri) { in getAccountId() method in BluetoothMapEmailProvider
DBluetoothMapIMProvider.java224 String accountId = getAccountId(uri); in delete()
265 String accountId = getAccountId(uri); in insert()
348 accountId = getAccountId(uri); in query()
351 accountId = getAccountId(uri); in query()
385 accountId = getAccountId(uri); in query()
550 String accountId = getAccountId(uri); in update()
734 public static String getAccountId(Uri uri) { in getAccountId() method in BluetoothMapIMProvider
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DRawContactMatchingCandidates.java57 mRawContactToAccount.put(score.getRawContactId(), score.getAccountId()); in add()
85 public Long getAccountId(Long rawContactId) { in getAccountId() method in RawContactMatchingCandidates
104 mBestMatches.get(i).getAccountId()); in createRawContactToAccountMap()
DMatchScore.java74 public long getAccountId() { in getAccountId() method in MatchScore
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAccountItemTest.java53 assertThat(accountItem.getAccountId()).isEqualTo(Long.parseLong(TEST_ID)); in create_withAllParameters()
74 assertThat(accountItem.getAccountId()).isEqualTo(-1); in create_withoutIdAndUciData()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapapi/
DBluetoothMapEmailProviderTest.java423 IllegalArgumentException.class, () -> BluetoothMapEmailProvider.getAccountId(uri)); in getAccountId_whenNotEnoughPathSegments()
437 assertThat(BluetoothMapEmailProvider.getAccountId(messageUri)).isEqualTo(ACCOUNT_ID); in getAccountId_success()
DBluetoothMapIMProviderTest.java539 IllegalArgumentException.class, () -> BluetoothMapEmailProvider.getAccountId(uri)); in getAccountId_whenNotEnoughPathSegments()
553 assertThat(BluetoothMapEmailProvider.getAccountId(messageUri)).isEqualTo(ACCOUNT_ID); in getAccountId_success()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAccountItem.java85 public long getAccountId() { in getAccountId() method in BluetoothMapAccountItem
DBluetoothMapObexServer.java148 mAccountId = account.getAccountId(); in BluetoothMapObexServer()
/packages/providers/ContactsKeysProvider/src/com/android/providers/contactkeys/
DE2eeContactKeysProvider.java588 new E2eeContactKeysManager.E2eeContactKey(null, key.getAccountId(), in getStrippedContactKeys()
630 new E2eeContactKeysManager.E2eeSelfKey(null, key.getAccountId(), in getStrippedSelfKeys()