Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:startId

159     public int onStartCommand(Intent intent, int flags, int startId) {
160 if (DEBUG) Log.d(TAG, "onStartCommand startId:" + startId + " flags: " + flags);
168 DockEventReceiver.finishStartingService(this, startId);
173 handleBtStateChange(intent, startId);
188 handleUnexpectedDisconnect(disconnectedDevice, Profile.HEADSET, startId);
198 handleUnexpectedDisconnect(disconnectedDevice, Profile.A2DP, startId);
207 DockEventReceiver.finishStartingService(this, startId);
215 msg.arg2 = startId;
236 final int startId = msg.arg2;
254 createDialog(mContext, mDevice, state, startId);
284 handleDocked(device, state, startId);
291 handleDocked(d, state, startId);
314 startId, null);
327 startId, device);
338 mPendingTurnOffStartId = startId;
340 if(DEBUG) Log.d(TAG, "disable failed. try again later " + startId);
349 DockEventReceiver.finishStartingService(DockService.this, startId);
408 int startId) {
452 mStartIdAssociatedWithDialog = startId;
547 private void handleBtStateChange(Intent intent, int startId) {
581 mPendingTurnOffStartId = startId;
593 DockEventReceiver.finishStartingService(this, startId);
600 DockEventReceiver.finishStartingService(this, startId);
614 mPendingTurnOnStartId = startId;
616 DockEventReceiver.finishStartingService(this, startId);
623 int startId) {
646 DockEventReceiver.finishStartingService(this, startId);
672 private synchronized void applyBtSettings(final BluetoothDevice device, int startId) {
695 mPendingStartId = startId;
743 final int startId) {
747 applyBtSettings(mDevice, startId);
749 createDialog(mContext, device, state, startId);