HomeSort by relevance Sort by last modified time
    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 152 milliseconds