Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceCallbackHidlImplTest.java125 mDut.onDeviceFound( in testOnDeviceFound_success()
132 mDut.onDeviceFound( in testOnDeviceFound_success()
157 mDut.onDeviceFound( in testOnDeviceFoundWithSignBitInDeviceInfoBytesSuccess()
200 mDut.onDeviceFound( in testOnDeviceFound_invalidArguments()
210 mDut.onDeviceFound( in testOnDeviceFound_invalidArguments()
220 mDut.onDeviceFound( in testOnDeviceFound_invalidArguments()
230 mDut.onDeviceFound( in testOnDeviceFound_invalidArguments()
240 mDut.onDeviceFound( in testOnDeviceFound_invalidArguments()
DSupplicantP2pIfaceCallbackAidlImplTest.java150 mDut.onDeviceFound( in testOnDeviceFound_success()
157 mDut.onDeviceFound( in testOnDeviceFound_success()
255 mDut.onDeviceFound( in testOnDeviceFoundWithSignBitInDeviceInfoBytesSuccess()
297 mDut.onDeviceFound( in testOnDeviceFound_invalidArguments()
306 mDut.onDeviceFound( in testOnDeviceFound_invalidArguments()
315 mDut.onDeviceFound( in testOnDeviceFound_invalidArguments()
324 mDut.onDeviceFound( in testOnDeviceFound_invalidArguments()
333 mDut.onDeviceFound( in testOnDeviceFound_invalidArguments()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceCallbackHidlV1_4Impl.java100 public void onDeviceFound(byte[] srcAddress, byte[] p2pDeviceAddress, byte[] primaryDeviceType, in onDeviceFound() method in SupplicantP2pIfaceCallbackHidlV1_4Impl
103 mCallbackV10.onDeviceFound(srcAddress, p2pDeviceAddress, primaryDeviceType, in onDeviceFound()
DSupplicantP2pIfaceCallbackHidlImpl.java106 public void onDeviceFound(byte[] srcAddress, byte[] p2pDeviceAddress, byte[] primaryDeviceType, in onDeviceFound() method in SupplicantP2pIfaceCallbackHidlImpl
DSupplicantP2pIfaceCallbackAidlImpl.java110 public void onDeviceFound(byte[] srcAddress, byte[] p2pDeviceAddress, byte[] primaryDeviceType, in onDeviceFound() method in SupplicantP2pIfaceCallbackAidlImpl
/packages/services/Telecomm/testapps/companionapp/src/com/android/server/telecom/companionapp/
DCompanionTestApp.java104 public void onDeviceFound(IntentSender chooserLauncher) { in assosicate()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothDevicePairer.java169 onDeviceFound(device.btDevice);
528 private void onDeviceFound(BluetoothDevice device) { in onDeviceFound() method in BluetoothDevicePairer