Searched refs:mOperationType (Results 1 – 3 of 3) sorted by relevance
64 @OperationType private final int mOperationType; field in BackupEligibilityRules98 mOperationType = operationType; in BackupEligibilityRules()162 switch (mOperationType) { in isAppBackupAllowed()212 Slog.w(TAG, "Unknown operation type:" + mOperationType); in isAppBackupAllowed()401 return mOperationType; in getOperationType()
130 @OperationType final int mOperationType; field in FullBackup.BackupSchemeId134 mOperationType = operationType; in BackupSchemeId()139 return Objects.hash(mPackageName, mOperationType); in hashCode()152 Objects.equals(mOperationType, that.mOperationType); in equals()306 @OperationType final int mOperationType; field in FullBackup.BackupScheme434 mOperationType = operationType; in BackupScheme()571 parseSchemeForOperationType(mOperationType); in maybeParseBackupSchemeLocked()
208 @OperationType private volatile int mOperationType = DEFAULT_OPERATION_TYPE; field in BackupAgent270 mOperationType = operationType; in onCreate()417 mOperationType); in onFullBackup()627 FullBackup.getBackupScheme(this, mOperationType) in applyXmlFiltersAndDoFullBackupForDomain()799 String domainPath = FullBackup.getBackupScheme(this, mOperationType) in fullBackupFileTree()911 FullBackup.BackupScheme bs = FullBackup.getBackupScheme(this, mOperationType); in isFileEligibleForRestore()985 basePath = FullBackup.getBackupScheme(this, mOperationType).tokenToDirectoryPath( in onRestoreFile()