Searched defs:mEventType (Results 1 - 14 of 14) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
H A DBluetoothLeAdvertiseFacade.java543 String mEventType; field in class:BluetoothLeAdvertiseFacade.myAdvertiseCallback
547 mEventType = "BleAdvertise";
553 Log.d("bluetooth_le_advertisement onSuccess " + mEventType + " "
557 mEventFacade.postEvent(mEventType + index + "onSuccess", mResults.clone());
575 Log.d("bluetooth_le_advertisement onFailure " + mEventType + " "
580 mEventFacade.postEvent(mEventType + index + "onFailure",
H A DBluetoothLeScanFacade.java818 String mEventType; field in class:BluetoothLeScanFacade.myScanCallback
823 mEventType = "BleScan";
839 Log.d("bluetooth_le_scan change onScanFailed " + mEventType + " " + index + " error "
845 mEventFacade.postEvent(mEventType + index + "onScanFailed",
852 Log.d("bluetooth_le_scan change onUpdate " + mEventType + " " + index);
857 mEventFacade.postEvent(mEventType + index + "onScanResults", mResults.clone());
863 Log.d("reportResult " + mEventType + " " + index);
868 mEventFacade.postEvent(mEventType + index + "onBatchScanResult", mResults.clone());
875 String mEventType; field in class:BluetoothLeScanFacade.myLeScanCallback
880 mEventType
[all...]
H A DGattClientFacade.java865 private final String mEventType; field in class:GattClientFacade.myBluetoothGattCallback
869 mEventType = "GattConnect";
876 Log.d("gatt_connect change onConnectionStateChange " + mEventType + " " + index);
893 .postEvent(mEventType + index + "onConnectionStateChange", mResults.clone());
899 Log.d("gatt_connect change onServicesDiscovered " + mEventType + " " + index);
908 .postEvent(mEventType + index + "onServicesDiscovered", mResults.clone());
916 Log.d("gatt_connect change onCharacteristicRead " + mEventType + " " + index);
921 .postEvent(mEventType + index + "onCharacteristicRead", mResults.clone());
928 Log.d("gatt_connect change onCharacteristicWrite " + mEventType + " " + index);
933 .postEvent(mEventType
[all...]
H A DGattServerFacade.java466 private final String mEventType; field in class:GattServerFacade.myBluetoothGattServerCallback
470 mEventType = "GattServer";
476 Log.d("gatt_server change onServiceAdded " + mEventType + " " + index);
479 mEventFacade.postEvent(mEventType + index + "onServiceAdded", mResults.clone());
486 Log.d("gatt_server change onCharacteristicReadRequest " + mEventType + " " + index);
493 mEventFacade.postEvent(mEventType + index + "onCharacteristicReadRequest", mResults.clone());
501 Log.d("gatt_server change onCharacteristicWriteRequest " + mEventType + " " + index);
512 mEventFacade.postEvent(mEventType + index + "onCharacteristicWriteRequest", mResults.clone());
520 Log.d("gatt_server change onDescriptorReadRequest " + mEventType + " " + index);
527 mEventFacade.postEvent(mEventType
[all...]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
H A DWifiP2pManagerFacade.java52 private final String mEventType; field in class:WifiP2pManagerFacade.WifiP2pActionListener
56 mEventType = "WifiP2p";
63 mEventFacade.postEvent(mEventType + TAG + "OnSuccess", null);
68 Log.d("WifiActionListener " + mEventType);
81 mEventFacade.postEvent(mEventType + TAG + "OnFailure", msg);
87 private final String mEventType; field in class:WifiP2pManagerFacade.WifiP2pConnectionInfoListener
90 mEventType = "WifiP2p";
108 mEventFacade.postEvent(mEventType + "OnConnectionInfoAvailable", msg);
115 private final String mEventType; field in class:WifiP2pManagerFacade.WifiP2pDnsSdServiceResponseListener
118 mEventType
136 private final String mEventType; field in class:WifiP2pManagerFacade.WifiP2pDnsSdTxtRecordListener
162 private final String mEventType; field in class:WifiP2pManagerFacade.WifiP2pGroupInfoListener
198 private final String mEventType; field in class:WifiP2pManagerFacade.WifiP2pPersistentGroupInfoListener
278 private final static String mEventType = "WifiP2p"; field in class:WifiP2pManagerFacade
[all...]
H A DWifiScannerFacade.java92 protected String mEventType; field in class:WifiScannerFacade.WifiActionListener
97 this.mEventType = type;
104 Log.d("onSuccess " + mEventType + " " + mIndex);
108 mEventFacade.postEvent(mEventType + mIndex + "onSuccess", mResults.clone());
114 Log.d("onFailure " + mEventType + " " + mIndex);
119 mEventFacade.postEvent(mEventType + mIndex + "onFailure", mResults.clone());
124 Log.d("reportResult " + mEventType + " " + mIndex);
129 mEventFacade.postEvent(mEventType + mIndex + type, mResults.clone());
169 private static final String mEventType = "WifiScannerScan"; field in class:WifiScannerFacade.WifiScanListener
180 mWAL = new WifiActionListener(mEventType, mInde
242 private static final String mEventType = "WifiScannerChange"; field in class:WifiScannerFacade.ChangeListener
300 private static final String mEventType = "WifiScannerBssid"; field in class:WifiScannerFacade.WifiBssidListener
[all...]
H A DWifiManagerFacade.java70 private final static String mEventType = "WifiManager"; field in class:WifiManagerFacade
161 mEventFacade.postEvent(mEventType + "ScanResultsAvailable", mResults);
178 Log.d("WifiActionListener onSuccess called for " + mEventType + TAG + "OnSuccess");
179 mEventFacade.postEvent(mEventType + TAG + "OnSuccess", null);
184 Log.d("WifiActionListener onFailure called for" + mEventType);
187 mEventFacade.postEvent(mEventType + TAG + "OnFailure", msg);
/external/robolectric/v3/
H A Drobolectric-resources-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/robolectric/shadows/ org/robolectric/manifest/ org/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 358 milliseconds