Searched refs:getEncryptionState (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
H A DBackupRestoreConfirmation.java264 return (mMountService.getEncryptionState() != IMountService.ENCRYPTION_STATE_NONE);
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java594 public int getEncryptionState() throws RemoteException { method in class:IMountService.Stub.Proxy
1107 int result = getEncryptionState();
1291 public int getEncryptionState() throws RemoteException; method in interface:IMountService
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java1046 isEncrypted = (mMountService.getEncryptionState() != MountService.ENCRYPTION_STATE_NONE);
1156 return (mMountService.getEncryptionState() != IMountService.ENCRYPTION_STATE_NONE)
5056 isEncrypted = (mMountService.getEncryptionState() != MountService.ENCRYPTION_STATE_NONE);
H A DMountService.java1775 public int getEncryptionState() { method in class:MountService

Completed in 114 milliseconds