Searched refs:assetBundle (Results 1 – 2 of 2) sorted by relevance
1167 PersistableBundle configBundle, PersistableBundle assetBundle) { in checkQnsAnspConfigChange() argument1168 return isThresholdConfigChanged(configBundle, assetBundle); in checkQnsAnspConfigChange()1172 PersistableBundle configChangeBundle, PersistableBundle assetBundle) { in isThresholdConfigChanged() argument1176 int[] anspThresholdArray = QnsUtils.getConfig(configChangeBundle, assetBundle, key); in isThresholdConfigChanged()
1152 PersistableBundle assetBundle; in readFromAssets() local1154 assetBundle = QnsUtils.readQnsDefaultConfigFromAssets(context, mCurrCarrierId); in readFromAssets()1156 if (assetBundle == null) { in readFromAssets()1160 return assetBundle; in readFromAssets()