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
25 import static com.android.internal.util.SyncResultReceiver.bundleFor;282 result.send(STATUS_SYNC_CALL_SUCCESS, bundleFor(pendingIntent)); in getServiceSettingsActivity()
38 import static com.android.internal.util.SyncResultReceiver.bundleFor;621 result.send(RESULT_CODE_SECURITY_EXCEPTION, bundleFor(e.getMessage())); in throwsSecurityException()710 result.send(RESULT_CODE_OK, bundleFor(connectedServiceComponentName)); in getServiceComponentName()794 result.send(RESULT_CODE_OK, bundleFor(componentName)); in getServiceSettingsActivity()815 result.send(RESULT_CODE_OK, bundleFor(conditions)); in getContentCaptureConditions()
770 send(receiver, SyncResultReceiver.bundleFor(value)); in send()774 send(receiver, SyncResultReceiver.bundleFor(value)); in send()778 send(receiver, SyncResultReceiver.bundleFor(value)); in send()787 receiver.send(value1, SyncResultReceiver.bundleFor(value2)); in send()