Home
last modified time | relevance | path

Searched refs:mEventType (Results 1 – 10 of 10) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiP2pManagerFacade.java72 private final String mEventType; field in WifiP2pManagerFacade.WifiP2pActionListener
76 mEventType = "WifiP2p"; in WifiP2pActionListener()
83 mEventFacade.postEvent(mEventType + TAG + "OnSuccess", null); in onSuccess()
88 Log.d("WifiActionListener " + mEventType); in onFailure()
101 mEventFacade.postEvent(mEventType + TAG + "OnFailure", msg); in onFailure()
107 private final String mEventType; field in WifiP2pManagerFacade.WifiP2pConnectionInfoListener
110 mEventType = "WifiP2p"; in WifiP2pConnectionInfoListener()
128 mEventFacade.postEvent(mEventType + "OnConnectionInfoAvailable", msg); in onConnectionInfoAvailable()
135 private final String mEventType; field in WifiP2pManagerFacade.WifiP2pDnsSdServiceResponseListener
138 mEventType = "WifiP2p"; in WifiP2pDnsSdServiceResponseListener()
[all …]
DWifiScannerFacade.java92 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 …]
DWifiManagerFacade.java112 private final static String mEventType = "WifiManager"; field in WifiManagerFacade
169 private static final String EVENT_TAG = mEventType + "NetworkRequestMatchCallback";
203 private static final String EVENT_TAG = mEventType + "NetworkCallback";
233 mEventStr = mEventType + "SoftApCallback-" + mId + "-"; in SoftApCallbackImp()
311 mEventFacade.postEvent(mEventType + "ScanFailure", null); in onReceive()
316 mEventFacade.postEvent(mEventType + "ScanResultsAvailable", mResults); in onReceive()
334 Log.d("WifiActionListener onSuccess called for " + mEventType + TAG + "OnSuccess"); in onSuccess()
335 mEventFacade.postEvent(mEventType + TAG + "OnSuccess", null); in onSuccess()
340 Log.d("WifiActionListener onFailure called for" + mEventType); in onFailure()
343 mEventFacade.postEvent(mEventType + TAG + "OnFailure", msg); in onFailure()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DGattServerFacade.java934 private final String mEventType; field in GattServerFacade.BtGattServerCallback
938 mEventType = "GattServer"; in BtGattServerCallback()
944 Log.d("gatt_server change onServiceAdded " + mEventType + " " + mIndex); in onServiceAdded()
947 mEventFacade.postEvent(mEventType + mIndex + "onServiceAdded", mResults.clone()); in onServiceAdded()
954 Log.d("gatt_server change onCharacteristicReadRequest " + mEventType + " " + mIndex); in onCharacteristicReadRequest()
962 mEventType + mIndex + "onCharacteristicReadRequest", mResults.clone()); in onCharacteristicReadRequest()
970 Log.d("gatt_server change onCharacteristicWriteRequest " + mEventType + " " + mIndex); in onCharacteristicWriteRequest()
982 mEventType + mIndex + "onCharacteristicWriteRequest", mResults.clone()); in onCharacteristicWriteRequest()
990 Log.d("gatt_server change onDescriptorReadRequest " + mEventType + " " + mIndex); in onDescriptorReadRequest()
998 mEventType + mIndex + "onDescriptorReadRequest", mResults.clone()); in onDescriptorReadRequest()
[all …]
DBluetoothLeAdvertisingSetFacade.java350 String mEventType; field in BluetoothLeAdvertisingSetFacade.MyAdvertisingSetCallback
354 mEventType = "AdvertisingSet"; in MyAdvertisingSetCallback()
360 Log.d("onAdvertisingSetStarted" + mEventType + " " + index); in onAdvertisingSetStarted()
371 mEventFacade.postEvent(mEventType + index + "onAdvertisingSetStarted", results); in onAdvertisingSetStarted()
376 Log.d("onAdvertisingSetStopped" + mEventType + " " + index); in onAdvertisingSetStopped()
379 mEventFacade.postEvent(mEventType + index + "onAdvertisingSetStopped", results); in onAdvertisingSetStopped()
424 Log.d("onOwnAddressRead" + mEventType + " " + setIndex); in onOwnAddressRead()
429 mEventFacade.postEvent(mEventType + setIndex + "onOwnAddressRead", results); in onOwnAddressRead()
437 Log.d(cb + mEventType + " " + index); in sendGeneric()
442 mEventFacade.postEvent(mEventType + index + cb, results); in sendGeneric()
DBluetoothLeScanFacade.java858 String mEventType; field in BluetoothLeScanFacade.myScanCallback
863 mEventType = "BleScan"; in myScanCallback()
882 + mEventType + " " + index + " error " in onScanFailed()
888 mEventFacade.postEvent(mEventType + index + "onScanFailed", in onScanFailed()
896 + mEventType + " " + index); in onScanResult()
902 mEventType + index + "onScanResults", mResults.clone()); in onScanResult()
908 Log.d("reportResult " + mEventType + " " + index); in onBatchScanResults()
913 mEventFacade.postEvent(mEventType in onBatchScanResults()
921 String mEventType; field in BluetoothLeScanFacade.myLeScanCallback
926 mEventType = "ClassicBleScan"; in myLeScanCallback()
[all …]
DGattClientFacade.java2026 private final String mEventType; field in GattClientFacade.myBluetoothGattCallback
2030 mEventType = "GattConnect"; in myBluetoothGattCallback()
2036 Log.d("gatt_connect change onConnectionStateChange " + mEventType + " " + index); in onConnectionStateChange()
2065 mEventType + index + "onConnectionStateChange", mResults.clone()); in onConnectionStateChange()
2071 Log.d("gatt_connect change onPhyRead " + mEventType + " " + index); in onPhyRead()
2075 mEventFacade.postEvent(mEventType + index + "onPhyRead", mResults.clone()); in onPhyRead()
2081 Log.d("gatt_connect change onPhyUpdate " + mEventType + " " + index); in onPhyUpdate()
2085 mEventFacade.postEvent(mEventType + index + "onPhyUpdate", mResults.clone()); in onPhyUpdate()
2091 Log.d("gatt_connect change onServicesDiscovered " + mEventType + " " + index); in onServicesDiscovered()
2096 mEventFacade.postEvent(mEventType + index + "onServicesDiscovered", mResults.clone()); in onServicesDiscovered()
[all …]
DBluetoothLeAdvertiseFacade.java561 String mEventType; field in BluetoothLeAdvertiseFacade.MyAdvertiseCallback
565 mEventType = "BleAdvertise"; in MyAdvertiseCallback()
571 Log.d("bluetooth_le_advertisement onSuccess " + mEventType + " " in onStartSuccess()
575 mEventFacade.postEvent(mEventType + index in onStartSuccess()
599 Log.d("bluetooth_le_advertisement onFailure " + mEventType + " " in onStartFailure()
604 mEventFacade.postEvent(mEventType + index + "onFailure", in onStartFailure()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DXmlResourceParserImpl.java64 private int mEventType = START_DOCUMENT; field in XmlResourceParserImpl
187 return mEventType; in getEventType()
362 if (mEventType == END_DOCUMENT) { in next()
378 mEventType = ev; in next()
395 switch (mEventType) { in nativeNext()
450 "Robolectric-> Uknown XML event type: " + mEventType); in nativeNext()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowUsageStatsManager.java396 .setEventType(event.mEventType) in fromEvent()
398 if (event.mEventType == Event.CONFIGURATION_CHANGE) { in fromEvent()
428 event.mEventType = eventType; in setEventType()