Home
last modified time | relevance | path

Searched refs:MSG_SET_PATH (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/bluetooth/bt-map-service/src/com/google/android/auto/mapservice/
DBluetoothMapService.java102 private static final int MSG_SET_PATH = 5; field in BluetoothMapService
214 this.obtainMessage(MSG_SET_PATH).sendToTarget(); in handleMessage()
222 case MSG_SET_PATH: in handleMessage()
725 mHandler.obtainMessage(MSG_SET_PATH).sendToTarget(); in onSetPath()
854 mHandler.removeMessages(MSG_SET_PATH); in clearCommandQueue()