Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/dagger/
DVolumeModule.java40 import com.android.systemui.volume.VolumeDialogImpl;
120 VolumeDialogImpl impl = new VolumeDialogImpl( in provideVolumeDialog()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/
DVolumeDialogImplTest.java115 VolumeDialogImpl mDialog;
202 mDialog = new VolumeDialogImpl( in setup()
313 VolumeDialogImpl.DIALOG_TIMEOUT_MILLIS, in testComputeTimeout()
333 VolumeDialogImpl.DIALOG_ODI_CAPTIONS_TOOLTIP_TIMEOUT_MILLIS, in testComputeTimeout_tooltip()
349 VolumeDialogImpl.DIALOG_HOVERING_TIMEOUT_MILLIS, in testComputeTimeout_withHovering()
363 VolumeDialogImpl.DIALOG_SAFETYWARNING_TIMEOUT_MILLIS, in testComputeTimeout_withSafetyWarningOn()
374 VolumeDialogImpl.DIALOG_TIMEOUT_MILLIS, in testComputeTimeout_standard()
865 private void cleanUp(VolumeDialogImpl dialog) { in cleanUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogComponent.java207 … private final VolumeDialogImpl.Callback mVolumeDialogCallback = new VolumeDialogImpl.Callback() {
DVolumeDialogImpl.java157 public class VolumeDialogImpl implements VolumeDialog, Dumpable, class
160 private static final String TAG = Util.logTag(VolumeDialogImpl.class);
319 public VolumeDialogImpl( in VolumeDialogImpl() method in VolumeDialogImpl
524 lp.setTitle(VolumeDialogImpl.class.getSimpleName()); in initDialog()
567 .removeOnComputeInternalInsetsListener(VolumeDialogImpl.this)); in initDialog()
827 writer.println(VolumeDialogImpl.class.getSimpleName() + " state:"); in dump()
2466 case SHOW: showH(msg.arg1, VolumeDialogImpl.this.mKeyguard.isKeyguardLocked(),
2467 VolumeDialogImpl.this.mActivityManager.getLockTaskModeState()); break;