Home
last modified time | relevance | path

Searched defs:NOT_OK (Results 1 – 4 of 4) sorted by relevance

/system/tools/aidl/tests/android/aidl/tests/nested/
DParcelableWithNested.aidl20 enum Status { OK, NOT_OK } enumConstant
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/nested/
DParcelableWithNested.h22 NOT_OK = 1, enumerator
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/nested/
DParcelableWithNested.h30 NOT_OK = 1, enumerator
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/nested/
DParcelableWithNested.java52 public static final byte NOT_OK = 1; field