OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sImapId
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/src/com/android/email/mail/store/
ImapStore.java
85
@VisibleForTesting static String
sImapId
= null;
169
if (
sImapId
== null) {
175
sImapId
= makeCommonImapId(context.getPackageName(), Build.VERSION.RELEASE,
183
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 36 milliseconds