Home
last modified time | relevance | path

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

/frameworks/base/libs/storage/
DIMountService.cpp42 TRANSACTION_getSecureContainerPath, enumerator
316 if (remote()->transact(TRANSACTION_getSecureContainerPath, data, &reply) != NO_ERROR) { in unmountSecureContainer()
368 if (remote()->transact(TRANSACTION_getSecureContainerPath, data, &reply) != NO_ERROR) { in getSecureContainerPath()
/frameworks/base/core/java/android/os/storage/
DIMountService.java419 mRemote.transact(Stub.TRANSACTION_getSecureContainerPath, _data, _reply, 0); in getSecureContainerPath()
752 static final int TRANSACTION_getSecureContainerPath = IBinder.FIRST_CALL_TRANSACTION + 17; field in IMountService.Stub
981 case TRANSACTION_getSecureContainerPath: { in onTransact()