Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/server/backup/
H A DSliceBackupHelper.java33 static final String KEY_SLICES = "slices"; field in SliceBackupHelper
36 super(BLOB_VERSION, KEY_SLICES); in SliceBackupHelper()
43 if (KEY_SLICES.equals(key)) { in getBackupPayload()
62 if (KEY_SLICES.equals(key)) { in applyRestoredPayload()