Home | History | Annotate | Download | only in widget

Lines Matching refs:phone

1041      * @param the phone state:
1057 // show "return to call" text and show phone icon
1076 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone"));
1078 if (phone != null && phone.showCallScreen()) {