Searched refs:PRE_LAST_BUILD (Results 1 – 4 of 4) sorted by relevance
35 public static final String PRE_LAST_BUILD = PREFIX + "last.build"; //$NON-NLS-1$ field
203 String lastBuild = this.preferences.get(IPerformancesConstants.PRE_LAST_BUILD, null); in PerformancesView()496 final String lastBuild = this.preferences.get(IPerformancesConstants.PRE_LAST_BUILD, null); in makeActions()539 if (propertyName.equals(IPerformancesConstants.PRE_LAST_BUILD)) { in preferenceChange()
551 String lastBuild = store.getDefaultString(PRE_LAST_BUILD); in initializeDefaults()618 String lastBuild = store.getString(PRE_LAST_BUILD); in initializeValues()1024 store.putValue(PRE_LAST_BUILD, lastBuild); in storeValues()
492 String lastBuild = this.preferences.get(IPerformancesConstants.PRE_LAST_BUILD, null); in resetView()