Searched refs:another (Results 1 – 25 of 27) sorted by relevance
12
637 public int compareTo(CachedBluetoothDevice another) { in compareTo() argument639 int comparison = (another.isConnected() ? 1 : 0) - (isConnected() ? 1 : 0); in compareTo()643 comparison = (another.getBondState() == BluetoothDevice.BOND_BONDED ? 1 : 0) - in compareTo()648 comparison = (another.mVisible ? 1 : 0) - (mVisible ? 1 : 0); in compareTo()652 comparison = another.mRssi - mRssi; in compareTo()656 return mName.compareTo(another.mName); in compareTo()
170 public int compareTo(Preference another) { in compareTo() argument171 if (!(another instanceof BluetoothDevicePreference)) { in compareTo()173 return super.compareTo(another); in compareTo()177 .compareTo(((BluetoothDevicePreference) another).mCachedDevice); in compareTo()
141 public int compareTo(Preference another) { in compareTo() argument142 if (!(another instanceof ShortcutPreference)) return super.compareTo(another); in compareTo()145 char other = ((ShortcutPreference) another).mShortcut; in compareTo()
110 public int compareTo(ContactListFilter another) { in compareTo() argument111 int res = accountName.compareTo(another.accountName); in compareTo()116 res = accountType.compareTo(another.accountType); in compareTo()121 return filterType - another.filterType; in compareTo()
474 VpnPreference another = (VpnPreference) preference; in compareTo() local475 if ((result = another.mState - mState) == 0 && in compareTo()476 (result = mProfile.name.compareTo(another.mProfile.name)) == 0 && in compareTo()477 (result = mProfile.type - another.mProfile.type) == 0) { in compareTo()478 result = mProfile.key.compareTo(another.mProfile.key); in compareTo()
109 public int compareTo(Preference another) { in compareTo() argument110 if (another instanceof UserPreference) { in compareTo()111 return getSerialNumber() > ((UserPreference) another).getSerialNumber() ? 1 : -1; in compareTo()
44 public int compareTo(LookupKeySegment another) { in compareTo() argument45 if (contactId > another.contactId) { in compareTo()48 if (contactId < another.contactId) { in compareTo()
144 public int compareTo(RawContactInfo another) { in compareTo() argument146 String thatAccount = another.accountType != null ? another.accountType : ""; in compareTo()
79 public int compareTo(FolderRow another) { in compareTo() argument81 if (equals(another)) { in compareTo()84 return mFolder.name.compareToIgnoreCase(another.mFolder.name); in compareTo()
80 public int compareTo(ProviderEntry another) { in compareTo() argument84 if (another.name == null) { in compareTo()87 return CharSequences.compareToIgnoreCase(name, another.name); in compareTo()
1510 final CycleItem another = (CycleItem) o; in equals() local1511 return start == another.start && end == another.end; in equals()1517 public int compareTo(CycleItem another) { in compareTo() argument1518 return Long.compare(start, another.start); in compareTo()1638 public int compareTo(AppItem another) { in compareTo() argument1639 int comparison = Integer.compare(category, another.category); in compareTo()1641 comparison = Long.compare(another.total, total); in compareTo()
55 public int compareTo(Object another) { in compareTo() argument56 ControlPoint p = (ControlPoint) another; in compareTo()
60 public int compareTo(DateBucket another) { in compareTo() argument61 return this.date.compareTo(another.date); in compareTo()
60 public int compareTo(IngestObjectInfo another) { in compareTo() argument61 long diff = getDateCreated() - another.getDateCreated(); in compareTo()
62 public int compareTo(Face another) { in compareTo() argument63 return mName.compareTo(another.mName); in compareTo()
50 public int compareTo(Entry another) { in compareTo() argument51 return order - another.order; in compareTo()
54 public int compareTo(Entry another) { in compareTo() argument55 return order - another.order; in compareTo()
72 public int compareTo(Object another) { in compareTo() argument73 return labelStr.compareTo(((BaseInfo)another).labelStr); in compareTo()
217 public int compareTo(TimeZoneRow another) { in compareTo() argument218 return mOffset - another.mOffset; in compareTo()
233 public int compareTo(MatchScore another) { in compareTo() argument234 return another.getScore() - getScore(); in compareTo()
91 public int compareTo(Delayed another) { in compareTo() argument92 OperationInfo anotherArgs = (OperationInfo) another; in compareTo()
525 public int compareTo(TimeZoneInfo another) { in compareTo() argument526 return (int) (tzOffset - another.tzOffset); in compareTo()
798 public int compareTo(LocaleInfo another) { in compareTo() argument799 return sCollator.compare(this.label, another.label); in compareTo()
405 public boolean isTouchCloserTo(MotionEvent eventInParent, ChartSweepView another) { in isTouchCloserTo() argument407 final float anotherDist = another.getTouchDistanceFromTarget(eventInParent); in isTouchCloserTo()
1dictionary=main:en_us,locale=en_US,description=English (US),date ...