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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWakeupConfigStoreDataTest.java52 @Mock private WakeupConfigStoreData.DataSource<Integer> mNotificationsDataSource; field in class:WakeupConfigStoreDataTest
62 mNotificationsDataSource, mNetworkDataSource);
123 when(mNotificationsDataSource.getData()).thenReturn(notificationsShown);
131 verify(mNotificationsDataSource).setData(notificationsShown);
159 when(mNotificationsDataSource.getData()).thenReturn(notificationsShown);
167 verify(mNotificationsDataSource).setData(notificationsShown);
180 verify(mNotificationsDataSource).setData(0);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWakeupConfigStoreData.java49 private final DataSource<Integer> mNotificationsDataSource; field in class:WakeupConfigStoreData
85 mNotificationsDataSource = notificationsDataSource;
124 mNotificationsDataSource.getData());
219 mNotificationsDataSource.setData(notificationsShown);
262 mNotificationsDataSource.setData(0);

Completed in 75 milliseconds