Home
last modified time | relevance | path

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

12345678910>>...23

/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
DAdvancedPowerUsageDetailTest.java293 Bundle bundle = new Bundle(2); in initHeader_noUsageTimeAndGraphDisabled_hasCorrectSummary() local
313 Bundle bundle = new Bundle(2); in initHeader_bgTwoMinFgZeroAndGraphDisabled_hasCorrectSummary() local
333 Bundle bundle = new Bundle(2); in initHeader_bgLessThanAMinFgZeroAndGraphDisabled_hasCorrectSummary() local
354 Bundle bundle = new Bundle(2); in initHeader_totalUsageLessThanAMinAndGraphDisabled_hasCorrectSummary() local
376 Bundle bundle = new Bundle(2); in initHeader_TotalAMinutesBgLessThanAMinAndGraphDisabled_hasCorrectSummary() local
395 Bundle bundle = new Bundle(2); in initHeader_TotalAMinBackgroundZeroAndGraphDisabled_hasCorrectSummary() local
414 Bundle bundle = new Bundle(2); in initHeader_fgTwoMinBgFourMinAndGraphDisabled_hasCorrectSummary() local
428 Bundle bundle = new Bundle(2); in initHeader_noUsageTime_hasCorrectSummary() local
442 Bundle bundle = new Bundle(3); in initHeader_noUsageTimeButConsumedPower_hasEmptySummary() local
459 Bundle bundle = new Bundle(2); in initHeader_backgroundTwoMinForegroundZero_hasCorrectSummary() 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/apps/Settings/tests/robotests/src/com/android/settings/wifi/p2p/
DWifiP2pSettingsTest.java124 final Bundle bundle = new Bundle(); in onCreateView_withDeviceName_shouldGetDeviceName() local
127 mFragment.onCreateView(LayoutInflater.from(mContext), null, bundle); in onCreateView_withDeviceName_shouldGetDeviceName() local
135 final Bundle bundle = new Bundle(); in onCreateView_withGroupName_shouldGetGroupName() local
138 mFragment.onCreateView(LayoutInflater.from(mContext), null, bundle); in onCreateView_withGroupName_shouldGetGroupName() local
151 final Bundle bundle = new Bundle(); in beSearching_getP2pStateEnabledIntent_shouldBeFalse() local
164 final Bundle bundle = new Bundle(); in withEmptyP2pDeviceList_getP2pPeerChangeIntent_connectedDevicesShouldBeZero() local
181 final Bundle bundle = new Bundle(); in lastGroupForm_whenGroupFormInWifiP2pInfoIsFalse_beSetAsFalse() local
198 final Bundle bundle = new Bundle(); in lastGroupForm_whenGroupFormInWifiP2pInfoIsTrue_beSetAsTrue() local
239 final Bundle bundle = new Bundle(); in withStartedStage_discoveryChanged_shouldStartSearching() local
268 final Bundle bundle = new Bundle(); in noLastGroupForm_whenP2pDisconnected_shouldStartSearch() local
[all …]
/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/apps/Settings/tests/robotests/src/com/android/settings/biometrics/fingerprint/
DFingerprintEnrollFindSensorTest.java263 final Bundle bundle = new Bundle(); in resultFinishShallForward_onRearDevice_recreate() local
298 final Bundle bundle = new Bundle(); in resultSkipShallForward_onRearDevice_recreate() local
333 final Bundle bundle = new Bundle(); in resultTimeoutShallForward_onRearDevice_recreate() local
370 final Bundle bundle = new Bundle(); in clickLottieResultFinishShallForward_onUdfpsDevice_ifActivityRecycled() local
407 final Bundle bundle = new Bundle(); in clickLottieResultSkipShallForward_onUdfpsDevice_ifActivityRecycled() local
444 final Bundle bundle = new Bundle(); in clickLottieResultTimeoutShallForward_onUdfpsDevice_ifActivityRecycled() local
479 final Bundle bundle = new Bundle(); in clickPrimiaryButtonResultFinishShallForward_onUdfpsDevice_ifActivityRecycled() local
514 final Bundle bundle = new Bundle(); in clickPrimaryButtonResultSkipShallForward_onUdfpsDevice_ifActivityRecycled() local
549 final Bundle bundle = new Bundle(); in clickPrimaryButtonResultTimeoutShallForward_onUdfpsDevice_ifActivityRecycled() local
/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/services/Iwlan/test/com/google/android/iwlan/
DErrorPolicyManagerTest.java140 PersistableBundle bundle = new PersistableBundle(); in testValidCarrierConfig() local
211 PersistableBundle bundle = new PersistableBundle(); in testDefaultPolicyFallback() local
274 PersistableBundle bundle = new PersistableBundle(); in testChoosingFallbackPolicy() local
328 PersistableBundle bundle = new PersistableBundle(); in testCanBringUpTunnel() local
380 PersistableBundle bundle = new PersistableBundle(); in testNoErrorScenario() local
427 PersistableBundle bundle = new PersistableBundle(); in testWifiDisableUnthrottle() local
478 PersistableBundle bundle = new PersistableBundle(); in testWFCDisableUnthrottle() local
529 PersistableBundle bundle = new PersistableBundle(); in testAPMUnthrottle() local
581 PersistableBundle bundle = new PersistableBundle(); in testGetDataFailCauseRetryTime() local
639 PersistableBundle bundle = new PersistableBundle(); in testBackOffTime() local
[all …]
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DAppSearchSchema.java55 public AppSearchSchema(@NonNull Bundle bundle) { in AppSearchSchema()
187 Bundle bundle = new Bundle(); in build() local
289 PropertyConfig(@NonNull Bundle bundle) { in PropertyConfig()
511 StringPropertyConfig(@NonNull Bundle bundle) { in StringPropertyConfig()
599 Bundle bundle = new Bundle(); in build() local
647 LongPropertyConfig(@NonNull Bundle bundle) { in LongPropertyConfig()
679 Bundle bundle = new Bundle(); in build() local
690 DoublePropertyConfig(@NonNull Bundle bundle) { in DoublePropertyConfig()
722 Bundle bundle = new Bundle(); in build() local
733 BooleanPropertyConfig(@NonNull Bundle bundle) { in BooleanPropertyConfig()
[all …]
/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/Uwb/service/support_lib/src/com/google/uwb/support/base/
DParams.java34 PersistableBundle bundle = new PersistableBundle(); in toBundle() local
44 public static int getBundleVersion(PersistableBundle bundle) { in getBundleVersion()
48 public static boolean isProtocol(PersistableBundle bundle, String protocol) { in isProtocol()
/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()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/accounts/
DAccountDetailsSettingControllerTest.java137 Bundle bundle = new Bundle(); in addExtraSettings_accountTypeNotEqual_shouldNotAddAnyPreferences() local
151 Bundle bundle = new Bundle(); in addExtraSettings_accountTypeNotEqual_isNotVisible() local
164 Bundle bundle = new Bundle(); in addExtraSettings_accountTypeEqual_shouldAddPreferences() local
178 Bundle bundle = new Bundle(); in addExtraSettings_accountTypeEqual_isVisible() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DSurfaceViewUtils.java44 Bundle bundle = new Bundle(); in createSurfaceViewRequest() local
56 public static SurfaceControlViewHost.SurfacePackage getSurfacePackage(Bundle bundle) { in getSurfacePackage()
61 public static Message getCallback(Bundle bundle) { in getCallback()
/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/accounts/
DAuthenticator.java39 Bundle bundle) throws NetworkErrorException { in addAccount()
47 public Bundle confirmCredentials(AccountAuthenticatorResponse r, Account account, Bundle bundle) in confirmCredentials()
54 Bundle bundle) throws NetworkErrorException { in getAuthToken()
65 Bundle bundle) throws NetworkErrorException { in updateCredentials()
/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DTranscodeHelperTest.java105 Bundle bundle = new Bundle(); in testDoesNotTranscodeForMediaProvider() local
126 Bundle bundle = new Bundle(); in testDoesNotTranscodeIfAppAcceptsOriginalFormat() local
142 Bundle bundle = new Bundle(); in testDoesNotTranscodeIfAppExtraMediaCapabilitiesHevc_supported() local
158 Bundle bundle = new Bundle(); in testTranscodesIfAppExtraMediaCapabilitiesHevc_unsupported() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DAuthenticator.java45 Bundle bundle) throws NetworkErrorException { in addAccount()
53 public Bundle confirmCredentials(AccountAuthenticatorResponse r, Account account, Bundle bundle) in confirmCredentials()
62 Bundle bundle) throws NetworkErrorException { in getAuthToken()
77 Bundle bundle) throws NetworkErrorException { in updateCredentials()
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/ccc/
DCccRangingError.java58 public static CccRangingError fromBundle(PersistableBundle bundle) { in fromBundle()
72 private static CccRangingError parseVersion1(PersistableBundle bundle) { in parseVersion1()
78 PersistableBundle bundle = super.toBundle(); in toBundle() local
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/profile/
DServiceProfile.java48 PersistableBundle bundle = new PersistableBundle(); in toBundle() local
54 public static ServiceProfile fromBundle(PersistableBundle bundle) { in fromBundle()
64 private static ServiceProfile parseVersion1(PersistableBundle bundle) { in parseVersion1()
/packages/services/Car/service/src/com/android/car/telemetry/publisher/statsconverters/
DAbstractAtomConverter.java108 PersistableBundle bundle = new PersistableBundle(); in convert() local
128 createBundleKey(atomFieldAccessor.getFieldName()), valueList, bundle); in convert() local
146 bundle); in convert() local
196 @NonNull PersistableBundle bundle) { in setPersistableBundleArrayField()
/packages/apps/Settings/tests/robotests/src/com/android/settings/system/
DSystemUpdatePreferenceControllerTest.java134 final Bundle bundle = new Bundle(); in updateState_systemUpdateStatusUnknown_shouldSetToAndroidVersion() local
149 final Bundle bundle = new Bundle(); in updateState_systemUpdateStatusIdle_shouldSetToAndroidVersion() local
162 final Bundle bundle = new Bundle(); in updateState_systemUpdateInProgress_shouldSetToUpdatePending() local

12345678910>>...23