Home
last modified time | relevance | path

Searched refs:resultBundle (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
DRemoveAccountPreferenceControllerTest.java170 Bundle resultBundle = new Bundle(); in confirmRemove_shouldRemoveAccount() local
171 resultBundle.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true); in confirmRemove_shouldRemoveAccount()
172 when(future.getResult()).thenReturn(resultBundle); in confirmRemove_shouldRemoveAccount()
204 Bundle resultBundle = new Bundle(); in confirmRemove_activityGone_shouldSilentlyRemoveAccount() local
205 resultBundle.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true); in confirmRemove_activityGone_shouldSilentlyRemoveAccount()
206 when(future.getResult()).thenReturn(resultBundle); in confirmRemove_activityGone_shouldSilentlyRemoveAccount()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/binder/
DWorkspacePreviewBinder.kt226 override fun onPreviewRendered(resultBundle: Bundle?) { in <lambda>()
227 if (resultBundle != null) { in <lambda>()
228 SurfaceViewUtils.getSurfacePackage(resultBundle).apply { in <lambda>()
239 continuation.resume(SurfaceViewUtils.getCallback(resultBundle)) in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/common/preview/ui/binder/
DWorkspacePreviewBinder.kt174 override fun onPreviewRendered(resultBundle: Bundle?) { in <lambda>()
175 if (resultBundle != null) { in <lambda>()
176 SurfaceViewUtils.getSurfacePackage(resultBundle).apply { in <lambda>()
187 continuation.resume(SurfaceViewUtils.getCallback(resultBundle)) in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DPreviewUtils.kt40 fun onPreviewRendered(resultBundle: Bundle?) in onPreviewRendered()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/
DPreProvisioningActivityController.java769 PersistableBundle resultBundle = in maybeUpdateAdminExtrasBundle() local
774 existingBundle.putAll(resultBundle); in maybeUpdateAdminExtrasBundle()
775 resultBundle = existingBundle; in maybeUpdateAdminExtrasBundle()
777 builder.setAdminExtrasBundle(resultBundle); in maybeUpdateAdminExtrasBundle()
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/preparemedia/
DMediaPreparerViewModel.kt503 val resultBundle = in transcodeMediaItem() constant
511 if (resultBundle?.getBoolean(PICKER_TRANSCODE_RESULT, false) == true) { in transcodeMediaItem()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java3723 Bundle resultBundle = new Bundle(); in call() local
3729 resultBundle.putBoolean( in call()
3732 return resultBundle; in call()
3747 Bundle resultBundle = new Bundle(); in retrieveSimSpecificSettings() local
3748 resultBundle.putByteArray(SubscriptionManager.KEY_SIM_SPECIFIC_SETTINGS_DATA, in retrieveSimSpecificSettings()
3751 return resultBundle; in retrieveSimSpecificSettings()