/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/wifi/ |
D | TimestampedScoredNetworkTest.java | 53 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/ |
D | DexManager.java | 267 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()
|
D | PackageDexUsage.java | 580 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/ |
D | TestEnrollmentActivity.java | 110 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/ |
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/core/java/com/android/server/notification/ |
D | ZenModeConditions.java | 113 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/ |
D | util.cpp | 97 FileInfo updated(filename); in HasChanged() local 98 return !updated.exists || fileInfo != updated; in HasChanged()
|
/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/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/ |
D | ProcessExpressions.java | 190 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/ |
D | WifiTracker.java | 701 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()
|
D | AccessPoint.java | 1221 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/ |
D | NetworkStatsCollection.java | 427 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/ |
D | SystemSensorManager.java | 484 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/ |
D | LiveDataQueryTest.java | 95 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()
|
D | SimpleEntityReadWriteTest.java | 125 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/ |
D | RemotePrintDocument.java | 116 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/ |
D | PermissionsState.java | 419 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/ |
D | omxVCM4P2_PredictReconCoefIntra_s.s | 65 ; * [out] pPredBufRow pointer to the updated coefficient row buffer 66 ; * [out] pPredBufCol pointer to the updated coefficient column buffer
|
D | omxVCM4P2_DecodePadMV_PVOP_s.s | 58 ; * [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/ |
D | wirelesschargerdetector.proto | 40 // True if the rest position should be updated if at rest.
|
/frameworks/opt/setupwizard/library/ |
D | self.gradle | 70 // 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/ |
D | omxVCM4P2_DecodePadMV_PVOP_s.s | 58 ; * [out] ppBitStream *ppBitStream is updated after the block is decoded, 61 ; * [out] pBitOffset *pBitOffset is updated so that it points to the
|
D | omxVCM4P2_PredictReconCoefIntra_s.s | 65 ; * [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/ |
D | README.md | 19 2. sync over the updated library to the device 'adb sync'
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | pixel_format_f32.rsh | 17 // the color (red, green, blue) of FocusPixel is updated and ready to be used in
|