Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyManagerFacade.java1197 FacadeCellInfoCallback tmCiCb = new FacadeCellInfoCallback() { in telephonyRequestCellInfoUpdate() local
1213 synchronized (tmCiCb) { in telephonyRequestCellInfoUpdate()
1220 }, tmCiCb); in telephonyRequestCellInfoUpdate()
1222 tmCiCb.wait(3000 /* millis */); in telephonyRequestCellInfoUpdate()
1228 return tmCiCb.cellInfo; in telephonyRequestCellInfoUpdate()