Home
last modified time | relevance | path

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

/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
DCredstoreWritableIdentityCredential.java115 Collection<String> namespaces = personalizationData.getNamespaces(); in personalize()
/frameworks/base/apex/appsearch/testing/java/com/android/server/appsearch/testing/external/
DAppSearchSessionShim.java73 ListenableFuture<Set<String>> getNamespaces(); in getNamespaces() method
/frameworks/base/apex/appsearch/testing/java/com/android/server/appsearch/testing/
DAppSearchSessionShimImpl.java119 public ListenableFuture<Set<String>> getNamespaces() { in getNamespaces() method in AppSearchSessionShimImpl
121 mAppSearchSession.getNamespaces(mExecutor, future::set); in getNamespaces()
/frameworks/base/apex/appsearch/framework/java/android/app/appsearch/aidl/
DIAppSearchManager.aidl82 void getNamespaces( in getNamespaces() method
/frameworks/base/apex/appsearch/framework/java/android/app/appsearch/
DAppSearchSession.java227 public void getNamespaces( in getNamespaces() method in AppSearchSession
234 mService.getNamespaces( in getNamespaces()
/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/
DAppSearchManagerService.java442 public void getNamespaces( in getNamespaces() method in AppSearchManagerService.Stub
463 instance.getAppSearchImpl().getNamespaces(packageName, databaseName); in getNamespaces()
/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
588 String prefixedNamespace = getAllNamespacesResultProto.getNamespaces(i); in getNamespaces()
/frameworks/base/apex/appsearch/framework/api/
Dcurrent.txt139 …method public void getNamespaces(@NonNull java.util.concurrent.Executor, @NonNull java.util.functi…
/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
/frameworks/base/core/api/
Dcurrent.txt37409 method @NonNull public abstract java.util.Collection<java.lang.String> getNamespaces();