Home
last modified time | relevance | path

Searched refs:mNotificationsDataSource (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWakeupConfigStoreDataTest.java59 @Mock private WakeupConfigStoreData.DataSource<Integer> mNotificationsDataSource; field in WakeupConfigStoreDataTest
69 mNotificationsDataSource, mNetworkDataSource); in setUp()
112 when(mNotificationsDataSource.getData()).thenReturn(notificationsShown); in deserializeSerializedData_emptySet()
120 verify(mNotificationsDataSource).setData(notificationsShown); in deserializeSerializedData_emptySet()
154 when(mNotificationsDataSource.getData()).thenReturn(notificationsShown); in deserializeSerializedData()
162 verify(mNotificationsDataSource).setData(notificationsShown); in deserializeSerializedData()
175 verify(mNotificationsDataSource).setData(0); in resetDataWipesDataSources()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWakeupConfigStoreData.java58 private final DataSource<Integer> mNotificationsDataSource; field in WakeupConfigStoreData
94 mNotificationsDataSource = notificationsDataSource; in WakeupConfigStoreData()
130 mNotificationsDataSource.getData()); in writeFeatureState()
245 mNotificationsDataSource.setData(notificationsShown); in parseFeatureState()
355 mNotificationsDataSource.setData(0); in resetData()