Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/service/controls/
H A DControlProviderServiceTest.java220 Control c = sendControlGetControl(control); in testSubscribe()
245 Control c = sendControlGetControl(control); in testThumbnailRescaled_bigger()
276 Control c = sendControlGetControl(control); in testThumbnailRescaled_smaller()
314 private Control sendControlGetControl(Control control) throws RemoteException { in sendControlGetControl() method in ControlProviderServiceTest