Home
last modified time | relevance | path

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

12345678910>>...28

/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/device/src/android/healthconnect/cts/device/
DHealthConnectDeviceTest.java114 Bundle bundle = insertRecordAs(APP_A_WITH_READ_WRITE_PERMS); in testAppWithNormalReadWritePermCanInsertRecord() local
120 Bundle bundle = insertRecordAs(APP_A_WITH_READ_WRITE_PERMS); in testAnAppCantDeleteAnotherAppEntry() local
137 Bundle bundle = insertRecordAs(APP_A_WITH_READ_WRITE_PERMS); in testAnAppCantUpdateAnotherAppEntry() local
153 Bundle bundle = in testDataOriginGetsOverriddenBySelfPackageName() local
180 Bundle bundle = insertRecordAs(APP_WITH_WRITE_PERMS_ONLY); in testAppWithWritePermsOnlyCanReadItsOwnEntry() local
197 Bundle bundle = insertRecordAs(APP_A_WITH_READ_WRITE_PERMS); in testAppWithWritePermsOnlyCantReadAnotherAppEntry() local
224 Bundle bundle = insertRecordAs(APP_A_WITH_READ_WRITE_PERMS); in testAppWithManageHealthDataPermsOnlyCantUpdateRecords() local
241 Bundle bundle = insertRecordWithGivenClientId(APP_A_WITH_READ_WRITE_PERMS, clientId); in testTwoAppsCanUseSameClientRecordIdsToInsert() local
250 Bundle bundle = insertRecordAs(APP_A_WITH_READ_WRITE_PERMS); in testAppCanReadRecordsUsingDataOriginFilters() local
285 Bundle bundle = in testAppCanReadChangeLogsUsingDataOriginFilters() local
/packages/modules/Uwb/framework/java/android/uwb/
DIUwbOemExtensionCallback.aidl25 oneway void onSessionStatusNotificationReceived(in PersistableBundle bundle); in onSessionStatusNotificationReceived()
26 oneway void onDeviceStatusNotificationReceived(in PersistableBundle bundle); in onDeviceStatusNotificationReceived()
27 int onSessionConfigurationReceived(in PersistableBundle bundle); in onSessionConfigurationReceived()
28 RangingReport onRangingReportReceived(in RangingReport bundle); in onRangingReportReceived()
29 boolean onCheckPointedTarget(in PersistableBundle bundle); in onCheckPointedTarget()
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
DAdvancedPowerUsageDetailTest.java269 Bundle bundle = new Bundle(); in initHeader_noAnyTimeNoConsumedPower_hasEmptySummary() local
284 Bundle bundle = new Bundle(); in initHeader_noAnyTimeButConsumedPower_hasEmptySummary() local
303 Bundle bundle = new Bundle(); in initHeader_ScreenTimeZerobackgroundTwoMin_hasCorrectSummary() local
322 Bundle bundle = new Bundle(); in initHeader_ScreenTimeZerobackgroundLessThanAMin_hasCorrectSummary() local
342 Bundle bundle = new Bundle(); in initHeader_ScreenTimeAMinuteBackgroundTwoMin_hasCorrectSummary() local
361 Bundle bundle = new Bundle(); in initHeader_ScreenTimeAMinuteBackgroundLessThanAMin_hasCorrectSummary() local
381 Bundle bundle = new Bundle(); in initHeader_ScreenTimeAMinuteBackgroundZero_hasCorrectSummary() local
400 Bundle bundle = new Bundle(); in initHeader_ScreenTimeLessThanAMinBackgroundTwoMin_hasCorrectSummary() local
419 Bundle bundle = new Bundle(); in initHeader_ScreenTimeLessThanAMinBackgroundLessThanAMin_hasCorrectSummary() local
440 Bundle bundle = new Bundle(); in initHeader_ScreenTimeLessThanAMinBackgroundZero_hasCorrectSummary() local
[all …]
/packages/apps/Settings/tests/unit/src/com/android/settings/regionalpreferences/
DNumberingSystemItemControllerTest.java77 Bundle bundle = new Bundle(); in handlePreferenceTreeClick_languageSelect_launchFragment() local
102 Bundle bundle = new Bundle(); in handlePreferenceTreeClick_numbersSelect_preferenceHasTick() local
123 Bundle bundle = new Bundle(); in handlePreferenceTreeClick_numbersSelect_numberingSystemIsUpdated() local
148 Bundle bundle = new Bundle(); in displayPreference_languageOptAndHas2LocaleWithSingleNu_showNothing() local
166 Bundle bundle = new Bundle(); in displayPreference_languageOptAndHas2LocaleWithMultiNu_showLocaleWithMultiNuOnly() local
183 Bundle bundle = new Bundle(); in displayPreference_enUsNumbersOpt_show1Option() local
/packages/services/Telephony/tests/src/com/android/services/telephony/domainselection/
DCrossSimRedialingControllerTest.java202 PersistableBundle bundle = getDefaultPersistableBundle(); in testQuickStartTimerInService() local
225 PersistableBundle bundle = getDefaultPersistableBundle(); in testQuickStartTimerInServiceRoaming() local
243 PersistableBundle bundle = getDefaultPersistableBundle(); in testQuickStartTimerOutOfService() local
261 PersistableBundle bundle = getDefaultPersistableBundle(); in testQuickStartTimerOutOfServiceRoaming() local
279 PersistableBundle bundle = getDefaultPersistableBundle(); in testNoNormalStartTimerInService() local
297 PersistableBundle bundle = getDefaultPersistableBundle(); in testQuickWhenInServiceStartTimerOutOfService() local
316 PersistableBundle bundle = getDefaultPersistableBundle(); in testQuickNoNormalStartTimerInService() local
476 PersistableBundle bundle = new PersistableBundle(); in getPersistableBundle() local
DEmergencyCallDomainSelectorTest.java356 PersistableBundle bundle = getDefaultPersistableBundle(); in testNoCsCombinedImsNotRegisteredSelectPs() local
904 PersistableBundle bundle = getDefaultPersistableBundle(); in testVoLteOnEpsImsNotRegisteredSelectPs() local
926 PersistableBundle bundle = getDefaultPersistableBundle(); in testVoLteOffEpsImsNotRegisteredScanCsPreferred() local
951 PersistableBundle bundle = getDefaultPersistableBundle(); in testRequiresRegEpsImsNotRegisteredScanCsPreferred() local
972 PersistableBundle bundle = getDefaultPersistableBundle(); in testDefaultEpsImsRegisteredBarredScanTimeoutWifi() local
1004 PersistableBundle bundle = getDefaultPersistableBundle(); in testVoWifiSosPdnRequiresSettingEnabled() local
1043 PersistableBundle bundle = getDefaultPersistableBundle(); in testVoWifiSosPdnRequiresValidEid() local
1204 PersistableBundle bundle = getDefaultPersistableBundle(); in testFullService() local
1234 PersistableBundle bundle = getDefaultPersistableBundle(); in testFullServiceThenLimtedService() local
1265 PersistableBundle bundle = getDefaultPersistableBundle(); in testCsThenPsPreference() local
[all …]
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/p2p/
DWifiP2pSettingsTest.java128 final Bundle bundle = new Bundle(); in onCreateView_withDeviceName_shouldGetDeviceName() local
131 mFragment.onCreateView(LayoutInflater.from(mContext), null, bundle); in onCreateView_withDeviceName_shouldGetDeviceName() local
139 final Bundle bundle = new Bundle(); in onCreateView_withGroupName_shouldGetGroupName() local
142 mFragment.onCreateView(LayoutInflater.from(mContext), null, bundle); in onCreateView_withGroupName_shouldGetGroupName() local
163 final Bundle bundle = new Bundle(); in beSearching_getP2pStateDisabledIntent_shouldBeFalse() local
175 final Bundle bundle = new Bundle(); in beSearching_getP2pStateEnabledIntent_shouldBeTrue() local
188 final Bundle bundle = new Bundle(); in withEmptyP2pDeviceList_getP2pPeerChangeIntent_connectedDevicesShouldBeZero() local
205 final Bundle bundle = new Bundle(); in lastGroupForm_whenGroupFormInWifiP2pInfoIsFalse_beSetAsFalse() local
222 final Bundle bundle = new Bundle(); in lastGroupForm_whenGroupFormInWifiP2pInfoIsTrue_beSetAsTrue() local
263 final Bundle bundle = new Bundle(); in withStartedStage_discoveryChanged_shouldStartSearching() local
[all …]
/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
DCarrierPreferenceControllerTest.java96 final PersistableBundle bundle = new PersistableBundle(); in getAvailabilityStatus_cdmaWithFlagOff_returnUnavailable() local
106 final PersistableBundle bundle = new PersistableBundle(); in getAvailabilityStatus_cdmaWithFlagOnreturnAvailable() local
116 final PersistableBundle bundle = new PersistableBundle(); in getAvailabilityStatus_gsmWithFlagOnreturnAvailable() local
125 final PersistableBundle bundle = new PersistableBundle(); in handlePreferenceClick_activityFound_openCarrierSettingActivity() local
146 final PersistableBundle bundle = new PersistableBundle(); in handlePreferenceClick_activityNotFound_DoNothing() local
163 final PersistableBundle bundle = new PersistableBundle(); in handlePreferenceClick_activityNotConfigured_DoNothing() local
DApnPreferenceControllerTest.java90 final PersistableBundle bundle = new PersistableBundle(); in getAvailabilityStatus_apnSettingsNotSupported_returnUnavailable() local
100 final PersistableBundle bundle = new PersistableBundle(); in getAvailabilityStatus_apnSettingsSupportedWithCDMA_returnAvailable() local
110 final PersistableBundle bundle = new PersistableBundle(); in getAvailabilityStatus_apnSettingsSupportedWithGsm_returnAvailable() local
128 final PersistableBundle bundle = new PersistableBundle(); in getAvailabilityStatus_hideCarrierNetworkSettings_returnUnavailable() local
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DQnsCarrierConfigManagerTest.java136 PersistableBundle bundle = new PersistableBundle(); in testIsInCallHoDecisionWlanToWwanWithoutVopsCondition() local
214 PersistableBundle bundle = new PersistableBundle(); in testIsHysteresisTimerEnabled() local
273 PersistableBundle bundle = new PersistableBundle(); in testIsChooseWfcPreferredTransportInBothBadConditionWithTestBundle() local
416 PersistableBundle bundle = new PersistableBundle(); in testHasThresholdGapWithGuardTimerWithTestBundle() local
471 PersistableBundle bundle = new PersistableBundle(); in testGetWwanHysteresisDbLevelWithTestbundle() local
613 PersistableBundle bundle = new PersistableBundle(); in testAllowImsOverIwlanCellularLimitedCaseWithTestBundle() local
865 PersistableBundle bundle = new PersistableBundle(); in testGetPolicyInternalApi() local
977 PersistableBundle bundle = new PersistableBundle(); in testGetMinimumHysteresisTimer() local
1402 PersistableBundle bundle = new PersistableBundle(); in testInvalidThresholdConfig() local
1542 PersistableBundle bundle = new PersistableBundle(); in testGetWifiRssiThresholdWithoutCellularWithTestBundle() local
[all …]
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/wfc/
DWfcCarrierConfigManagerTest.java55 PersistableBundle bundle = new PersistableBundle(); in testIsShowVowifiPortalAfterTimeout() local
70 PersistableBundle bundle = new PersistableBundle(); in testSupportJsCallbackForVowifiPortal() local
87 PersistableBundle bundle = new PersistableBundle(); in testGetVowifiRegistrationTimerForVowifiActivation() local
102 PersistableBundle bundle = new PersistableBundle(); in testGetVowifiEntitlementServerUrl() local
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/common/
DExtraSettingsLoaderTest.java77 Bundle bundle = new Bundle(); in testLoadPreference_stringResources_shouldLoadResources() local
107 Bundle bundle = new Bundle(); in testLoadPreference_metadataBundleIsValue() local
147 Bundle bundle = new Bundle(); in testLoadPreference_integerResources_shouldLoadResources() local
183 Bundle bundle = new Bundle(); in testLoadPreference_noDefaultSummary() local
211 Bundle bundle = new Bundle(); in testLoadPreference_noCategory_shouldSetToDeviceCategory() local
240 Bundle bundle = new Bundle(); in testLoadPreference_noCategoryMatched_shouldNotReturnPreferences() local
264 Bundle bundle = new Bundle(); in testLoadPreference_shouldLoadDefaultIcon() local
293 Bundle bundle = new Bundle(); in testLoadPreference_noSystemApp_returnsNoPreferences() local
319 Bundle bundle = new Bundle(); in testLoadPreference_systemApp_returnsPreferences() local
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/utils/
DBundleUtils.java33 public static long requireLong(@NonNull Bundle bundle, @NonNull String key) { in requireLong()
42 public static double requireDouble(@NonNull Bundle bundle, @NonNull String key) { in requireDouble()
52 public static String requireString(@NonNull Bundle bundle, @NonNull String key) { in requireString()
57 private static void requireKey(@NonNull Bundle bundle, @NonNull String key) { in requireKey()
/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/fingerprint/
DFingerprintEnrollFindSensorTest.java264 final Bundle bundle = new Bundle(); in resultFinishShallForward_onRearDevice_recreate() local
299 final Bundle bundle = new Bundle(); in resultSkipShallForward_onRearDevice_recreate() local
334 final Bundle bundle = new Bundle(); in resultTimeoutShallForward_onRearDevice_recreate() local
371 final Bundle bundle = new Bundle(); in clickLottieResultFinishShallForward_onUdfpsDevice_ifActivityRecycled() local
408 final Bundle bundle = new Bundle(); in clickLottieResultSkipShallForward_onUdfpsDevice_ifActivityRecycled() local
445 final Bundle bundle = new Bundle(); in clickLottieResultTimeoutShallForward_onUdfpsDevice_ifActivityRecycled() local
480 final Bundle bundle = new Bundle(); in clickPrimiaryButtonResultFinishShallForward_onUdfpsDevice_ifActivityRecycled() local
515 final Bundle bundle = new Bundle(); in clickPrimaryButtonResultSkipShallForward_onUdfpsDevice_ifActivityRecycled() local
550 final Bundle bundle = new Bundle(); in clickPrimaryButtonResultTimeoutShallForward_onUdfpsDevice_ifActivityRecycled() local
/packages/services/Iwlan/test/com/google/android/iwlan/
DErrorPolicyManagerTest.java232 PersistableBundle bundle = new PersistableBundle(); in testValidCarrierConfig() local
312 PersistableBundle bundle = new PersistableBundle(); in testDefaultPolicyFallback() local
405 PersistableBundle bundle = new PersistableBundle(); in testChoosingFallbackPolicy() local
464 PersistableBundle bundle = new PersistableBundle(); in testNullCarrierConfig() local
518 PersistableBundle bundle = new PersistableBundle(); in testCanBringUpTunnel() local
574 PersistableBundle bundle = new PersistableBundle(); in testNoErrorScenario() local
625 PersistableBundle bundle = new PersistableBundle(); in testWifiDisableUnthrottle() local
681 PersistableBundle bundle = new PersistableBundle(); in testWFCDisableUnthrottle() local
737 PersistableBundle bundle = new PersistableBundle(); in testAPMUnthrottle() local
794 PersistableBundle bundle = new PersistableBundle(); in testGetDataFailCauseRetryTime() local
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/audio_util/
DImageTest.java177 Bundle bundle = new Bundle(); in getBundleWithBitmap() local
183 Bundle bundle = new Bundle(); in getBundleWithUri() local
378 Bundle bundle = getBundleWithBitmap(MediaMetadata.METADATA_KEY_ART, mTestBitmap); in testCreateImageFromBundleWithArt() local
391 Bundle bundle = getBundleWithBitmap(MediaMetadata.METADATA_KEY_ALBUM_ART, mTestBitmap); in testCreateImageFromBundleWithAlbumArt() local
404 Bundle bundle = getBundleWithBitmap(MediaMetadata.METADATA_KEY_DISPLAY_ICON, mTestBitmap); in testCreateImageFromBundleWithDisplayIcon() local
416 Bundle bundle = getBundleWithUri(MediaMetadata.METADATA_KEY_ART_URI, IMAGE_STRING_1); in testCreateImageFromBundleWithArtUri() local
429 Bundle bundle = getBundleWithUri(MediaMetadata.METADATA_KEY_ALBUM_ART_URI, IMAGE_STRING_1); in testCreateImageFromBundleWithAlbumArtUri() local
442 Bundle bundle = in testCreateImageFromBundleWithDisplayIconUri() local
458 Bundle bundle = getBundleWithUri(MediaMetadata.METADATA_KEY_ART_URI, IMAGE_STRING_1); in testCreateImageFromBundleWithArtUriDisabled() local
473 Bundle bundle = getBundleWithUri(MediaMetadata.METADATA_KEY_ALBUM_ART_URI, IMAGE_STRING_1); in testCreateImageFromBundleWithAlbumArtUriDisabled() local
[all …]
/packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/profileselector/
DProfileSelectFragmentTest.java79 final Bundle bundle = new Bundle(); in getTabId_setArgumentWork_setCorrectTab() local
87 final Bundle bundle = new Bundle(); in getTabId_setArgumentPersonal_setCorrectTab() local
95 final Bundle bundle = new Bundle(); in getTabId_setWorkId_getCorrectTab() local
106 final Bundle bundle = new Bundle(); in getTabId_setPersonalId_getCorrectTab() local
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraStatusCode.java48 PersistableBundle bundle = super.toBundle(); in toBundle() local
53 public static FiraStatusCode fromBundle(PersistableBundle bundle) { in fromBundle()
67 private static FiraStatusCode parseVersion1(PersistableBundle bundle) { in parseVersion1()
71 public static boolean isBundleValid(PersistableBundle bundle) { in isBundleValid()
DFiraStateChangeReasonCode.java48 PersistableBundle bundle = super.toBundle(); in toBundle() local
53 public static FiraStateChangeReasonCode fromBundle(PersistableBundle bundle) { in fromBundle()
67 private static FiraStateChangeReasonCode parseVersion1(PersistableBundle bundle) { in parseVersion1()
73 public static boolean isBundleValid(PersistableBundle bundle) { in isBundleValid()
DFiraMulticastListUpdateStatusCode.java48 PersistableBundle bundle = super.toBundle(); in toBundle() local
53 public static FiraMulticastListUpdateStatusCode fromBundle(PersistableBundle bundle) { in fromBundle()
67 public static boolean isBundleValid(PersistableBundle bundle) { in isBundleValid()
71 private static FiraMulticastListUpdateStatusCode parseVersion1(PersistableBundle bundle) { in parseVersion1()
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/deletion/
DDeletionParametersTest.kt25 val bundle = Bundle() in deletionToParcel() constant
51 val bundle = Bundle() in deletionTypeHealthPermissionTypeData_toParcel() constant
84 val bundle = Bundle() in deletionTypeCategoryData_toParcel() constant
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/profile/
DUuidBundleWrapper.java48 PersistableBundle bundle = new PersistableBundle(); in toBundle() local
56 public static boolean isUuidBundle(PersistableBundle bundle) { in isUuidBundle()
60 public static UuidBundleWrapper fromBundle(PersistableBundle bundle) { in fromBundle()
70 private static UuidBundleWrapper parseVersion1(PersistableBundle bundle) { in parseVersion1()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DStoreUtils.java58 public static Account persistableBundleToAccount(PersistableBundle bundle) { in persistableBundleToAccount()
68 final PersistableBundle bundle = new PersistableBundle(); in accountToPersistableBundle() local
142 public static void putIntegerIfNotNull(PersistableBundle bundle, String attrName, in putIntegerIfNotNull()
149 public static void putPersistableBundlableIfNotNull(PersistableBundle bundle, String attrName, in putPersistableBundlableIfNotNull()
156 public static <E> E getObjectAttrFromPersistableBundle(PersistableBundle bundle, in getObjectAttrFromPersistableBundle()
162 public static <E> E getStringAttrFromPersistableBundle(PersistableBundle bundle, in getStringAttrFromPersistableBundle()
168 public static Integer getIntegerAttrFromPersistableBundle(PersistableBundle bundle, in getIntegerAttrFromPersistableBundle()
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DAppSearchSchema.java56 public AppSearchSchema(@NonNull Bundle bundle) { in AppSearchSchema()
189 Bundle bundle = new Bundle(); in build() local
293 PropertyConfig(@NonNull Bundle bundle) { in PropertyConfig()
584 StringPropertyConfig(@NonNull Bundle bundle) { in StringPropertyConfig()
745 Bundle bundle = new Bundle(); in build() local
835 LongPropertyConfig(@NonNull Bundle bundle) { in LongPropertyConfig()
891 Bundle bundle = new Bundle(); in build() local
924 DoublePropertyConfig(@NonNull Bundle bundle) { in DoublePropertyConfig()
957 Bundle bundle = new Bundle(); in build() local
968 BooleanPropertyConfig(@NonNull Bundle bundle) { in BooleanPropertyConfig()
[all …]
/packages/apps/CertInstaller/src/com/android/certinstaller/
DCertInstallerMain.java88 Bundle bundle = intent.getExtras(); in onCreate() local
123 private boolean nullOrEmptyBundle(Bundle bundle) { in nullOrEmptyBundle()
127 private boolean bundleContainsNameOnly(Bundle bundle) { in bundleContainsNameOnly()
131 private boolean bundleContainsInstallAsUidOnly(Bundle bundle) { in bundleContainsInstallAsUidOnly()
135 private boolean bundleContainsExtraCertificateUsageOnly(Bundle bundle) { in bundleContainsExtraCertificateUsageOnly()
139 private boolean installingCaCertificate(Bundle bundle) { in installingCaCertificate()

12345678910>>...28