Searched refs:getCacheForType (Results 1 – 3 of 3) sorted by relevance
821 final Uri cacheUri = getCacheForType(type, context.getUserId()); in setActualDefaultRingtoneUri()959 public static Uri getCacheForType(int type) { in getCacheForType() method in RingtoneManager960 return getCacheForType(type, UserHandle.getCallingUserId()); in getCacheForType()964 public static Uri getCacheForType(int type, int userId) { in getCacheForType() method in RingtoneManager1046 final Uri cacheUri = getCacheForType(type, context.getUserId()); in openDefaultRingtoneUri()
1062 final Uri cacheUri = RingtoneManager.getCacheForType(type, context.getUserId()); in setDataSource()
42642 Landroid/media/RingtoneManager;->getCacheForType(I)Landroid/net/Uri;42643 Landroid/media/RingtoneManager;->getCacheForType(II)Landroid/net/Uri;