Searched refs:STORE_FILE_SHARED_GENERAL (Results 1 – 8 of 8) sorted by relevance
193 mSharedStore = new MockStoreFile(WifiConfigStore.STORE_FILE_SHARED_GENERAL); in setupMocks()200 mSharedStoreData = new MockStoreData(WifiConfigStore.STORE_FILE_SHARED_GENERAL); in setupMocks()411 .thenReturn(WifiConfigStore.STORE_FILE_SHARED_GENERAL); in testReadWithNoSharedStoreFileAndUserStoreNotVisible()439 .thenReturn(WifiConfigStore.STORE_FILE_SHARED_GENERAL); in testReadWithNoStoreFiles()625 .thenReturn(WifiConfigStore.STORE_FILE_SHARED_GENERAL); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()627 .thenReturn(WifiConfigStore.STORE_FILE_SHARED_GENERAL); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()657 .thenReturn(WifiConfigStore.STORE_FILE_SHARED_GENERAL); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()674 .thenReturn(WifiConfigStore.STORE_FILE_SHARED_GENERAL); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()676 .thenReturn(WifiConfigStore.STORE_FILE_SHARED_GENERAL); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()699 .thenReturn(WifiConfigStore.STORE_FILE_SHARED_GENERAL); in testWriteWithNoNewData()[all …]
117 assertEquals(WifiConfigStore.STORE_FILE_SHARED_GENERAL, in getSharedStoreFileId()
321 assertEquals(WifiConfigStore.STORE_FILE_SHARED_GENERAL, in getUserStoreFileId()
33 return WifiConfigStore.STORE_FILE_SHARED_GENERAL; in getStoreFileId()
83 public static final int STORE_FILE_SHARED_GENERAL = 0; field in WifiConfigStore94 STORE_FILE_SHARED_GENERAL,170 put(STORE_FILE_SHARED_GENERAL, STORE_FILE_NAME_SHARED_GENERAL);318 return createFile(Environment.getDataMiscDirectory(), STORE_FILE_SHARED_GENERAL, in createSharedFile()
100 return WifiConfigStore.STORE_FILE_SHARED_GENERAL; in getStoreFileId()
118 return WifiConfigStore.STORE_FILE_SHARED_GENERAL; in getStoreFileId()
126 assertEquals(WifiConfigStore.STORE_FILE_SHARED_GENERAL, in getUserStoreFileId()