HomeSort by relevance Sort by last modified time
    Searched refs:getAccountId (Results 1 - 25 of 32) sorted by null

1 2

  /cts/tests/tests/drm/src/android/drm/cts/
Config.java 24 String getAccountId();
DRMTest.java 187 drmInfo.put(DrmInfoRequest.ACCOUNT_ID, config.getAccountId());
  /packages/apps/Exchange/src/com/android/exchange/service/
PingTask.java 64 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());
EasService.java 324 LogUtils.d(TAG, "%s: %d", loggingName, operation.getAccountId());
325 mSynchronizer.syncStart(operation.getAccountId());
  /frameworks/base/drm/java/android/drm/
ProcessedData.java 70 public String getAccountId() {
DrmRights.java 124 mAccountId = data.getAccountId();
158 public String getAccountId() {
  /frameworks/av/include/drm/
DrmRights.h 86 String8 getAccountId(void) const;
  /cts/tests/tests/drm/src/android/drm/cts/configs/
FwdLockConfig.java 35 public String getAccountId() {
PassthruConfig.java 35 public String getAccountId() {
  /frameworks/av/drm/common/
DrmRights.cpp 56 String8 DrmRights::getAccountId(void) const {
IDrmManagerService.cpp 354 const String8 accountId = drmRights.getAccountId();
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasPing.java 101 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());
EasOperation.java 237 mAccount = Account.restoreAccountWithId(mContext, getAccountId());
259 public final long getAccountId() {
313 getAccountId(), getCommand());
474 final long accountId = getAccountId();
    [all...]
EasProvision.java 156 Account.update(mContext, Account.CONTENT_URI, getAccountId(), values);
165 final long accountId = getAccountId();
EasFolderSync.java 105 LogUtils.d(LOG_TAG, "Performing FolderSync for account %d", getAccountId());
EasMoveItems.java 55 final List<MessageMove> moves = MessageMove.getMoves(mContext, getAccountId());
EasFullSyncOperation.java 101 getAccountId());
EasSync.java 111 getAccountId(), getProtocolVersion() < Eas.SUPPORTED_PROTOCOL_EX2007_DOUBLE);
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapEmailProvider.java 147 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) {
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
AccountPreferences.java 74 final String id = account.getAccountId();
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapEmailSettingsItem.java 50 public long getAccountId() {
BluetoothMapObexServer.java 117 mAccountId = account.getAccountId();
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java 427 account.getAccountId());
447 context, notification.account.getAccountId(), folder, isInbox);
680 new FolderPreferences(context, account.getAccountId(), folder, isInbox);
684 new AccountPreferences(context, account.getAccountId());
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AbstractConversationViewFragment.java 233 return "x-thread://" + account.getAccountId().hashCode() + "/" + conversation.id;
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Account.java     [all...]

Completed in 1403 milliseconds

1 2