Searched defs:handleRegistration (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMnsObexClient.java130 handleRegistration(msg.arg1 /*masId*/, msg.arg2 /*status*/);
216 * handleRegistration won't be called when disconnect
239 public synchronized void handleRegistration(int masId, int notificationStatus) { method in class:BluetoothMnsObexClient
241 Log.d(TAG, "handleRegistration( " + masId + ", " + notificationStatus + ")");
256 Log.d(TAG, "handleRegistration: connect");
270 Log.d(TAG, "handleRegistration: disconnect");

Completed in 11 milliseconds