Searched defs:updated (Results 1 - 6 of 6) sorted by relevance

/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/native/services/surfaceflinger/
H A DFrameTracker.cpp153 bool updated = false; local
161 updated = true;
172 updated = true;
176 if (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/media/mca/filterfw/java/android/filterfw/core/
H A DFilter.java160 protected void parametersUpdated(Set<String> updated) { 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/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 272 milliseconds