summaryrefslogtreecommitdiffstats
path: root/protos
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2017-03-30 18:58:17 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-03-30 18:58:18 +0000
commitc5c9cae70da1dbf05668258cbd4cbf50a36f0e26 (patch)
tree7a5bb3d85b2a3f8e89a3b019bcc169874a45e6c6 /protos
parent8eb0de133154666cd20d0244953ee755b626b44a (diff)
parent778634c81870ae2013907950a98bb7793802e6c7 (diff)
downloadandroid_packages_apps_Trebuchet-c5c9cae70da1dbf05668258cbd4cbf50a36f0e26.tar.gz
android_packages_apps_Trebuchet-c5c9cae70da1dbf05668258cbd4cbf50a36f0e26.tar.bz2
android_packages_apps_Trebuchet-c5c9cae70da1dbf05668258cbd4cbf50a36f0e26.zip
Merge "Adding logging for various interaction in PinItemRequest UI" into ub-launcher3-dorval
Diffstat (limited to 'protos')
-rw-r--r--protos/launcher_log.proto5
1 files changed, 5 insertions, 0 deletions
diff --git a/protos/launcher_log.proto b/protos/launcher_log.proto
index 17dec37eb..909a42987 100644
--- a/protos/launcher_log.proto
+++ b/protos/launcher_log.proto
@@ -79,6 +79,7 @@ enum ContainerType {
PREDICTION = 7;
SEARCHRESULT = 8;
DEEPSHORTCUTS = 9;
+ PINITEM = 10; // confirmation screen
}
// Used to define what type of control a Target would represent.
@@ -124,6 +125,10 @@ message Action {
enum Command {
HOME_INTENT = 0;
BACK = 1;
+ ENTRY = 2; // Indicates entry to one of Launcher container type target
+ // not using the HOME_INTENT
+ CANCEL = 3; // Indicates that a confirmation screen was cancelled
+ CONFIRM = 4; // Indicates thata confirmation screen was accepted
}
optional Type type = 1;
optional Touch touch = 2;