Lines Matching full:service
226 // is not deterministic. Unbinding in both ensures that the service is unbound.
309 @Override public void onServiceConnected (ComponentName className, IBinder service){
311 Log.d(TAG, "Service Connected");
313 onCallHandlerServiceConnected(ICallHandlerService.Stub.asInterface(service));
316 Log.d(TAG, "Service Connected. Cancel timer");
322 Log.i(TAG, "Disconnected from UI service.");
325 // restart the crashed service. But there is a exponential backoff for the restart.
336 // only support this call if the service is already connected.
368 Log.d(TAG, "binding to service " + serviceIntent);
394 // Service not found, retry again after some delay
395 // This can happen if the service is being installed by the package manager.
396 // Between deletes and installs, bindService could get a silent service not
398 Log.w(TAG, "Default call handler service not found.");
405 Log.d(TAG, "binding to service " + serviceIntent);
410 Log.w(TAG, "Could not bind to default call handler service: " +
423 Log.d(TAG, "Service connection to in call service already started.");
494 Log.d(TAG, "Unbinding service.");
503 * Called when the in-call UI service is connected. Send command interface to in-call.
510 // Before we send any updates, we need to set up the initial service calls.
533 * Makes initial service calls to set up callcommandservice and audio modes.