Home
last modified time | relevance | path

Searched refs:INITIAL_CONFIG_STORE_DATA_VERSION (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DServiceProfileData.java19 import static com.android.server.uwb.UwbConfigStore.INITIAL_CONFIG_STORE_DATA_VERSION;
201 case INITIAL_CONFIG_STORE_DATA_VERSION : in deserializeData()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConfigStore.java117 public static final int INITIAL_CONFIG_STORE_DATA_VERSION = 1; field in WifiConfigStore
133 INITIAL_CONFIG_STORE_DATA_VERSION,
714 if (version < INITIAL_CONFIG_STORE_DATA_VERSION in parseVersionFromXml()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiConfigStoreTest.java782 eq(WifiConfigStore.INITIAL_CONFIG_STORE_DATA_VERSION), any(), eq(TEST_SHARE_DATA)); in testReadVersion1StoreFile()
785 eq(WifiConfigStore.INITIAL_CONFIG_STORE_DATA_VERSION), any(), eq(TEST_USER_DATA)); in testReadVersion1StoreFile()
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbConfigStore.java93 public static final int INITIAL_CONFIG_STORE_DATA_VERSION = 1; field in UwbConfigStore