Searched refs:RESULT (Results 1 – 8 of 8) sorted by relevance
/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/testing/ |
D | OutcomeReceiverForTestsTest.java | 41 private static final String RESULT = "Saul Goodman!"; field in OutcomeReceiverForTestsTest 72 runAsync(TIMEOUT_MS, () -> receiver.onResult(RESULT)); in testOnResult() 74 assertSuccess(receiver, RESULT); in testOnResult() 80 receiver.onResult(RESULT); in testOnResult_calledTwice() 87 assertGetResultMethods(receiver, when, RESULT, anotherResult); in testOnResult_calledTwice() 95 receiver.onResult(RESULT); in testOnResult_afterOnError() 100 assertGetResultMethodsWhenInjectFailureWasCalledFirst(receiver, when, RESULT); in testOnResult_afterOnError() 156 receiver.onResult(RESULT); in testOnError_afterOnResult() 162 assertGetResultMethods(receiver, when, RESULT); in testOnError_afterOnResult()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiThreadRunnerTest.java | 49 private static final int RESULT = 2; field in WifiThreadRunnerTest 59 @Spy private Supplier<Integer> mSupplier = () -> RESULT; 87 assertThat(result).isEqualTo(RESULT); in callSuccess_returnExpectedValue()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
D | ProcessingTaskController.java | 36 public final static int RESULT = 1; field in ProcessingTaskController 44 if (msg.arg1 == RESULT) {
|
D | ProcessingTask.java | 64 msg.arg1 = ProcessingTaskController.RESULT; in processRequest()
|
/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/util/ |
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()
|
D | ChatManager.java | 302 contentValues.put(ChatProvider.RcsColumns.RESULT, success); in updateMsgResult()
|
/packages/apps/Test/connectivity/UID/src/com/android/tests/connectivity/uid/ |
D | ConnectivityTestActivity.java | 45 private static final String RESULT = "result"; field in ConnectivityTestActivity 65 returnIntent.putExtra(RESULT, conn); in onResume()
|
/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/ |
D | ChatActivity.java | 253 int result = cursor.getInt(cursor.getColumnIndex(ChatProvider.RcsColumns.RESULT)); in initChatMessageItem() 277 ChatProvider.RcsColumns.RESULT}, in queryChatData()
|