OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:accountsjson
(Results
1 - 1
of
1
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
MailAppProvider.java
358
final String
accountsJson
= getPreferences().getString(ACCOUNT_LIST_KEY, null);
359
if (
accountsJson
!= null) {
360
accounts = new JSONArray(
accountsJson
);
Completed in 405 milliseconds