NotificationPlayer.java | 40 private static final int PLAY = 1; 180 case PLAY: 181 if (mDebug) Log.d(mTag, "PLAY"); 235 // if there are no more sounds to play, end the Looper to listen for media completion 281 * @param uri The URI to play. (see {@link MediaPlayer#setDataSource(Context, Uri)}) 286 * @deprecated use {@link #play(Context, Uri, boolean, AudioAttributes)} instead. 289 public void play(Context context, Uri uri, boolean looping, int stream) { method in class:NotificationPlayer 292 cmd.code = PLAY; 299 mState = PLAY; 310 * @param uri The URI to play. (see {@link MediaPlayer#setDataSource(Context, Uri)} 316 public void play(Context context, Uri uri, boolean looping, AudioAttributes attributes) { method in class:NotificationPlayer [all...] |