Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DRingtonePlayer.java59 private final NotificationPlayer mAsyncPlayer = new NotificationPlayer(TAG); field in RingtonePlayer
68 mAsyncPlayer.setUsesWakeLock(mContext); in start()
189 mAsyncPlayer.play(getContextForUser(user), uri, looping, aa);
198 mAsyncPlayer.stop();