HomeSort by relevance Sort by last modified time
    Searched refs:mPlayIntent (Results 1 - 3 of 3) sorted by null

  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
MediaNotificationManager.java 65 private PendingIntent mPlayIntent;
86 mPlayIntent = PendingIntent.getBroadcast(mService, REQUEST_CODE,
307 intent = mPlayIntent;
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/
MediaNotificationManager.java 69 private PendingIntent mPlayIntent;
89 mPlayIntent = PendingIntent.getBroadcast(mService, REQUEST_CODE,
303 intent = mPlayIntent;
  /packages/apps/Music/src/com/android/music/utils/
MediaNotificationManager.java 66 private PendingIntent mPlayIntent;
87 mPlayIntent = PendingIntent.getBroadcast(mService, REQUEST_CODE,
310 intent = mPlayIntent;

Completed in 160 milliseconds