HomeSort by relevance Sort by last modified time
    Searched defs:CommandOkay (Results 1 - 4 of 4) sorted by null

  /system/core/nexus/
ResponseCode.h 34 static const int CommandOkay = 200;
  /system/netd/
ResponseCode.h 32 static const int CommandOkay = 200;
  /system/vold/
ResponseCode.h 31 static const int CommandOkay = 200;
  /frameworks/base/services/java/com/android/server/
NativeDaemonConnector.java 56 public static final int CommandOkay = 200;
281 } else if (code == NativeDaemonConnector.ResponseCode.CommandOkay) {

Completed in 186 milliseconds