Searched refs:driverInfo (Results 1 – 2 of 2) sorted by relevance
224 final ApplicationInfo driverInfo; in fetchProductionDriverPackageProperties() local226 driverInfo = mPackageManager.getApplicationInfo(mProdDriverPackageName, in fetchProductionDriverPackageProperties()237 if (driverInfo.targetSdkVersion < Build.VERSION_CODES.O) { in fetchProductionDriverPackageProperties()247 mProdDriverVersionCode = driverInfo.longVersionCode; in fetchProductionDriverPackageProperties()312 final ApplicationInfo driverInfo; in fetchPrereleaseDriverPackageProperties() local314 driverInfo = mPackageManager.getApplicationInfo(mDevDriverPackageName, in fetchPrereleaseDriverPackageProperties()325 if (driverInfo.targetSdkVersion < Build.VERSION_CODES.O) { in fetchPrereleaseDriverPackageProperties()332 setUpdatableDriverPath(driverInfo); in fetchPrereleaseDriverPackageProperties()
619 visitor->Visit("driverInfo", &properties->driverInfo) && in Iterate()