Home
last modified time | relevance | path

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

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