Searched refs:masId (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMnsObexClient.java103 handleRegistration(msg.arg1 /*masId*/, msg.arg2 /*status*/);
183 public void handleRegistration(int masId, int notificationStatus){ argument
184 Log.d(TAG, "handleRegistration( " + masId + ", " + notificationStatus + ")");
204 mObserver.registerObserver(this, masId);
H A DBluetoothMapContentObserver.java245 public void registerObserver(BluetoothMnsObexClient mns, int masId) { argument
248 mMasId = masId;

Completed in 56 milliseconds