Home
last modified time | relevance | path

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

/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchImpl.java280 GetAllNamespacesResultProto getAllNamespacesResultProto = in AppSearchImpl() local
284 getAllNamespacesResultProto.getNamespacesCount(), in AppSearchImpl()
285 getAllNamespacesResultProto); in AppSearchImpl()
297 getAllNamespacesResultProto.getStatus())) in AppSearchImpl()
303 checkSuccess(getAllNamespacesResultProto.getStatus()); in AppSearchImpl()
315 getAllNamespacesResultProto.getNamespacesList(); in AppSearchImpl()
578 GetAllNamespacesResultProto getAllNamespacesResultProto = in getNamespaces() local
582 getAllNamespacesResultProto.getNamespacesCount(), in getNamespaces()
583 getAllNamespacesResultProto); in getNamespaces()
584 checkSuccess(getAllNamespacesResultProto.getStatus()); in getNamespaces()
[all …]