Searched refs:mOnCellLocationChangedCalled (Results 1 – 3 of 3) sorted by relevance
33 private boolean mOnCellLocationChangedCalled; field in CellLocationTest86 mOnCellLocationChangedCalled = true; in testCellLocation()101 while (!mOnCellLocationChangedCalled) { in testCellLocation()106 assertTrue(mOnCellLocationChangedCalled); in testCellLocation()
43 private boolean mOnCellLocationChangedCalled = false; field in TelephonyManagerTest86 if(!mOnCellLocationChangedCalled) { in testListen()88 mOnCellLocationChangedCalled = true; in testListen()103 assertTrue(mOnCellLocationChangedCalled); in testListen()111 mOnCellLocationChangedCalled = false; in testListen()123 assertFalse(mOnCellLocationChangedCalled); in testListen()
38 private boolean mOnCellLocationChangedCalled; field in PhoneStateListenerTest296 mOnCellLocationChangedCalled = true; in testOnCellLocationChanged()307 assertFalse(mOnCellLocationChangedCalled); in testOnCellLocationChanged()311 while(!mOnCellLocationChangedCalled){ in testOnCellLocationChanged()316 assertTrue(mOnCellLocationChangedCalled); in testOnCellLocationChanged()