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

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
TrafficFlags.java 71 int protocolIndex = Utility.arrayIndex(PROTOCOLS, account.getProtocol(context));
72 return (int)account.mId | REASON_SYNC | (protocolIndex << PROTOCOL_SHIFT);
83 int protocolIndex = Utility.arrayIndex(PROTOCOLS, account.getProtocol(context));
84 return (int)account.mId | REASON_ATTACHMENT_USER | (protocolIndex << PROTOCOL_SHIFT);
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 338 int protocolIndex = protocol.findIndexOfValue(raw);
339 if (protocolIndex == -1) {
344 return values[protocolIndex];

Completed in 135 milliseconds