Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DBeeper.java55 private final Uri mInCallSoundToPlayUri; field in Beeper
84 mInCallSoundToPlayUri = Uri.parse("file://" + context.getResources().getString( in Beeper()
111 currentBeep = new BeepRecord(mInCallSoundToPlayUri); in beep()