Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/
DCtsThirdPartyInCallService.java40 private String mExpectedKey; field in CtsThirdPartyInCallService
49 if (extras != null && extras.containsKey(mExpectedKey)
50 && extras.getString(mExpectedKey).equals(mExpectedValue)) {
151 mExpectedKey = newKey; in setExpectedExtra()
164 && c.getDetails().getExtras().containsKey(mExpectedKey) in waitForExtrasChanged()
165 && c.getDetails().getExtras().getString(mExpectedKey).equals(mExpectedValue)) in waitForExtrasChanged()