Home
last modified time | relevance | path

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

/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/converter/
DSnippetTest.java335 assertThat(match1.getPropertyPathObject()).isEqualTo(new PropertyPath("sender.name")); in testNestedDocumentSnippet()
349 assertThat(match2.getPropertyPathObject()).isEqualTo(new PropertyPath("sender.email[1]")); in testNestedDocumentSnippet()
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DSearchResult.java546 public PropertyPath getPropertyPathObject() { in getPropertyPathObject() method in SearchResult.MatchInfo
/packages/modules/AppSearch/framework/api/
Dcurrent.txt481 method @NonNull public android.app.appsearch.PropertyPath getPropertyPathObject();