Home
last modified time | relevance | path

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

/packages/apps/Exchange/src/com/android/exchange/service/
DEasService.java74 private static final String PROTOCOL_LOGGING_PREF = "ProtocolLogging"; field in EasService
255 sharedPrefs.edit().putBoolean(PROTOCOL_LOGGING_PREF, sProtocolLogging).apply();
347 sProtocolLogging = sharedPrefs.getBoolean(PROTOCOL_LOGGING_PREF, false); in onCreate()