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

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageMmsEmail.java 440 String headerType = headerParts[0].toUpperCase();
447 if(headerType.contains("FROM")) {
451 else if(headerType.contains("TO")) {
455 else if(headerType.contains("CC")) {
459 else if(headerType.contains("BCC")) {
463 else if(headerType.contains("REPLY-TO")) {
467 else if(headerType.contains("SUBJECT")) {
470 else if(headerType.contains("MESSAGE-ID")) {
473 else if(headerType.contains("DATE")) {
476 else if(headerType.contains("CONTENT-TYPE"))
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PinnedHeaderListAdapter.java 74 Integer headerType = (Integer)convertView.getTag();
75 if (headerType != null && headerType == PARTITION_HEADER_TYPE) {
  /packages/apps/Settings/src/com/android/settings/
Settings.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
ContentSecurityPolicy.cpp 150 UseCounter::Feature getUseCounterType(ContentSecurityPolicy::HeaderType type)
808 static PassOwnPtr<CSPDirectiveList> create(ContentSecurityPolicy*, const UChar* begin, const UChar* end, ContentSecurityPolicy::HeaderType);
813 ContentSecurityPolicy::HeaderType headerType() const { return m_headerType; }
841 CSPDirectiveList(ContentSecurityPolicy*, ContentSecurityPolicy::HeaderType);
875 ContentSecurityPolicy::HeaderType m_headerType;
899 CSPDirectiveList::CSPDirectiveList(ContentSecurityPolicy* policy, ContentSecurityPolicy::HeaderType type)
909 PassOwnPtr<CSPDirectiveList> CSPDirectiveList::create(ContentSecurityPolicy* policy, const UChar* begin, const UChar* end, ContentSecurityPolicy::HeaderType type)
    [all...]

Completed in 239 milliseconds