Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 230) sorted by relevance

12345678910

/cts/tests/tests/os/src/android/os/cts/
DHandlerTest.java92 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/
DLogt.java22 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/
DCameraErrorCollector.java123 public boolean expectTrue(String msg, boolean condition) { in expectTrue()
141 public <T> boolean expectEquals(String msg, T expected, T actual) { in expectEquals()
163 public <T> boolean expectNotEquals(String msg, T expected, T actual) { in expectNotEquals()
183 public <T> boolean expectEquals(String msg, T[] expected, T[] actual) { in expectEquals()
208 public <T> boolean expectNotEquals(String msg, T[] expected, T[] actual) { in expectNotEquals()
230 public <T extends Comparable<? super T>> boolean expectGreater(String msg, T expected, in expectGreater()
244 public <T extends Comparable<? super T>> boolean expectGreaterOrEqual(String msg, T expected, in expectGreaterOrEqual()
258 public <T extends Comparable<? super T>> boolean expectLess(String msg, T expected, in expectLess()
272 public <T extends Comparable<? super T>> boolean expectLessOrEqual(String msg, T expected, in expectLessOrEqual()
287 public <T> boolean expectEquals(String msg, float expected, float actual, float tolerance) { in expectEquals()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DConnectionAccessClientActivity.java120 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()
DMessageTestActivity.java196 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()
DConnectionAccessServerActivity.java124 public void handleMessage(Message msg) { in handleMessage()
138 private void handleStateChange(Message msg) { in handleStateChange()
148 private void handleToast(Message msg) { in handleToast()
DBleConnectionPriorityClientBaseActivity.java165 String msg = getString(R.string.ble_client_connection_priority); in executeNextTestImpl() local
166 Toast.makeText(getApplicationContext(), msg, Toast.LENGTH_LONG).show(); in executeNextTestImpl() local
257 public void handleMessage(Message msg) { in handleMessage()
272 Message msg = in executeSwitching() local
/cts/tests/tests/selinux/selinuxTargetSdk25/src/android/security/
DSELinuxTargetSdkTest.java44 String msg = "Untrusted apps with targetSdkVersion of 25 and below " + in testAppDomainContext() local
59 String msg = "Untrusted apps with targetSdkVersion of 25 and below " + in testAppDataContext() local
/cts/hostsidetests/graphics/gpuprofiling/app/
Dandroid_graphics_cts_GpuCounters.cpp30 #define ALOGI(msg, ...) \ argument
32 #define ALOGE(msg, ...) \ argument
34 #define ALOGD(msg, ...) \ argument
/cts/tests/tests/selinux/selinuxTargetSdk28/src/android/security/
DSELinuxTargetSdkTest.java40 String msg = "Untrusted apps with targetSdkVersion 28 " + in testAppDomainContext() local
55 String msg = "Untrusted apps with targetSdkVersion 28 " + in testAppDataContext() local
/cts/tests/tests/selinux/selinuxEphemeral/src/android/security/
DSELinuxTargetSdkTest.java49 String msg = "Instant apps must run in the ephemeral_app selinux domain " + in testAppDomainContext() local
62 String msg = "Instant apps must use the app_data_file selinux context and use the " + in testAppDataContext() local
/cts/tests/tests/selinux/selinuxTargetSdk27/src/android/security/
DSELinuxTargetSdkTest.java40 String msg = "Untrusted apps with targetSdkVersion in range 26-27 " + in testAppDomainContext() local
55 String msg = "Untrusted apps with targetSdkVersion in range 26-27 " + in testAppDataContext() local
/cts/tests/tests/selinux/selinuxTargetSdkCurrent/src/android/security/
DSELinuxTargetSdkTest.java62 String msg = "Untrusted apps with targetSdkVersion 32 and above " + in testAppDomainContext() local
78 String msg = "Untrusted apps with targetSdkVersion 29 and above " + in testAppDataContext() local
/cts/tests/tests/selinux/selinuxTargetSdk29/src/android/security/
DSELinuxTargetSdkTest.java67 String msg = "Untrusted apps with targetSdkVersion 29 " + in testAppDomainContext() local
82 String msg = "Untrusted apps with targetSdkVersion 29 " + in testAppDataContext() local
/cts/tests/tests/selinux/selinuxTargetSdk30/src/android/security/
DSELinuxTargetSdkTest.java66 String msg = "Untrusted apps with targetSdkVersion 30 " + in testAppDomainContext() local
81 String msg = "Untrusted apps with targetSdkVersion 30 " + in testAppDataContext() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DRetryableException.java29 public RetryableException(String msg) { in RetryableException()
30 this((Timeout) null, msg); in RetryableException() local
41 public RetryableException(@Nullable Timeout timeout, String msg) { in RetryableException()
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
DAsserts.java76 static void assertReadingContentUriNotAllowed(Uri uri, String msg) { in assertReadingContentUriNotAllowed()
97 static void assertReadingClipNotAllowed(ClipData clip, String msg) { in assertReadingClipNotAllowed()
117 static void assertOpenFileDescriptorModeNotAllowed(Uri uri, String msg, String mode) { in assertOpenFileDescriptorModeNotAllowed()
133 static void assertContentUriNotAllowed(Uri uri, String msg) { in assertContentUriNotAllowed()
138 static void assertWritingContentUriNotAllowed(Uri uri, String msg) { in assertWritingContentUriNotAllowed()
201 static void assertWritingClipNotAllowed(ClipData clip, String msg) { in assertWritingClipNotAllowed()
/cts/hostsidetests/multidevices/uwb/snippet/
DUwbManagerSnippet.java36 UwbManagerSnippetException(String msg) { in UwbManagerSnippetException()
40 UwbManagerSnippetException(String msg, Throwable err) { in UwbManagerSnippetException()
/cts/hostsidetests/graphics/gpuprofiling/app/jni/
Dandroid_graphics_cts_GpuRenderStages.cpp28 #define ALOGI(msg, ...) \ argument
30 #define ALOGE(msg, ...) \ argument
32 #define ALOGD(msg, ...) \ argument
/cts/hostsidetests/gputools/apps/jni/
Dandroid_gputools_cts_RootlessGpuDebug.cpp31 #define ALOGI(msg, ...) \ argument
33 #define ALOGE(msg, ...) \ argument
35 #define ALOGD(msg, ...) \ argument
/cts/hostsidetests/car/app/src/android/car/cts/app/
DPowerPolicyTestClient.java57 public void printResult(String msg) { in printResult()
67 public void printlnResult(@Nullable String msg) { in printlnResult()
79 public void printResultHeader(String msg) { in printResultHeader()
211 String msg = String.format("%s expects %d params but received %d", in assertNumberOfArgs() local
/cts/tests/tests/jni/src/android/jni/cts/
DJniCppTest.java37 String msg = runAllTests(); in testEverything() local
DJniCTest.java37 String msg = runAllTests(); in testEverything() local
/cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/src/com/android/cts/comp/
DICrossUserService.aidl20 String echo(String msg); in echo()
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
DSimpleForegroundService.java49 public void handleMessage(Message msg) { in handleMessage()
101 Message msg = mServiceHandler.obtainMessage(); in onStartCommand() local

12345678910