Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DBeeper.java172 mPlayer.setDataSource(getContextForForegroundUser(), mBeepUri, /* headers= */null); in play()
246 private Context getContextForForegroundUser() { in getContextForForegroundUser() method in Beeper.BeepRecord
280 mRingtone = RingtoneManager.getRingtone(getContextForForegroundUser(), mBeepUri); in playViaRingtoneManager()