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

  /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 75 LogUtils.i(TAG, "Ping task starting for %d", mOperation.getAccountId());
85 LogUtils.e(TAG, e, "Ping exception for account %d", mOperation.getAccountId());
91 mSyncHandlerMap.pingComplete(mOperation.getAmAccount(), mOperation.getAccountId(),
94 mPingSyncSynchronizer.pingEnd(mOperation.getAccountId(), mOperation.getAmAccount());
103 LogUtils.w(TAG, "Ping cancelled for %d", mOperation.getAccountId());
105 mSyncHandlerMap.pingComplete(mOperation.getAmAccount(), mOperation.getAccountId(),
108 mPingSyncSynchronizer.pingEnd(mOperation.getAccountId(), mOperation.getAmAccount());
EasService.java 239 final long accountId = 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 99 LogUtils.d(TAG, "initial ping duration " + mPingDuration + " account " + getAccountId());
119 " new duration " + mPingDuration + " account " + getAccountId());
127 " new duration " + mPingDuration + " account " + getAccountId());
134 Account.update(mContext, Account.CONTENT_URI, getAccountId(), values);
150 getAccountId());
192 final long accountId = getAccountId();
320 bindArguments[0] = Long.toString(getAccountId());
EasFolderSync.java 105 LogUtils.d(LOG_TAG, "Performing FolderSync for account %d", getAccountId());
127 LogUtils.d(LOG_TAG, "Performing sync for account %d", getAccountId());
EasOperation.java 224 mAccount = Account.restoreAccountWithId(mContext, getAccountId());
233 public final long getAccountId() {
281 getAccountId(), getCommand());
433 final long accountId = getAccountId();
    [all...]
EasProvision.java 156 Account.update(mContext, Account.CONTENT_URI, getAccountId(), values);
165 final long accountId = getAccountId();
EasMoveItems.java 55 final List<MessageMove> moves = MessageMove.getMoves(mContext, getAccountId());
EasSync.java 111 getAccountId(), getProtocolVersion() < Eas.SUPPORTED_PROTOCOL_EX2007_DOUBLE);
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 209 milliseconds