Home
last modified time | relevance | path

Searched defs:bundle (Results 201 – 225 of 851) sorted by relevance

12345678910>>...35

/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/model/
H A DWifiInfo.java141 final PersistableBundle bundle = new PersistableBundle(); in toPersistableBundle() local
160 /* package */ static WifiInfo fromPersistableBundle(PersistableBundle bundle) { in fromPersistableBundle()
164 private static Builder createBuilderFromPersistableBundle(PersistableBundle bundle) { in createBuilderFromPersistableBundle()
/aosp12/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
H A DConversation.java108 Bundle bundle = new Bundle(); in toBundle() local
136 public static Conversation fromBundle(@Nullable Bundle bundle) { in fromBundle()
501 Bundle bundle = new Bundle(); in toBundle() local
539 private static Message getMessageFromBundle(Bundle bundle) { in getMessageFromBundle()
811 Bundle bundle = new Bundle(); in toBundle() local
820 private static ConversationAction fromBundle(@Nullable Bundle bundle) { in fromBundle()
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/
H A DNetworkRequestDialogActivity.java99 final Bundle bundle = new Bundle(); in showSingleSsidRequestDialog() local
162 final Bundle bundle = new Bundle(); in stopScanningAndPopErrorDialog() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/settings/
H A DDialerSettingsActivity.java208 Bundle bundle = new Bundle(); in addVoicemailSettings() local
224 Bundle bundle = new Bundle(); in addVoicemailSettings() local
/ohos5.0/drivers/external_device_manager/test/unittest/drivers_pkg_manager_test/src/
H A Ddriver_pkg_manager_test.cpp156 std::shared_ptr<BundleInfoNames> bundle = drvPkgMgrInstance.QueryMatchDriver(devInfo); variable
171 std::shared_ptr<BundleInfoNames> bundle = drvPkgMgrInstance.QueryMatchDriver(devInfo); variable
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cluster/
H A DFakeClusterNavigationActivity.java60 Bundle bundle = intent.getBundleExtra(Car.CAR_EXTRA_CLUSTER_ACTIVITY_STATE); in handleIntent() local
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/publisher/statsconverters/
H A DAnrOccurredConverterTest.java78 PersistableBundle bundle = mConverter.convert(atomsList, null, null, null); in testConvertAtomsListWithDimensionValues_putsCorrectDataToPersistableBundle() local
H A DAppCrashOccurredConverterTest.java77 PersistableBundle bundle = mConverter.convert(atomsList, null, null, null); in testConvertAtomsListWithDimensionValues_putsCorrectDataToPersistableBundle() local
H A DWtfOccurredConverterTest.java76 PersistableBundle bundle = mConverter.convert(atomsList, null, null, null); in testConvertAtomsListWithDimensionValues_putsCorrectDataToPersistableBundle() local
/aosp12/packages/services/Car/service/src/com/android/car/telemetry/publisher/statsconverters/
H A DGaugeMetricDataConverter.java75 PersistableBundle bundle = AtomListConverter.convert( in convertGaugeDataList() local
/aosp12/packages/apps/Settings/src/com/android/settings/development/
H A DAdbDeviceDetailsFragment.java46 Bundle bundle = getArguments(); in onAttach() local
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
H A DHotseatPredictionModel.java45 Bundle bundle = new Bundle(); in convertDataModelToAppTargetBundle() local
/aosp12/frameworks/base/tests/vcn/java/android/net/vcn/persistablebundleutils/
H A DIkeIdentificationUtilsTest.java46 final PersistableBundle bundle = IkeIdentificationUtils.toPersistableBundle(id); in verifyPersistableBundleEncodeDecodeIsLossless() local
H A DIkeTrafficSelectorUtilsTest.java50 final PersistableBundle bundle = IkeTrafficSelectorUtils.toPersistableBundle(ts); in verifyPersistableBundleEncodeDecodeIsLossless() local
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DMissedIncomingCallSmsFilterTest.java89 Bundle bundle = captor.getValue(); in testMissedIncomingCallwithCallerId() local
/aosp12/packages/apps/Car/Cluster/ClusterHomeSample/src/com/android/car/cluster/home/
H A DFakeFreeNavigationActivity.java59 Bundle bundle = intent.getBundleExtra(Car.CAR_EXTRA_CLUSTER_ACTIVITY_STATE); in handleIntent() local
/aosp12/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/
H A DFakeFreeNavigationActivity.java58 Bundle bundle = intent.getBundleExtra(Car.CAR_EXTRA_CLUSTER_ACTIVITY_STATE); in handleIntent() local
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
H A DAccountSyncDetailsFragment.java43 Bundle bundle = new Bundle(); in newInstance() local
/aosp12/frameworks/base/core/java/android/service/textclassifier/
H A DTextClassifierService.java421 public static <T extends Parcelable> T getResponse(Bundle bundle) { in getResponse()
426 public static <T extends Parcelable> void putResponse(Bundle bundle, T response) { in putResponse()
496 Bundle bundle = new Bundle(1); in onSuccess() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp1015 std::string bundle = "Bundle"; variable
1029 std::string bundle = "Bundle"; variable
1182 std::string bundle = "Bundle"; variable
1683 std::string bundle = "Bundle"; variable
1702 std::string bundle = "Bundle"; variable
1721 std::string bundle = "Bundle"; variable
3275 auto bundle = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, SYSTEM_APP_UID); variable
3317 auto bundle = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, SYSTEM_APP_UID); variable
3350 auto bundle = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, SYSTEM_APP_UID); variable
3375 auto bundle = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, SYSTEM_APP_UID); variable
[all …]
/aosp12/packages/apps/Settings/src/com/android/settings/applications/defaultapps/
H A DDefaultAppPickerFragment.java138 final Bundle bundle = getArguments(); in onCreateDialog() local
150 final Bundle bundle = getArguments(); in onClick() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dform_utils_impl.cpp68 auto bundle = bundleName->GetString(); in RouterEvent() local
116 auto bundle = bundleName->GetString(); in BackgroundEvent() local
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_kit_inner/src/
H A Db_incremental_restore_session.cpp109 for (const auto &bundle : bundlesToRestore) { in AppendBundles() local
129 for (const auto &bundle : bundlesToRestore) { in AppendBundles() local
H A Db_incremental_session_restore_async.cpp113 for (const auto &bundle : bundlesToRestore) { in AppendBundles() local
135 for (const auto &bundle : bundlesToRestore) { in AppendBundles() local
H A Db_session_restore.cpp111 for (const auto &bundle : bundlesToRestore) { in AppendBundles() local
130 for (const auto &bundle : bundlesToRestore) { in AppendBundles() local

12345678910>>...35