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

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DomainMatcher.java 137 List<String> primaryLabel = Utils.splitDomain(primaryDomain);
138 mRoot.addDomain(primaryLabel.iterator(), MATCH_PRIMARY);
  /frameworks/base/core/tests/coretests/src/android/view/textclassifier/
TextClassificationTest.java 67 final String primaryLabel = "primaryLabel";
72 final RemoteAction remoteAction0 = new RemoteAction(primaryIcon, primaryLabel,
106 assertEquals(primaryLabel, primaryAction.getTitle());
  /frameworks/support/textclassifier/src/androidTest/java/androidx/textclassifier/
TextClassificationTest.java 59 final String primaryLabel = "primarylabel";
76 .setPrimaryAction(primaryIntent, primaryLabel, primaryIcon)
102 assertEquals(primaryLabel, result.getLabel());
  /prebuilts/go/darwin-x86/src/net/
ipsock.go 106 var primaryLabel bool
109 if i == 0 || label == primaryLabel {
110 primaryLabel = label
  /prebuilts/go/linux-x86/src/net/
ipsock.go 106 var primaryLabel bool
109 if i == 0 || label == primaryLabel {
110 primaryLabel = label
  /frameworks/support/textclassifier/src/main/java/androidx/textclassifier/
TextClassification.java 90 @Nullable String primaryLabel,
101 mPrimaryLabel = primaryLabel;
256 + "primaryLabel=%s, secondaryLabels=%s, "

Completed in 108 milliseconds