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

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
WaitFragment.java 104 public void updateAccount(Account account) {
ActionBarController.java 99 updateAccount(newAccount);
150 updateAccount(mAccountObserver.initialize(activity.getAccountController()));
153 private void updateAccount(Account account) {
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapIMProvider.java 507 return updateAccount(accountId, exposeFlag);
543 abstract protected int updateAccount(String accountId, Integer flagExpose);
BluetoothMapEmailProvider.java 600 return updateAccount(accountId, exposeFlag);
628 abstract protected int updateAccount(String accountId, int flagExpose);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSettingsAdapter.java 181 updateAccount(child);
266 updateAccount(children);
314 public void updateAccount(BluetoothMapAccountItem account) {

Completed in 522 milliseconds