Searched refs:PREF_ACTIVITY (Results 1 – 1 of 1) sorted by relevance
55 private static final String PREF_ACTIVITY = "gl.trace.activity"; //$NON-NLS-1$ field in GLTraceOptionsDialog380 prefs.put(PREF_ACTIVITY, mActivityToTrace); in savePreferences()393 mActivityToTrace = prefs.get(PREF_ACTIVITY, ""); in loadPreferences()