Home | History | Annotate | Download | only in phone

Lines Matching full:service

261                 // Starts the SIP service. It's a no-op if SIP API is not supported
263 // TODO: Having the phone process host the SIP service is only
437 // get a handle to the service so that we can use it later when we
484 // Service used by in-call UI to control calls
1054 // Start Emergency Callback Mode service
1181 // If service just returned, start sending out the queued messages
1285 /** Service connection */
1288 /** Handle the task of binding the local object to the service */
1289 public void onServiceConnected(ComponentName className, IBinder service) {
1290 Log.i(LOG_TAG, "Headset phone created, binding local service.");
1291 mBluetoothPhone = IBluetoothHeadsetPhone.Stub.asInterface(service);