Searched refs:mServiceHandler (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | PbapStateMachine.java | 86 private Handler mServiceHandler; field in PbapStateMachine 100 mServiceHandler = pbapHandler; in PbapStateMachine() 231 mServiceHandler.removeMessages(BluetoothPbapService.USER_TIMEOUT, in processMessage() 233 mServiceHandler.obtainMessage(BluetoothPbapService.USER_TIMEOUT, in processMessage() 243 new BluetoothPbapObexServer(mServiceHandler, mService, PbapStateMachine.this); in rejectConnection() 278 mServiceHandler.obtainMessage(BluetoothPbapService.MSG_STATE_MACHINE_DONE, in enter() 335 mServiceHandler.sendMessage( in startObexServerSession() 336 mServiceHandler.obtainMessage(BluetoothPbapService.MSG_ACQUIRE_WAKE_LOCK)); in startObexServerSession() 339 new BluetoothPbapObexServer(mServiceHandler, mService, PbapStateMachine.this); in startObexServerSession()
|
/packages/apps/Stk/src/com/android/stk/ |
D | StkAppService.java | 176 private volatile ServiceHandler mServiceHandler; field in StkAppService 387 Message msg = mServiceHandler.obtainMessage(op, 0, slotId); in onStart() 407 mServiceHandler.sendMessage(msg); in onStart() 419 PhoneConfigurationManager.unregisterForMultiSimConfigChange(mServiceHandler); in onDestroy() 432 mServiceHandler = new ServiceHandler(); in run() 434 PhoneConfigurationManager.registerForMultiSimConfigChange(mServiceHandler, in run() 544 while (mServiceHandler == null) { in waitForLooper() 842 Message message = mServiceHandler.obtainMessage(); in startToObserveHomeKeyEvent() 844 mServiceHandler.sendMessage(message); in startToObserveHomeKeyEvent() 859 if (mServiceHandler != null) { in unregisterHomeKeyEventReceiver() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapMasInstance.java | 81 private Handler mServiceHandler = null; // MAP service message handler field in BluetoothMapMasInstance 126 mServiceHandler = mapService.getHandler(); in BluetoothMapMasInstance() 396 new BluetoothMapObexServer(mServiceHandler, mContext, mObserver, this, mAccount, in startObexServerSession()
|