Searched defs:valueOrNull (Results 1 – 2 of 2) sorted by relevance
54 fun valueOrNull(context: Context): String? = runCatching { value(context) }.getOrNull() in <lambda>() method in com.android.managedprovisioning.util.LazyStringResource
483 CarPropertyValue valueOrNull = getPropertyValueOrNull(propertyId, areaId); in handleHvacPowerOn() local