Searched refs:onShowRequested (Results 1 – 4 of 4) sorted by relevance
58 verify(mCallback, never()).onShowRequested(Events.SHOW_REASON_VOLUME_CHANGED); in testVolumeChangeW_deviceNotInteractiveAOD()66 verify(mCallback, times(1)).onShowRequested(Events.SHOW_REASON_VOLUME_CHANGED); in testVolumeChangeW_deviceInteractive()77 verify(mCallback, times(1)).onShowRequested(Events.SHOW_REASON_VOLUME_CHANGED); in testVolumeChangeW_deviceInteractive_StartedSleeping()87 verify(callback, times(1)).onShowRequested(Events.SHOW_REASON_VOLUME_CHANGED); in testVolumeChangeW_nullStatusBar()
185 void onShowRequested(int reason); in onShowRequested() method
475 mCallbacks.onShowRequested(Events.SHOW_REASON_VOLUME_CHANGED); in onVolumeChangedW()819 public void onShowRequested(final int reason) { in onShowRequested() method in VolumeDialogControllerImpl.C824 entry.getKey().onShowRequested(reason); in onShowRequested()1113 mCallbacks.onShowRequested(Events.SHOW_REASON_REMOTE_VOLUME_CHANGED);
1243 public void onShowRequested(int reason) {