/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RatRatcheterTest.java | 66 boolean updated = RatRatcheter.updateBandwidths(bandwidths, mServiceState); in testUpdateBandwidthsSuccess() 68 assertTrue(updated); in testUpdateBandwidthsSuccess() 78 boolean updated = RatRatcheter.updateBandwidths(newBandwidths, mServiceState); in testUpdateBandwidthsFailure() 80 assertFalse(updated); in testUpdateBandwidthsFailure() 89 boolean updated = RatRatcheter.updateBandwidths(null, mServiceState); in testUpdateBandwidthsNull() 91 assertFalse(updated); in testUpdateBandwidthsNull()
|
/frameworks/base/services/companion/java/com/android/server/companion/association/ |
D | AssociationStore.java | 234 public void updateAssociation(@NonNull AssociationInfo updated) { in updateAssociation() argument 235 Slog.i(TAG, "Updating new association=[" + updated + "]..."); in updateAssociation() 237 final int id = updated.getId(); in updateAssociation() 248 if (current.equals(updated)) { in updateAssociation() 253 mIdToAssociationMap.put(id, updated); in updateAssociation() 255 writeCacheToDisk(updated.getUserId()); in updateAssociation() 260 if (current.isActive() && !updated.isActive()) { in updateAssociation() 261 broadcastChange(CHANGE_TYPE_REMOVED, updated); in updateAssociation() 265 if (updated.isActive()) { in updateAssociation() 267 final MacAddress updatedAddress = updated.getDeviceMacAddress(); in updateAssociation() [all …]
|
D | AssociationRequestsProcessor.java | 330 AssociationInfo updated = (new AssociationInfo.Builder(association)) in enableSystemDataSync() local 332 mAssociationStore.updateAssociation(updated); in enableSystemDataSync() 341 AssociationInfo updated = (new AssociationInfo.Builder(association)) in disableSystemDataSync() local 343 mAssociationStore.updateAssociation(updated); in disableSystemDataSync()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/wifi/ |
D | TimestampedScoredNetworkTest.java | 50 ScoredNetwork updated = createTestScoredNetwork("updated"); in testUpdate() local 51 impl.update(updated, time); in testUpdate() 53 assertThat(impl.getScore()).isEqualTo(updated); in testUpdate()
|
/frameworks/base/packages/SystemUI/scripts/token_alignment/helpers/ |
D | DOMFuncs.ts | 142 let updated = false; 159 updated = true; 168 return updated; 255 let updated = false; 264 updated = true; 269 return updated;
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationInfoTest.java | 997 ArgumentCaptor<NotificationChannel> updated = in testSilenceCallsUpdateNotificationChannel() local 1000 anyString(), eq(TEST_UID), updated.capture()); in testSilenceCallsUpdateNotificationChannel() 1001 assertTrue((updated.getValue().getUserLockedFields() in testSilenceCallsUpdateNotificationChannel() 1003 assertEquals(IMPORTANCE_LOW, updated.getValue().getImportance()); in testSilenceCallsUpdateNotificationChannel() 1038 ArgumentCaptor<NotificationChannel> updated = in testUnSilenceCallsUpdateNotificationChannel() local 1041 anyString(), eq(TEST_UID), updated.capture()); in testUnSilenceCallsUpdateNotificationChannel() 1042 assertTrue((updated.getValue().getUserLockedFields() in testUnSilenceCallsUpdateNotificationChannel() 1044 assertEquals(IMPORTANCE_DEFAULT, updated.getValue().getImportance()); in testUnSilenceCallsUpdateNotificationChannel() 1107 ArgumentCaptor<NotificationChannel> updated = in testSilenceCallsUpdateNotificationChannel_channelImportanceUnspecified() local 1110 anyString(), eq(TEST_UID), updated.capture()); in testSilenceCallsUpdateNotificationChannel_channelImportanceUnspecified() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ui/viewmodel/ |
D | ScreenshotViewModelTest.kt | 75 val updated = viewModel.actions.value[0] in testUpdateActionAppearance() constant 76 assertThat(updated.appearance).isEqualTo(otherAppearance) in testUpdateActionAppearance() 77 assertThat(updated.onClicked).isEqualTo(onclick) in testUpdateActionAppearance()
|
/frameworks/base/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/ |
D | TestEnrollmentActivity.java | 115 KeyphraseSoundModel updated = new KeyphraseSoundModel(soundModel.getUuid(), in onReEnrollButtonClicked() local 117 boolean status = mEnrollmentUtil.addOrUpdateSoundModel(updated); in onReEnrollButtonClicked() 119 Toast.makeText(this, "Successfully re-enrolled, model UUID=" + updated.getUuid(), in onReEnrollButtonClicked()
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodMap.java | 89 boolean updated = false; in applyAdditionalSubtypes() 98 updated = true; in applyAdditionalSubtypes() 101 return updated ? InputMethodMap.of(newMethodMap) : this; in applyAdditionalSubtypes()
|
/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/ |
D | OneTimeSettingsListener.java | 72 final boolean updated = mLatch.await(mTimeoutMs, TimeUnit.MILLISECONDS); in assertCalled() 73 if (!updated) { in assertCalled()
|
/frameworks/native/services/surfaceflinger/ |
D | FrameTracker.cpp | 153 bool updated = false; in processFencesLocked() local 161 updated = true; in processFencesLocked() 172 updated = true; in processFencesLocked() 176 if (updated) { in processFencesLocked()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DeviceManagementResourcesProvider.java | 97 boolean updated = false; in updateDrawables() 110 updated |= updateDrawable(drawableId, drawableStyle, resource); in updateDrawables() 112 updated |= updateDrawableForSource( in updateDrawables() 116 if (!updated) { in updateDrawables() 212 boolean updated = false; in updateStrings() 220 updated |= updateString(stringId, resource); in updateStrings() 222 if (!updated) { in updateStrings()
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_front_buffer_auto_refresh.txt | 41 surface has been updated, but it comes at the cost of doing potentially 42 unneeded composition work if the window surface has not been updated.
|
/frameworks/base/services/core/java/com/android/server/display/color/ |
D | AppSaturationController.java | 196 boolean updated = false; in updateState() 204 updated = true; in updateState() 210 return updated; in updateState()
|
/frameworks/base/tools/bit/ |
D | util.cpp | 97 FileInfo updated(filename); in HasChanged() local 98 return !updated.exists || fileInfo != updated; in HasChanged()
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | RefreshRateSelector.h | 104 bool similarExceptIdleConfig(const Policy& updated) const { in similarExceptIdleConfig() argument 106 return defaultMode == updated.defaultMode && primaryRanges == updated.primaryRanges && in similarExceptIdleConfig() 107 appRequestRanges == updated.appRequestRanges && in similarExceptIdleConfig() 108 allowGroupSwitching == updated.allowGroupSwitching; in similarExceptIdleConfig()
|
/frameworks/base/services/core/java/com/android/server/pm/dex/ |
D | PackageDexUsage.java | 580 boolean updated = false; in removeUserPackage() 587 updated = true; in removeUserPackage() 595 updated = true; in removeUserPackage() 597 return updated; in removeUserPackage() 763 boolean updated = false; in clearCodePathUsedByOtherApps() 769 updated = true; in clearCodePathUsedByOtherApps() 772 return updated; in clearCodePathUsedByOtherApps()
|
/frameworks/base/packages/CredentialManager/horologist/ |
D | README.md | 3 module are updated to point to the imported Horologist.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/policy/ |
D | PolicyRequestProcessor.kt | 87 val updated = in <lambda>() constant 105 return updated in <lambda>()
|
/frameworks/proto_logging/stats/atoms/wearservices/ |
D | wearservices_atoms.proto | 51 /** Logged when a notification is updated in the WearServices application. */ 123 // notification may be frequently updated. 127 /** Logged when a notification is updated in the WearServices application. */ 157 /** Logged when a notification is updated in the WearServices application. */ 184 /** Logged when bridge mode configuration of notifications for an applications are updated. */
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/ |
D | WifiTracker.java | 810 boolean updated = false; in updateNetworkInfo() 818 updated = true; in updateNetworkInfo() 823 updated = true; in updateNetworkInfo() 830 if (updated) { in updateNetworkInfo() 859 boolean updated = false; in updateNetworkScores() 863 updated = true; in updateNetworkScores() 866 if (updated) { in updateNetworkScores()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | ProxyAccessibilityServiceConnection.java | 651 boolean updated = false; in updateTimeouts() 655 updated = true; in updateTimeouts() 659 updated = true; in updateTimeouts() 661 return updated; in updateTimeouts()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
D | ConversationStoreTest.java | 101 ConversationInfo updated = mConversationStore.getConversation(SHORTCUT_ID); in testUpdateConversation() local 102 assertEquals(newLocusId, updated.getLocusId()); in testUpdateConversation() 103 assertEquals(NOTIFICATION_CHANNEL_ID, updated.getNotificationChannelId()); in testUpdateConversation()
|
/frameworks/opt/telephony/flags/ |
D | calling.aconfig | 18 …cy call fails on a device with no 2G, to guard whether a user can see an updated error message rem…
|
/frameworks/base/api/ |
D | Android.bp | 148 out: ["updated-baseline.txt"], 153 "--update-baseline:compatibility:released $(genDir)/updated-baseline.txt " + 165 out: ["updated-baseline.txt"], 171 "--update-baseline:compatibility:released $(genDir)/updated-baseline.txt " + 183 out: ["updated-baseline.txt"], 194 "--update-baseline:compatibility:released $(genDir)/updated-baseline.txt " +
|