Searched refs:bundleFor (Results 1 – 4 of 4) sorted by relevance
133 public static Bundle bundleFor(@Nullable String value) { in bundleFor() method in SyncResultReceiver144 public static Bundle bundleFor(@Nullable String[] value) { in bundleFor() method in SyncResultReceiver155 public static Bundle bundleFor(@Nullable Parcelable value) { in bundleFor() method in SyncResultReceiver166 public static Bundle bundleFor(@Nullable ArrayList<? extends Parcelable> value) { in bundleFor() method in SyncResultReceiver178 public static Bundle bundleFor(int value) { in bundleFor() method in SyncResultReceiver
27 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()
688 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()
24365 HPLcom/android/internal/util/SyncResultReceiver;->bundleFor(Landroid/os/Parcelable;)Landroid/os/Bun…