Home
last modified time | relevance | path

Searched refs:VolumeDialogImpl (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/
DVolumeDialogImplTest.java59 VolumeDialogImpl mDialog;
78 mDialog = new VolumeDialogImpl(getContext()); in setup()
116 VolumeDialogImpl.DIALOG_TIMEOUT_MILLIS, in testComputeTimeout()
125 VolumeDialogImpl.DIALOG_ODI_CAPTIONS_TOOLTIP_TIMEOUT_MILLIS, in testComputeTimeout_tooltip()
142 VolumeDialogImpl.DIALOG_HOVERING_TIMEOUT_MILLIS, in testComputeTimeout_withHovering()
155 VolumeDialogImpl.DIALOG_SAFETYWARNING_TIMEOUT_MILLIS, in testComputeTimeout_withSafetyWarningOn()
166 VolumeDialogImpl.DIALOG_TIMEOUT_MILLIS, in testComputeTimeout_standard()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogComponent.java95 VolumeDialogImpl impl = new VolumeDialogImpl(mContext); in createDefault()
179 … private final VolumeDialogImpl.Callback mVolumeDialogCallback = new VolumeDialogImpl.Callback() {
DVolumeDialogImpl.java112 public class VolumeDialogImpl implements VolumeDialog, class
114 private static final String TAG = Util.logTag(VolumeDialogImpl.class);
167 public VolumeDialogImpl(Context context) { in VolumeDialogImpl() method in VolumeDialogImpl
224 lp.setTitle(VolumeDialogImpl.class.getSimpleName()); in initDialog()
390 writer.println(VolumeDialogImpl.class.getSimpleName() + " state:"); in dump()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/volume/
DCarVolumeDialogImpl.java263 lp.setTitle(VolumeDialogImpl.class.getSimpleName()); in initDialog()