Searched defs:getAccountId (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapEmailSettingsItem.java50 public long getAccountId() { method in class:BluetoothMapEmailSettingsItem
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
H A DBluetoothMapEmailProvider.java147 long accountId = Long.valueOf(getAccountId(uri));
197 long accountId = Long.parseLong(getAccountId(uri));
403 String accountId = getAccountId(uri);
442 String accountId = getAccountId(uri);
507 accountId = getAccountId(uri);
510 accountId = getAccountId(uri);
604 String accountId = getAccountId(uri);
689 public static String getAccountId(Uri uri) { method in class:BluetoothMapEmailProvider
/packages/apps/Exchange/src/com/android/exchange/eas/
H A DEasOperation.java237 mAccount = Account.restoreAccountWithId(mContext, getAccountId());
259 public final long getAccountId() { method in class:EasOperation
313 getAccountId(), getCommand());
474 final long accountId = getAccountId();
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DAccount.java853 public String getAccountId() { method in class:Account
854 LogUtils.d(LogUtils.TAG, "getAccountId = %s for email %s", accountId, accountManagerName);

Completed in 423 milliseconds