Merge "Allow CTS test to control organized tasks" into rvc-dev

This commit is contained in:
Wale Ogunwale
2020-04-21 22:01:40 +00:00
committed by Android (Google) Code Review
5 changed files with 67 additions and 43 deletions

View File

@@ -505,6 +505,11 @@ package android.app {
method public boolean isStatusBarExpansionDisabled();
}
public class TaskInfo {
method @NonNull public android.content.res.Configuration getConfiguration();
method @NonNull public android.window.WindowContainerToken getToken();
}
public class TimePickerDialog extends android.app.AlertDialog implements android.content.DialogInterface.OnClickListener android.widget.TimePicker.OnTimeChangedListener {
method public android.widget.TimePicker getTimePicker();
}