/packages/apps/Launcher2/src/com/android/launcher2/ |
D | Cling.java | 124 if (mDrawIdentifier.equals(WORKSPACE_PORTRAIT)) { in getPunchThroughPositions() 126 } else if (mDrawIdentifier.equals(WORKSPACE_LANDSCAPE)) { in getPunchThroughPositions() 128 } else if (mDrawIdentifier.equals(WORKSPACE_LARGE)) { in getPunchThroughPositions() 133 } else if (mDrawIdentifier.equals(ALLAPPS_PORTRAIT) || in getPunchThroughPositions() 134 mDrawIdentifier.equals(ALLAPPS_LANDSCAPE) || in getPunchThroughPositions() 135 mDrawIdentifier.equals(ALLAPPS_LARGE)) { in getPunchThroughPositions() 153 return (mDrawIdentifier.equals(WORKSPACE_PORTRAIT) in onHoverEvent() 154 || mDrawIdentifier.equals(WORKSPACE_LANDSCAPE) in onHoverEvent() 155 || mDrawIdentifier.equals(WORKSPACE_LARGE) in onHoverEvent() 156 || mDrawIdentifier.equals(ALLAPPS_PORTRAIT) in onHoverEvent() [all …]
|
D | AllAppsList.java | 106 if (info.user.equals(user) && packageName.equals(component.getPackageName())) { in removePackage() 129 if (user.equals(applicationInfo.user) in updatePackage() 130 && packageName.equals(component.getPackageName())) { in updatePackage() 162 if (user.equals(applicationInfo.user) in updatePackage() 163 && packageName.equals(component.getPackageName())) { in updatePackage() 179 if (info.getUser().equals(user) in findActivity() 180 && info.getComponentName().equals(component)) { in findActivity() 196 if (info.user.equals(user) && info.componentName.equals(component)) { in findActivity() 211 if (user.equals(info.user) && packageName.equals(component.getPackageName()) in findApplicationInfoLocked() 212 && className.equals(component.getClassName())) { in findApplicationInfoLocked()
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | ContactsIntentResolver.java | 58 if (UiIntentActions.LIST_DEFAULT.equals(action) ) { in resolveIntent() 60 } else if (UiIntentActions.LIST_ALL_CONTACTS_ACTION.equals(action)) { in resolveIntent() 62 } else if (UiIntentActions.LIST_CONTACTS_WITH_PHONES_ACTION.equals(action)) { in resolveIntent() 64 } else if (UiIntentActions.LIST_STARRED_ACTION.equals(action)) { in resolveIntent() 66 } else if (UiIntentActions.LIST_FREQUENT_ACTION.equals(action)) { in resolveIntent() 68 } else if (UiIntentActions.LIST_STREQUENT_ACTION.equals(action)) { in resolveIntent() 70 } else if (UiIntentActions.LIST_GROUP_ACTION.equals(action)) { in resolveIntent() 73 } else if (Intent.ACTION_PICK.equals(action)) { in resolveIntent() 75 if (Contacts.CONTENT_TYPE.equals(resolvedType)) { in resolveIntent() 77 } else if (People.CONTENT_TYPE.equals(resolvedType)) { in resolveIntent() [all …]
|
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/ |
D | MockContentProvider.java | 124 public boolean equals(Uri uri, String[] projection, String selection, in equals() method in MockContentProvider.Query 126 if (!uri.equals(mUri)) { in equals() 130 if (!mAnyProjection && !Arrays.equals(projection, mProjection)) { in equals() 134 if (!mAnySelection && !Objects.equals(selection, mSelection)) { in equals() 138 if (!mAnySelection && !Arrays.equals(selectionArgs, mSelectionArgs)) { in equals() 142 if (!mAnySortOrder && !Objects.equals(sortOrder, mSortOrder)) { in equals() 196 public boolean equals(Uri uri) { in equals() method in MockContentProvider.TypeQuery 197 return getUri().equals(uri); in equals() 233 private boolean equals(Uri uri, ContentValues contentValues) { in equals() method in MockContentProvider.Insert 234 return mUri.equals(uri) && mContentValues.equals(contentValues); in equals() [all …]
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/ |
D | BaseAccountType.java | 674 if (Tag.DATA_KIND.equals(tag)) { in parseEditSchema() 816 if (Tag.TYPE.equals(tag)) { in parseTypes() 1064 if ("home".equals(type)) return build(Phone.TYPE_HOME, false); in buildEditTypeForTypeTag() 1065 if ("mobile".equals(type)) return build(Phone.TYPE_MOBILE, false); in buildEditTypeForTypeTag() 1066 if ("work".equals(type)) return build(Phone.TYPE_WORK, false); in buildEditTypeForTypeTag() 1067 if ("fax_work".equals(type)) return build(Phone.TYPE_FAX_WORK, true); in buildEditTypeForTypeTag() 1068 if ("fax_home".equals(type)) return build(Phone.TYPE_FAX_HOME, true); in buildEditTypeForTypeTag() 1069 if ("pager".equals(type)) return build(Phone.TYPE_PAGER, true); in buildEditTypeForTypeTag() 1070 if ("other".equals(type)) return build(Phone.TYPE_OTHER, false); in buildEditTypeForTypeTag() 1071 if ("callback".equals(type)) return build(Phone.TYPE_CALLBACK, true); in buildEditTypeForTypeTag() [all …]
|
D | ExternalAccountType.java | 315 if (!TAG_CONTACTS_ACCOUNT_TYPE.equals(rootTag) && in inflate() 316 !TAG_CONTACTS_SOURCE_LEGACY.equals(rootTag)) { in inflate() 330 if (ATTR_EDIT_CONTACT_ACTIVITY.equals(attr)) { in inflate() 332 } else if (ATTR_CREATE_CONTACT_ACTIVITY.equals(attr)) { in inflate() 334 } else if (ATTR_INVITE_CONTACT_ACTIVITY.equals(attr)) { in inflate() 336 } else if (ATTR_INVITE_CONTACT_ACTION_LABEL.equals(attr)) { in inflate() 338 } else if (ATTR_VIEW_CONTACT_NOTIFY_SERVICE.equals(attr)) { in inflate() 340 } else if (ATTR_VIEW_GROUP_ACTIVITY.equals(attr)) { in inflate() 342 } else if (ATTR_VIEW_GROUP_ACTION_LABEL.equals(attr)) { in inflate() 344 } else if (ATTR_DATA_SET.equals(attr)) { in inflate() [all …]
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/ |
D | ProgramInfo.java | 186 if (!GEN_TITLE.equals(title) in build() 187 && !GEN_EPISODE.equals(episode) in build() 188 && !GEN_POSTER.equals(posterArtUri) in build() 190 && !GEN_GENRE.equals(genre)) { in build() 194 GEN_TITLE.equals(title) ? "Title(" + index + ")" : title, in build() 195 GEN_EPISODE.equals(episode) ? "Episode(" + index + ")" : episode, in build() 196 GEN_EPISODE.equals(episode) ? (index % SEASON_MAX + 1) : seasonNumber, in build() 197 GEN_EPISODE.equals(episode) ? (index % EPISODE_MAX + 1) : episodeNumber, in build() 198 GEN_POSTER.equals(posterArtUri) in build() 205 GEN_GENRE.equals(genre) ? GENRES[index % GENRES.length] : genre, in build() [all …]
|
D | ChannelInfo.java | 159 public boolean equals(Object o) { in equals() method in ChannelInfo 167 return Objects.equals(originalNetworkId, that.originalNetworkId) && in equals() 168 Objects.equals(videoWidth, that.videoWidth) && in equals() 169 Objects.equals(videoHeight, that.videoHeight) && in equals() 170 Objects.equals(audioChannel, that.audioChannel) && in equals() 171 Objects.equals(audioLanguageCount, that.audioLanguageCount) && in equals() 172 Objects.equals(hasClosedCaption, that.hasClosedCaption) && in equals() 173 Objects.equals(appLinkColor, that.appLinkColor) && in equals() 174 Objects.equals(number, that.number) && in equals() 175 Objects.equals(name, that.name) && in equals() [all …]
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | PhoneAccountRegistrar.java | 339 && Objects.equals(component, systemSimCallManagerComponent) in getSimCallManager() 345 && Objects.equals(component.getPackageName(), dialerPackage) in getSimCallManager() 428 if (phoneAccountHandle.equals(entry.getValue().phoneAccountHandle)) { in removeDefaultPhoneAccountHandle() 466 return phoneAccountUserHandle.equals(userHandle); in isVisibleForUser() 625 if (Objects.equals(packageName, handle.getComponentName().getPackageName()) in clearAccounts() 626 && Objects.equals(userHandle, handle.getUserHandle())) { in clearAccounts() 689 if (!Objects.equals(obj1, obj2)) { in appendDiff() 719 if (!Manifest.permission.BIND_CONNECTION_SERVICE.equals(serviceInfo.permission) && in phoneAccountRequiresBindPermission() 720 !Manifest.permission.BIND_TELECOM_CONNECTION_SERVICE.equals( in phoneAccountRequiresBindPermission() 743 if (Objects.equals(handle, m.getAccountHandle())) { in getPhoneAccountUnchecked() [all …]
|
/packages/apps/TV/common/src/com/android/tv/common/recording/ |
D | RecordedProgram.java | 669 public boolean equals(Object o) { in equals() method in RecordedProgram 673 return Objects.equals(mId, that.mId) && in equals() 674 Objects.equals(mChannelId, that.mChannelId) && in equals() 675 Objects.equals(mSeasonNumber, that.mSeasonNumber) && in equals() 676 Objects.equals(mSeasonTitle, that.mSeasonTitle) && in equals() 677 Objects.equals(mEpisodeNumber, that.mEpisodeNumber) && in equals() 678 Objects.equals(mStartTimeUtcMillis, that.mStartTimeUtcMillis) && in equals() 679 Objects.equals(mEndTimeUtcMillis, that.mEndTimeUtcMillis) && in equals() 680 Objects.equals(mVideoWidth, that.mVideoWidth) && in equals() 681 Objects.equals(mVideoHeight, that.mVideoHeight) && in equals() [all …]
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | CalendarEventModel.java | 55 public boolean equals(Object obj) { in equals() method in CalendarEventModel.Attendee 63 if (!TextUtils.equals(mEmail, other.mEmail)) { in equals() 143 public boolean equals(Object obj) { in equals() method in CalendarEventModel.ReminderEntry 531 public boolean equals(Object obj) { in equals() method in CalendarEventModel 551 } else if (!mLocation.equals(other.mLocation)) { in equals() 559 } else if (!mTitle.equals(other.mTitle)) { in equals() 567 } else if (!mDescription.equals(other.mDescription)) { in equals() 575 } else if (!mDuration.equals(other.mDuration)) { in equals() 604 } else if (!mOriginalSyncId.equals(other.mOriginalSyncId)) { in equals() 612 } else if (!mRrule.equals(other.mRrule)) { in equals() [all …]
|
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
D | SdpManagerTestServer.java | 155 if(uuid.toString().equals(BluetoothUuid.MAS.toString())) in SdpBroadcastReceiver() 157 if(uuid.toString().equals(BluetoothUuid.MNS.toString())) in SdpBroadcastReceiver() 159 if(uuid.toString().equals(BluetoothUuid.PBAP_PSE.toString())) in SdpBroadcastReceiver() 161 if(uuid.toString().equals(BluetoothUuid.ObexObjectPush.toString())) in SdpBroadcastReceiver() 163 if(uuid.toString().equals(BluetoothUuid.SAP.toString())) in SdpBroadcastReceiver() 173 if (action.equals(BluetoothDevice.ACTION_SDP_RECORD)){ in onReceive() 177 if(hasMas && uuid.toString().equals(BluetoothUuid.MAS.toString())) { in onReceive() 186 if(record.getServiceName().equals(SdpManagerTest.SDP_SERVER_NAME)) { in onReceive() 201 } else if(hasMns && uuid.toString().equals(BluetoothUuid.MNS.toString())) { in onReceive() 210 if(record.getServiceName().equals(SdpManagerTest.SDP_SERVER_NAME)) { in onReceive() [all …]
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
D | ReverseGeocoder.java | 149 if (currentCity.equals(addr1Locality) || currentCity.equals(addr2Locality)) { in computeAddress() 151 if (currentCity.equals(addr1Locality)) { in computeAddress() 155 if (!currentCountry.equals(addr2CountryCode)) { in computeAddress() 166 if (!currentCountry.equals(addr1CountryCode)) { in computeAddress() 175 if (closestCommonLocation != null && !("null".equals(closestCommonLocation))) { in computeAddress() 176 if (!currentCity.equals(otherCity)) { in computeAddress() 184 if (closestCommonLocation != null && !("null".equals(closestCommonLocation))) { in computeAddress() 191 if (closestCommonLocation != null && !("".equals(closestCommonLocation))) { in computeAddress() 195 if (!countryCode.equals(currentCountry)) { in computeAddress() 206 if (currentAdminArea.equals(addr1AdminArea) && currentAdminArea.equals(addr2AdminArea)) { in computeAddress() [all …]
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/model/ |
D | ProvisioningParams.java | 255 public boolean equals(Object o) { in equals() method in ProvisioningParams 268 && Objects.equals(timeZone, that.timeZone) in equals() 269 && Objects.equals(locale, that.locale) in equals() 270 && Objects.equals(wifiInfo, that.wifiInfo) in equals() 271 && Objects.equals(deviceAdminPackageName, that.deviceAdminPackageName) in equals() 272 && Objects.equals(deviceAdminComponentName, that.deviceAdminComponentName) in equals() 273 && Objects.equals(accountToMigrate, that.accountToMigrate) in equals() 274 && Objects.equals(provisioningAction, that.provisioningAction) in equals() 275 && Objects.equals(mainColor, that.mainColor) in equals() 276 && Objects.equals(deviceAdminDownloadInfo, that.deviceAdminDownloadInfo) in equals() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
D | A2dpStateMachine.java | 301 mTargetDevice.equals(device) ) { in processMessage() 334 if ((mCurrentDevice != null) && mCurrentDevice.equals(device)) { in processConnectionEvent() 358 } else if (mTargetDevice != null && mTargetDevice.equals(device)) { in processConnectionEvent() 374 } else if (mIncomingDevice != null && mIncomingDevice.equals(device)) { in processConnectionEvent() 387 if ((mCurrentDevice != null) && mCurrentDevice.equals(device)) { in processConnectionEvent() 399 } else if (mTargetDevice != null && mTargetDevice.equals(device)) { in processConnectionEvent() 407 } else if (mIncomingDevice != null && mIncomingDevice.equals(device)) { in processConnectionEvent() 437 if ((mCurrentDevice != null) && mCurrentDevice.equals(device)) { in processConnectionEvent() 440 } else if (mTargetDevice != null && mTargetDevice.equals(device)) { in processConnectionEvent() 446 else if (mIncomingDevice != null && mIncomingDevice.equals(device)) { in processConnectionEvent() [all …]
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiStatusTest.java | 90 if (intent.getAction().equals(WifiManager.WIFI_STATE_CHANGED_ACTION)) { 93 } else if (intent.getAction().equals(WifiManager.NETWORK_STATE_CHANGED_ACTION)) { 96 } else if (intent.getAction().equals(WifiManager.SCAN_RESULTS_AVAILABLE_ACTION)) { 98 } else if (intent.getAction().equals(WifiManager.SUPPLICANT_CONNECTION_CHANGE_ACTION)) { 100 } else if (intent.getAction().equals(WifiManager.SUPPLICANT_STATE_CHANGED_ACTION)) { 105 } else if (intent.getAction().equals(WifiManager.RSSI_CHANGED_ACTION)) { 107 } else if (intent.getAction().equals(WifiManager.NETWORK_IDS_CHANGED_ACTION)) { 201 if(SupplicantState.FOUR_WAY_HANDSHAKE.equals(supplicantState)) { in setSupplicantStateText() 203 } else if(SupplicantState.ASSOCIATED.equals(supplicantState)) { in setSupplicantStateText() 205 } else if(SupplicantState.ASSOCIATING.equals(supplicantState)) { in setSupplicantStateText() [all …]
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaDocumentsProvider.java | 125 if (!"external".equals(volumeName)) return; in onMediaStoreInsert() 143 if (!"external".equals(volumeName)) return; in onMediaStoreDelete() 192 if (TYPE_IMAGE.equals(ident.type) && ident.id != -1) { in getUriForDocumentId() 195 } else if (TYPE_VIDEO.equals(ident.type) && ident.id != -1) { in getUriForDocumentId() 198 } else if (TYPE_AUDIO.equals(ident.type) && ident.id != -1) { in getUriForDocumentId() 237 if (TYPE_IMAGES_ROOT.equals(ident.type)) { in queryDocument() 240 } else if (TYPE_IMAGES_BUCKET.equals(ident.type)) { in queryDocument() 249 } else if (TYPE_IMAGE.equals(ident.type)) { in queryDocument() 258 } else if (TYPE_VIDEOS_ROOT.equals(ident.type)) { in queryDocument() 261 } else if (TYPE_VIDEOS_BUCKET.equals(ident.type)) { in queryDocument() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkStateMachine.java | 326 mTargetDevice.equals(device) ) { in processMessage() 365 if ((mCurrentDevice != null) && mCurrentDevice.equals(device)) { in processConnectionEvent() 389 } else if (mTargetDevice != null && mTargetDevice.equals(device)) { in processConnectionEvent() 397 } else if (mIncomingDevice != null && mIncomingDevice.equals(device)) { in processConnectionEvent() 410 if ((mCurrentDevice != null) && mCurrentDevice.equals(device)) { in processConnectionEvent() 423 } else if (mTargetDevice != null && mTargetDevice.equals(device)) { in processConnectionEvent() 432 } else if (mIncomingDevice != null && mIncomingDevice.equals(device)) { in processConnectionEvent() 455 if ((mCurrentDevice != null) && mCurrentDevice.equals(device)) { in processConnectionEvent() 458 } else if (mTargetDevice != null && mTargetDevice.equals(device)) { in processConnectionEvent() 464 else if (mIncomingDevice != null && mIncomingDevice.equals(device)) { in processConnectionEvent() [all …]
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/ |
D | DataItem.java | 61 if (GroupMembership.CONTENT_ITEM_TYPE.equals(mimeType)) { in createFrom() 63 } else if (StructuredName.CONTENT_ITEM_TYPE.equals(mimeType)) { in createFrom() 65 } else if (Phone.CONTENT_ITEM_TYPE.equals(mimeType)) { in createFrom() 67 } else if (Email.CONTENT_ITEM_TYPE.equals(mimeType)) { in createFrom() 69 } else if (StructuredPostal.CONTENT_ITEM_TYPE.equals(mimeType)) { in createFrom() 71 } else if (Im.CONTENT_ITEM_TYPE.equals(mimeType)) { in createFrom() 73 } else if (Organization.CONTENT_ITEM_TYPE.equals(mimeType)) { in createFrom() 75 } else if (Nickname.CONTENT_ITEM_TYPE.equals(mimeType)) { in createFrom() 77 } else if (Note.CONTENT_ITEM_TYPE.equals(mimeType)) { in createFrom() 79 } else if (Website.CONTENT_ITEM_TYPE.equals(mimeType)) { in createFrom() [all …]
|
/packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/ |
D | ExtendableParcelableTest.java | 78 public boolean equals(Object o) { in equals() method in ExtendableParcelableTest.V1Parcelable 81 return Arrays.equals(byteData0, other.byteData0) && intData0 == other.intData0 && in equals() 83 stringData0.equals(other.stringData0)) && in equals() 163 public boolean equals(Object o) { in equals() method in ExtendableParcelableTest.V2Parcelable 166 return Arrays.equals(byteData0, other.byteData0) && intData0 == other.intData0 && in equals() 168 stringData0.equals(other.stringData0)) && in equals() 169 intData1 == other.intData1 && Arrays.equals(byteData1, other.byteData1) in equals() 270 public boolean equals(Object o) { in equals() method in ExtendableParcelableTest.V3Parcelable 273 return Arrays.equals(byteData0, other.byteData0) && intData0 == other.intData0 && in equals() 275 stringData0.equals(other.stringData0)) && in equals() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
D | PhonebookEntry.java | 38 public boolean equals(Object o) { in equals() method in PhonebookEntry.Name 44 return (family == n.family || family != null && family.equals(n.family)) && in equals() 45 (given == n.given || given != null && given.equals(n.given)) && in equals() 46 (middle == n.middle || middle != null && middle.equals(n.middle)) && in equals() 47 (prefix == n.prefix || prefix != null && prefix.equals(n.prefix)) && in equals() 48 (suffix == n.suffix || suffix != null && suffix.equals(n.suffix)); in equals() 84 public boolean equals(Object o) { in equals() method in PhonebookEntry.Phone 90 return (number == p.number || number != null && number.equals(p.number)) in equals() 111 public boolean equals(Object object) { in equals() method in PhonebookEntry 113 return equals((PhonebookEntry) object); in equals() [all …]
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | AllAppsList.java | 116 if (info.user.equals(user) && packageName.equals(component.getPackageName())) { in removePackage() 131 if (info.user.equals(user) && pkgFilter.matches(component.getPackageName())) { in updatePackageFlags() 141 if (info.user.equals(user) && packages.contains(info.componentName.getPackageName())) { in updateIconsAndLabels() 161 if (user.equals(applicationInfo.user) in updatePackage() 162 && packageName.equals(component.getPackageName())) { in updatePackage() 188 if (user.equals(applicationInfo.user) in updatePackage() 189 && packageName.equals(component.getPackageName())) { in updatePackage() 205 if (info.getComponentName().equals(component)) { in findActivity() 230 if (info.user.equals(user) && info.componentName.equals(component)) { in findActivity() 244 if (user.equals(info.user) && packageName.equals(component.getPackageName()) in findApplicationInfoLocked() [all …]
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | SuggestionData.java | 123 return Intent.ACTION_WEB_SEARCH.equals(getSuggestionIntentAction()); in isWebSearchSuggestion() 241 public boolean equals(Object obj) { in equals() method in SuggestionData 252 } else if (!mFormat.equals(other.mFormat)) in equals() 257 } else if (!mIcon1.equals(other.mIcon1)) in equals() 262 } else if (!mIcon2.equals(other.mIcon2)) in equals() 267 } else if (!mIntentAction.equals(other.mIntentAction)) in equals() 272 } else if (!mIntentData.equals(other.mIntentData)) in equals() 277 } else if (!mIntentExtraData.equals(other.mIntentExtraData)) in equals() 282 } else if (!mLogType.equals(other.mLogType)) in equals() 287 } else if (!mShortcutId.equals(other.mShortcutId)) in equals() [all …]
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/ |
D | ContactsUtils.java | 56 if (Phone.CONTENT_ITEM_TYPE.equals(mimeType) in getDisplayLabel() 57 || Constants.MIME_SMS_ADDRESS.equals(mimeType)) { in getDisplayLabel() 62 } else if (Email.CONTENT_ITEM_TYPE.equals(mimeType)) { in getDisplayLabel() 65 } else if (StructuredPostal.CONTENT_ITEM_TYPE.equals(mimeType)) { in getDisplayLabel() 68 } else if (Organization.CONTENT_ITEM_TYPE.equals(mimeType)) { in getDisplayLabel() 88 if (Phone.CONTENT_ITEM_TYPE.equals(mimetype)) { in getDisplayLabel() 92 } else if (Email.CONTENT_ITEM_TYPE.equals(mimetype)) { in getDisplayLabel() 96 } else if (StructuredPostal.CONTENT_ITEM_TYPE.equals(mimetype)) { in getDisplayLabel() 100 } else if (Organization.CONTENT_ITEM_TYPE.equals(mimetype)) { in getDisplayLabel() 235 final boolean isEmail = Email.CONTENT_ITEM_TYPE.equals(values.getAsString(Data.MIMETYPE)); in buildImIntent() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapObexServer.java | 358 if (!validName || (validName && type.equals(TYPE_VCARD))) { in onGet() 362 if (mCurrentPath.equals(PB_PATH)) { in onGet() 364 } else if (mCurrentPath.equals(ICH_PATH)) { in onGet() 366 } else if (mCurrentPath.equals(OCH_PATH)) { in onGet() 368 } else if (mCurrentPath.equals(MCH_PATH)) { in onGet() 371 } else if (mCurrentPath.equals(CCH_PATH)) { in onGet() 373 } else if (mCurrentPath.equals(TELECOM_PATH)) { in onGet() 375 if (!validName && type.equals(TYPE_LISTING)) { in onGet() 421 if (type.equals(TYPE_LISTING)) { in onGet() 425 else if (type.equals(TYPE_VCARD)) { in onGet() [all …]
|