Home | History | Annotate | Download | only in btservice

Lines Matching refs:prevState

151     public void onProfileConnectionStateChanged(BluetoothDevice device, int profileId, int newState, int prevState) {
157 b.putInt("prevState", prevState);
162 private void processProfileStateChanged(BluetoothDevice device, int profileId, int newState, int prevState) {
172 binder.sendConnectionStateChange(device, profileId, newState,prevState);
192 Integer prevState = mProfileServicesState.get(serviceName);
193 if (prevState != null && prevState != state) {
323 void updateAdapterState(int prevState, int newState){
329 mCallbacks.getBroadcastItem(i).onBluetoothStateChange(prevState,newState);
412 processProfileStateChanged((BluetoothDevice) msg.obj, msg.arg1,msg.arg2, msg.getData().getInt("prevState",BluetoothAdapter.ERROR));
834 device, int profile, int state, int prevState) {
837 service.sendConnectionStateChange(device, profile, state, prevState);
1274 device, int profile, int state, int prevState) {
1279 mAdapterProperties.sendConnectionStateChange(device, profile, state, prevState);