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

/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java5325 * @param rawName The name that the calling app was trying to insert into the database
5337 String rawName, String cacheName, String path, int albumHash,
5341 if (rawName == null || rawName.length() == 0) {
5342 rawName = MediaStore.UNKNOWN_STRING;
5344 String k = MediaStore.Audio.keyFor(rawName);
5353 boolean isUnknown = MediaStore.UNKNOWN_STRING.equals(rawName);
5380 otherValues.put(nameField, rawName);
5399 // Determine whether the current rawName is better than what's
5402 String bestName = makeBestName(rawName, currentFancyNam
5335 getKeyIdForName(DatabaseHelper helper, SQLiteDatabase db, String table, String keyField, String nameField, String rawName, String cacheName, String path, int albumHash, String artist, HashMap<String, Long> cache, Uri srcuri) argument
[all...]

Completed in 113 milliseconds