Home
last modified time | relevance | path

Searched refs:remote (Results 1 – 12 of 12) sorted by relevance

/cts/tests/tests/security/src/android/security/cts/
DBitmapTest.java123 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 …]
DIBinderExchange.java87 Proxy(android.os.IBinder remote) { in Proxy() argument
88 mRemote = remote; in Proxy()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DSessionChannel.kt25 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/
DILegacyBinder.java61 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/
DSingleTestNGTestRunListener.java109 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/
DExternalServiceTest.java140 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/
Dcec_adapter.md167 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/
DActivityManagerTest.java1205 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/
DActivityManagerAppExitInfoTest.java760 Messenger remote = new Messenger(service); in testOther() local
761 RunningServiceInfo id = identifyService(remote); in testOther()
/cts/tests/tests/content/src/android/content/cts/
DContentResolverTest.java1625 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/
DRemoteViewsTest.java984 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/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...