Searched refs:deserializeDataForSection (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiConfigStoreTest.java | 668 .deserializeDataForSection(notNull(), anyInt(), anyInt(), any(), anyString()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem() 690 .deserializeDataForSection(notNull(), anyInt(), anyInt(), any(), anyString()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem() 710 .deserializeDataForSection(notNull(), anyInt(), anyInt(), any(), anyString()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem() 713 .deserializeDataForSection(notNull(), anyInt(), anyInt(), any(), anyString()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem() 734 .deserializeDataForSection(notNull(), anyInt(), anyInt(), any(), anyString()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem() 737 .deserializeDataForSection(notNull(), anyInt(), anyInt(), any(), anyString()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem() 859 verify(sharedStoreData, times(1)).deserializeDataForSection( in testReadVersion1StoreFile() 862 verify(userStoreData, times(1)).deserializeDataForSection( in testReadVersion1StoreFile() 915 .deserializeDataForSection(any(XmlPullParser.class), anyInt(), in testReadVersion2StoreFile() 919 .deserializeDataForSection(any(XmlPullParser.class), anyInt(), in testReadVersion2StoreFile() [all …]
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiConfigStore.java | 770 storeData.deserializeDataForSection(in, rootTagDepth + 1, version, in deserializeData() 998 default void deserializeDataForSection(@Nullable XmlPullParser in, int outerTagDepth, in deserializeDataForSection() method
|