Searched refs:getCacheForType (Results 1 – 3 of 3) sorted by relevance
1045 public static Uri getCacheForType(int type) { in getCacheForType() method in RingtoneManager1046 return getCacheForType(type, UserHandle.getCallingUserId()); in getCacheForType()1050 public static Uri getCacheForType(int type, int userId) { in getCacheForType() method in RingtoneManager1132 final Uri cacheUri = getCacheForType(type, context.getUserId()); in openDefaultRingtoneUri()
1108 final Uri cacheUri = RingtoneManager.getCacheForType(type, context.getUserId()); in setDataSource()
29612 Landroid/media/RingtoneManager;->getCacheForType(I)Landroid/net/Uri;29613 Landroid/media/RingtoneManager;->getCacheForType(II)Landroid/net/Uri;