Home | History | Annotate | Download | only in impl

Lines Matching defs:soundUri

951                 final Uri soundUri = Uri.parse("file://" + soundPath);
952 if (soundUri != null) {
953 final Ringtone sfx = RingtoneManager.getRingtone(mContext, soundUri);
958 Log.d(TAG, "playSounds: failed to load ringtone from uri: " + soundUri);