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

/frameworks/base/libs/storage/
H A DIMountService.cpp31 TRANSACTION_unmountVolume, enumerator in enum:android::__anon976
167 if (remote()->transact(TRANSACTION_unmountVolume, data, &reply) != NO_ERROR) {
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java179 mRemote.transact(Stub.TRANSACTION_unmountVolume, _data, _reply, 0);
907 static final int TRANSACTION_unmountVolume = IBinder.FIRST_CALL_TRANSACTION + 6; field in class:IMountService.Stub
1060 case TRANSACTION_unmountVolume: {

Completed in 138 milliseconds