Home | History | Annotate | Download | only in utils

Lines Matching refs:backup

17 package com.android.server.backup.utils;
19 import static com.android.server.backup.BackupManagerService.MORE_DEBUG;
20 import static com.android.server.backup.BackupManagerService.SHARED_BACKUP_AGENT_PACKAGE;
21 import static com.android.server.backup.BackupManagerService.TAG;
24 import android.app.backup.BackupTransport;
34 import com.android.internal.backup.IBackupTransport;
36 import com.android.server.backup.transport.TransportClient;
46 * Returns whether app is eligible for backup.
48 * High level policy: apps are generally ineligible for backup if certain conditions apply. The
53 * <li>they run as a system-level uid but do not supply their own backup agent
54 * <li>it is the special shared-storage backup package used for 'adb backup'
63 // 2. they run as a system-level uid but do not supply their own backup agent
68 // 3. it is the special shared-storage backup package used for 'adb backup'
84 * Returns whether an app is eligible for backup at runtime. That is, the app has to:
137 * backup?" check because we *do* still need to restore data to apps in this state (e.g.
145 * Returns whether the app can get full backup. Does *not* check overall backup eligibility
160 * backup, and it is otherwise.