Searched refs:getPinnedSpecs (Results 1 – 8 of 8) sorted by relevance
27 SliceSpec[] getPinnedSpecs(in Uri uri, String pkg); in getPinnedSpecs() method
188 public @NonNull Set<SliceSpec> getPinnedSpecs(Uri uri) { in getPinnedSpecs() method in SliceManager190 return new ArraySet<>(Arrays.asList(mService.getPinnedSpecs(uri, in getPinnedSpecs()
139 mService.getPinnedSpecs(TEST_URI, "pkg"); in testNoPinThrow()151 assertEquals(specs, mService.getPinnedSpecs(TEST_URI, "pkg")); in testGetPinnedSpecs()
204 public SliceSpec[] getPinnedSpecs(Uri uri, String pkg) throws RemoteException { in getPinnedSpecs() method in SliceManagerService
705 description: "Move the ISliceManager#getPinnedSpecs binder call to the background thread."
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
8840 Landroid/app/slice/ISliceManager$Stub$Proxy;->getPinnedSpecs(Landroid/net/Uri;Ljava/lang/String;)[L…8866 Landroid/app/slice/ISliceManager;->getPinnedSpecs(Landroid/net/Uri;Ljava/lang/String;)[Landroid/app…
9333 …method @Deprecated @NonNull public java.util.Set<android.app.slice.SliceSpec> getPinnedSpecs(andro…