[DO NOT MERGE] T Subcard logging - Media Card code path am: 49e76804b8
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17717683 Change-Id: I5ff988c1ebd855d394615a0c44c5e1fce42a6386 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -174,7 +174,7 @@ public final class SmartspaceTarget implements Parcelable {
|
||||
public static final int FEATURE_MEDIA_HEADS_UP = 36;
|
||||
public static final int FEATURE_STEP_COUNTING = 37;
|
||||
public static final int FEATURE_EARTHQUAKE_ALERT = 38;
|
||||
public static final int FEATURE_STEP_DATE = 39;
|
||||
public static final int FEATURE_STEP_DATE = 39; // This represents a DATE. "STEP" is a typo.
|
||||
public static final int FEATURE_BLAZE_BUILD_PROGRESS = 40;
|
||||
public static final int FEATURE_EARTHQUAKE_OCCURRED = 41;
|
||||
|
||||
|
||||
@@ -845,7 +845,8 @@ class MediaCarouselController @Inject constructor(
|
||||
uid,
|
||||
interactedSubcardRank,
|
||||
interactedSubcardCardinality,
|
||||
receivedLatencyMillis
|
||||
receivedLatencyMillis,
|
||||
null // Media cards cannot have subcards.
|
||||
)
|
||||
/* ktlint-disable max-line-length */
|
||||
if (DEBUG) {
|
||||
|
||||
Reference in New Issue
Block a user