mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
[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:
@@ -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();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user