Searched refs:onDeviceFound (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/ |
D | SupplicantP2pIfaceCallbackHidlImplTest.java | 125 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()
|
D | SupplicantP2pIfaceCallbackAidlImplTest.java | 150 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/ |
D | SupplicantP2pIfaceCallbackHidlV1_4Impl.java | 100 public void onDeviceFound(byte[] srcAddress, byte[] p2pDeviceAddress, byte[] primaryDeviceType, in onDeviceFound() method in SupplicantP2pIfaceCallbackHidlV1_4Impl 103 mCallbackV10.onDeviceFound(srcAddress, p2pDeviceAddress, primaryDeviceType, in onDeviceFound()
|
D | SupplicantP2pIfaceCallbackHidlImpl.java | 106 public void onDeviceFound(byte[] srcAddress, byte[] p2pDeviceAddress, byte[] primaryDeviceType, in onDeviceFound() method in SupplicantP2pIfaceCallbackHidlImpl
|
D | SupplicantP2pIfaceCallbackAidlImpl.java | 110 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/ |
D | CompanionTestApp.java | 104 public void onDeviceFound(IntentSender chooserLauncher) { in assosicate()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothDevicePairer.java | 169 onDeviceFound(device.btDevice); 528 private void onDeviceFound(BluetoothDevice device) { in onDeviceFound() method in BluetoothDevicePairer
|