Searched refs:updated (Results 1 - 25 of 41) sorted by relevance

12

/frameworks/base/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/
H A DTestEnrollmentActivity.java110 KeyphraseSoundModel updated = new KeyphraseSoundModel(soundModel.uuid,
112 boolean status = mEnrollmentUtil.addOrUpdateSoundModel(updated);
114 Toast.makeText(this, "Successfully re-enrolled, model UUID=" + updated.uuid,
/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DDexManager.java199 * Notifies that package {@code packageName} was updated.
222 boolean updated = userId == UserHandle.USER_ALL
229 if (updated) {
251 // the values of the cache (PackageCodeLocations) are updated in place.
378 boolean updated = false;
399 updated = mPackageDexUsage.removeUserPackage(
400 packageName, dexUseInfo.getOwnerUserId()) || updated;
413 updated = mPackageDexUsage.removeDexFile(
414 packageName, dexPath, dexUseInfo.getOwnerUserId()) || updated;
430 updated
[all...]
H A DPackageDexUsage.java381 * @return true if the package usage info was updated.
417 boolean updated = false;
424 updated = true;
431 updated = true;
433 return updated;
470 // (i.e. the map is updated when new class loaders are created, which can happen anytime
/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeConditions.java113 boolean updated = updateCondition(id, condition, config.manualRule);
115 updated |= updateCondition(id, condition, automaticRule);
116 updated |= updateSnoozing(automaticRule);
118 if (updated) {
H A DRankingHelper.java1093 boolean updated = false;
1104 updated = true;
1117 updated = true;
1134 if (updated) {
/frameworks/native/services/surfaceflinger/
H A DFrameTracker.cpp153 bool updated = false; local
161 updated = true;
172 updated = true;
176 if (updated) {
/frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
H A DProcessExpressions.java190 final IntermediateV2 updated = new IntermediateV2();
191 updated.mLayoutInfoMap = mLayoutInfoMap;
192 updated.mUnmarshaller = mUnmarshaller;
193 return updated;
/frameworks/base/tools/bit/
H A Dutil.cpp97 FileInfo updated(filename);
98 return !updated.exists || fileInfo != updated;
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DWifiTracker.java222 Log.v(TAG, "Score cache was updated with networks: " + networks);
657 boolean updated = false;
665 updated = true;
670 updated = true;
676 if (updated) mMainHandler.sendEmptyMessage(MainHandler.MSG_ACCESS_POINT_CHANGED);
689 boolean updated = false;
693 updated = true;
696 if (updated) {
954 * should be called to get the updated state.
959 * Called to indicate the list of AccessPoints has been updated an
[all...]
H A DAccessPoint.java1005 boolean updated = false;
1008 updated = (mInfo == null);
1011 updated = true;
1014 updated = true;
1019 updated = true;
1023 if (updated && mAccessPointListener != null) {
1030 return updated;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s65 ; * [out] pPredBufRow pointer to the updated coefficient row buffer
66 ; * [out] pPredBufCol pointer to the updated coefficient column buffer
H A 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/services/core/java/com/android/server/net/
H A DNetworkStatsCollection.java311 NetworkStatsHistory updated = null;
313 updated = new NetworkStatsHistory(mBucketDuration, 10);
315 updated = new NetworkStatsHistory(existing, mBucketDuration);
318 if (updated != null) {
319 mStats.put(key, updated);
320 return updated;
/frameworks/base/core/java/android/hardware/
H A DSystemSensorManager.java382 Log.i(TAG, "DYNS dynamic sensor list cached should be updated");
480 * updated, added and removed. Any of the output lists can be null in case the result is not
484 List<Sensor> oldList, List<Sensor> newList, List<Sensor> updated,
504 if (updated != null) {
505 updated.add(newList.get(i));
510 if (updated != null) {
511 updated.add(oldList.get(j));
483 diffSortedSensorList( List<Sensor> oldList, List<Sensor> newList, List<Sensor> updated, List<Sensor> added, List<Sensor> removed) argument
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java116 mDocumentInfo.updated = true;
123 mDocumentInfo.updated = true;
234 mDocumentInfo.updated = false;
255 mDocumentInfo.updated = false;
538 public boolean updated; field in class:RemotePrintDocument.RemotePrintDocumentInfo
/frameworks/base/services/core/java/com/android/server/pm/
H A DPermissionsState.java419 final boolean updated = permissionData.updateFlags(userId, flagMask, flagValues);
420 if (updated) {
438 return updated;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A 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
H A DomxVCM4P2_PredictReconCoefIntra_s.s65 ; * [out] pPredBufRow pointer to the updated coefficient row buffer
66 ; * [out] pPredBufCol pointer to the updated coefficient column buffer
264 VST1 {dtemp0,dtemp1},[pSrcDst] ;//storing back the updated values
265 VST1 {dtemp0,dtemp1},[pPredBufRow] ;//storing back the updated row prediction values
266 STRH dcRowbufCoeff,[pPredBufRow] ;// storing the updated DC Row Prediction coeff
/frameworks/base/services/core/java/com/android/server/am/
H A DCompatModePackages.java171 public void handlePackageAddedLocked(String packageName, boolean updated) { argument
184 if (updated) {
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
H A DNetworkActivity.java231 htmlString.append("<em>" + getResources().getString(R.string.updated) + " " +
/frameworks/base/media/java/android/media/
H A DMediaRouter.java186 boolean updated = false;
202 updated = true;
227 updated = true;
234 updated = true;
238 updated = true;
241 if (updated) {
242 Log.v(TAG, "Audio routes updated: " + newRoutes + ", a2dp=" + isBluetoothA2dpOn());
639 * @hide To be removed when media router API is updated.
823 * If the specified callback is already registered, its registration will be updated for any
839 * If the specified callback is already registered, its registration will be updated fo
[all...]
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
H A DSoundTriggerTestService.java299 GenericSoundModel updated = createNewSoundModel(modelInfo);
300 boolean status = mSoundTriggerUtil.addOrUpdateSoundModel(updated);
/frameworks/rs/script_api/
H A Drs_atomic.spec21 They ensure that the values are atomically updated, i.e. that the memory
/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskStack.java404 /** @return true if bounds were updated to some non-empty value. */
414 boolean updated = mDisplayContent.mPinnedStackControllerLocked.onTaskStackBoundsChanged(
416 if (updated) {
712 boolean updated = mDisplayContent.mPinnedStackControllerLocked.onTaskStackBoundsChanged(
714 if (updated) {
/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java800 int updated = 0;
804 updated = mMediaProvider.update(mObjectsUri, values, ID_WHERE, whereArgs);
808 if (updated == 0) {

Completed in 1860 milliseconds

12