Searched defs:getAccountId (Results 1 - 6 of 6) 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.java145 long accountId = Long.valueOf(getAccountId(uri));
195 long accountId = Long.parseLong(getAccountId(uri));
401 String accountId = getAccountId(uri);
440 String accountId = getAccountId(uri);
505 accountId = getAccountId(uri);
508 accountId = getAccountId(uri);
602 String accountId = getAccountId(uri);
687 public static String getAccountId(Uri uri) { method in class:BluetoothMapEmailProvider
H A DBluetoothMapIMProvider.java202 String accountId = getAccountId(uri);
241 String accountId = getAccountId(uri);
310 accountId = getAccountId(uri);
313 accountId = getAccountId(uri);
340 accountId = getAccountId(uri);
505 String accountId = getAccountId(uri);
676 public static String getAccountId(Uri uri) { method in class:BluetoothMapIMProvider
/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 182 milliseconds