Searched refs:mSummaryUpdater (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
H A DSummaryUpdaterTest.java38 private SummaryUpdaterTestable mSummaryUpdater; field in class:SummaryUpdaterTest
46 mSummaryUpdater = new SummaryUpdaterTestable(mContext, mListener);
52 mSummaryUpdater.setTestSummary(summary);
53 mSummaryUpdater.notifyChangeIfNeeded();
61 mSummaryUpdater.setTestSummary(summaryInit);
62 mSummaryUpdater.notifyChangeIfNeeded();
65 mSummaryUpdater.setTestSummary(summaryUpdate);
66 mSummaryUpdater.notifyChangeIfNeeded();
74 mSummaryUpdater.setTestSummary(summaryInit);
75 mSummaryUpdater
[all...]
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
H A DWifiSummaryUpdaterTest.java49 private WifiSummaryUpdater mSummaryUpdater; field in class:WifiSummaryUpdaterTest
56 mSummaryUpdater = new WifiSummaryUpdater(mContext, mListener, mWifiTracker);
61 mSummaryUpdater.register(true);
69 mSummaryUpdater.register(true);
70 mSummaryUpdater.register(false);
78 mSummaryUpdater.register(true);
86 mSummaryUpdater.register(true);
96 assertThat(mSummaryUpdater.getSummary())
105 assertThat(mSummaryUpdater.getSummary())
115 assertThat(mSummaryUpdater
[all...]
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DBluetoothSummaryUpdaterTest.java74 private BluetoothSummaryUpdater mSummaryUpdater; field in class:BluetoothSummaryUpdaterTest
85 mSummaryUpdater = new BluetoothSummaryUpdater(mContext, mListener, mBluetoothManager);
97 mSummaryUpdater.register(true);
99 verify(mBluetoothManager.getEventManager()).registerCallback(mSummaryUpdater);
104 mSummaryUpdater.register(false);
106 verify(mBluetoothManager.getEventManager()).unregisterCallback(mSummaryUpdater);
116 mSummaryUpdater.register(true);
129 mSummaryUpdater.onBluetoothStateChanged(BluetoothAdapter.STATE_OFF);
141 mSummaryUpdater.onBluetoothStateChanged(BluetoothAdapter.STATE_ON);
155 mSummaryUpdater
[all...]

Completed in 73 milliseconds