Home
last modified time | relevance | path

Searched refs:onDeviceFound (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceCallbackImplTest.java123 mDut.onDeviceFound( in testOnDeviceFound_success()
130 mDut.onDeviceFound( in testOnDeviceFound_success()
155 mDut.onDeviceFound( in testOnDeviceFoundWithSignBitInDeviceInfoBytesSuccess()
198 mDut.onDeviceFound( in testOnDeviceFound_invalidArguments()
208 mDut.onDeviceFound( in testOnDeviceFound_invalidArguments()
218 mDut.onDeviceFound( in testOnDeviceFound_invalidArguments()
228 mDut.onDeviceFound( in testOnDeviceFound_invalidArguments()
238 mDut.onDeviceFound( in testOnDeviceFound_invalidArguments()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceCallbackV1_4Impl.java99 public void onDeviceFound(byte[] srcAddress, byte[] p2pDeviceAddress, byte[] primaryDeviceType, in onDeviceFound() method in SupplicantP2pIfaceCallbackV1_4Impl
102 mCallbackV10.onDeviceFound(srcAddress, p2pDeviceAddress, primaryDeviceType, in onDeviceFound()
DSupplicantP2pIfaceCallbackImpl.java104 public void onDeviceFound(byte[] srcAddress, byte[] p2pDeviceAddress, byte[] primaryDeviceType, in onDeviceFound() method in SupplicantP2pIfaceCallbackImpl
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothDevicePairer.java157 onDeviceFound(device.btDevice);
499 private void onDeviceFound(BluetoothDevice device) { in onDeviceFound() method in BluetoothDevicePairer
/packages/services/Telecomm/testapps/companionapp/src/com/android/server/telecom/companionapp/
DCompanionTestApp.java104 public void onDeviceFound(IntentSender chooserLauncher) { in assosicate()