Home
last modified time | relevance | path

Searched refs:primaryDeviceType (Results 1 – 14 of 14) sorted by relevance

/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/p2p/
H A DWifiP2pDevice.java59 public String primaryDeviceType; field in WifiP2pDevice
227 primaryDeviceType = match.group(4); in WifiP2pDevice()
322 primaryDeviceType = device.primaryDeviceType; in updateSupplicantDetails()
352 sbuf.append("\n primary type: ").append(primaryDeviceType); in toString()
373 primaryDeviceType = source.primaryDeviceType; in WifiP2pDevice()
390 dest.writeString(primaryDeviceType); in writeToParcel()
412 device.primaryDeviceType = in.readString();
H A DWifiP2pDeviceList.java99 d.primaryDeviceType = device.primaryDeviceType; in updateSupplicantDetails()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceCallbackV1_4Impl.java99 public void onDeviceFound(byte[] srcAddress, byte[] p2pDeviceAddress, byte[] primaryDeviceType, in onDeviceFound() argument
102 mCallbackV10.onDeviceFound(srcAddress, p2pDeviceAddress, primaryDeviceType, in onDeviceFound()
282 byte[] primaryDeviceType, String deviceName, short configMethods, in onR2DeviceFound() argument
300 device.primaryDeviceType = NativeUtil.wpsDevTypeStringFromByteArray(primaryDeviceType); in onR2DeviceFound()
H A DSupplicantP2pIfaceCallbackImpl.java104 public void onDeviceFound(byte[] srcAddress, byte[] p2pDeviceAddress, byte[] primaryDeviceType, in onDeviceFound() argument
122 device.primaryDeviceType = NativeUtil.wpsDevTypeStringFromByteArray(primaryDeviceType); in onDeviceFound()
H A DWifiP2pServiceImpl.java4054 mThisDevice.primaryDeviceType = mContext.getResources().getString( in initializeP2pSettings()
4060 mWifiNative.setP2pDeviceType(mThisDevice.primaryDeviceType); in initializeP2pSettings()
/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/p2p/
H A DWifiP2pDeviceTest.java41 assertEquals(devA.primaryDeviceType, devB.primaryDeviceType); in compareWifiP2pDevices()
89 device.primaryDeviceType = "primaryDeviceType"; in testCopyConstructorWithUpdatedValues()
108 device.primaryDeviceType = "primaryDeviceType"; in testCopyConstructorWithNullWfdInfo()
/aosp12/hardware/interfaces/wifi/supplicant/1.4/
H A DISupplicantP2pIfaceCallback.hal41 * @param primaryDeviceType Type of device. Refer to section B.1 of Wifi P2P
57 uint8_t[8] primaryDeviceType, string deviceName,
/aosp12/hardware/interfaces/wifi/supplicant/1.0/
H A DISupplicantP2pIfaceCallback.hal92 * @param primaryDeviceType Type of device. Refer to section B.1 of Wifi P2P
106 uint8_t[8] primaryDeviceType, string deviceName,
/aosp12/packages/services/BuiltInPrintService/src/com/android/bips/p2p/
H A DP2pDiscoveryProcedure.java121 if (PRINTER_PATTERN.matcher(peer.primaryDeviceType).find()) { in updatePeers()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceCallbackImplTest.java113 assertEquals(device.primaryDeviceType, fakePrimaryDeviceTypeString); in testOnDeviceFound_success()
167 assertEquals(fakePrimaryDeviceTypeString, device.primaryDeviceType); in testOnDeviceFoundWithSignBitInDeviceInfoBytesSuccess()
H A DWifiP2pServiceImplTest.java245 mTestThisDevice.primaryDeviceType = "10-0050F204-5"; in generatorTestData()
769 assertEquals(mTestThisDevice.primaryDeviceType, device.primaryDeviceType); in checkSendThisDeviceChangedBroadcast()
/aosp12/packages/modules/Wifi/framework/api/
H A Dcurrent.txt998 field public String primaryDeviceType;
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt18168 field public java.lang.String primaryDeviceType;