Home
last modified time | relevance | path

Searched defs:getNamespaces (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/apex/appsearch/testing/java/com/android/server/appsearch/testing/external/
DAppSearchSessionShim.java73 ListenableFuture<Set<String>> getNamespaces(); in getNamespaces() method
/frameworks/base/identity/java/android/security/identity/
DResultData.java149 public abstract @NonNull Collection<String> getNamespaces(); in getNamespaces() method in ResultData
DPersonalizationData.java49 Collection<String> getNamespaces() { in getNamespaces() method in PersonalizationData
DCredstoreResultData.java69 public @NonNull Collection<String> getNamespaces() { in getNamespaces() method in CredstoreResultData
/frameworks/base/apex/appsearch/testing/java/com/android/server/appsearch/testing/
DAppSearchSessionShimImpl.java119 public ListenableFuture<Set<String>> getNamespaces() { in getNamespaces() method in AppSearchSessionShimImpl
/frameworks/base/apex/appsearch/framework/java/android/app/appsearch/
DAppSearchSession.java227 public void getNamespaces( in getNamespaces() method in AppSearchSession
/frameworks/base/apex/appsearch/framework/java/android/app/appsearch/aidl/
DIAppSearchManager.aidl82 void getNamespaces( in getNamespaces() method
/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/
DAppSearchManagerService.java442 public void getNamespaces( in getNamespaces() method in AppSearchManagerService.Stub
/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchImpl.java569 public List<String> getNamespaces(@NonNull String packageName, @NonNull String databaseName) in getNamespaces() method in AppSearchImpl
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java693 public void getNamespaces(String packageName, String databaseName, UserHandle userHandle, in getNamespaces() method in BaseShortcutManagerTest.MockAppSearchManager