/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
D | WifiP2pManagerFacade.java | 72 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 …]
|
D | WifiScannerFacade.java | 95 protected String mEventType; field in WifiScannerFacade.WifiActionListener 100 this.mEventType = type; in WifiActionListener() 107 Log.d("onSuccess " + mEventType + " " + mIndex); in onSuccess() 111 mEventFacade.postEvent(mEventType + mIndex + "onSuccess", mResults.clone()); in onSuccess() 117 Log.d("onFailure " + mEventType + " " + mIndex); in onFailure() 122 mEventFacade.postEvent(mEventType + mIndex + "onFailure", mResults.clone()); in onFailure() 127 Log.d("reportResult " + mEventType + " " + mIndex); in reportResult() 132 mEventFacade.postEvent(mEventType + mIndex + type, mResults.clone()); in reportResult() 172 private static final String mEventType = "WifiScannerScan"; field in WifiScannerFacade.WifiScanListener 183 mWAL = new WifiActionListener(mEventType, mIndex, mScanResults, in WifiScanListener() [all …]
|
D | WifiManagerFacade.java | 118 private static final String mEventType = "WifiManager"; field in WifiManagerFacade 178 private static final String EVENT_TAG = mEventType + "NetworkRequestMatchCallback"; 212 private static final String EVENT_TAG = mEventType + "NetworkCallback"; 242 mEventStr = mEventType + "SoftApCallback-" + mId + "-"; in SoftApCallbackImp() 343 mEventFacade.postEvent(mEventType + "ScanFailure", null); in onReceive() 348 mEventFacade.postEvent(mEventType + "ScanResultsAvailable", mResults); in onReceive() 366 mEventFacade.postEvent(mEventType + "ScanResultsCallbackOnSuccess", mResults); in onScanResultsAvailable() 382 Log.d("WifiActionListener onSuccess called for " + mEventType + TAG + "OnSuccess"); in onSuccess() 383 mEventFacade.postEvent(mEventType + TAG + "OnSuccess", null); in onSuccess() 388 Log.d("WifiActionListener onFailure called for" + mEventType); in onFailure() [all …]
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | GattServerFacade.java | 934 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 …]
|
D | BluetoothLeAdvertisingSetFacade.java | 350 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()
|
D | BluetoothLeScanFacade.java | 858 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 …]
|
D | GattClientFacade.java | 2026 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 …]
|
D | BluetoothLeAdvertiseFacade.java | 561 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/ |
D | XmlResourceParserImpl.java | 64 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/ |
D | ShadowUsageStatsManager.java | 396 .setEventType(event.mEventType) in fromEvent() 398 if (event.mEventType == Event.CONFIGURATION_CHANGE) { in fromEvent() 428 event.mEventType = eventType; in setEventType()
|