Searched refs:getAccountId (Results 1 - 19 of 19) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/service/
H A DPingTask.java64 LogUtils.i(TAG, "Ping task starting for %d", mOperation.getAccountId());
74 LogUtils.e(TAG, e, "Ping exception for account %d", mOperation.getAccountId());
79 mPingSyncSynchronizer.pingEnd(mOperation.getAccountId(), mOperation.getAmAccount());
87 LogUtils.w(TAG, "Ping cancelled for %d", mOperation.getAccountId());
88 mPingSyncSynchronizer.pingEnd(mOperation.getAccountId(), mOperation.getAmAccount());
H A DEasService.java392 LogUtils.d(TAG, "%s: %d", loggingName, operation.getAccountId());
393 mSynchronizer.syncStart(operation.getAccountId());
/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/Exchange/src/com/android/exchange/eas/
H A DEasPing.java101 LogUtils.d(TAG, "initial ping duration " + mPingDuration + " account " + getAccountId());
121 " new duration " + mPingDuration + " account " + getAccountId());
129 " new duration " + mPingDuration + " account " + getAccountId());
136 Account.update(mContext, Account.CONTENT_URI, getAccountId(), values);
152 getAccountId());
196 final long accountId = getAccountId();
324 bindArguments[0] = Long.toString(getAccountId());
H A DEasProvision.java156 Account.update(mContext, Account.CONTENT_URI, getAccountId(), values);
165 final long accountId = getAccountId();
H A DEasOperation.java207 public final long getAccountId() { method in class:EasOperation
260 getAccountId(), getCommand());
435 final long accountId = getAccountId();
H A DEasFolderSync.java99 LogUtils.d(LOG_TAG, "Performing FolderSync for account %d", getAccountId());
H A DEasMoveItems.java55 final List<MessageMove> moves = MessageMove.getMoves(mContext, getAccountId());
H A DEasFullSyncOperation.java99 getAccountId(), getCommand());
H A DEasSync.java111 getAccountId(), getProtocolVersion() < Eas.SUPPORTED_PROTOCOL_EX2007_DOUBLE);
/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/UnifiedEmail/src/com/android/mail/preferences/
H A DAccountPreferences.java74 final String id = account.getAccountId();
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapAccountItem.java70 public long getAccountId() { method in class:BluetoothMapAccountItem
H A DBluetoothMapObexServer.java132 mAccountId = account.getAccountId();
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationUtils.java423 account.getAccountId());
443 context, notification.account.getAccountId(), folder, isInbox);
680 new FolderPreferences(context, account.getAccountId(), folder, isInbox);
684 new AccountPreferences(context, account.getAccountId());
772 new AccountPreferences(context, account.getAccountId());
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAbstractConversationViewFragment.java278 return "x-thread://" + account.getAccountId().hashCode() + "/" + conversation.id;
/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 192 milliseconds