Home | History | Annotate | Download | only in server

Lines Matching defs:listen

384             log("listen oscl: E pkg=" + callingPackage + " myUserId=" + UserHandle.myUserId()
405 log("listen oscl: Register r=" + r);
410 if (VDBG) log("listen oscl: send to r=" + r);
412 if (VDBG) log("listen oscl: sent to r=" + r);
414 if (VDBG) log("listen oscl: remote exception sending to r=" + r + " e=" + e);
418 log("listen oscl: hasNotifySubscriptionInfoChangedOccurred==false no callback");
426 if (DBG) log("listen oscl: Unregister");
457 public void listen(String pkgForDebug, IPhoneStateListener callback, int events,
466 listen(pkgForDebug, callback, events, notifyNow, subId);
469 private void listen(String callingPackage, IPhoneStateListener callback, int events,
474 log("listen: E pkg=" + callingPackage + " events=0x" + Integer.toHexString(events)
483 if (!checkListenerPermission(events, subId, callingPackage, "listen")) {
512 log("listen: Register r=" + r + " r.subId=" + r.subId + " phoneId=" + phoneId);
517 if (VDBG) log("listen: call onSSC state=" + mServiceState[phoneId]);
552 if (DBG_LOC) log("listen: mCellLocation = "
601 if (DBG_LOC) log("listen: mCellInfo[" + phoneId + "] = "
664 if(DBG) log("listen: Unregister");