HomeSort by relevance Sort by last modified time
    Searched defs:mMandatory (Results 1 - 4 of 4) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
ClassAttributeDescriptor.java 39 boolean mMandatory;
62 mMandatory = true;
93 mMandatory = true;
104 mMandatory, this, uiParent, mDefaultToProjectOnly);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java 100 private boolean mMandatory;
234 mMandatory = mandatory;
304 if (mMandatory) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ElementDescriptor.java 59 private final Mandatory mMandatory;
86 mMandatory = mandatory;
114 mMandatory = mandatory ? Mandatory.MANDATORY : Mandatory.NOT_MANDATORY;
164 return mMandatory;
174 mMandatory != Mandatory.NOT_MANDATORY ? ", " + mMandatory.toString() : "" //$NON-NLS-1$ //$NON-NLS-2$
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 135 milliseconds