Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/
DCtsThirdPartyInCallServiceControl.java61 public void setExpectedExtra(String newKey, String newValue) {
62 CtsThirdPartyInCallService.getInstance().setExpectedExtra(newKey, newValue);
DCtsThirdPartyInCallService.java150 public void setExpectedExtra(String newKey, String newValue) { in setExpectedExtra() method in CtsThirdPartyInCallService
/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/aidl/android/telecom/cts/thirdptyincallservice/
DICtsThirdPartyInCallServiceControl.aidl31 void setExpectedExtra(String newKey, String newValue); in setExpectedExtra() method
/cts/tests/tests/telecom/src/android/telecom/cts/
DThirdPartyInCallServiceAppOpsPermissionTest.java147 mICtsThirdPartyInCallServiceControl.setExpectedExtra(TEST_KEY, TEST_VALUE); in testExtrasPropagation()