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.java63 mInCallServiceFixtureX.waitForUpdate(); in testCsPutExtras()
84 mInCallServiceFixtureX.waitForUpdate(); in testCsPutBooleanExtra()
105 mInCallServiceFixtureX.waitForUpdate(); in testCsPutIntExtra()
127 mInCallServiceFixtureX.waitForUpdate(); in testCsPutStringExtra()
150 mInCallServiceFixtureX.waitForUpdate(); in testCsRemoveExtra()
158 mInCallServiceFixtureX.waitForUpdate(); in testCsRemoveExtra()
183 mInCallServiceFixtureX.waitForUpdate(); in testCsUpdateExisting()
190 mInCallServiceFixtureX.waitForUpdate(); in testCsUpdateExisting()
219 mInCallServiceFixtureX.waitForUpdate(); in testCsSetExtras()
229 mInCallServiceFixtureX.waitForUpdate(); in testCsSetExtras()
[all …]
DInCallServiceFixture.java152 public void waitForUpdate() { in waitForUpdate() method in InCallServiceFixture