Home
last modified time | relevance | path

Searched refs:unlockCeStorage (Results 1 – 3 of 3) sorted by relevance

/system/vold/binder/android/os/
DIVold.aidl97 void unlockCeStorage(int userId, in byte[] secret); in unlockCeStorage() method
/system/vold/
DVoldNativeService.h122 binder::Status unlockCeStorage(int32_t userId, const std::vector<uint8_t>& secret);
DVoldNativeService.cpp648 binder::Status VoldNativeService::unlockCeStorage(int32_t userId, in unlockCeStorage() function in android::vold::VoldNativeService