OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstrumentationPage
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
InstrumentationPage.java
36
public final class
InstrumentationPage
extends FormPage implements IPageImageProvider {
45
public
InstrumentationPage
(ManifestEditor editor) {
OverviewLinksPart.java
66
InstrumentationPage
.PAGE_ID));
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditor.java
31
import com.android.ide.eclipse.adt.internal.editors.manifest.pages.
InstrumentationPage
;
82
private
InstrumentationPage
mInstrumentationPage;
217
addPage(mInstrumentationPage = new
InstrumentationPage
(this));
Completed in 229 milliseconds