OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:namespacestring
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Email/src/com/android/email/mail/store/
ImapConnection.java
430
String
namespaceString
= namespace.getStringOrEmpty(0).getString();
431
if (!TextUtils.isEmpty(
namespaceString
)) {
432
mImapStore.setPathPrefix(ImapStore.decodeFolderName(
namespaceString
, null));
Completed in 43 milliseconds