Home
last modified time | relevance | path

Searched refs:restore (Results 1 – 25 of 124) sorted by relevance

12345

/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/model/themedicon/domain/interactor/
DThemedIconSnapshotRestorerTest.kt54 fun `set up and restore - active`() = runTest { in <lambda>()
66 fun `set up and restore - inactive`() = runTest { in <lambda>()
78 fun `set up - deactivate - restore to active`() = runTest { in <lambda>()
91 fun `set up - activate - restore to inactive`() = runTest { in <lambda>()
/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/model/mode/
DDarkModeSnapshotRestorerTest.kt55 fun `set up and restore - active`() = in set up and restore - active()
68 fun `set up and restore - inactive`() = in set up and restore - inactive()
81 fun `set up - deactivate - restore to active`() = in set up - deactivate - restore to active()
95 fun `set up - activate - restore to inactive`() = in set up - activate - restore to inactive()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApBackupRestoreTest.java98 WifiConfiguration backup, SoftApConfiguration restore) { in assertWifiConfigurationEqualSoftApConfiguration() argument
99 assertEquals(backup.SSID, restore.getWifiSsid().getUtf8Text()); in assertWifiConfigurationEqualSoftApConfiguration()
100 assertEquals(backup.BSSID, restore.getBssid()); in assertWifiConfigurationEqualSoftApConfiguration()
102 restore.getBand()); in assertWifiConfigurationEqualSoftApConfiguration()
103 assertEquals(backup.apChannel, restore.getChannel()); in assertWifiConfigurationEqualSoftApConfiguration()
104 assertEquals(backup.preSharedKey, restore.getPassphrase()); in assertWifiConfigurationEqualSoftApConfiguration()
107 assertEquals(SoftApConfiguration.SECURITY_TYPE_WPA2_PSK, restore.getSecurityType()); in assertWifiConfigurationEqualSoftApConfiguration()
109 assertEquals(SoftApConfiguration.SECURITY_TYPE_OPEN, restore.getSecurityType()); in assertWifiConfigurationEqualSoftApConfiguration()
111 assertEquals(backup.hiddenSSID, restore.isHiddenSsid()); in assertWifiConfigurationEqualSoftApConfiguration()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingAppPairBackground.kt212 canvas.restore() in drawLeftRightSplit()
220 canvas.restore() in drawLeftRightSplit()
310 canvas.restore() in drawTopBottomSplit()
318 canvas.restore() in drawTopBottomSplit()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/backup/
DBackupAndRestoreFragment.java75 mRestoreButton = view.findViewById(R.id.restore); in onViewCreated()
79 mRestoreButton.setOnClickListener((v) -> restore()); in onViewCreated()
154 private void restore() { in restore() method in BackupAndRestoreFragment
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DImportantNoticeUtilsTests.java99 public void restore() { in restore() method in ImportantNoticeUtilsTests.ImportantNoticePreferences
118 mImportantNoticePreferences.restore(); in tearDown()
/packages/apps/Camera2/src/com/android/camera/widget/
DRoundedThumbnailView.java321 canvas.restore(); in onDraw()
335 canvas.restore(); in onDraw()
359 canvas.restore(); in onDraw()
372 canvas.restore(); in onDraw()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DSlideshowView.java106 canvas.restore(); in render()
116 canvas.restore(); in render()
DPhotoFallbackEffect.java132 canvas.restore(); in drawEntry()
152 canvas.restore(); in drawEntry()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/element/
DCarSystemBarElementControllerTest.java188 void setShouldRestoreState(boolean restore) { in setShouldRestoreState() argument
189 mShouldRestoreState = restore; in setShouldRestoreState()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/
DBackupHelper.java257 pkgState.restore(mContext, pkgInfo); in restoreState()
431 pkgState.restore(mContext, pkgInfo); in restoreDelayedState()
641 void restore(@NonNull AppPermissions appPerms, boolean restoreBackgroundPerms) { in restore() method in BackupHelper.BackupPermissionState
994 void restore(@NonNull Context context, @NonNull PackageInfo pkgInfo) { in restore() method in BackupHelper.BackupPackageState
1002 mPermissionsToRestore.get(i).restore(appPerms, false); in restore()
1006 mPermissionsToRestore.get(i).restore(appPerms, true); in restore()
/packages/modules/HealthFitness/framework/java/android/health/connect/restore/
DStageRemoteDataRequest.aidl1 package android.health.connect.restore;
DStageRemoteDataException.aidl1 package android.health.connect.restore;
DBackupFileNamesSet.aidl1 package android.health.connect.restore;
DBackupFileNamesSet.java17 package android.health.connect.restore;
DStageRemoteDataRequest.java17 package android.health.connect.restore;
/packages/modules/HealthFitness/framework/java/android/health/connect/aidl/
DIDataStagingFinishedCallback.aidl3 import android.health.connect.restore.StageRemoteDataException;
DIHealthConnectService.aidl37 import android.health.connect.restore.BackupFileNamesSet;
38 import android.health.connect.restore.StageRemoteDataRequest;
/packages/apps/Launcher3/src/com/android/launcher3/apppairs/
DAppPairIconDrawable.java87 canvas.restore(); in draw()
105 canvas.restore(); in draw()
/packages/apps/Launcher3/src/com/android/launcher3/
DMultipageCellLayout.java139 canvas.restore(); in onDraw()
146 canvas.restore(); in onDraw()
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/spa/app/appinfo/
DAppButtonsTest.kt166 composeTestRule.onNodeWithText(context.getString(R.string.restore)).assertIsNotDisplayed() in archiveButton_displayed_whenAppIsNotArchived()
181 composeTestRule.onNodeWithText(context.getString(R.string.restore)).assertIsDisplayed() in restoreButton_displayed_whenAppIsArchived()
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DFadeOutTexture.java39 canvas.restore(); in draw()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DFolderAdaptiveIcon.java156 badgeCanvas.restore(); in initLayersOnUiThread()
162 foregroundCanvas.restore(); in initLayersOnUiThread()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarBackgroundRenderer.kt147 canvas.restore() in draw()
152 canvas.restore() in draw()
/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DItemConfiguration.kt38 fun restore() { in <lambda>() method

12345