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

  /packages/apps/Settings/src/com/android/settings/nfc/
PaymentBackend.java 78 String componentString = Settings.Secure.getString(mContext.getContentResolver(),
80 if (componentString != null) {
81 return ComponentName.unflattenFromString(componentString);
  /external/chromium_org/third_party/WebKit/Source/weborigin/
KURL.cpp 318 return componentString(file);
323 return componentString(m_parsed.scheme);
328 return componentString(m_parsed.host);
359 return componentString(m_parsed.password);
364 return componentString(m_parsed.username);
370 // string, which componentString will produce. Nonexistent refs
374 return componentString(m_parsed.ref);
391 return componentString(m_parsed.query);
404 return componentString(m_parsed.path);
817 String KURL::componentString(const url_parse::Component& component) cons
    [all...]
KURL.h 185 String componentString(const url_parse::Component&) const;

Completed in 145 milliseconds