Searched defs:compareTo (Results 1 - 25 of 81) sorted by relevance

1234

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DControlPoint.java55 public int compareTo(Object another) { method in class:ControlPoint
/packages/apps/Settings/src/com/android/settings/vpn2/
H A DAppVpnInfo.java23 public int compareTo(Object other) { method in class:AppVpnInfo
26 int result = packageName.compareTo(that.packageName);
H A DLegacyVpnPreference.java57 public int compareTo(Preference preference) { method in class:LegacyVpnPreference
64 result = mProfile.key.compareTo(another.mProfile.key);
76 return super.compareTo(preference);
H A DAppPreference.java99 public int compareTo(Preference preference) { method in class:AppPreference
105 (result = mPackageName.compareTo(another.mPackageName)) == 0) {
112 return -another.compareTo(this);
114 return super.compareTo(preference);
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
H A DDownloadsFilePreference.java55 public int compareTo(Preference other) { method in class:DownloadsFilePreference
67 comparison = file.compareTo(otherFile);
/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DSignedLongLong.java70 public int compareTo(SignedLongLong another) { method in class:SignedLongLong
/packages/apps/DeskClock/src/com/android/deskclock/data/
H A DCustomRingtone.java60 public int compareTo(@NonNull CustomRingtone other) { method in class:CustomRingtone
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DFace.java62 public int compareTo(Face another) { method in class:Face
63 return mName.compareTo(another.mName);
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
H A DDateBucket.java60 public int compareTo(DateBucket another) { method in class:DateBucket
61 return this.date.compareTo(another.date);
H A DIngestObjectInfo.java60 public int compareTo(IngestObjectInfo another) { method in class:IngestObjectInfo
H A DSimpleDate.java93 public int compareTo(SimpleDate other) { method in class:SimpleDate
/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DWidgetItem.java53 public int compareTo(WidgetItem another) { method in class:WidgetItem
/packages/apps/Settings/src/com/android/settings/applications/manageapplications/
H A DAppFilterItem.java57 public int compareTo(AppFilterItem appFilter) { method in class:AppFilterItem
/packages/apps/Settings/src/com/android/settings/wifi/p2p/
H A DWifiP2pPeer.java66 public int compareTo(Preference preference) { method in class:WifiP2pPeer
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/property/
H A DPropertyInfo.java52 public int compareTo(PropertyInfo propertyInfo) { method in class:PropertyInfo
53 return mName.compareTo(propertyInfo.mName);
/packages/apps/Dialer/java/com/android/dialer/about/
H A DLicense.java67 public int compareTo(License o) { method in class:License
/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
H A DContactInfoRequest.java111 public int compareTo(ContactInfoRequest other) { method in class:ContactInfoRequest
/packages/apps/Dialer/java/com/android/voicemail/impl/
H A DDialerVvmConfigManager.java55 public int compareTo(@NonNull ConfigEntry other) { method in class:DialerVvmConfigManager.ConfigEntry
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DPercentageBarChart.java54 public int compareTo(Entry another) { method in class:PercentageBarChart.Entry
/packages/apps/TV/common/src/com/android/tv/common/customization/
H A DCustomAction.java50 public int compareTo(@NonNull CustomAction another) { method in class:CustomAction
/packages/apps/TV/src/com/android/tv/data/
H A DChannelNumber.java83 public int compareTo(@NonNull ChannelNumber another) { method in class:ChannelNumber
169 return lhsNumber.compareTo(rhsNumber);
/packages/apps/TV/src/com/android/tv/license/
H A DLicense.java74 public int compareTo(License o) { method in class:License
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactLookupKey.java42 public int compareTo(LookupKeySegment another) { method in class:ContactLookupKey.LookupKeySegment
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/vhal/
H A DVehicleHalFragment.java140 public int compareTo(HalPropertyInfo halPropertyInfo) { method in class:VehicleHalFragment.HalPropertyInfo
141 return name.compareTo(halPropertyInfo.name);
/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
H A DChooseAccountItemProvider.java216 public int compareTo(ProviderEntry another) { method in class:ChooseAccountItemProvider.ProviderEntry

Completed in 698 milliseconds

1234