Home | History | Annotate | Download | only in phone

Lines Matching refs:isOffhookForSubscriber

1042         return isOffhookForSubscriber(getDefaultSubscription(), callingPackage);
1046 public boolean isOffhookForSubscriber(int subId, String callingPackage) {
1047 if (!canReadPhoneState(callingPackage, "isOffhookForSubscriber")) {