Home | History | Annotate | Download | only in server

Lines Matching refs:BackupAgent

26 import android.app.backup.BackupAgent;
1507 // Look for apps that define the android:backupAgent attribute
1581 // Returns the set of all applications that define an android:backupAgent attribute
3111 int type; // e.g. BackupAgent.TYPE_DIRECTORY
4040 b.append((info.type == BackupAgent.TYPE_DIRECTORY) ? 'd' : '-');
4101 case '0': info.type = BackupAgent.TYPE_FILE; break;
4103 info.type = BackupAgent.TYPE_DIRECTORY;