HomeSort by relevance Sort by last modified time
    Searched defs:PLAY (Results 1 - 22 of 22) sorted by null

  /frameworks/base/drm/java/android/drm/
DrmStore.java 171 public static final int PLAY = 0x01;
202 case PLAY:
  /frameworks/base/media/java/android/media/
AsyncPlayer.java 33 private static final int PLAY = 1;
94 case PLAY:
95 if (mDebug) Log.d(mTag, "PLAY");
158 * @param uri The URI to play. (see {@link MediaPlayer#setDataSource(Context, Uri)})
163 * @deprecated use {@link #play(Context, Uri, boolean, AudioAttributes)} instead
165 public void play(Context context, Uri uri, boolean looping, int stream) { method in class:AsyncPlayer
170 play(context, uri, looping, method
173 Log.e(mTag, "Call to deprecated AsyncPlayer.play() method caused:", e);
184 * @param uri the non-null URI to play. (see {@link MediaPlayer#setDataSource(Context, Uri)})
191 public void play(@NonNull Context context, @NonNull Uri uri, boolean looping method in class:AsyncPlayer
    [all...]
  /frameworks/av/include/drm/
drm_framework_common.h 124 * Defines constants related to play back
164 static const int PLAY = 0x01;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/media/
NotificationPlayer.java 41 private static final int PLAY = 1;
182 case PLAY:
183 if (mDebug) Log.d(mTag, "PLAY");
237 // if there are no more sounds to play, end the Looper to listen for media completion
290 * @param uri The URI to play. (see {@link MediaPlayer#setDataSource(Context, Uri)})
295 * @deprecated use {@link #play(Context, Uri, boolean, AudioAttributes)} instead.
298 public void play(Context context, Uri uri, boolean looping, int stream) { method in class:NotificationPlayer
301 cmd.code = PLAY;
308 mState = PLAY;
319 * @param uri The URI to play. (see {@link MediaPlayer#setDataSource(Context, Uri)}
325 public void play(Context context, Uri uri, boolean looping, AudioAttributes attributes) { method in class:NotificationPlayer
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/
NotificationPlayer.java 43 private static final int PLAY = 1;
191 case PLAY:
193 LogUtil.d(mTag, "PLAY");
225 // if there are no more sounds to play, end the Looper to listen for media completion
269 * @param uri The URI to play. (see {@link MediaPlayer#setDataSource(Context, Uri)})
274 * @param volume The volume at which to play this sound, as a fraction of the system volume for
275 * the relevant stream type. A value of 1 is the maximum and means play at the system
278 public void play(final Uri uri, final boolean looping, final int stream, final float volume) { method in class:NotificationPlayer
281 cmd.code = PLAY;
288 mState = PLAY;
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 

Completed in 269 milliseconds