Home
last modified time | relevance | path

Searched defs:binder (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DSimpleAdapterTest.java192 SimpleAdapter.ViewBinder binder = mock(SimpleAdapter.ViewBinder.class); in testGetView() local
267 SimpleAdapter.ViewBinder binder = mock(SimpleAdapter.ViewBinder.class); in testGetDropDownView() local
308 SimpleAdapter.ViewBinder binder = mock(SimpleAdapter.ViewBinder.class); in testAccessViewBinder() local
DSimpleCursorAdapterTest.java146 SimpleCursorAdapter.ViewBinder binder = mock(SimpleCursorAdapter.ViewBinder.class); in testBindView() local
181 SimpleCursorAdapter.ViewBinder binder = mock(SimpleCursorAdapter.ViewBinder.class); in testAccessViewBinder() local
/cts/tests/tests/view/src/android/view/cts/
DWindowManager_LayoutParamsTest.java82 IBinder binder = new Binder(); in testConstructor() local
217 IBinder binder = new Binder(); in testWriteToParcel() local
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputBindingTest.java42 Binder binder = new Binder(); in testInputBinding() local
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DIBinderParcelable.java23 public IBinder binder; field in IBinderParcelable
/cts/hostsidetests/security/securityPatch/CVE-2017-13253/
Dpoc.cpp35 sp<IBinder> binder = sm->getService(String16("media.drm")); in main() local
/cts/hostsidetests/security/securityPatch/CVE-2017-13232/
Dpoc.cpp76 sp<IBinder> binder = sm->getService(String16("media.audio_policy")); in getOutputForAttr() local
/cts/tests/tests/os/src/android/os/cts/
DStrictModeTest.java565 IBinder binder = binderHolder.take(); in runWithRemoteServiceBound() local
DParcelTest.java437 Binder binder; in testReadValue() local
/cts/tests/tests/location/src/android/location/cts/
DLocationTest.java496 IBinder binder = service.callOnBind(intent); in testSettingInjectorService() local