HomeSort by relevance Sort by last modified time
    Searched full:rootextravalues (Results 1 - 1 of 1) sorted by null

  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
Mapper.java 255 final ContentValues rootExtraValues;
257 rootExtraValues = rootExtraValuesList[i];
259 rootExtraValues = null;
282 if (rootExtraValues != null) {
283 rootExtraValues.put(Root.COLUMN_ROOT_ID, rowId);
284 database.replace(TABLE_ROOT_EXTRA, null, rootExtraValues);

Completed in 160 milliseconds