Home
last modified time | relevance | path

Searched refs:mInstrumentationPage (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
DManifestEditor.java82 private InstrumentationPage mInstrumentationPage; field in ManifestEditor
217 addPage(mInstrumentationPage = new InstrumentationPage(this)); in createFormPages()
308 if (mInstrumentationPage != null) { in onDescriptorsChanged()
309 mInstrumentationPage.refreshUiNode(); in onDescriptorsChanged()