/cts/tests/tests/os/src/android/os/cts/ |
D | HandlerTest.java | 92 Message msg = mHandler1.obtainMessage(); in testSendMessageAtTime() local 107 Message msg = mHandler.obtainMessage(); in testHasMessagesWithInt() local 116 Message msg = mHandler.obtainMessage(); in testHasMessagesWithObject() local 126 Message msg = mHandler1.obtainMessage(); in testRemoveCallbacksAndMessages() local 231 Message msg = mHandler1.obtainMessage(); in testRemoveMessages() local 253 Message msg = mHandler1.obtainMessage(); in testRemoveMessagesWithObject() local 279 Message msg = mHandler1.obtainMessage(); in testSendMessage() local 287 Message msg = mHandler.obtainMessage(); in testObtainMessage() local 295 Message msg = handler.obtainMessage(); in testObtainMessageWithInt() local 306 Message msg = handler.obtainMessage(); in testObtainMessageWithIntObject() local [all …]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
D | Logt.java | 22 public static void i(String tag, String msg) { in i() 26 public static void e(String tag, String msg) { in e() 30 public static void w(String tag, String msg) { in w() 34 public static void e(String tag, String msg, Throwable tr) { in e()
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/ |
D | CameraErrorCollector.java | 125 public boolean expectTrue(String msg, boolean condition) { in expectTrue() 143 public <T> boolean expectEquals(String msg, T expected, T actual) { in expectEquals() 165 public <T> boolean expectNotEquals(String msg, T expected, T actual) { in expectNotEquals() 185 public <T> boolean expectEquals(String msg, T[] expected, T[] actual) { in expectEquals() 210 public <T> boolean expectNotEquals(String msg, T[] expected, T[] actual) { in expectNotEquals() 232 public <T extends Comparable<? super T>> boolean expectGreater(String msg, T expected, in expectGreater() 246 public <T extends Comparable<? super T>> boolean expectGreaterOrEqual(String msg, T expected, in expectGreaterOrEqual() 260 public <T extends Comparable<? super T>> boolean expectLess(String msg, T expected, in expectLess() 274 public <T extends Comparable<? super T>> boolean expectLessOrEqual(String msg, T expected, in expectLessOrEqual() 289 public <T> boolean expectEquals(String msg, float expected, float actual, float tolerance) { in expectEquals() [all …]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | ConnectionAccessClientActivity.java | 120 public void handleMessage(Message msg) { in handleMessage() 138 private void handleStateChange(Message msg) { in handleStateChange() 157 private void handleDeviceName(Message msg) { in handleDeviceName() 161 private void handleToast(Message msg) { in handleToast()
|
D | BleConnectionPriorityClientBaseActivity.java | 166 String msg = getString(R.string.ble_client_connection_priority) in executeNextTestImpl() local 168 Toast.makeText(getApplicationContext(), msg, Toast.LENGTH_LONG).show(); in executeNextTestImpl() local 176 String msg = getString(R.string.ble_client_connection_priority) in executeNextTestImpl() local 178 Toast.makeText(getApplicationContext(), msg, Toast.LENGTH_LONG).show(); in executeNextTestImpl() local 186 String msg = getString(R.string.ble_client_connection_priority) in executeNextTestImpl() local 188 Toast.makeText(getApplicationContext(), msg, Toast.LENGTH_LONG).show(); in executeNextTestImpl() local
|
D | MessageTestActivity.java | 196 public void handleMessage(Message msg) { in handleMessage() 218 private void handleStateChange(Message msg) { in handleStateChange() 285 private void handleMessageRead(Message msg) { in handleMessageRead() 297 private void addNewMessage(String msg) { in addNewMessage() 311 private void handleMessageWrite(Message msg) { in handleMessageWrite() 316 private void handleDeviceName(Message msg) { in handleDeviceName() 320 private void handleToast(Message msg) { in handleToast()
|
D | ConnectionAccessServerActivity.java | 124 public void handleMessage(Message msg) { in handleMessage() 138 private void handleStateChange(Message msg) { in handleStateChange() 148 private void handleToast(Message msg) { in handleToast()
|
/cts/tests/tests/security/src/android/security/cts/ |
D | SELinuxTest.java | 50 String msg = "Expected prefix context: \"" + expected + "\"" + in testCTSIsUntrustedApp() local 59 String msg = "Expected prefix context: \"" + expected + "\"" + in testCTSAppDataContext() local
|
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/ |
D | SimpleForegroundService.java | 40 public void handleMessage(Message msg) { in handleMessage() 77 Message msg = mServiceHandler.obtainMessage(); in onStartCommand() local
|
/cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/ |
D | ActivityAndWindowManagersState.java | 457 void assertContainsStack(String msg, int stackId) throws Exception { in assertContainsStack() 462 void assertDoesNotContainStack(String msg, int stackId) throws Exception { in assertDoesNotContainStack() 467 void assertFrontStack(String msg, int stackId) throws Exception { in assertFrontStack() 472 void assertFocusedStack(String msg, int stackId) throws Exception { in assertFocusedStack() 476 void assertNotFocusedStack(String msg, int stackId) throws Exception { in assertNotFocusedStack() 482 void assertFocusedActivity(String msg, String activityName) throws Exception { in assertFocusedActivity() 486 void assertFocusedActivity(String msg, String packageName, String activityName) in assertFocusedActivity() 494 void assertNotFocusedActivity(String msg, String activityName) throws Exception { in assertNotFocusedActivity() 504 void assertResumedActivity(String msg, String activityName) throws Exception { in assertResumedActivity() 509 void assertNotResumedActivity(String msg, String activityName) throws Exception { in assertNotResumedActivity() [all …]
|
/cts/hostsidetests/incident/apps/storagedapp/src/com/android/server/cts/storaged/ |
D | SimpleIOService.java | 42 public void handleMessage(Message msg) { in handleMessage() 77 Message msg = mServiceHandler.obtainMessage(); in onStartCommand() local
|
/cts/tests/tests/jni/src/android/jni/cts/ |
D | JniCTest.java | 37 String msg = runAllTests(); in testEverything() local
|
D | JniCppTest.java | 37 String msg = runAllTests(); in testEverything() local
|
/cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/src/com/android/cts/comp/ |
D | ICrossUserService.aidl | 20 String echo(String msg); in echo()
|
/cts/tools/dasm/src/java_cup/ |
D | internal_error.java | 8 public internal_error(String msg) in internal_error()
|
/cts/tests/tests/util/src/android/util/cts/ |
D | LogTest.java | 35 final String msg = "Test Log operations."; in testLogOperations() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | NativeAudioThread.java | 122 Message msg = Message.obtain(); in run() local 138 Message msg = Message.obtain(); in run() local 248 Message msg = Message.obtain(); in endTest() local 270 private static void log(String msg) { in log()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | RetryableException.java | 24 public RetryableException(String msg) { in RetryableException()
|
/cts/tests/tests/graphics/jni/ |
D | android_graphics_cts_VulkanFeaturesTest.cpp | 30 #define ALOGI(msg, ...) \ argument 32 #define ALOGE(msg, ...) \ argument
|
/cts/tests/tests/drm/src/android/drm/cts/ |
D | DrmEventTest.java | 146 boolean isInfo, int id, String msg, HashMap<String, Object> attributes) { in createDrmEvent() argument 183 String msg, boolean isInfo) throws Exception { in checkGetMessageWithEventType() 190 assertEquals(event.getMessage(), msg); in checkGetMessageWithEventType() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/ |
D | StreamRecorderListener.java | 36 public void handleMessage(Message msg) { in handleMessage()
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
D | PropertyCheck.java | 56 String msg = String.format("Expected \"%s\" but found \"%s\" for property: %s", in run() local
|
/cts/tests/signature/src/android/signature/cts/ |
D | SignatureTest.java | 226 public static void loge(String msg, Exception e) { in loge() 230 public static void logd(String msg) { in logd()
|
/cts/tests/tests/nativehardware/jni/ |
D | NativeTestHelper.cpp | 29 char *msg; in fail() local
|
/cts/tests/sensor/jni/ |
D | nativeTestHelper.cpp | 29 char *msg; in fail() local
|