Home
last modified time | relevance | path

Searched refs:primaryLabel (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DDomainMatcher.java137 List<String> primaryLabel = Utils.splitDomain(primaryDomain); in DomainMatcher() local
138 mRoot.addDomain(primaryLabel.iterator(), MATCH_PRIMARY); in DomainMatcher()
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DTextClassificationTest.java76 final String primaryLabel = "primaryLabel"; in testParcel() local
81 final RemoteAction remoteAction0 = new RemoteAction(primaryIcon, primaryLabel, in testParcel()
116 assertEquals(primaryLabel, primaryAction.getTitle()); in testParcel()