Home
last modified time | relevance | path

Searched refs:getAccountId (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapEmailProvider.java145 long accountId = Long.valueOf(getAccountId(uri)); in readDataFromPipe()
195 long accountId = Long.parseLong(getAccountId(uri)); in writeDataToPipe()
401 String accountId = getAccountId(uri); in delete()
440 String accountId = getAccountId(uri); in insert()
505 accountId = getAccountId(uri); in query()
508 accountId = getAccountId(uri); in query()
602 String accountId = getAccountId(uri); in update()
687 public static String getAccountId(Uri uri) { in getAccountId() method in BluetoothMapEmailProvider
DBluetoothMapIMProvider.java202 String accountId = getAccountId(uri); in delete()
241 String accountId = getAccountId(uri); in insert()
310 accountId = getAccountId(uri); in query()
313 accountId = getAccountId(uri); in query()
340 accountId = getAccountId(uri); in query()
505 String accountId = getAccountId(uri); in update()
676 public static String getAccountId(Uri uri) { in getAccountId() method in BluetoothMapIMProvider
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DRawContactMatchingCandidates.java56 mRawContactToAccount.put(score.getRawContactId(), score.getAccountId()); in add()
84 public Long getAccountId(Long rawContactId) { in getAccountId() method in RawContactMatchingCandidates
103 mBestMatches.get(i).getAccountId()); in createRawContactToAccountMap()
DMatchScore.java74 public long getAccountId() { in getAccountId() method in MatchScore
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java423 account.getAccountId()); in validateAccountNotifications()
443 context, notification.account.getAccountId(), folder, isInbox); in validateAccountNotifications()
680 new FolderPreferences(context, account.getAccountId(), folder, isInbox); in validateNotifications()
684 new AccountPreferences(context, account.getAccountId()); in validateNotifications()
772 new AccountPreferences(context, account.getAccountId()); in validateNotifications()
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
DAccountPreferences.java74 final String id = account.getAccountId(); in get()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAccountItem.java70 public long getAccountId() { in getAccountId() method in BluetoothMapAccountItem
DBluetoothMapObexServer.java133 mAccountId = account.getAccountId(); in BluetoothMapObexServer()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DAbstractConversationViewFragment.java278 return "x-thread://" + account.getAccountId().hashCode() + "/" + conversation.id; in buildBaseUri()
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DAccount.java888 public String getAccountId() { in getAccountId() method in Account