/packages/modules/Bluetooth/android/app/lib/mapapi/com/android/bluetooth/mapapi/ |
D | BluetoothMapEmailProvider.java | 144 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
|
D | BluetoothMapIMProvider.java | 224 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/ |
D | RawContactMatchingCandidates.java | 57 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()
|
D | MatchScore.java | 74 public long getAccountId() { in getAccountId() method in MatchScore
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/ |
D | BluetoothMapAccountItemTest.java | 53 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/ |
D | BluetoothMapEmailProviderTest.java | 423 IllegalArgumentException.class, () -> BluetoothMapEmailProvider.getAccountId(uri)); in getAccountId_whenNotEnoughPathSegments() 437 assertThat(BluetoothMapEmailProvider.getAccountId(messageUri)).isEqualTo(ACCOUNT_ID); in getAccountId_success()
|
D | BluetoothMapIMProviderTest.java | 539 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/ |
D | BluetoothMapAccountItem.java | 85 public long getAccountId() { in getAccountId() method in BluetoothMapAccountItem
|
D | BluetoothMapObexServer.java | 148 mAccountId = account.getAccountId(); in BluetoothMapObexServer()
|
/packages/providers/ContactsKeysProvider/src/com/android/providers/contactkeys/ |
D | E2eeContactKeysProvider.java | 588 new E2eeContactKeysManager.E2eeContactKey(null, key.getAccountId(), in getStrippedContactKeys() 630 new E2eeContactKeysManager.E2eeSelfKey(null, key.getAccountId(), in getStrippedSelfKeys()
|