* commit '68f9a206d7bac5a3bca83d8ba47d48d53cc151c6': instrument volume controls
This commit is contained in:
@@ -26,6 +26,13 @@ import android.view.View;
|
||||
* @hide
|
||||
*/
|
||||
public class MetricsLogger implements MetricsConstants {
|
||||
public static final int VOLUME_DIALOG = 207;
|
||||
public static final int VOLUME_DIALOG_DETAILS = 208;
|
||||
public static final int ACTION_VOLUME_SLIDER = 209;
|
||||
public static final int ACTION_VOLUME_STREAM = 210;
|
||||
public static final int ACTION_VOLUME_KEY = 211;
|
||||
public static final int ACTION_VOLUME_ICON = 212;
|
||||
public static final int ACTION_RINGER_MODE = 213;
|
||||
// Temporary constants go here, to await migration to MetricsConstants.
|
||||
|
||||
public static void visible(Context context, int category) throws IllegalArgumentException {
|
||||
|
||||
Reference in New Issue
Block a user