Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
pain/svn/pristine/0b/0b965788895a97b6f2b5f5fb0081edc9f31808a2.svn-base@0:832122ce6748, 2021-04-07 (annotated)
- Committer:
- darienf
- Date:
- Wed Apr 07 22:37:59 2021 +0000
- Revision:
- 0:832122ce6748
painnie
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| darienf | 0:832122ce6748 | 1 | /* Copyright 2014, The Android Open Source Project |
| darienf | 0:832122ce6748 | 2 | ** |
| darienf | 0:832122ce6748 | 3 | ** Licensed under the Apache License, Version 2.0 (the "License"); |
| darienf | 0:832122ce6748 | 4 | ** you may not use this file except in compliance with the License. |
| darienf | 0:832122ce6748 | 5 | ** You may obtain a copy of the License at |
| darienf | 0:832122ce6748 | 6 | ** |
| darienf | 0:832122ce6748 | 7 | ** http://www.apache.org/licenses/LICENSE-2.0 |
| darienf | 0:832122ce6748 | 8 | ** |
| darienf | 0:832122ce6748 | 9 | ** Unless required by applicable law or agreed to in writing, software |
| darienf | 0:832122ce6748 | 10 | ** distributed under the License is distributed on an "AS IS" BASIS, |
| darienf | 0:832122ce6748 | 11 | ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| darienf | 0:832122ce6748 | 12 | ** See the License for the specific language governing permissions and |
| darienf | 0:832122ce6748 | 13 | ** limitations under the License. |
| darienf | 0:832122ce6748 | 14 | */ |
| darienf | 0:832122ce6748 | 15 | |
| darienf | 0:832122ce6748 | 16 | package android.support.v4.media.session; |
| darienf | 0:832122ce6748 | 17 | |
| darienf | 0:832122ce6748 | 18 | parcelable MediaSessionCompat.Token; |
| darienf | 0:832122ce6748 | 19 | parcelable MediaSessionCompat.QueueItem; |
| darienf | 0:832122ce6748 | 20 | parcelable MediaSessionCompat.ResultReceiverWrapper; |