Searched refs:TRANSACTION_mountSecureContainer (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/os/storage/
H A DIMountService.java336 mRemote.transact(Stub.TRANSACTION_mountSecureContainer, _data, _reply, 0);
772 static final int TRANSACTION_mountSecureContainer = IBinder.FIRST_CALL_TRANSACTION + 13; field in class:IMountService.Stub
970 case TRANSACTION_mountSecureContainer: {
/frameworks/base/libs/storage/
H A DIMountService.cpp38 TRANSACTION_mountSecureContainer, enumerator in enum:android::__anon1104
298 if (remote()->transact(TRANSACTION_mountSecureContainer, data, &reply) != NO_ERROR) {

Completed in 134 milliseconds