Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/service/controls/
DControlProviderServiceTest.java223 Control c = sendControlGetControl(control); in testSubscribe()
248 Control c = sendControlGetControl(control); in testThumbnailRescaled_bigger()
279 Control c = sendControlGetControl(control); in testThumbnailRescaled_smaller()
320 sendControlGetControl(control); in testOnNextDoesntRethrowDeadObjectException()
329 private Control sendControlGetControl(Control control) throws RemoteException { in sendControlGetControl() method in ControlProviderServiceTest