OSDN Git Service

resolve merge conflicts of 0f97b8f to nyc-mr1-dev
authorChris Wren <cwren@android.com>
Fri, 27 May 2016 02:28:03 +0000 (22:28 -0400)
committerChris Wren <cwren@android.com>
Fri, 27 May 2016 02:28:03 +0000 (22:28 -0400)
Change-Id: I5e03144e3ae95777eb651add098eabe8af6ad08e

1  2 
proto/src/metrics_constants.proto

@@@ -2206,43 -2206,12 +2206,49 @@@ message MetricsEvent 
      // Settings launched from expanded quick settings.
      ACTION_QS_EXPANDED_SETTINGS_LAUNCH = 406;
  
+     // Notification expansion state toggled by the expand affordance.
+     ACTION_NOTIFICATION_EXPANDER = 407;
+     // Notification group expansion state toggled by the expand affordance.
+     ACTION_NOTIFICATION_GROUP_EXPANDER = 408;
 +    // ---- End N Constants, all N constants go above this line ----
 +
 +    // ------- Begin N App Disambig Shade -----
 +    // Application disambig shade opened or closed with a featured app.
 +    // These are actually visibility events, but visible/hidden doesn't
 +    // take a package, so these are being logged as actions.
 +    // Package: Calling app on open, called app on close
 +    ACTION_SHOW_APP_DISAMBIG_APP_FEATURED = 451;
 +    ACTION_HIDE_APP_DISAMBIG_APP_FEATURED = 452;
 +
 +    // Application disambig shade opened or closed without a featured app.
 +    // These are actually visibility events, but visible/hidden doesn't
 +    // take a package, so these are being logged as actions.
 +    // Package: Calling app on open, called app on close
 +    ACTION_SHOW_APP_DISAMBIG_NONE_FEATURED = 453;
 +    ACTION_HIDE_APP_DISAMBIG_NONE_FEATURED = 454;
 +
 +    // User opens in an app by pressing “Always” in the application disambig shade.
 +    // Subtype: Index of selection
 +    ACTION_APP_DISAMBIG_ALWAYS = 455;
 +
 +    // User opens in an app by pressing “Just Once” in the application disambig shade.
 +    // Subtype: Index of selection
 +    ACTION_APP_DISAMBIG_JUST_ONCE = 456;
 +
 +    // User opens in an app by tapping on its name in the application disambig shade.
 +    // Subtype: Index of selection
 +    ACTION_APP_DISAMBIG_TAP = 457;
 +
 +    // OPEN: Settings > Internal storage > Storage manager
 +    // CATEGORY: SETTINGS
 +    STORAGE_MANAGER_SETTINGS = 458;
 +
 +    // OPEN: Settings -> Gestures
 +    // CATEGORY: SETTINGS
 +    SETTINGS_GESTURES = 459;
 +
      // Add new aosp constants above this line.
      // END OF AOSP CONSTANTS
    }