Home
last modified time | relevance | path

Searched defs:bundle (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_slot_service_test.cpp136 sptr<NotificationBundleOption> bundle = nullptr; variable
151 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", 1); variable
167 sptr<NotificationBundleOption> bundle = nullptr; variable
190 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", 1); variable
245 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", 1); variable
264 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", 1); variable
284 sptr<NotificationBundleOption> bundle = nullptr; variable
304 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", 1); variable
435 sptr<NotificationBundleOption> bundle = nullptr; variable
452 sptr<NotificationBundleOption> bundle = nullptr; variable
[all …]
H A Dadvanced_notification_utils_test.cpp126 …AnsUtilsTest::TestAddNotification(int notificationId, const sptr<NotificationBundleOption> &bundle) in TestAddNotification()
173 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", 1); variable
214 sptr<NotificationBundleOption> bundle; variable
246 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", 1); variable
307 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", 1); variable
329 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", 1); variable
369 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", 1); variable
387 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", 1); variable
406 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", 1); variable
H A Dadvanced_notification_publish_service_test.cpp315 auto bundle = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, NON_SYSTEM_APP_UID); variable
463 auto bundle = advancedNotificationService_->GenerateBundleOption(); variable
496 sptr<NotificationBundleOption> bundle = nullptr; variable
526 sptr<NotificationBundleOption> bundle = nullptr; variable
540 sptr<NotificationBundleOption> bundle = nullptr; variable
568 auto bundle = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, NON_SYSTEM_APP_UID); variable
613 auto bundle = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, NON_SYSTEM_APP_UID); variable
637 sptr<NotificationBundleOption> bundle = nullptr; variable
658 auto bundle = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, NON_SYSTEM_APP_UID); variable
687 auto bundle = new NotificationBundleOption(TEST_DEFUALT_BUNDLE, NON_SYSTEM_APP_UID); variable
[all …]
H A Dadvanced_notification_live_view_service_test.cpp112 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", 1); variable
147 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", 1); variable
189 auto bundle = new NotificationBundleOption("test", 1); variable
269 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", creatorUid); variable
295 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", 1); variable
331 sptr<NotificationBundleOption> bundle = new NotificationBundleOption("test", ownerUid); variable
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DSurfaceViewRequestUtils.java33 Bundle bundle = new Bundle(); in createSurfaceBundle() local
44 public static SurfaceControl getSurfaceControl(Bundle bundle) { in getSurfaceControl()
51 public static @Nullable IBinder getHostToken(Bundle bundle) { in getHostToken()
58 public static int getDisplayId(Bundle bundle) { in getDisplayId()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Denabled_notification_callback_data_test.cpp43 std::string bundle = "Bundle"; variable
59 std::string bundle = "Bundle"; variable
75 std::string bundle = "Bundle"; variable
91 std::string bundle = "Bundle"; variable
107 std::string bundle = "Bundle"; variable
123 std::string bundle = "Bundle"; variable
145 std::string bundle = "Bundle"; variable
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DSyncResultReceiver.java134 final Bundle bundle = new Bundle(); in bundleFor() local
145 final Bundle bundle = new Bundle(); in bundleFor() local
156 final Bundle bundle = new Bundle(); in bundleFor() local
167 final Bundle bundle = new Bundle(); in bundleFor() local
179 final Bundle bundle = new Bundle(); in bundleFor() local
/aosp14/frameworks/base/core/java/android/service/autofill/
H A DSavedDatasetsInfoCallbackImpl.java71 Bundle bundle = new Bundle(/* capacity= */ 1); in onSuccess() local
79 Bundle bundle = new Bundle(/* capacity= */ 1); in onError() local
84 private void send(int resultCode, Bundle bundle) { in send()
/aosp14/frameworks/base/tools/aapt/
H A DMain.cpp27 int doVersion(Bundle* bundle) in doVersion()
250 int handleCommand(Bundle* bundle) in handleCommand()
279 Bundle bundle; in main() local
H A DPackage.cpp52 status_t writeAPK(Bundle* bundle, const String8& outputFile, const sp<OutputSet>& outputSet) in writeAPK()
218 ssize_t processAssets(Bundle* bundle, ZipFile* zip, const sp<const OutputSet>& outputSet) in processAssets()
245 bool processFile(Bundle* bundle, ZipFile* zip, in processFile()
366 bool okayToCompress(Bundle* bundle, const String8& pathName) in okayToCompress()
427 ssize_t processJarFiles(Bundle* bundle, ZipFile* zip) in processJarFiles()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DValidateNotificationPeopleTest.java75 Bundle bundle = new Bundle(); in testNoExtra() local
83 Bundle bundle = new Bundle(); in testSingleString() local
92 Bundle bundle = new Bundle(); in testSingleCharArray() local
101 Bundle bundle = new Bundle(); in testSingleCharSequence() local
109 Bundle bundle = new Bundle(); in testStringArraySingle() local
118 Bundle bundle = new Bundle(); in testStringArrayMultiple() local
127 Bundle bundle = new Bundle(); in testStringArrayNulls() local
136 Bundle bundle = new Bundle(); in testCharSequenceArrayMultiple() local
149 Bundle bundle = new Bundle(); in testMixedCharSequenceArrayList() local
166 Bundle bundle = new Bundle(); in testStringArrayList() local
[all …]
/aosp14/frameworks/base/core/java/android/app/admin/
H A DProvisioningIntentHelper.java111 Bundle bundle = createBundleFromProperties(properties); in createProvisioningIntentFromNdefRecord() local
136 Bundle bundle = new Bundle(); in createBundleFromProperties() local
146 String propertyName, Properties properties, Bundle bundle) { in addPropertyToBundle()
197 private static Intent createProvisioningIntentFromBundle(Bundle bundle) { in createProvisioningIntentFromBundle()
209 private static boolean containsRequiredProvisioningExtras(Bundle bundle) { in containsRequiredProvisioningExtras()
/ohos5.0/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Dreclaim_priority_manager_test.cpp163 std::shared_ptr<BundlePriorityInfo> bundle = account->FindBundleById(uid); variable
190 std::shared_ptr<BundlePriorityInfo> bundle = account->FindBundleById(uid); variable
214 std::shared_ptr<BundlePriorityInfo> bundle = account->FindBundleById(uid); variable
239 std::shared_ptr<BundlePriorityInfo> bundle = account->FindBundleById(uid); variable
280 std::shared_ptr<BundlePriorityInfo> bundle = account->FindBundleById(uid); variable
314 std::shared_ptr<BundlePriorityInfo> bundle = account->FindBundleById(uid); variable
345 std::shared_ptr<BundlePriorityInfo> bundle = account->FindBundleById(uid); variable
376 std::shared_ptr<BundlePriorityInfo> bundle = account->FindBundleById(uid); variable
405 std::shared_ptr<BundlePriorityInfo> bundle = account->FindBundleById(uid); variable
448 std::shared_ptr<BundlePriorityInfo> bundle = account->FindBundleById(uid); variable
[all …]
/aosp14/frameworks/base/packages/SettingsLib/EmergencyNumber/src/com/android/settingslib/emergencynumber/
H A DEmergencyNumberUtils.java118 final Bundle bundle = new Bundle(); in setEmergencyNumberOverride() local
128 final Bundle bundle = new Bundle(); in setEmergencyGestureEnabled() local
139 final Bundle bundle = new Bundle(); in setEmergencySoundEnabled() local
150 final Bundle bundle = mContext.getContentResolver().call( in getEmergencyGestureEnabled() local
161 final Bundle bundle = mContext.getContentResolver().call( in getEmergencyGestureSoundEnabled() local
170 final Bundle bundle = mContext.getContentResolver().call( in getEmergencyNumberOverride() local
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DAuthenticatorService.java63 String s, String s2, String[] strings, Bundle bundle) in addAccount()
70 Account account, Bundle bundle) in confirmCredentials()
77 Account account, String s, Bundle bundle) in getAuthToken()
89 Account account, String s, Bundle bundle) in updateCredentials()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/rollback/
H A DWatchdogRollbackLoggerTest.java93 Bundle bundle = new Bundle(); in testLogPackageParentKeyIsNull() local
109 Bundle bundle = new Bundle(); in testLogPackageHasParentKey() local
129 Bundle bundle = new Bundle(); in testLogPackageNameNotFound() local
152 Bundle bundle = new Bundle(); in testApexdLoggingCallsWithParents() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/bundle_manager_helper_branch_test/
H A Dbundle_manager_helper_branch_test.cpp101 std::string bundle = "aa"; variable
117 std::string bundle = "aa"; variable
212 std::string bundle = "aa"; variable
226 std::string bundle = "aa"; variable
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DCellLocation.java85 public static CellLocation newFromBundle(Bundle bundle) { in newFromBundle()
103 public abstract void fillInNotifierBundle(Bundle bundle); in fillInNotifierBundle()
/aosp14/frameworks/base/tests/vcn/java/android/net/vcn/persistablebundleutils/
H A DSaProposalUtilsTest.java55 final PersistableBundle bundle = IkeSaProposalUtils.toPersistableBundle(proposal); in testPersistableBundleEncodeDecodeIsLosslessIkeProposal() local
77 final PersistableBundle bundle = ChildSaProposalUtils.toPersistableBundle(proposal); in testPersistableBundleEncodeDecodeIsLosslessChildProposal() local
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_sys_event_receiver_test/
H A Dfms_form_sys_event_receiver_test.cpp143 void FmsFormSysEventReceiverTest::CreateEventData(std::string bundle, int64_t formId, in CreateEventData()
203 std::string bundle = FORM_PROVIDER_BUNDLE_NAME; variable
253 std::string bundle = FORM_PROVIDER_BUNDLE_NAME; variable
287 std::string bundle = FORM_PROVIDER_BUNDLE_NAME; variable
323 std::string bundle = FORM_PROVIDER_BUNDLE_NAME; variable
351 std::string bundle = FORM_PROVIDER_BUNDLE_NAME; variable
378 std::string bundle = FORM_PROVIDER_BUNDLE_NAME; variable
432 std::string bundle = FORM_PROVIDER_BUNDLE_NAME; variable
468 std::string bundle = FORM_PROVIDER_BUNDLE_NAME; variable
519 std::string bundle = FORM_PROVIDER_BUNDLE_NAME; variable
[all …]
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DBundleTest.java61 private Parcel getParcelledBundle(Bundle bundle) { in getParcelledBundle()
358 Bundle bundle = new Bundle(); in readWriteLengthMismatch_logsWtf() local
369 Bundle bundle = new Bundle(); in getParcelable_whenThrowingAndNotDefusing_throws() local
381 Bundle bundle = new Bundle(); in getParcelable_whenThrowingAndDefusing_returnsNull() local
396 Bundle bundle = new Bundle(); in getParcelable_whenThrowingAndDefusing_leavesElement() local
414 Bundle bundle = getMalformedBundle(); in partialDeserialization_whenNotDefusing_throws() local
421 Bundle bundle = getMalformedBundle(); in partialDeserialization_whenDefusing_emptiesMap() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dbadge_number_callback_data.cpp26 BadgeNumberCallbackData::BadgeNumberCallbackData(const std::string &bundle, int32_t uid, int32_t ba… in BadgeNumberCallbackData()
30 BadgeNumberCallbackData::BadgeNumberCallbackData(const std::string &bundle, int32_t uid, in BadgeNumberCallbackData()
35 void BadgeNumberCallbackData::SetBundle(const std::string &bundle) in SetBundle()
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Dreclaim_priority_manager.cpp237 std::shared_ptr<BundlePriorityInfo> bundle = *itrBundle; in GetBundlePrioSet() local
270 std::shared_ptr<BundlePriorityInfo> bundle = *itrBundle; in GetOneKillableBundle() local
328 void ReclaimPriorityManager::AddBundleInfoToSet(std::shared_ptr<BundlePriorityInfo> bundle) in AddBundleInfoToSet()
373 std::shared_ptr<BundlePriorityInfo> bundle = account->FindBundleById(bundleUid); in IsProcExist() local
445 std::shared_ptr<BundlePriorityInfo> bundle = account->FindBundleById(target.uid); in HandleAbilityStart() local
479 std::shared_ptr<BundlePriorityInfo> bundle = account->FindBundleById(bundleUid); in CheckAbilityStartCompleted() local
562 std::shared_ptr<BundlePriorityInfo> bundle = account->FindBundleById(uid); in CheckCreateProcPriorityDelay() local
582 std::shared_ptr<BundlePriorityInfo> bundle; in HandleCreateProcess() local
657 std::shared_ptr<BundlePriorityInfo> bundle = *itrBundle; in FilterDiedProcess() local
748 std::shared_ptr<BundlePriorityInfo> bundle = account->FindBundleById(target.uid); in UpdateExtensionStatusForTarget() local
[all …]
/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DInlinePresentationStyleUtilsTest.java126 Bundle bundle = new Bundle(); in testFilterContentTypes_basic() local
140 Bundle bundle = new Bundle(); in testFilterContentTypes_binder_removedBinder() local
158 Bundle bundle = new Bundle(); in testFilterContentTypes_binderInChild_removedBinder() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/clone/
H A Dnotification_clone_bundle_service.cpp90 for (auto bundle = bundlesInfo_.begin(); bundle != bundlesInfo_.end();) { in OnRestore() local
102 for (auto bundle = bundlesInfo_.begin(); bundle != bundlesInfo_.end(); bundle++) { in OnRestore() local
129 for (auto bundle = bundlesInfo_.begin(); bundle != bundlesInfo_.end();) { in HandleBundleEvent() local

12345678910>>...16