Searched refs:oldConfig (Results 1 – 2 of 2) sorted by relevance
607 static String getClosestMatch(@NonNull FolderConfiguration oldConfig, in getClosestMatch() argument622 ResourceQualifier oldQualifier = oldConfig.getQualifier(i); in getClosestMatch()
1397 FolderConfiguration oldConfig = DeviceConfigHelper.getFolderConfig(prevState); in onDeviceChange() local1398 if (oldConfig != null) { in onDeviceChange()1399 stateName = ConfigurationMatcher.getClosestMatch(oldConfig, device.getAllStates()); in onDeviceChange()