Home
last modified time | relevance | path

Searched refs:updated (Results 1 – 25 of 61) sorted by relevance

123

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRatRatcheterTest.java43 boolean updated = RatRatcheter.updateBandwidths(bandwidths, mServiceState); in testUpdateBandwidthsSuccess()
45 assertTrue(updated); in testUpdateBandwidthsSuccess()
55 boolean updated = RatRatcheter.updateBandwidths(newBandwidths, mServiceState); in testUpdateBandwidthsFailure()
57 assertFalse(updated); in testUpdateBandwidthsFailure()
66 boolean updated = RatRatcheter.updateBandwidths(null, mServiceState); in testUpdateBandwidthsNull()
68 assertFalse(updated); in testUpdateBandwidthsNull()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationInfoTest.java1017 ArgumentCaptor<NotificationChannel> updated = in testSilentlyChangedCallsUpdateNotificationChannel_blockingHelper() local
1020 anyString(), eq(TEST_UID), updated.capture()); in testSilentlyChangedCallsUpdateNotificationChannel_blockingHelper()
1021 assertTrue((updated.getValue().getUserLockedFields() in testSilentlyChangedCallsUpdateNotificationChannel_blockingHelper()
1023 assertEquals(IMPORTANCE_LOW, updated.getValue().getImportance()); in testSilentlyChangedCallsUpdateNotificationChannel_blockingHelper()
1049 ArgumentCaptor<NotificationChannel> updated = in testKeepUpdatesNotificationChannel_blockingHelper() local
1052 anyString(), eq(TEST_UID), updated.capture()); in testKeepUpdatesNotificationChannel_blockingHelper()
1079 ArgumentCaptor<NotificationChannel> updated = in testNoActionsUpdatesNotificationChannel_blockingHelper() local
1082 anyString(), eq(TEST_UID), updated.capture()); in testNoActionsUpdatesNotificationChannel_blockingHelper()
1111 ArgumentCaptor<NotificationChannel> updated = in testSilenceCallsUpdateNotificationChannel() local
1114 anyString(), eq(TEST_UID), updated.capture()); in testSilenceCallsUpdateNotificationChannel()
[all …]
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/wifi/
DTimestampedScoredNetworkTest.java50 ScoredNetwork updated = createTestScoredNetwork("updated"); in testUpdate() local
51 impl.update(updated, time); in testUpdate()
53 assertThat(impl.getScore()).isEqualTo(updated); in testUpdate()
/frameworks/base/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/
DTestEnrollmentActivity.java110 KeyphraseSoundModel updated = new KeyphraseSoundModel(soundModel.uuid, in onReEnrollButtonClicked() local
112 boolean status = mEnrollmentUtil.addOrUpdateSoundModel(updated); in onReEnrollButtonClicked()
114 Toast.makeText(this, "Successfully re-enrolled, model UUID=" + updated.uuid, in onReEnrollButtonClicked()
/frameworks/native/services/surfaceflinger/
DFrameTracker.cpp154 bool updated = false; in processFencesLocked() local
162 updated = true; in processFencesLocked()
173 updated = true; in processFencesLocked()
177 if (updated) { in processFencesLocked()
/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
DOneTimeSettingsListener.java72 final boolean updated = mLatch.await(mTimeoutMs, TimeUnit.MILLISECONDS); in assertCalled()
73 if (!updated) { in assertCalled()
/frameworks/base/services/core/java/com/android/server/display/color/
DAppSaturationController.java178 boolean updated = false; in updateState()
186 updated = true; in updateState()
192 return updated; in updateState()
/frameworks/base/services/core/java/com/android/server/pm/dex/
DDexManager.java516 boolean updated = false; in reconcileSecondaryDexFiles()
537 updated = mPackageDexUsage.removeUserPackage( in reconcileSecondaryDexFiles()
538 packageName, dexUseInfo.getOwnerUserId()) || updated; in reconcileSecondaryDexFiles()
551 updated = mPackageDexUsage.removeDexFile( in reconcileSecondaryDexFiles()
552 packageName, dexPath, dexUseInfo.getOwnerUserId()) || updated; in reconcileSecondaryDexFiles()
568 updated = mPackageDexUsage.removeDexFile( in reconcileSecondaryDexFiles()
569 packageName, dexPath, dexUseInfo.getOwnerUserId()) || updated; in reconcileSecondaryDexFiles()
573 if (updated) { in reconcileSecondaryDexFiles()
DPackageDexUsage.java598 boolean updated = false; in removeUserPackage()
605 updated = true; in removeUserPackage()
613 updated = true; in removeUserPackage()
615 return updated; in removeUserPackage()
DPackageDynamicCodeLoading.java552 boolean updated = false; in removeUser()
558 updated = true; in removeUser()
561 return updated; in removeUser()
/frameworks/native/opengl/specs/
DEGL_ANDROID_front_buffer_auto_refresh.txt41 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/tools/bit/
Dutil.cpp97 FileInfo updated(filename); in HasChanged() local
98 return !updated.exists || fileInfo != updated; in HasChanged()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DWifiTracker.java782 boolean updated = false; in updateNetworkInfo()
790 updated = true; in updateNetworkInfo()
795 updated = true; in updateNetworkInfo()
802 if (updated) { in updateNetworkInfo()
831 boolean updated = false; in updateNetworkScores()
835 updated = true; in updateNetworkScores()
838 if (updated) { in updateNetworkScores()
DAccessPoint.java1393 boolean updated = false; in update()
1396 updated = (mInfo == null); in update()
1405 updated = true; in update()
1408 updated = true; in update()
1413 updated = true; in update()
1417 if (updated && mAccessPointListener != null) { in update()
1433 return updated; in update()
1802 boolean updated = !TextUtils.equals(mOsuStatus, newStatus); in onProvisioningStatus()
1806 if (updated) { in onProvisioningStatus()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsCollection.java441 NetworkStatsHistory updated = null; in findOrCreateHistory() local
443 updated = new NetworkStatsHistory(mBucketDuration, 10); in findOrCreateHistory()
445 updated = new NetworkStatsHistory(existing, mBucketDuration); in findOrCreateHistory()
448 if (updated != null) { in findOrCreateHistory()
449 mStats.put(key, updated); in findOrCreateHistory()
450 return updated; in findOrCreateHistory()
/frameworks/base/core/java/android/hardware/
DSystemSensorManager.java487 List<Sensor> oldList, List<Sensor> newList, List<Sensor> updated, in diffSortedSensorList() argument
507 if (updated != null) { in diffSortedSensorList()
508 updated.add(newList.get(i)); in diffSortedSensorList()
513 if (updated != null) { in diffSortedSensorList()
514 updated.add(oldList.get(j)); in diffSortedSensorList()
/frameworks/native/libs/gui/include/gui/
DBufferQueueConsumer.h184 // It's updated during setConsumerName.
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java116 mDocumentInfo.updated = true;
123 mDocumentInfo.updated = true;
245 mDocumentInfo.updated = false; in update()
266 mDocumentInfo.updated = false; in update()
549 public boolean updated; field in RemotePrintDocument.RemotePrintDocumentInfo
/frameworks/base/services/core/java/com/android/server/pm/permission/
DPermissionsState.java451 final boolean updated = permissionData.updateFlags(userId, flagMask, flagValues); in updatePermissionFlags()
452 if (updated) { in updatePermissionFlags()
470 return updated; in updatePermissionFlags()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dfield_mask.proto104 // targeted resource are going to be updated. The API is required
107 // describe the updated values, the API ignores the values of all
177 // describes the updated values in the request message depends on the
/frameworks/base/core/proto/android/server/
Dwirelesschargerdetector.proto45 // True if the rest position should be updated if at rest.
/frameworks/base/services/core/java/com/android/server/wm/
DCompatModePackages.java173 public void handlePackageAddedLocked(String packageName, boolean updated) { in handlePackageAddedLocked() argument
186 if (updated) { in handlePackageAddedLocked()
/frameworks/base/lowpan/tests/
DREADME.md19 2. sync over the updated library to the device 'adb sync'
/frameworks/base/wifi/tests/
DREADME.md19 2. sync over the updated library to the device 'adb sync'
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dpixel_format_f32.rsh17 // the color (red, green, blue) of FocusPixel is updated and ready to be used in

123