OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getConfigurationFor
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFixGenerator.java
230
Configuration configuration = mClient.
getConfigurationFor
(project);
EclipseLintClient.java
307
return
getConfigurationFor
(project);
318
public Configuration
getConfigurationFor
(@Nullable Project project) {
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LintPreferencePage.java
171
mConfiguration = mClient.
getConfigurationFor
(project);
Completed in 57 milliseconds