Home
last modified time | relevance | path

Searched refs:equals (Results 1 – 25 of 1683) sorted by relevance

12345678910>>...68

/packages/apps/Contacts/src/com/android/contacts/list/
DContactsIntentResolver.java58 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/Launcher2/src/com/android/launcher2/
DCling.java124 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 …]
DAllAppsList.java106 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/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
DMockContentProvider.java124 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/TV/tests/common/src/com/android/tv/testing/
DProgramInfo.java186 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 …]
DChannelInfo.java159 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/apps/ExactCalculator/tests/src/com/android/calculator2/
DEvaluatorTest.java32 check(Evaluator.unflipZeroes("9.99", 2, "9.998", 3).equals("9.998"), "test 1"); in testUnflipZeroes()
33 check(Evaluator.unflipZeroes("9.99", 2, "10.0000", 4).equals("9.9999"), "test 2"); in testUnflipZeroes()
34 check(Evaluator.unflipZeroes("0.99", 2, "1.00000", 5).equals("0.99999"), "test 3"); in testUnflipZeroes()
35 check(Evaluator.unflipZeroes("0.99", 2, "1.00", 2).equals("0.99"), "test 4"); in testUnflipZeroes()
36 check(Evaluator.unflipZeroes("10.00", 2, "9.9999", 4).equals("9.9999"), "test 5"); in testUnflipZeroes()
37 check(Evaluator.unflipZeroes("-10.00", 2, "-9.9999", 4).equals("-9.9999"), "test 6"); in testUnflipZeroes()
39 .equals("-0.99999999999999"), "test 7"); in testUnflipZeroes()
40 check(Evaluator.unflipZeroes("12349.99", 2, "12350.00000", 5).equals("12349.99999"), in testUnflipZeroes()
42 check(Evaluator.unflipZeroes("123.4999", 4, "123.5000000", 7).equals("123.4999999"), in testUnflipZeroes()
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DReverseGeocoder.java149 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/Bluetooth/tests/src/com/android/bluetooth/tests/
DSdpManagerTestServer.java155 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/Bluetooth/src/com/android/bluetooth/pbapclient/
DPhonebookEntry.java38 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/ManagedProvisioning/src/com/android/managedprovisioning/model/
DProvisioningParams.java255 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/ContactsCommon/src/com/android/contacts/common/model/dataitem/
DDataItem.java61 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/apps/TV/common/src/com/android/tv/common/recording/
DRecordedProgram.java669 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/
DCalendarEventModel.java55 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/Launcher3/src/com/android/launcher3/
DAllAppsList.java116 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/
DSuggestionData.java123 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/apps/Settings/src/com/android/settings/wifi/
DWifiStatusTest.java90 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/apps/Settings/src/com/android/settings/notification/
DZenRuleInfo.java8 public boolean equals(Object o) { in equals() method in ZenRuleInfo
16 if (packageName != null ? !packageName.equals(that.packageName) : that.packageName != null) in equals()
18 if (title != null ? !title.equals(that.title) : that.title != null) return false; in equals()
19 if (settingsAction != null ? !settingsAction.equals( in equals()
21 if (configurationActivity != null ? !configurationActivity.equals( in equals()
23 if (defaultConditionId != null ? !defaultConditionId.equals( in equals()
25 if (serviceComponent != null ? !serviceComponent.equals( in equals()
27 return packageLabel != null ? packageLabel.equals( in equals()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
DExternalAccountType.java315 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 …]
DBaseAccountType.java674 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 …]
/packages/services/Telecomm/src/com/android/server/telecom/
DPhoneAccountRegistrar.java339 && 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/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAccountItem.java96 if(!other.mId.equals(this.mId)){ in compareTo()
100 if(!other.mName.equals(this.mName)){ in compareTo()
104 if(!other.mPackageName.equals(this.mPackageName)){ in compareTo()
109 if(!other.mProviderAuthority.equals(this.mProviderAuthority)){ in compareTo()
118 if(!other.mType.equals(this.mType)){ in compareTo()
139 public boolean equals(Object obj) { in equals() method in BluetoothMapAccountItem
150 } else if (!mId.equals(other.mId)) in equals()
155 } else if (!mName.equals(other.mName)) in equals()
160 } else if (!mPackageName.equals(other.mPackageName)) in equals()
165 } else if (!mProviderAuthority.equals(other.mProviderAuthority)) in equals()
[all …]
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DGoogleSearch.java65 if (Intent.ACTION_WEB_SEARCH.equals(action) || Intent.ACTION_SEARCH.equals(action)) { in onCreate()
92 if ("en".equals(language)) { in useLangCountryHl()
93 return "GB".equals(country); in useLangCountryHl()
94 } else if ("zh".equals(language)) { in useLangCountryHl()
95 return "CN".equals(country) || "TW".equals(country); in useLangCountryHl()
96 } else if ("pt".equals(language)) { in useLangCountryHl()
97 return "BR".equals(country) || "PT".equals(country); in useLangCountryHl()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpStateMachine.java301 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/experimental/LoaderApp/src/com/android/loaderapp/model/
DSources.java128 if (Intent.ACTION_PACKAGE_REMOVED.equals(action) in onReceive()
129 || Intent.ACTION_PACKAGE_ADDED.equals(action) in onReceive()
130 || Intent.ACTION_PACKAGE_CHANGED.equals(action) || in onReceive()
131 Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(action) || in onReceive()
132 Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action)) { in onReceive()
135 if (Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(action) || in onReceive()
136 Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(action)) { in onReceive()
154 } else if (Intent.ACTION_LOCALE_CHANGED.equals(action)) { in onReceive()
161 if (TextUtils.equals(packageName, source.resPackageName)) { in invalidateCache()
197 if (!ContactsContract.AUTHORITY.equals(sync.authority)) { in queryAccounts()
[all …]

12345678910>>...68