[AA+] Log app launches from DeviceSearchResultContainer with instance ID.

This InstanceId is used to recreate the AA+ session on the server side.

Bug: 178562918
Change-Id: I1bba94417d3a142351e2470bb6153707d2cadb11
This commit is contained in:
thiruram
2021-01-27 19:05:12 -08:00
parent cbeb13d6c7
commit f4d19f4614
4 changed files with 32 additions and 4 deletions

View File

@@ -149,7 +149,7 @@ public class SearchResultIcon extends BubbleTextView implements
// Workaround to log ItemInfo with DeviceSearchResultContainer without
// updating ItemInfo.container field.
@Override
protected ContainerInfo getContainerInfo() {
public ContainerInfo getContainerInfo() {
return buildDeviceSearchResultContainer();
}
};
@@ -257,7 +257,7 @@ public class SearchResultIcon extends BubbleTextView implements
// Workaround to log ItemInfo with DeviceSearchResultContainer without
// updating ItemInfo.container field.
@Override
protected ContainerInfo getContainerInfo() {
public ContainerInfo getContainerInfo() {
return buildDeviceSearchResultContainer();
}
};
@@ -275,7 +275,7 @@ public class SearchResultIcon extends BubbleTextView implements
// Workaround to log ItemInfo with DeviceSearchResultContainer without
// updating ItemInfo.container field.
@Override
protected ContainerInfo getContainerInfo() {
public ContainerInfo getContainerInfo() {
return buildDeviceSearchResultContainer();
}
};