Home
last modified time | relevance | path

Searched refs:newProtocol (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Email/provider_src/com/android/email/service/
DEmailServiceUtils.java346 final String newProtocol = protocolMap.get(hostAuth.mProtocol); in updateAccountManagerType() local
347 if (newProtocol == null) { in updateAccountManagerType()
352 LogUtils.w(LogUtils.TAG, "Converting %s to %s", amAccount.name, newProtocol); in updateAccountManagerType()
366 hostValues.put(HostAuthColumns.PROTOCOL, newProtocol); in updateAccountManagerType()