Searched defs:remountMode (Results 1 - 1 of 1) sorted by relevance

/system/vold/
H A DVoldNativeService.cpp428 binder::Status VoldNativeService::remountUid(int32_t uid, int32_t remountMode) { argument
433 switch (remountMode) {
438 default: return error("Unknown mode " + std::to_string(remountMode));

Completed in 197 milliseconds