Searched defs:OK (Results 1 – 8 of 8) sorted by relevance
35 OK enumerator
33 enum Result { OK, BadReloc, Overflow, Unsupported, Unknown }; enumerator
32 public static final VerifyCredentialResponse OK = new VerifyCredentialResponse(); field in VerifyCredentialResponse
34 OK(0x00), enumConstant
28 static final int OK = 0; field in HdmiCecMessageValidator
39 private final static String OK = "Ok Picture"; field in ImageGoodnessFilter
1004 public static final int OK = 0; field in ParcelFileDescriptor.Status
207 sErrorCodeToString.put(KM_ERROR_OK, "OK"); in sErrorCodeToString.put()