Searched refs:onCableNotCapableDisplayPort (Results 1 – 7 of 7) sorted by relevance
110 dnm.onCableNotCapableDisplayPort(); in testNotificationOnCableNotCapableDisplayPort()112 verify(mMockedExternalDisplayStatsService).onCableNotCapableDisplayPort(); in testNotificationOnCableNotCapableDisplayPort()128 dnm.onCableNotCapableDisplayPort(); in testNoErrorNotification()140 dnm.onCableNotCapableDisplayPort(); in testNoErrorLogging()142 verify(mMockedExternalDisplayStatsService, never()).onCableNotCapableDisplayPort(); in testNoErrorLogging()156 dnm.onCableNotCapableDisplayPort(); in testErrorLogging()157 verify(mMockedExternalDisplayStatsService).onCableNotCapableDisplayPort(); in testErrorLogging()
81 verify(mMockedListener, never()).onCableNotCapableDisplayPort(); in testNoErrorTypes()91 verify(mMockedListener).onCableNotCapableDisplayPort(); in testErrorOnUsbCableNotCapableDp()101 verify(mMockedListener, never()).onCableNotCapableDisplayPort(); in testErrorOnDpLinkTrainingFailure()
64 void onCableNotCapableDisplayPort(); in onCableNotCapableDisplayPort() method123 mListener.onCableNotCapableDisplayPort(); in onDisplayPortAltModeInfoChanged()
142 public void onCableNotCapableDisplayPort() { in onCableNotCapableDisplayPort() method in DisplayNotificationManager149 mExternalDisplayStatsService.onCableNotCapableDisplayPort(); in onCableNotCapableDisplayPort()
132 mExternalDisplayStatsService.onCableNotCapableDisplayPort(); in testOnCableNotCapableDisplayPort()
295 mService.getDisplayNotificationManager().onCableNotCapableDisplayPort(); in showNotification()
232 public void onCableNotCapableDisplayPort() { in onCableNotCapableDisplayPort() method in ExternalDisplayStatsService