Home
last modified time | relevance | path

Searched defs:newAccounts (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DPbapClientContactsStorage.java90 void onStorageAccountsChanged(List<Account> oldAccounts, List<Account> newAccounts); in onStorageAccountsChanged()
95 public void onAccountsChanged(List<Account> oldAccounts, List<Account> newAccounts) { in onAccountsChanged()
584 List<Account> oldAccounts, List<Account> newAccounts) { in notifyStorageAccountsChanged()
DPbapClientAccountManager.java93 void onAccountsChanged(List<Account> oldAccounts, List<Account> newAccounts); in onAccountsChanged()
449 private void notifyAccountsChanged(List<Account> oldAccounts, List<Account> newAccounts) { in notifyAccountsChanged()
DPbapClientService.java105 public void onAccountsChanged(List<Account> oldAccounts, List<Account> newAccounts) { in onAccountsChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java763 List<BluetoothMapAccountItem> newAccounts = new ArrayList<>(); in updateMasInstancesHandler() local