aboutsummaryrefslogtreecommitdiff
path: root/TestMediaApp/src/com/android/car/media/testmediaapp/TmaMediaEvent.java
diff options
context:
space:
mode:
authorarnaudberry <arnaudberry@google.com>2019-06-18 13:52:03 -0700
committerArnaud Berry <arnaudberry@google.com>2019-07-03 12:27:10 -0700
commit8961b919a1fe24e542b173b171c4fdfc1351e147 (patch)
treebb7c0c90f67c9b39f8abf3158a0aaaac93a76799 /TestMediaApp/src/com/android/car/media/testmediaapp/TmaMediaEvent.java
parentba08abb24f6e85d29c0893e26200b60c93043b9e (diff)
downloadtests-8961b919a1fe24e542b173b171c4fdfc1351e147.tar.gz
TestMedia: prev/next + queue + one custom action
The prev / next actions are now implemented. The queue shows the content of the active item's parent node The heart ++/-- custom actions is set on the Advanced/Custom Action item, it uses a vector drawable and a png to check the Media center's icon bitmap flagging logic. Test: manual Change-Id: Ib97d17551908f34e461aa9ae3cb2c860b260b8ca
Diffstat (limited to 'TestMediaApp/src/com/android/car/media/testmediaapp/TmaMediaEvent.java')
-rw-r--r--TestMediaApp/src/com/android/car/media/testmediaapp/TmaMediaEvent.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/TestMediaApp/src/com/android/car/media/testmediaapp/TmaMediaEvent.java b/TestMediaApp/src/com/android/car/media/testmediaapp/TmaMediaEvent.java
index 98a9b6b..3bec7ac 100644
--- a/TestMediaApp/src/com/android/car/media/testmediaapp/TmaMediaEvent.java
+++ b/TestMediaApp/src/com/android/car/media/testmediaapp/TmaMediaEvent.java
@@ -102,9 +102,9 @@ public class TmaMediaEvent {
PREFS
}
- public final EventState mState;
- public final StateErrorCode mErrorCode;
- public final String mErrorMessage;
+ final EventState mState;
+ final StateErrorCode mErrorCode;
+ final String mErrorMessage;
final String mActionLabel;
final ResolutionIntent mResolutionIntent;
/** How long to wait before sending the event to the app. */