Home | History | Annotate | Download | only in btservice

Lines Matching refs:prevState

192     public void onProfileConnectionStateChanged(BluetoothDevice device, int profileId, int newState, int prevState) {
198 b.putInt("prevState", prevState);
246 private void processProfileStateChanged(BluetoothDevice device, int profileId, int newState, int prevState) {
256 binder.sendConnectionStateChange(device, profileId, newState,prevState);
288 Integer prevState = mProfileServicesState.get(serviceName);
289 if (prevState != null && prevState != state) {
422 void updateAdapterState(int prevState, int newState){
428 mCallbacks.getBroadcastItem(i).onBluetoothStateChange(prevState,newState);
530 processProfileStateChanged((BluetoothDevice) msg.obj, msg.arg1,msg.arg2, msg.getData().getInt("prevState",BluetoothAdapter.ERROR));
1046 device, int profile, int state, int prevState) {
1049 service.sendConnectionStateChange(device, profile, state, prevState);
1626 device, int profile, int state, int prevState) {
1631 mAdapterProperties.sendConnectionStateChange(device, profile, state, prevState);