Home
last modified time | relevance | path

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

123

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/wifi/
DTimestampedScoredNetworkTest.java53 ScoredNetwork updated = createTestScoredNetwork("updated"); in testUpdate() local
54 impl.update(updated, time); in testUpdate()
56 assertThat(impl.getScore()).isEqualTo(updated); in testUpdate()
/frameworks/base/services/core/java/com/android/server/pm/dex/
DDexManager.java267 boolean updated = userId == UserHandle.USER_ALL in notifyPackageDataDestroyed()
274 if (updated) { in notifyPackageDataDestroyed()
444 boolean updated = false; in reconcileSecondaryDexFiles()
465 updated = mPackageDexUsage.removeUserPackage( in reconcileSecondaryDexFiles()
466 packageName, dexUseInfo.getOwnerUserId()) || updated; in reconcileSecondaryDexFiles()
479 updated = mPackageDexUsage.removeDexFile( in reconcileSecondaryDexFiles()
480 packageName, dexPath, dexUseInfo.getOwnerUserId()) || updated; in reconcileSecondaryDexFiles()
496 updated = mPackageDexUsage.removeDexFile( in reconcileSecondaryDexFiles()
497 packageName, dexPath, dexUseInfo.getOwnerUserId()) || updated; in reconcileSecondaryDexFiles()
501 if (updated) { in reconcileSecondaryDexFiles()
DPackageDexUsage.java580 boolean updated = false; in removeUserPackage()
587 updated = true; in removeUserPackage()
595 updated = true; in removeUserPackage()
597 return updated; in removeUserPackage()
/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.cpp153 bool updated = false; in processFencesLocked() local
161 updated = true; in processFencesLocked()
172 updated = true; in processFencesLocked()
176 if (updated) { in processFencesLocked()
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeConditions.java113 boolean updated = updateCondition(id, condition, config.manualRule); in onConditionChanged()
115 updated |= updateCondition(id, condition, automaticRule); in onConditionChanged()
116 updated |= updateSnoozing(automaticRule); in onConditionChanged()
118 if (updated) { in onConditionChanged()
/frameworks/base/tools/bit/
Dutil.cpp97 FileInfo updated(filename); in HasChanged() local
98 return !updated.exists || fileInfo != updated; in HasChanged()
/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/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
DProcessExpressions.java190 final IntermediateV2 updated = new IntermediateV2(); in upgrade() local
191 updated.mLayoutInfoMap = mLayoutInfoMap; in upgrade()
192 updated.mUnmarshaller = mUnmarshaller; in upgrade()
193 return updated; in upgrade()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DWifiTracker.java701 boolean updated = false; in updateNetworkInfo()
709 updated = true; in updateNetworkInfo()
714 updated = true; in updateNetworkInfo()
719 if (updated) mMainHandler.sendEmptyMessage(MainHandler.MSG_ACCESS_POINT_CHANGED); in updateNetworkInfo()
743 boolean updated = false; in updateNetworkScores()
747 updated = true; in updateNetworkScores()
750 if (updated) { in updateNetworkScores()
DAccessPoint.java1221 boolean updated = false; in update()
1224 updated = (mInfo == null); in update()
1233 updated = true; in update()
1236 updated = true; in update()
1241 updated = true; in update()
1245 if (updated && mAccessPointListener != null) { in update()
1253 return updated; in update()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsCollection.java427 NetworkStatsHistory updated = null; in findOrCreateHistory() local
429 updated = new NetworkStatsHistory(mBucketDuration, 10); in findOrCreateHistory()
431 updated = new NetworkStatsHistory(existing, mBucketDuration); in findOrCreateHistory()
434 if (updated != null) { in findOrCreateHistory()
435 mStats.put(key, updated); in findOrCreateHistory()
436 return updated; in findOrCreateHistory()
/frameworks/base/core/java/android/hardware/
DSystemSensorManager.java484 List<Sensor> oldList, List<Sensor> newList, List<Sensor> updated, in diffSortedSensorList() argument
504 if (updated != null) { in diffSortedSensorList()
505 updated.add(newList.get(i)); in diffSortedSensorList()
510 if (updated != null) { in diffSortedSensorList()
511 updated.add(oldList.get(j)); in diffSortedSensorList()
/frameworks/support/room/integration-tests/testapp/src/androidTest/java/android/arch/persistence/room/integration/testapp/test/
DLiveDataQueryTest.java95 final User updated = observer.get(); in observeById() local
96 assertThat(updated, is(notNullValue())); in observeById()
97 assertThat(updated.getName(), is("foo-foo-foo")); in observeById()
DSimpleEntityReadWriteTest.java125 List<UserAndAllPets> updated = mUserPetDao.loadAllUsersWithTheirPets(); in insertDifferentEntities() local
126 assertThat(updated, hasSize(1)); in insertDifferentEntities()
127 assertThat(updated.get(0).pets, hasSize(1)); in insertDifferentEntities()
128 assertThat(updated.get(0).pets.get(0).getName(), is("b")); in insertDifferentEntities()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java116 mDocumentInfo.updated = true;
123 mDocumentInfo.updated = true;
234 mDocumentInfo.updated = false; in update()
255 mDocumentInfo.updated = false; in update()
538 public boolean updated; field in RemotePrintDocument.RemotePrintDocumentInfo
/frameworks/base/services/core/java/com/android/server/pm/
DPermissionsState.java419 final boolean updated = permissionData.updateFlags(userId, flagMask, flagValues); in updatePermissionFlags()
420 if (updated) { in updatePermissionFlags()
438 return updated; in updatePermissionFlags()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
DomxVCM4P2_PredictReconCoefIntra_s.s65 ; * [out] pPredBufRow pointer to the updated coefficient row buffer
66 ; * [out] pPredBufCol pointer to the updated coefficient column buffer
DomxVCM4P2_DecodePadMV_PVOP_s.s58 ; * [out] ppBitStream *ppBitStream is updated after the block is decoded,
61 ; * [out] pBitOffset *pBitOffset is updated so that it points to the
/frameworks/base/core/proto/android/service/
Dwirelesschargerdetector.proto40 // True if the rest position should be updated if at rest.
/frameworks/opt/setupwizard/library/
Dself.gradle70 // TODO: Remove this once continuous test configurations are updated to handle the new file name
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
DomxVCM4P2_DecodePadMV_PVOP_s.s58 ; * [out] ppBitStream *ppBitStream is updated after the block is decoded,
61 ; * [out] pBitOffset *pBitOffset is updated so that it points to the
DomxVCM4P2_PredictReconCoefIntra_s.s65 ; * [out] pPredBufRow pointer to the updated coefficient row buffer
66 ; * [out] pPredBufCol pointer to the updated coefficient column buffer
/frameworks/opt/net/lowpan/libandroid_net_lowpan/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