Searched refs:onSummaryChanged (Results 1 – 10 of 10) sorted by relevance
82 doCallRealMethod().when(mListener).onSummaryChanged(anyString()); in setUp()121 verify(mListener).onSummaryChanged( in register_true_shouldSendSummaryChange()135 verify(mListener).onSummaryChanged(mContext.getString(R.string.bluetooth_disabled)); in onBluetoothStateChanged_btDisabled_shouldSendDisabledSummary()148 verify(mListener).onSummaryChanged( in onBluetoothStateChanged_btEnabled_connected_shouldSendConnectedSummary()163 verify(mListener).onSummaryChanged(mContext.getString(R.string.disconnected)); in onBluetoothStateChanged_btEnabled_connectedMisMatch_shouldSendNotConnected()177 verify(mListener).onSummaryChanged(mContext.getString(R.string.disconnected)); in onBluetoothStateChanged_btEnabled_notConnected_shouldSendDisconnectedMessage()189 verify(mListener).onSummaryChanged(mContext.getString(R.string.disconnected)); in onBluetoothStateChanged_ConnectedDisabledEnabled_shouldSendDisconnectedSummary()195 verify(mListener).onSummaryChanged( in onBluetoothStateChanged_ConnectedDisabledEnabled_shouldSendDisconnectedSummary()200 verify(mListener).onSummaryChanged(mContext.getString(R.string.bluetooth_disabled)); in onBluetoothStateChanged_ConnectedDisabledEnabled_shouldSendDisconnectedSummary()205 verify(mListener).onSummaryChanged(mContext.getString(R.string.bluetooth_disabled)); in onBluetoothStateChanged_ConnectedDisabledEnabled_shouldSendDisconnectedSummary()[all …]
54 verify(mListener).onSummaryChanged(summary); in notifyChangeIfNeeded_fistTimeInit_shouldNotifyChange()67 verify(mListener).onSummaryChanged(summaryUpdate); in notifyChangeIfNeeded_summaryUpdated_shouldNotifyChange()81 verify(mListener, times(1)).onSummaryChanged(summaryUpdate); in notifyChangeIfNeeded_summaryNotUpdated_shouldOnlyNotifyChangeOnce()88 public void onSummaryChanged(String summary) { in onSummaryChanged() method in SummaryUpdaterTest.SummaryListener
81 verify(mListener).onSummaryChanged(anyString()); in onReceive_networkStateChanged_shouldSendSummaryChange()89 verify(mListener).onSummaryChanged(anyString()); in onReceive_rssiChanged_shouldSendSummaryChange()132 public void onSummaryChanged(String summary) { in onSummaryChanged() method in WifiSummaryUpdaterTest.SummaryListener
138 mController.onSummaryChanged("test summary"); in onSummaryChanged_shouldUpdatePreferenceSummary()
42 void onSummaryChanged(String summary); in onSummaryChanged() method66 mListener.onSummaryChanged(summary); in notifyChangeIfNeeded()
99 public void onSummaryChanged(String summary) { in onSummaryChanged() method in WifiMasterSwitchPreferenceController
1203 public void onSummaryChanged(String summary) { in onSummaryChanged() method in WifiSettings.SummaryProvider
1234 public void onSummaryChanged(String summary) { in onSummaryChanged() method in WifiSettings.SummaryProvider