Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DRingtonePlayer.java63 private final NotificationPlayer mAsyncPlayer = new NotificationPlayer(TAG); field in RingtonePlayer
73 mAsyncPlayer.setUsesWakeLock(mContext); in start()
203 mAsyncPlayer.play(getContextForUser(user), uri, looping, aa);
212 mAsyncPlayer.stop();