Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/util/imetracing/
H A DInputConnectionHelper.java71 proto.write(GetTextAfterCursor.RESULT, "null result"); in buildGetTextAfterCursorProto()
73 proto.write(GetTextAfterCursor.RESULT, result.toString()); in buildGetTextAfterCursorProto()
98 proto.write(GetTextBeforeCursor.RESULT, "null result"); in buildGetTextBeforeCursorProto()
100 proto.write(GetTextBeforeCursor.RESULT, result.toString()); in buildGetTextBeforeCursorProto()
125 proto.write(GetSelectedText.RESULT, "null result"); in buildGetSelectedTextProto()
127 proto.write(GetSelectedText.RESULT, result.toString()); in buildGetSelectedTextProto()
158 final long token_result = proto.start(GetSurroundingText.RESULT); in buildGetSurroundingTextProto()
162 final long token_result = proto.start(GetSurroundingText.RESULT); in buildGetSurroundingTextProto()
190 proto.write(GetCursorCapsMode.RESULT, result); in buildGetCursorCapsModeProto()
224 proto.write(GetExtractedText.RESULT, "null result"); in buildGetExtractedTextProto()
[all …]
/aosp12/system/sepolicy/tools/
H A Dwhitespace.sh3 RESULT=0
9 RESULT=-1
13 exit $RESULT
/aosp12/frameworks/rs/
H A Drun_rs_cts.sh13 RESULT=$?
23 exit $RESULT
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiThreadRunnerTest.java45 private static final int RESULT = 2; field in WifiThreadRunnerTest
54 @Spy private Supplier<Integer> mSupplier = () -> RESULT;
82 assertThat(result).isEqualTo(RESULT); in callSuccess_returnExpectedValue()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DProcessingTaskController.java36 public final static int RESULT = 1; field in ProcessingTaskController
44 if (msg.arg1 == RESULT) {
H A DProcessingTask.java64 msg.arg1 = ProcessingTaskController.RESULT; in processRequest()
/aosp12/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/util/
H A DChatProvider.java152 public static final String RESULT = "result"; field in ChatProvider.RcsColumns
174 + RcsColumns.RESULT + " BOOLEAN DEFAULT true);";
219 db.execSQL(alterTable + RcsColumns.RESULT + " BOOLEAN DEFAULT true"); in upgradeDatabaseToVersion2()
H A DChatManager.java302 contentValues.put(ChatProvider.RcsColumns.RESULT, success); in updateMsgResult()
/aosp12/packages/apps/Test/connectivity/UID/src/com/android/tests/connectivity/uid/
H A DConnectivityTestActivity.java45 private static final String RESULT = "result"; field in ConnectivityTestActivity
65 returnIntent.putExtra(RESULT, conn); in onResume()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DComprehensionTlvTag.java34 RESULT(0x03), enumConstant
H A DCatService.java604 tag = ComprehensionTlvTag.RESULT.value(); in sendTerminalResponse()
/aosp12/frameworks/av/services/camera/libcameraservice/utils/
H A DTagMonitor.h48 RESULT enumerator
/aosp12/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/
H A DChatActivity.java253 int result = cursor.getInt(cursor.getColumnIndex(ChatProvider.RcsColumns.RESULT)); in initChatMessageItem()
277 ChatProvider.RcsColumns.RESULT}, in queryChatData()
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputUtils.cpp372 states.tagMonitor.monitorMetadata(TagMonitor::RESULT, in sendCaptureResult()
/aosp12/art/build/boot/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt6740 Ljava/util/concurrent/CompletableFuture;->RESULT:J