Searched refs:toValues (Results 1 – 2 of 2) sorted by relevance
396 val toValues = element.sceneValues[toScene] regex398 if (fromValues == null && toValues == null) {410 if (fromValues != null && toValues != null) {413 sceneValue(toValues),434 fromValues ?: toValues!!,
155 private ContentValues toValues() { in toValues() method in MediaScanner.MyMediaScannerClient