Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallExtrasTest.java90 mInCallServiceFixtureX.waitForUpdate(); in testCsPutExtras()
115 mInCallServiceFixtureX.waitForUpdate(); in testCsPutBooleanExtra()
139 mInCallServiceFixtureX.waitForUpdate(); in testCsPutIntExtra()
164 mInCallServiceFixtureX.waitForUpdate(); in testCsPutStringExtra()
190 mInCallServiceFixtureX.waitForUpdate(); in testCsRemoveExtra()
198 mInCallServiceFixtureX.waitForUpdate(); in testCsRemoveExtra()
224 mInCallServiceFixtureX.waitForUpdate(); in testCsUpdateExisting()
233 mInCallServiceFixtureX.waitForUpdate(); in testCsUpdateExisting()
263 mInCallServiceFixtureX.waitForUpdate(); in testCsSetExtras()
273 mInCallServiceFixtureX.waitForUpdate(); in testCsSetExtras()
[all …]
DInCallServiceFixture.java171 public void waitForUpdate() { in waitForUpdate() method in InCallServiceFixture