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

  /packages/apps/Email/provider_src/com/android/email/mail/store/
ImapStore.java 87 @VisibleForTesting static String sImapId = null;
202 if (sImapId == null) {
208 sImapId = makeCommonImapId(context.getPackageName(), Build.VERSION.RELEASE,
216 StringBuilder id = new StringBuilder(sImapId);
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java 141 ImapStore.sImapId = ImapStore.makeCommonImapId(realContext.getPackageName(),
    [all...]

Completed in 224 milliseconds