Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DRingtoneManager.java835 final Uri cacheUri = getCacheForType(type, context.getUserId()); in setActualDefaultRingtoneUri()
973 public static Uri getCacheForType(int type) { in getCacheForType() method in RingtoneManager
974 return getCacheForType(type, UserHandle.getCallingUserId()); in getCacheForType()
978 public static Uri getCacheForType(int type, int userId) { in getCacheForType() method in RingtoneManager
1060 final Uri cacheUri = getCacheForType(type, context.getUserId()); in openDefaultRingtoneUri()
DMediaPlayer.java1088 final Uri cacheUri = RingtoneManager.getCacheForType(type, context.getUserId()); in setDataSource()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt32490 Landroid/media/RingtoneManager;->getCacheForType(I)Landroid/net/Uri;
32491 Landroid/media/RingtoneManager;->getCacheForType(II)Landroid/net/Uri;