Searched refs:setExpectedExtra (Results 1 – 4 of 4) sorted by relevance
61 public void setExpectedExtra(String newKey, String newValue) {62 CtsThirdPartyInCallService.getInstance().setExpectedExtra(newKey, newValue);
150 public void setExpectedExtra(String newKey, String newValue) { in setExpectedExtra() method in CtsThirdPartyInCallService
31 void setExpectedExtra(String newKey, String newValue); in setExpectedExtra() method
147 mICtsThirdPartyInCallServiceControl.setExpectedExtra(TEST_KEY, TEST_VALUE); in testExtrasPropagation()