Home
last modified time | relevance | path

Searched refs:hasChanges (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
DZenRadioLayout.java48 boolean hasChanges = false; in onMeasure()
60 hasChanges = true; in onMeasure()
65 if (hasChanges) { in onMeasure()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfacePlacer.java87 void continueLayout(boolean hasChanges) { in continueLayout() argument
93 if (hasChanges || mDeferredRequests > 0) { in continueLayout()
95 Slog.i(TAG, "continueLayout hasChanges=" + hasChanges in continueLayout()
DRootWindowContainer.java710 boolean hasChanges = false; in hasPendingLayoutChanges()
719 hasChanges = true; in hasPendingLayoutChanges()
723 return hasChanges; in hasPendingLayoutChanges()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DChannelEditorDialogController.kt217 dialog.updateDoneButtonText(hasChanges()) in <lambda>()
222 dialog.updateDoneButtonText(hasChanges()) in <lambda>()
229 private fun hasChanges(): Boolean { in <lambda>() method
349 fun updateDoneButtonText(hasChanges: Boolean) { in updateDoneButtonText()
351 if (hasChanges) in updateDoneButtonText()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java133 void run(boolean hasChanges); in run() argument
308 updateEmbeddedSubscriptions(cardIds, (hasChanges) -> { in handleMessage()
309 if (hasChanges) { in handleMessage()
319 updateEmbeddedSubscriptions(cardIds, (hasChanges) -> { in handleMessage()
320 if (hasChanges) { in handleMessage()
415 updateEmbeddedSubscriptions(cardIds, (hasChanges) -> { in handleSimReady()
416 if (hasChanges) { in handleSimReady()
751 updateEmbeddedSubscriptions(cardIds, (hasChanges) -> { in updateSubscriptionInfoByIccId()
752 if (hasChanges) { in updateSubscriptionInfoByIccId()
807 boolean hasChanges = false; in updateEmbeddedSubscriptions()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/
DVendorSubscriptionInfoUpdater.java106 updateEmbeddedSubscriptions(cardIds, (hasChanges) -> { in handleSimReady()
107 if (hasChanges) { in handleSimReady()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageSetting.java252 boolean hasChanges = !newMimeTypes.equals(oldMimeTypes); in setMimeGroup()
254 return hasChanges; in setMimeGroup()
DComponentResolver.java1224 boolean hasChanges = false; in updateMimeGroup()
1228 hasChanges |= updateFilter(filter); in updateMimeGroup()
1232 return hasChanges; in updateMimeGroup()
2216 boolean hasChanges = mActivities.updateMimeGroup(packageName, group); in updateMimeGroup()
2217 hasChanges |= mProviders.updateMimeGroup(packageName, group); in updateMimeGroup()
2218 hasChanges |= mReceivers.updateMimeGroup(packageName, group); in updateMimeGroup()
2219 hasChanges |= mServices.updateMimeGroup(packageName, group); in updateMimeGroup()
2221 return hasChanges; in updateMimeGroup()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DComposerHal.cpp680 mReader.hasChanges(display, outNumTypes, outNumRequests); in validateDisplay()
702 mReader.hasChanges(display, outNumTypes, outNumRequests); in presentOrValidateDisplay()
1576 bool CommandReader::hasChanges(Display display, in hasChanges() function in android::Hwc2::impl::CommandReader
DComposerHal.h264 bool hasChanges(Display display, uint32_t* outNumChangedCompositionTypes,
/frameworks/base/core/java/android/text/
DTextUtils.java1200 return edits.hasChanges() ? result : source; in toUpperCase()
1205 if (!edits.hasChanges()) { in toUpperCase()
/frameworks/base/config/
Dboot-image-profile.txt11712 HSPLandroid/icu/text/Edits;->hasChanges()Z
/frameworks/base/api/
Dcurrent.txt21038 method public boolean hasChanges();