OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StoreFile
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigStore.java
105
private
StoreFile
mSharedStore;
109
private
StoreFile
mUserStore;
145
* @param sharedStore
StoreFile
instance pointing to the shared store file. This should
149
StoreFile
sharedStore) {
163
public void setUserStore(
StoreFile
userStore) {
193
private static
StoreFile
createFile(File storeBaseDir) {
200
return new
StoreFile
(new File(storeDir, STORE_FILE_NAME));
208
public static
StoreFile
createSharedFile() {
219
public static
StoreFile
createUserFile(int userId) {
370
* @param userStore
StoreFile
instance pointing to the user specific store file. This shoul
[
all
...]
/system/nvram/hal/
fake_nvram_storage.cpp
115
nvram::storage::Status
StoreFile
(const char* name, const nvram::Blob& blob) {
175
return
StoreFile
(kHeaderFileName, blob);
191
return
StoreFile
(name, blob);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConfigManagerTest.java
[
all
...]
WifiConfigStoreTest.java
30
import com.android.server.wifi.WifiConfigStore.
StoreFile
;
620
private class MockStoreFile extends
StoreFile
{
Completed in 494 milliseconds