Searched refs:PROTOCOL_LOGGING_PREF (Results 1 – 1 of 1) sorted by relevance
74 private static final String PROTOCOL_LOGGING_PREF = "ProtocolLogging"; field in EasService255 sharedPrefs.edit().putBoolean(PROTOCOL_LOGGING_PREF, sProtocolLogging).apply();347 sProtocolLogging = sharedPrefs.getBoolean(PROTOCOL_LOGGING_PREF, false); in onCreate()