Home
last modified time | relevance | path

Searched refs:getEntryLabel (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/search/
DSpaSearchProviderTest.kt68 pageOwner.getEntryLabel("SearchDynamicWithImmutableStatus") in testQuerySearchStatusData()
85 pageOwner.getEntryLabel("SearchStaticWithMutableStatus") in testQuerySearchStatusData()
100 pageOwner.getEntryLabel("SearchDynamicWithMutableStatus") in testQuerySearchStatusData()
122 pageOwner.getEntryLabel("SearchStaticWithNoStatus") in testQuerySearchIndexData()
165 pageOwner.getEntryLabel("SearchStaticWithMutableStatus") in testQuerySearchIndexData()
179 pageOwner.getEntryLabel("SearchDynamicWithMutableStatus") in testQuerySearchIndexData()
191 pageOwner.getEntryLabel("SearchDynamicWithImmutableStatus") in testQuerySearchIndexData()
215 pageOwner.getEntryLabel("SearchStaticWithNoStatus") in testQuerySearchIndexRow()
268 pageOwner.getEntryLabel("SearchStaticWithMutableStatus") in testQuerySearchIndexRow()
283 pageOwner.getEntryLabel("SearchDynamicWithMutableStatus") in testQuerySearchIndexRow()
[all …]
/frameworks/opt/vcard/java/com/android/vcard/
DVCardEntry.java118 public EntryLabel getEntryLabel(); in getEntryLabel() method
271 public final EntryLabel getEntryLabel() { in getEntryLabel() method in VCardEntry.NameData
387 public final EntryLabel getEntryLabel() { in getEntryLabel() method in VCardEntry.PhoneData
477 public final EntryLabel getEntryLabel() { in getEntryLabel() method in VCardEntry.EmailData
698 public final EntryLabel getEntryLabel() { in getEntryLabel() method in VCardEntry.PostalData
854 public final EntryLabel getEntryLabel() { in getEntryLabel() method in VCardEntry.OrganizationData
957 public final EntryLabel getEntryLabel() { in getEntryLabel() method in VCardEntry.ImData
1062 public final EntryLabel getEntryLabel() { in getEntryLabel() method in VCardEntry.PhotoData
1123 public EntryLabel getEntryLabel() { in getEntryLabel() method in VCardEntry.NicknameData
1178 public EntryLabel getEntryLabel() { in getEntryLabel() method in VCardEntry.NoteData
[all …]
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardEntryTests.java152 mExpectedElements.put(elem.getEntryLabel(), elem); in addExpectedElement()
191 EntryElement expectedElem = mExpectedElements.remove(elem.getEntryLabel()); in onElement()