Searched refs:driverInfo (Results 1 – 3 of 3) 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()
633 visitor->Visit("driverInfo", &properties->driverInfo) && in Iterate()827 visitor->Visit("driverInfo", &properties->driverInfo) && in Iterate()
69 + ", driverInfo=" + std::string(&driverProps.driverInfo[0]); in vpGetDeviceAndDriverInfoString()