Home
last modified time | relevance | path

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

/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DNotificationHelper.java195 String playPauseLabel = ""; in updateNotification() local
198 playPauseLabel = "Pause"; in updateNotification()
201 playPauseLabel = "Play"; in updateNotification()
220 .addAction(playPauseIcon, playPauseLabel, in updateNotification()