HomeSort by relevance Sort by last modified time
    Searched refs:filteredValues (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppProvider.java 240 ContentValues filteredValues = new ContentValues();
242 copyString(BluetoothShare.URI, values, filteredValues);
243 copyString(BluetoothShare.FILENAME_HINT, values, filteredValues);
244 copyString(BluetoothShare.MIMETYPE, values, filteredValues);
245 copyString(BluetoothShare.DESTINATION, values, filteredValues);
247 copyInteger(BluetoothShare.VISIBILITY, values, filteredValues);
248 copyInteger(BluetoothShare.TOTAL_BYTES, values, filteredValues);
251 filteredValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_VISIBLE);
266 filteredValues.put(BluetoothShare.USER_CONFIRMATION, con);
267 filteredValues.put(BluetoothShare.DIRECTION, dir)
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadProvider.java 529 ContentValues filteredValues = new ContentValues();
530 copyString(Downloads.Impl.COLUMN_URI, values, filteredValues);
531 copyString(Downloads.Impl.COLUMN_APP_DATA, values, filteredValues);
532 copyBoolean(Downloads.Impl.COLUMN_NO_INTEGRITY, values, filteredValues);
533 copyString(Downloads.Impl.COLUMN_FILE_NAME_HINT, values, filteredValues);
534 copyString(Downloads.Impl.COLUMN_MIME_TYPE, values, filteredValues);
535 copyBoolean(Downloads.Impl.COLUMN_IS_PUBLIC_API, values, filteredValues);
573 filteredValues.put(Downloads.Impl.COLUMN_DESTINATION, dest);
580 filteredValues.put(Downloads.Impl.COLUMN_VISIBILITY,
583 filteredValues.put(Downloads.Impl.COLUMN_VISIBILITY
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
aggregate_results.js 135 function filteredValues(values, desiredNumberOfPoints)
159 maxValue = Math.max(maxValue, Math.max.apply(null, filteredValues(values[expectation], desiredNumberOfPoints)));
168 chartData += (chartData ? ',' : 'e:') + extendedEncode(filteredValues(values[expectation], desiredNumberOfPoints).reverse(), maxValue);

Completed in 143 milliseconds