Searched refs:fastbootVar (Results 1 – 2 of 2) sorted by relevance
588 protected String internalGetProperty(String propName, String fastbootVar, String description) in internalGetProperty() argument590 if (isStateBootloaderOrFastbootd() && fastbootVar != null) { in internalGetProperty()592 fastbootVar, description); in internalGetProperty()593 return getFastbootVariable(fastbootVar); in internalGetProperty()
3016 String propName, String fastbootVar, String description) in testGetProductVariant_legacyOmr1()3034 String propName, String fastbootVar, String description) in testGetProductVariant_legacy()