/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
D | WifiP2pManagerFacade.java | 52 private final String mEventType; field in WifiP2pManagerFacade.WifiP2pActionListener 56 mEventType = "WifiP2p"; in WifiP2pActionListener() 63 mEventFacade.postEvent(mEventType + TAG + "OnSuccess", null); in onSuccess() 68 Log.d("WifiActionListener " + mEventType); in onFailure() 81 mEventFacade.postEvent(mEventType + TAG + "OnFailure", msg); in onFailure() 87 private final String mEventType; field in WifiP2pManagerFacade.WifiP2pConnectionInfoListener 90 mEventType = "WifiP2p"; in WifiP2pConnectionInfoListener() 108 mEventFacade.postEvent(mEventType + "OnConnectionInfoAvailable", msg); in onConnectionInfoAvailable() 115 private final String mEventType; field in WifiP2pManagerFacade.WifiP2pDnsSdServiceResponseListener 118 mEventType = "WifiP2p"; in WifiP2pDnsSdServiceResponseListener() [all …]
|
D | WifiScannerFacade.java | 92 protected String mEventType; field in WifiScannerFacade.WifiActionListener 97 this.mEventType = type; in WifiActionListener() 104 Log.d("onSuccess " + mEventType + " " + mIndex); in onSuccess() 108 mEventFacade.postEvent(mEventType + mIndex + "onSuccess", mResults.clone()); in onSuccess() 114 Log.d("onFailure " + mEventType + " " + mIndex); in onFailure() 119 mEventFacade.postEvent(mEventType + mIndex + "onFailure", mResults.clone()); in onFailure() 124 Log.d("reportResult " + mEventType + " " + mIndex); in reportResult() 129 mEventFacade.postEvent(mEventType + mIndex + type, mResults.clone()); in reportResult() 169 private static final String mEventType = "WifiScannerScan"; field in WifiScannerFacade.WifiScanListener 180 mWAL = new WifiActionListener(mEventType, mIndex, mScanResults, in WifiScanListener() [all …]
|
D | WifiManagerFacade.java | 70 private final static String mEventType = "WifiManager"; field in WifiManagerFacade 163 mEventFacade.postEvent(mEventType + "ScanResultsAvailable", mResults); in onReceive() 180 Log.d("WifiActionListener onSuccess called for " + mEventType + TAG + "OnSuccess"); in onSuccess() 181 mEventFacade.postEvent(mEventType + TAG + "OnSuccess", null); in onSuccess() 186 Log.d("WifiActionListener onFailure called for" + mEventType); in onFailure() 189 mEventFacade.postEvent(mEventType + TAG + "OnFailure", msg); in onFailure()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | GattServerFacade.java | 466 private final String mEventType; field in GattServerFacade.myBluetoothGattServerCallback 470 mEventType = "GattServer"; in myBluetoothGattServerCallback() 476 Log.d("gatt_server change onServiceAdded " + mEventType + " " + index); in onServiceAdded() 479 mEventFacade.postEvent(mEventType + index + "onServiceAdded", mResults.clone()); in onServiceAdded() 486 Log.d("gatt_server change onCharacteristicReadRequest " + mEventType + " " + index); in onCharacteristicReadRequest() 493 mEventFacade.postEvent(mEventType + index + "onCharacteristicReadRequest", mResults.clone()); in onCharacteristicReadRequest() 501 Log.d("gatt_server change onCharacteristicWriteRequest " + mEventType + " " + index); in onCharacteristicWriteRequest() 512 mEventFacade.postEvent(mEventType + index + "onCharacteristicWriteRequest", mResults.clone()); in onCharacteristicWriteRequest() 520 Log.d("gatt_server change onDescriptorReadRequest " + mEventType + " " + index); in onDescriptorReadRequest() 527 mEventFacade.postEvent(mEventType + index + "onDescriptorReadRequest", mResults.clone()); in onDescriptorReadRequest() [all …]
|
D | GattClientFacade.java | 870 private final String mEventType; field in GattClientFacade.myBluetoothGattCallback 874 mEventType = "GattConnect"; in myBluetoothGattCallback() 881 Log.d("gatt_connect change onConnectionStateChange " + mEventType + " " + index); in onConnectionStateChange() 898 .postEvent(mEventType + index + "onConnectionStateChange", mResults.clone()); in onConnectionStateChange() 904 Log.d("gatt_connect change onServicesDiscovered " + mEventType + " " + index); in onServicesDiscovered() 913 .postEvent(mEventType + index + "onServicesDiscovered", mResults.clone()); in onServicesDiscovered() 921 Log.d("gatt_connect change onCharacteristicRead " + mEventType + " " + index); in onCharacteristicRead() 926 .postEvent(mEventType + index + "onCharacteristicRead", mResults.clone()); in onCharacteristicRead() 933 Log.d("gatt_connect change onCharacteristicWrite " + mEventType + " " + index); in onCharacteristicWrite() 938 .postEvent(mEventType + index + "onCharacteristicWrite", mResults.clone()); in onCharacteristicWrite() [all …]
|
D | BluetoothLeScanFacade.java | 818 String mEventType; field in BluetoothLeScanFacade.myScanCallback 823 mEventType = "BleScan"; in myScanCallback() 839 Log.d("bluetooth_le_scan change onScanFailed " + mEventType + " " + index + " error " in onScanFailed() 845 mEventFacade.postEvent(mEventType + index + "onScanFailed", in onScanFailed() 852 Log.d("bluetooth_le_scan change onUpdate " + mEventType + " " + index); in onScanResult() 857 mEventFacade.postEvent(mEventType + index + "onScanResults", mResults.clone()); in onScanResult() 863 Log.d("reportResult " + mEventType + " " + index); in onBatchScanResults() 868 mEventFacade.postEvent(mEventType + index + "onBatchScanResult", mResults.clone()); in onBatchScanResults() 875 String mEventType; field in BluetoothLeScanFacade.myLeScanCallback 880 mEventType = "ClassicBleScan"; in myLeScanCallback() [all …]
|
D | BluetoothLeAdvertiseFacade.java | 543 String mEventType; field in BluetoothLeAdvertiseFacade.myAdvertiseCallback 547 mEventType = "BleAdvertise"; in myAdvertiseCallback() 553 Log.d("bluetooth_le_advertisement onSuccess " + mEventType + " " in onStartSuccess() 557 mEventFacade.postEvent(mEventType + index + "onSuccess", mResults.clone()); in onStartSuccess() 575 Log.d("bluetooth_le_advertisement onFailure " + mEventType + " " in onStartFailure() 580 mEventFacade.postEvent(mEventType + index + "onFailure", in onStartFailure()
|