Searched refs:STORE_FILE_SHARED_GENERAL (Results 1 – 8 of 8) sorted by relevance
173 mSharedStore = new MockStoreFile(WifiConfigStore.STORE_FILE_SHARED_GENERAL); in setupMocks()180 mSharedStoreData = new MockStoreData(WifiConfigStore.STORE_FILE_SHARED_GENERAL); in setupMocks()391 .thenReturn(WifiConfigStore.STORE_FILE_SHARED_GENERAL); in testReadWithNoSharedStoreFileAndUserStoreNotVisible()419 .thenReturn(WifiConfigStore.STORE_FILE_SHARED_GENERAL); in testReadWithNoStoreFiles()605 .thenReturn(WifiConfigStore.STORE_FILE_SHARED_GENERAL); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()607 .thenReturn(WifiConfigStore.STORE_FILE_SHARED_GENERAL); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()637 .thenReturn(WifiConfigStore.STORE_FILE_SHARED_GENERAL); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()654 .thenReturn(WifiConfigStore.STORE_FILE_SHARED_GENERAL); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()656 .thenReturn(WifiConfigStore.STORE_FILE_SHARED_GENERAL); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()679 .thenReturn(WifiConfigStore.STORE_FILE_SHARED_GENERAL); in testWriteWithNoNewData()
114 assertEquals(WifiConfigStore.STORE_FILE_SHARED_GENERAL, in getSharedStoreFileId()
318 assertEquals(WifiConfigStore.STORE_FILE_SHARED_GENERAL, in getUserStoreFileId()
33 return WifiConfigStore.STORE_FILE_SHARED_GENERAL; in getStoreFileId()
82 public static final int STORE_FILE_SHARED_GENERAL = 0; field in WifiConfigStore93 STORE_FILE_SHARED_GENERAL,147 put(STORE_FILE_SHARED_GENERAL, STORE_FILE_NAME_SHARED_GENERAL);288 return createFile(Environment.getDataMiscDirectory(), STORE_FILE_SHARED_GENERAL); in createSharedFile()
94 return WifiConfigStore.STORE_FILE_SHARED_GENERAL; in getStoreFileId()
112 return WifiConfigStore.STORE_FILE_SHARED_GENERAL; in getStoreFileId()
123 assertEquals(WifiConfigStore.STORE_FILE_SHARED_GENERAL, in getUserStoreFileId()