Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestCompilationCaching.cpp376 void compileModel(const sp<CachingDriver>& driver, bool withToken) { in compileModel() argument
391 if (withToken) { in compileModel()
/aosp12/frameworks/base/core/java/android/content/
H A DAttributionSource.java179 public AttributionSource withToken(@NonNull Binder token) { in withToken() method in AttributionSource
/aosp12/frameworks/base/core/java/android/permission/
H A DPermissionManager.java1197 final AttributionSource registeredSource = source.withToken(new Binder()); in registerAttributionSource()