Searched refs:getBooleanResource (Results 1 – 3 of 3) sorted by relevance
45 return getBooleanResource(context, TVPROVIDER_ALLOWS_SYSTEM_INSERTS_TO_PROGRAM_TABLE) in doesTvProviderAllowSystemInsertsToProgramTable()50 return getBooleanResource(context, TVPROVIDER_ALLOWS_COLUMN_CREATION).orElse(false); in doesTvProviderAllowColumnCreation()54 return getBooleanResource(context, TURN_OFF_EMBEDDED_TUNER).orElse(false); in turnOffEmbeddedTuner()
75 public final Optional<Boolean> getBooleanResource(Context context, String resourceName) { in getBooleanResource() method in BaseCustomization
51 return partnerCustomizations.getBooleanResource(context, property).orElse(false); in isEnabled()