Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/
H A DVolumeDialogImplTest.java67 VolumeDialogImpl mDialog;
95 mDialog = new VolumeDialogImpl( in setup()
153 VolumeDialogImpl.DIALOG_TIMEOUT_MILLIS, in testComputeTimeout()
162 VolumeDialogImpl.DIALOG_ODI_CAPTIONS_TOOLTIP_TIMEOUT_MILLIS, in testComputeTimeout_tooltip()
179 VolumeDialogImpl.DIALOG_HOVERING_TIMEOUT_MILLIS, in testComputeTimeout_withHovering()
192 VolumeDialogImpl.DIALOG_SAFETYWARNING_TIMEOUT_MILLIS, in testComputeTimeout_withSafetyWarningOn()
203 VolumeDialogImpl.DIALOG_TIMEOUT_MILLIS, in testComputeTimeout_standard()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/dagger/
H A DVolumeModule.java31 import com.android.systemui.volume.VolumeDialogImpl;
55 VolumeDialogImpl impl = new VolumeDialogImpl( in provideVolumeDialog()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogComponent.java191 … private final VolumeDialogImpl.Callback mVolumeDialogCallback = new VolumeDialogImpl.Callback() {
H A DVolumeDialogImpl.java136 public class VolumeDialogImpl implements VolumeDialog, class
139 private static final String TAG = Util.logTag(VolumeDialogImpl.class);
262 public VolumeDialogImpl( in VolumeDialogImpl() method in VolumeDialogImpl
405 lp.setTitle(VolumeDialogImpl.class.getSimpleName()); in initDialog()
440 .removeOnComputeInternalInsetsListener(VolumeDialogImpl.this)); in initDialog()
683 writer.println(VolumeDialogImpl.class.getSimpleName() + " state:"); in dump()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/volume/
H A DCarVolumeDialogImpl.java70 import com.android.systemui.volume.VolumeDialogImpl;
288 lp.setTitle(VolumeDialogImpl.class.getSimpleName()); in initDialog()