Home | History | Annotate | Download | only in pbap

Lines Matching refs:Service

38 import android.app.Service;
69 public class BluetoothPbapService extends Service {
191 if (VERBOSE) Log.v(TAG, "Pbap Service onCreate");
198 if (VERBOSE) Log.v(TAG, "Starting PBAP service");
240 // Send any pending timeout now, as this service will be destroyed.
302 if (VERBOSE) Log.v(TAG, "Pbap Service onDestroy");
314 if (VERBOSE) Log.v(TAG, "Pbap Service onBind");
319 if (VERBOSE) Log.v(TAG, "Pbap Service startRfcommSocketListener");
329 if (VERBOSE) Log.v(TAG, "Pbap Service initSocket");
408 if (VERBOSE) Log.v(TAG, "Pbap Service closeService in");
438 if (VERBOSE) Log.v(TAG, "successfully stopped pbap service");
441 if (VERBOSE) Log.v(TAG, "Pbap Service closeService out");
445 if (VERBOSE) Log.v(TAG, "Pbap Service startObexServerSession");
479 if (VERBOSE) Log.v(TAG, "Pbap Service stopObexServerSession");
746 * Handlers for incoming service calls