Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/src/android/telephony/cts/
DCellLocationTest.java33 private boolean mOnCellLocationChangedCalled; field in CellLocationTest
86 mOnCellLocationChangedCalled = true; in testCellLocation()
101 while (!mOnCellLocationChangedCalled) { in testCellLocation()
106 assertTrue(mOnCellLocationChangedCalled); in testCellLocation()
DTelephonyManagerTest.java43 private boolean mOnCellLocationChangedCalled = false; field in TelephonyManagerTest
86 if(!mOnCellLocationChangedCalled) { in testListen()
88 mOnCellLocationChangedCalled = true; in testListen()
103 assertTrue(mOnCellLocationChangedCalled); in testListen()
111 mOnCellLocationChangedCalled = false; in testListen()
123 assertFalse(mOnCellLocationChangedCalled); in testListen()
DPhoneStateListenerTest.java38 private boolean mOnCellLocationChangedCalled; field in PhoneStateListenerTest
296 mOnCellLocationChangedCalled = true; in testOnCellLocationChanged()
307 assertFalse(mOnCellLocationChangedCalled); in testOnCellLocationChanged()
311 while(!mOnCellLocationChangedCalled){ in testOnCellLocationChanged()
316 assertTrue(mOnCellLocationChangedCalled); in testOnCellLocationChanged()