Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/util/
DNotificationPlayer.java74 public Command mCmd; field in NotificationPlayer.CreationAndCompletionThread
77 mCmd = cmd; in CreationAndCompletionThread()
90 player.setAudioStreamType(mCmd.stream); in run()
91 player.setDataSource(Factory.get().getApplicationContext(), mCmd.uri); in run()
92 player.setLooping(mCmd.looping); in run()
93 player.setVolume(mCmd.volume, mCmd.volume); in run()
95 if ((mCmd.uri != null) && (mCmd.uri.getEncodedPath() != null) in run()
96 && (mCmd.uri.getEncodedPath().length() > 0)) { in run()
97 audioManager.requestAudioFocus(null, mCmd.stream, in run()
98 mCmd.looping ? AudioManager.AUDIOFOCUS_GAIN_TRANSIENT in run()
[all …]