Home
last modified time | relevance | path

Searched defs:toRun (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
DLoaderRaw.java85 final Vector<File> toRun = new Vector<File>(); in buildRSVolume() local
DLoaderDicom.java359 final Vector<File> toRun = new Vector<File>(); in buildRSVolume() local
518 final Vector<File> toRun = new Vector<File>(); in buildRSVolume2() local
/frameworks/base/services/core/java/com/android/server/content/
DSyncOperation.java299 boolean isConflict(SyncOperation toRun) { in isConflict()