Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DFileBridge.java59 private static final int CMD_CLOSE = 3; field in FileBridge
119 } else if (cmd == CMD_CLOSE) { in run()
154 writeCommandAndBlock(CMD_CLOSE, "close()"); in close()