Home
last modified time | relevance | path

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

/frameworks/rs/
Drun_rs_cts.sh13 RESULT=$?
23 exit $RESULT
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/internal/
DLifecycleOperationStorageTest.java49 private static final long RESULT = 123L; field in LifecycleOperationStorageTest
180 mOpStorage.onOperationComplete(TOKEN_1, RESULT, callback -> { in testOnOperationComplete_pendingAdvancesState_invokesCallback()
181 mCallback.operationComplete(RESULT); in testOnOperationComplete_pendingAdvancesState_invokesCallback()
188 verify(mCallback).operationComplete(RESULT); in testOnOperationComplete_pendingAdvancesState_invokesCallback()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DComprehensionTlvTag.java34 RESULT(0x03), enumConstant
DCatService.java773 tag = ComprehensionTlvTag.RESULT.value(); in sendTerminalResponse()
/frameworks/base/core/java/com/android/internal/inputmethod/
DInputConnectionProtoDumper.java143 final long token_result = proto.start(GetSurroundingText.RESULT); in buildGetSurroundingTextProto()
170 proto.write(GetCursorCapsMode.RESULT, result); in buildGetCursorCapsModeProto()
/frameworks/av/services/camera/libcameraservice/utils/
DTagMonitor.h49 RESULT enumerator
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputUtils.cpp487 states.tagMonitor.monitorMetadata(TagMonitor::RESULT, in sendCaptureResult()