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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
H A DRawContactMatchingCandidates.java56 mRawContactToAccount.put(score.getRawContactId(), score.getAccountId());
84 public Long getAccountId(Long rawContactId) { method in class:RawContactMatchingCandidates
103 mBestMatches.get(i).getAccountId());
H A DMatchScore.java74 public long getAccountId() { method in class:MatchScore
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapAccountItem.java70 public long getAccountId() { method in class:BluetoothMapAccountItem
/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
H A DBluetoothMapIMProvider.java208 String accountId = getAccountId(uri);
247 String accountId = getAccountId(uri);
316 accountId = getAccountId(uri);
319 accountId = getAccountId(uri);
346 accountId = getAccountId(uri);
511 String accountId = getAccountId(uri);
682 public static String getAccountId(Uri uri) { method in class:BluetoothMapIMProvider
/packages/apps/Exchange/src/com/android/exchange/eas/
H A DEasOperation.java207 public final long getAccountId() { method in class:EasOperation
260 getAccountId(), getCommand());
435 final long accountId = getAccountId();
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DAccount.java888 public String getAccountId() { method in class:Account
889 LogUtils.d(LogUtils.TAG, "getAccountId = %s for email %s", accountId, accountManagerName);

Completed in 478 milliseconds