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

  /frameworks/base/core/java/android/pim/vcard/
VCardEntry.java 318 public static class ImData {
325 public ImData(final int protocol, final String customProtocol, final int type,
336 if (!(obj instanceof ImData)) {
339 ImData imData = (ImData)obj;
340 return (type == imData.type && protocol == imData.protocol
341 && (customProtocol != null ? customProtocol.equals(imData.customProtocol) :
342 (imData.customProtocol == null)
    [all...]
  /packages/apps/Tag/src/com/android/vcard/
VCardEntry.java 316 public static class ImData {
323 public ImData(final int protocol, final String customProtocol, final int type,
334 if (!(obj instanceof ImData)) {
337 ImData imData = (ImData)obj;
338 return (type == imData.type && protocol == imData.protocol
339 && (customProtocol != null ? customProtocol.equals(imData.customProtocol) :
340 (imData.customProtocol == null)
    [all...]

Completed in 34 milliseconds