Searched refs:BOUNDARY (Results 1 – 2 of 2) sorted by relevance
60 private static final String BOUNDARY = "boundary="; field in ConfigParser368 if (!attribute.startsWith(BOUNDARY)) { in parseContentType()372 boundary = attribute.substring(BOUNDARY.length()); in parseContentType()
411 Landroid/net/wifi/hotspot2/ConfigParser;->BOUNDARY:Ljava/lang/String;