Searched refs:isOffhook (Results 1 – 2 of 2) sorted by relevance
108 boolean isOffhook = (InCallState.OUTGOING == newState) || hasOngoingCall; in onStateChange()110 if (isOffhook != mIsPhoneOffhook) { in onStateChange()111 mIsPhoneOffhook = isOffhook; in onStateChange()
1041 public boolean isOffhook(String callingPackage) { in isOffhook() method in PhoneInterfaceManager