Searched refs:mStore (Results 1 – 5 of 5) sorted by relevance
37 private final IFileStore mStore; field in FileStoreAdapter40 mStore = store; in FileStoreAdapter()46 return mStore.getAdapter(adapter); in getAdapter()51 return mStore.childInfos(options, monitor); in childInfos()57 return mStore.childNames(options, monitor); in childNames()62 return mStore.childStores(options, monitor); in childStores()68 mStore.copy(destination, options, monitor); in copy()73 mStore.delete(options, monitor); in delete()78 return mStore.fetchInfo(); in fetchInfo()83 return mStore.fetchInfo(options, monitor); in fetchInfo()[all …]
84 private IPreferenceStore mStore; field in AdtPrefs152 sThis.mStore = preferenceStore; in init()164 mOsSdkLocation = mStore.getString(PREFS_SDK_DIR); in loadValues()185 mBuildVerbosity = BuildVerbosity.find(mStore.getString(PREFS_BUILD_VERBOSITY)); in loadValues()192 mBuildForceResResfresh = mStore.getBoolean(PREFS_BUILD_RES_AUTO_REFRESH); in loadValues()197 mStore.getBoolean(PREFS_BUILD_FORCE_ERROR_ON_NATIVELIB_IN_JAR); in loadValues()202 mStore.getBoolean(PREFS_BUILD_SKIP_POST_COMPILE_ON_FILE_SAVE); in loadValues()206 mMonitorDensity = mStore.getFloat(PREFS_MONITOR_DENSITY); in loadValues()210 mFormatGuiXml = mStore.getBoolean(PREFS_FORMAT_GUI_XML); in loadValues()214 mPreferXmlEditor = mStore.getInt(PREFS_PREFER_XML); in loadValues()[all …]
70 private DdmsPreferenceStore mStore = new DdmsPreferenceStore(); field in AdtStartup82 boolean showOptInDialogPage = !mStore.hasPingId(); in earlyStartup()88 if (mStore.isPingOptIn()) { in earlyStartup()135 osSdkPath = mStore.getLastSdkPath(); in isFirstTime()165 return !mStore.isAdtUsed(); in isFirstTime()265 WelcomeWizard wizard = new WelcomeWizard(mStore, showSdkInstallPage, in showWelcomeWizard()273 mStore.setAdtUsed(true); in showWelcomeWizard()275 if (mStore.isPingOptIn()) { in showWelcomeWizard()
43 private final DdmsPreferenceStore mStore; field in WelcomeWizard60 mStore = store; in WelcomeWizard()79 if (mShowUsagePage && !mStore.hasPingId()) { in addPages()
40 private DdmsPreferenceStore mStore = new DdmsPreferenceStore(); field in UsagePreferencePage78 mOptInCheckBox.setPreferenceStore(mStore.getPreferenceStore()); in createContents()121 mStore.setPingOptIn(mOptInCheckBox.getBooleanValue()); in save()