Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/
DSyncResultReceiver.java133 public static Bundle bundleFor(@Nullable String value) { in bundleFor() method in SyncResultReceiver
144 public static Bundle bundleFor(@Nullable String[] value) { in bundleFor() method in SyncResultReceiver
155 public static Bundle bundleFor(@Nullable Parcelable value) { in bundleFor() method in SyncResultReceiver
166 public static Bundle bundleFor(@Nullable ArrayList<? extends Parcelable> value) { in bundleFor() method in SyncResultReceiver
178 public static Bundle bundleFor(int value) { in bundleFor() method in SyncResultReceiver
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java27 import static com.android.internal.util.SyncResultReceiver.bundleFor;
512 result.send(RESULT_CODE_SECURITY_EXCEPTION, bundleFor(e.getMessage())); in throwsSecurityException()
582 result.send(RESULT_CODE_OK, bundleFor(connectedServiceComponentName)); in getServiceComponentName()
633 result.send(RESULT_CODE_OK, bundleFor(componentName)); in getServiceSettingsActivity()
654 result.send(RESULT_CODE_OK, bundleFor(conditions)); in getContentCaptureConditions()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java688 send(receiver, SyncResultReceiver.bundleFor(value)); in send()
692 send(receiver, SyncResultReceiver.bundleFor(value)); in send()
696 send(receiver, SyncResultReceiver.bundleFor(value)); in send()
705 receiver.send(value1, SyncResultReceiver.bundleFor(value2)); in send()
/frameworks/base/config/
Dboot-image-profile.txt24365 HPLcom/android/internal/util/SyncResultReceiver;->bundleFor(Landroid/os/Parcelable;)Landroid/os/Bun…