Searched refs:onShowRequested (Results 1 – 4 of 4) sorted by relevance
131 verify(mCallback, never()).onShowRequested(Events.SHOW_REASON_VOLUME_CHANGED); in testVolumeChangeW_deviceNotInteractiveAOD()140 verify(mCallback, times(1)).onShowRequested(Events.SHOW_REASON_VOLUME_CHANGED); in testVolumeChangeW_deviceInteractive()153 verify(mCallback, times(1)).onShowRequested(Events.SHOW_REASON_VOLUME_CHANGED); in testVolumeChangeW_deviceInteractive_StartedSleeping()
499 mCallbacks.onShowRequested(Events.SHOW_REASON_VOLUME_CHANGED); in onVolumeChangedW()845 public void onShowRequested(final int reason) { in onShowRequested() method in VolumeDialogControllerImpl.C850 entry.getKey().onShowRequested(reason); in onShowRequested()1217 mCallbacks.onShowRequested(Events.SHOW_REASON_REMOTE_VOLUME_CHANGED);
2002 public void onShowRequested(int reason) {
185 void onShowRequested(int reason); in onShowRequested() method