HomeSort by relevance Sort by last modified time
    Searched defs:stateMachine (Results 26 - 33 of 33) sorted by null

12

  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng.cpp     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 291 for (PbapStateMachine stateMachine : mPbapStateMachineMap.values()) {
292 stateMachine.sendMessage(PbapStateMachine.DISCONNECT);
361 PbapStateMachine stateMachine = (PbapStateMachine) msg.obj;
362 intent.putExtra(BluetoothDevice.EXTRA_DEVICE, stateMachine.getRemoteDevice());
366 stateMachine.sendMessage(PbapStateMachine.REJECTED);
687 * @param stateMachine PbapStateMachine which sends the request
690 public void checkOrGetPhonebookPermission(PbapStateMachine stateMachine) {
691 BluetoothDevice device = stateMachine.getRemoteDevice();
698 stateMachine.sendMessage(PbapStateMachine.AUTHORIZED);
700 stateMachine.sendMessage(PbapStateMachine.REJECTED)
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConnectivityManagerTest.java 261 WifiStateMachine stateMachine = mock(WifiStateMachine.class);
263 when(stateMachine.isConnected()).thenReturn(false);
264 when(stateMachine.isDisconnected()).thenReturn(true);
265 when(stateMachine.isSupplicantTransientState()).thenReturn(false);
267 return stateMachine;
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng.cpp     [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng.cpp     [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng.cpp     [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng.cpp     [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng.cpp     [all...]

Completed in 536 milliseconds

12