Searched refs:getAccountId (Results 1 - 16 of 16) 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.java324 LogUtils.d(TAG, "%s: %d", loggingName, operation.getAccountId());
325 mSynchronizer.syncStart(operation.getAccountId());
/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 DEasOperation.java237 mAccount = Account.restoreAccountWithId(mContext, getAccountId());
259 public final long getAccountId() { method in class:EasOperation
313 getAccountId(), getCommand());
474 final long accountId = getAccountId();
H A DEasProvision.java156 Account.update(mContext, Account.CONTENT_URI, getAccountId(), values);
165 final long accountId = getAccountId();
H A DEasFolderSync.java105 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.java101 getAccountId());
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
/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 DBluetoothMapEmailSettingsItem.java50 public long getAccountId() { method in class:BluetoothMapEmailSettingsItem
H A DBluetoothMapObexServer.java117 mAccountId = account.getAccountId();
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationUtils.java427 account.getAccountId());
447 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.java233 return "x-thread://" + account.getAccountId().hashCode() + "/" + conversation.id;
/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 364 milliseconds