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;725 result.send(RESULT_CODE_SECURITY_EXCEPTION, bundleFor(e.getMessage())); in throwsSecurityException()936 result.send(RESULT_CODE_OK, bundleFor(connectedServiceComponentName)); in getServiceComponentName()1020 result.send(RESULT_CODE_OK, bundleFor(componentName)); in getServiceSettingsActivity()1041 result.send(RESULT_CODE_OK, bundleFor(conditions)); in getContentCaptureConditions()
932 send(receiver, SyncResultReceiver.bundleFor(value)); in send()936 send(receiver, SyncResultReceiver.bundleFor(value)); in send()940 send(receiver, SyncResultReceiver.bundleFor(value)); in send()949 receiver.send(value1, SyncResultReceiver.bundleFor(value2)); in send()