Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
DHealthService.java72 private static final int MESSAGE_APP_REGISTRATION_CALLBACK = 11; field in HealthService
233 case MESSAGE_APP_REGISTRATION_CALLBACK: in handleMessage()
488 Message msg = mHandler.obtainMessage(MESSAGE_APP_REGISTRATION_CALLBACK); in onAppRegistrationState()