Searched refs:getPropertyFromLongName (Results 1 – 1 of 1) sorted by relevance
112 private String getPropertyFromLongName(Properties properties, String longName) { in getPropertyFromLongName() method in PropertiesProvisioningDataParser146 getPropertyFromLongName( in parse()148 if ((s = getPropertyFromLongName( in parse()155 builder.setTimeZone(getPropertyFromLongName(props, EXTRA_PROVISIONING_TIME_ZONE)) in parse()157 getPropertyFromLongName(props, EXTRA_PROVISIONING_LOCALE))); in parse()158 if ((s = getPropertyFromLongName(props, EXTRA_PROVISIONING_LOCAL_TIME)) != null) { in parse()172 if ((s = getPropertyFromLongName( in parse()176 if ((s = getPropertyFromLongName( in parse()180 if ((s = getPropertyFromLongName( in parse()211 if (getPropertyFromLongName(props, EXTRA_PROVISIONING_WIFI_SSID) == null) { in parseWifiInfoFromProperties()[all …]