Home
last modified time | relevance | path

Searched refs:getCacheForType (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/media/java/android/media/
DRingtoneManager.java828 final Uri cacheUri = getCacheForType(type, context.getUserId()); in setActualDefaultRingtoneUri()
966 public static Uri getCacheForType(int type) { in getCacheForType() method in RingtoneManager
967 return getCacheForType(type, UserHandle.getCallingUserId()); in getCacheForType()
971 public static Uri getCacheForType(int type, int userId) { in getCacheForType() method in RingtoneManager
1053 final Uri cacheUri = getCacheForType(type, context.getUserId()); in openDefaultRingtoneUri()
DMediaPlayer.java1065 final Uri cacheUri = RingtoneManager.getCacheForType(type, context.getUserId()); in setDataSource()
/frameworks/base/config/
Dboot-image-profile.txt13367 HSPLandroid/media/RingtoneManager;->getCacheForType(II)Landroid/net/Uri;