Searched refs:TRANSACTION_getSecureContainerPath (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/storage/
H A DIMountService.cpp42 TRANSACTION_getSecureContainerPath, enumerator in enum:android::__anon1070
316 if (remote()->transact(TRANSACTION_getSecureContainerPath, data, &reply) != NO_ERROR) {
368 if (remote()->transact(TRANSACTION_getSecureContainerPath, data, &reply) != NO_ERROR) {
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java420 mRemote.transact(Stub.TRANSACTION_getSecureContainerPath, _data, _reply, 0);
780 static final int TRANSACTION_getSecureContainerPath = IBinder.FIRST_CALL_TRANSACTION + 17; field in class:IMountService.Stub
1014 case TRANSACTION_getSecureContainerPath: {

Completed in 47 milliseconds