Remove old format contextual card log
These logs are replaced by SettingsIntelligenceLogWriter Test: rebuild Fixes: 124701288 Change-Id: Id93143a1f291878b7c212c35ed8683ca38d5fe17
This commit is contained in:
@@ -20,17 +20,4 @@ import java.util.List;
|
||||
|
||||
/** Feature provider for the contextual card feature. */
|
||||
public interface ContextualCardFeatureProvider {
|
||||
|
||||
/** Homepage displays. */
|
||||
void logHomepageDisplay(long latency);
|
||||
|
||||
/** When user clicks dismiss in contextual card */
|
||||
void logContextualCardDismiss(ContextualCard card);
|
||||
|
||||
/** After ContextualCardManager decides which cards will be displayed/hidden */
|
||||
void logContextualCardDisplay(List<ContextualCard> showedCards,
|
||||
List<ContextualCard> hiddenCards);
|
||||
|
||||
/** When user clicks toggle/title area of a contextual card. */
|
||||
void logContextualCardClick(ContextualCard card, int sliceRow, int tapTarget, int uiPosition);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user