/aosp12/frameworks/base/core/java/android/util/imetracing/ |
H A D | InputConnectionHelper.java | 71 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 D | whitespace.sh | 3 RESULT=0 9 RESULT=-1 13 exit $RESULT
|
/aosp12/frameworks/rs/ |
H A D | run_rs_cts.sh | 13 RESULT=$? 23 exit $RESULT
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | WifiThreadRunnerTest.java | 45 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 D | ProcessingTaskController.java | 36 public final static int RESULT = 1; field in ProcessingTaskController 44 if (msg.arg1 == RESULT) {
|
H A D | ProcessingTask.java | 64 msg.arg1 = ProcessingTaskController.RESULT; in processRequest()
|
/aosp12/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/util/ |
H A D | ChatProvider.java | 152 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 D | ChatManager.java | 302 contentValues.put(ChatProvider.RcsColumns.RESULT, success); in updateMsgResult()
|
/aosp12/packages/apps/Test/connectivity/UID/src/com/android/tests/connectivity/uid/ |
H A D | ConnectivityTestActivity.java | 45 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 D | ComprehensionTlvTag.java | 34 RESULT(0x03), enumConstant
|
H A D | CatService.java | 604 tag = ComprehensionTlvTag.RESULT.value(); in sendTerminalResponse()
|
/aosp12/frameworks/av/services/camera/libcameraservice/utils/ |
H A D | TagMonitor.h | 48 RESULT enumerator
|
/aosp12/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/ |
H A D | ChatActivity.java | 253 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 D | Camera3OutputUtils.cpp | 372 states.tagMonitor.monitorMetadata(TagMonitor::RESULT, in sendCaptureResult()
|
/aosp12/art/build/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o-low-priority.txt | 6740 Ljava/util/concurrent/CompletableFuture;->RESULT:J
|