Home
last modified time | relevance | path

Searched defs:fromBundle (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/partner/
H A DResourceEntry.java44 public static ResourceEntry fromBundle(@Nullable Bundle bundle) { in fromBundle() method in ResourceEntry
/aosp12/packages/services/Car/car-lib/src/android/car/cluster/
H A DClusterActivityState.java118 public static ClusterActivityState fromBundle(Bundle bundle) { in fromBundle() method in ClusterActivityState
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DSafeActivityOptions.java74 public static SafeActivityOptions fromBundle(Bundle bOptions) { in fromBundle() method in SafeActivityOptions
85 static SafeActivityOptions fromBundle(Bundle bOptions, int callingPid, int callingUid) { in fromBundle() method in SafeActivityOptions
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/audio_util/helpers/
H A DMetadata.java188 public Builder fromBundle(Bundle bundle) { in fromBundle() method in Metadata.Builder
/aosp12/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
H A DConversation.java136 public static Conversation fromBundle(@Nullable Bundle bundle) { in fromBundle() method in Conversation
820 private static ConversationAction fromBundle(@Nullable Bundle bundle) { in fromBundle() method in Conversation.ConversationAction
/aosp12/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
H A DAppSearchSchema.java413 public static PropertyConfig fromBundle(@NonNull Bundle propertyBundle) { in fromBundle() method in AppSearchSchema.PropertyConfig
/aosp12/frameworks/base/core/java/android/app/
H A DActivityOptions.java1356 public static ActivityOptions fromBundle(Bundle bOptions) { in fromBundle() method in ActivityOptions