Home
last modified time | relevance | path

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

/frameworks/base/libs/storage/
DIMountService.cpp52 TRANSACTION_encryptStorage, enumerator
543 if (remote()->transact(TRANSACTION_encryptStorage, data, &reply) != NO_ERROR) { in encryptStorage()
/frameworks/base/core/java/android/os/storage/
DIMountService.java638 mRemote.transact(Stub.TRANSACTION_encryptStorage, _data, _reply, 0); in encryptStorage()
1241 static final int TRANSACTION_encryptStorage = IBinder.FIRST_CALL_TRANSACTION + 27; field in IMountService.Stub
1591 case TRANSACTION_encryptStorage: { in onTransact()