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.java34 private boolean mOnCellLocationChangedCalled; field in CellLocationTest
87 mOnCellLocationChangedCalled = true; in testCellLocation()
102 while (!mOnCellLocationChangedCalled) { in testCellLocation()
107 assertTrue(mOnCellLocationChangedCalled); in testCellLocation()
DTelephonyManagerTest.java66 private boolean mOnCellLocationChangedCalled = false; field in TelephonyManagerTest
108 if(!mOnCellLocationChangedCalled) { in testListen()
110 mOnCellLocationChangedCalled = true; in testListen()
137 mOnCellLocationChangedCalled); in testListen()
141 mOnCellLocationChangedCalled = false; in testListen()
146 mOnCellLocationChangedCalled); in testListen()
155 mOnCellLocationChangedCalled = false; in testListen()
162 mOnCellLocationChangedCalled); in testListen()
DPhoneStateListenerTest.java40 private boolean mOnCellLocationChangedCalled; field in PhoneStateListenerTest
301 mOnCellLocationChangedCalled = true; in testOnCellLocationChanged()
312 assertFalse(mOnCellLocationChangedCalled); in testOnCellLocationChanged()
316 while(!mOnCellLocationChangedCalled){ in testOnCellLocationChanged()
321 assertTrue(mOnCellLocationChangedCalled); in testOnCellLocationChanged()