HomeSort by relevance Sort by last modified time
    Searched refs:idValue (Results 1 - 12 of 12) sorted by null

  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/inject/
Injector.java 80 int idValue = InjectView.class.cast(annotation).value();
82 Object injectedValue = fieldType.cast(mActivity.findViewById(idValue));
84 throw new IllegalStateException("findViewById(" + idValue
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
SelectRuleFeatureSet.h 77 inline bool SelectRuleFeatureSet::hasSelectorForId(const AtomicString& idValue) const
79 ASSERT(!idValue.isEmpty());
80 return m_cssRuleFeatureSet.hasSelectorForId(idValue);
  /external/chromium_org/third_party/WebKit/Source/core/css/
RuleFeature.h 85 inline bool hasSelectorForId(const AtomicString& idValue) const
87 return m_idInvalidationSets.contains(idValue);
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
BridgeTypedArray.java 621 Integer idValue;
624 idValue = Bridge.getResourceId(resValue.getResourceType(),
627 idValue = mContext.getProjectCallback().getResourceId(
631 if (idValue != null) {
632 return idValue;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 378 String idValue = mXmlHelper.valueOfStringId(mProject, resFile, text);
379 if (idValue != null) {
383 idValue);
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h 115 bool hasSelectorForIdInShadow(Element* host, const AtomicString& idValue, ExceptionState&);
Internals.cpp 385 bool Internals::hasSelectorForIdInShadow(Element* host, const AtomicString& idValue, ExceptionState& exceptionState)
392 return host->shadow()->ensureSelectFeatureSet().hasSelectorForId(idValue);
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java 513 Pair<Integer, String> idValue = (Pair<Integer, String>) request.argument;
514 mPhone.nvWriteItem(idValue.first, idValue.second, onCompleted);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp     [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 370 milliseconds