/cts/tests/tests/security/src/android/security/cts/ |
D | BitmapTest.java | 123 IBitmapService remote = getRemoteService(); in test_inplace_213169612() local 124 Assert.assertTrue("Binder should be alive", remote.ping()); in test_inplace_213169612() 128 int allocationSize = remote.getAllocationSize(wrapper); in test_inplace_213169612() 130 Assert.assertTrue("Binder should be alive", remote.ping()); in test_inplace_213169612() 135 allocationSize = remote.getAllocationSize(wrapper); in test_inplace_213169612() 137 Assert.assertTrue("Binder should be alive", remote.ping()); in test_inplace_213169612() 144 remote.didReceiveBitmap(wrapper)); in test_inplace_213169612() 148 Assert.assertTrue("Binder should be alive", remote.ping()); in test_inplace_213169612() 156 remote.didReceiveBitmap(wrapper)); in test_inplace_213169612() 160 Assert.assertTrue("Binder should be alive", remote.ping()); in test_inplace_213169612() [all …]
|
D | IBinderExchange.java | 87 Proxy(android.os.IBinder remote) { in Proxy() argument 88 mRemote = remote; in Proxy()
|
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | SessionChannel.kt | 25 private val remote = atomic<RemoteCallback?>(null) in <lambda>() constant in com.android.cts.mockime.SessionChannel 29 val remote = bundle.getParcelable(ESTABLISH_KEY, RemoteCallback::class.java)!! in <lambda>() constant 30 check(this.remote.getAndSet(remote) == null) { in <lambda>() 43 this.remote.value = transport in <lambda>() 56 val remote = remote.value ?: run { in <lambda>() constant 59 remote.sendResult(bundle) in <lambda>() 72 remote.value = null in <lambda>()
|
/cts/tests/tests/binder_ndk/src/android/binder/cts/ |
D | ILegacyBinder.java | 61 Proxy(android.os.IBinder remote) { in Proxy() argument 62 mRemote = remote; in Proxy()
|
/cts/tests/core/runner-axt/src/com/android/cts/core/runner/support/ |
D | SingleTestNGTestRunListener.java | 109 org.testng.remote.strprotocol.TestResultMessage msg = in getId() 110 new org.testng.remote.strprotocol.TestResultMessage( in getId()
|
/cts/tests/tests/externalservice/src/android/externalservice/cts/ |
D | ExternalServiceTest.java | 140 Messenger remote = new Messenger(mConnection.service); in testBindExternalService() local 141 RunningServiceInfo id = identifyService(remote); in testBindExternalService() 305 Messenger remote = new Messenger(mConnection.service); in testBindExternalServiceWithZygote() local 306 RunningServiceInfo id = identifyService(remote); in testBindExternalServiceWithZygote()
|
/cts/hostsidetests/hdmicec/ |
D | cec_adapter.md | 167 You can send CEC remote events using the `tx` command above. The format is as 181 4. Here are some useful commands to execute remote actions:
|
/cts/tests/app/src/android/app/cts/ |
D | ActivityManagerTest.java | 1205 RunningAppProcessInfo remote = getRunningAppProcessInfo(remoteProcessName); in testKillingPidsOnImperceptible() local 1206 assertNotNull(remote); in testKillingPidsOnImperceptible() 1240 mActivityManager.killProcessesWhenImperceptible(new int[]{remote.pid}, reason); in testKillingPidsOnImperceptible() 1250 remote.pid, remoteProcessName))); in testKillingPidsOnImperceptible() 1267 remote.pid, remoteProcessName))); in testKillingPidsOnImperceptible()
|
/cts/tests/app/AppExitTest/src/android/app/cts/ |
D | ActivityManagerAppExitInfoTest.java | 760 Messenger remote = new Messenger(service); in testOther() local 761 RunningServiceInfo id = identifyService(remote); in testOther()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | ContentResolverTest.java | 1625 try (ContentProviderClient remote = getContext().getContentResolver() in testWrapContentProviderClient() argument 1627 final ContentResolver resolver = ContentResolver.wrap(remote); in testWrapContentProviderClient()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | RemoteViewsTest.java | 984 RemoteViews[] remote = RemoteViews.CREATOR.newArray(1); in testWriteToParcel() local 985 assertNotNull(remote); in testWriteToParcel() 986 assertEquals(1, remote.length); in testWriteToParcel()
|
/cts/apps/CtsVerifier/libs/ |
D | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |