HomeSort by relevance Sort by last modified time
    Searched refs:supportedTags (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiBackupDataV1Parser.java 276 Set<String> supportedTags = getSupportedWifiConfigurationTags(minorVersion);
288 if (!supportedTags.contains(tagName)) {
408 Set<String> supportedTags = getSupportedIpConfigurationTags(minorVersion);
431 if (!supportedTags.contains(tagName)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceOptionsDialogV2.java 176 private Table createTable(Composite c, String label, List<SystraceTag> supportedTags) {
188 for (SystraceTag tag : supportedTags) {

Completed in 100 milliseconds