Searched refs:INITIAL_CONFIG_STORE_DATA_VERSION (Results 1 – 4 of 4) sorted by relevance
19 import static com.android.server.uwb.UwbConfigStore.INITIAL_CONFIG_STORE_DATA_VERSION;201 case INITIAL_CONFIG_STORE_DATA_VERSION : in deserializeData()
117 public static final int INITIAL_CONFIG_STORE_DATA_VERSION = 1; field in WifiConfigStore133 INITIAL_CONFIG_STORE_DATA_VERSION,714 if (version < INITIAL_CONFIG_STORE_DATA_VERSION in parseVersionFromXml()
782 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()
93 public static final int INITIAL_CONFIG_STORE_DATA_VERSION = 1; field in UwbConfigStore