Home
last modified time | relevance | path

Searched refs:ping (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/security/src/android/security/cts/
DBitmapTest.java124 Assert.assertTrue("Binder should be alive", remote.ping()); in test_inplace_213169612()
130 Assert.assertTrue("Binder should be alive", remote.ping()); in test_inplace_213169612()
137 Assert.assertTrue("Binder should be alive", remote.ping()); in test_inplace_213169612()
148 Assert.assertTrue("Binder should be alive", remote.ping()); in test_inplace_213169612()
160 Assert.assertTrue("Binder should be alive", remote.ping()); in test_inplace_213169612()
167 Assert.assertTrue("Binder should be alive", remote.ping()); in test_ashmem_213169612()
174 Assert.assertTrue("Binder should be alive", remote.ping()); in test_ashmem_213169612()
185 Assert.assertTrue("Binder should be alive", remote.ping()); in test_ashmem_213169612()
196 Assert.assertTrue("Binder should be alive", remote.ping()); in test_ashmem_213169612()
208 Assert.assertTrue("Binder should be alive", remote.ping()); in test_ashmem_213169612()
[all …]
DBitmapService.java40 public boolean ping() {
/cts/tests/tests/security/aidl/android/security/cts/
DIBitmapService.aidl24 boolean ping(); in ping() method
/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DFakeTimeZoneProviderAppShellHelper.java110 ping(); in waitForInstallation()
249 private void ping() throws Exception { in ping() method in FakeTimeZoneProviderAppShellHelper