Searched refs:getWifiMacAddress (Results 1 – 7 of 7) sorted by relevance
365 String getWifiMacAddress(in ComponentName admin); in getWifiMacAddress() method
11157 public @Nullable String getWifiMacAddress(@NonNull ComponentName admin) { in getWifiMacAddress() method in DevicePolicyManager11160 return mService.getWifiMacAddress(admin); in getWifiMacAddress()
2669 () -> dpm.getWifiMacAddress(admin1)); in testGetMacAddress()2678 () -> dpm.getWifiMacAddress(admin1)); in testGetMacAddress()2684 () -> dpm.getWifiMacAddress(admin1)); in testGetMacAddress()2693 assertThat(dpm.getWifiMacAddress(admin1)).isNull(); in testGetMacAddress()2697 assertThat(dpm.getWifiMacAddress(admin1)).isNull(); in testGetMacAddress()2702 assertThat(dpm.getWifiMacAddress(admin1)).isEqualTo("11:22:33:44:55:66"); in testGetMacAddress()2712 assertThat(dpm.getWifiMacAddress(admin1)).isEqualTo("11:22:33:44:55:66"); in testGetMacAddressByOrgOwnedPO()
13764 public String getWifiMacAddress(ComponentName admin) {
2721 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->getWifiMacAddress(Landroid/content/ComponentNa…3248 Landroid/app/admin/IDevicePolicyManager;->getWifiMacAddress(Landroid/content/ComponentName;)Ljava/l…
7199 method @Nullable public String getWifiMacAddress(@NonNull android.content.ComponentName);
16844 HPLcom/android/server/devicepolicy/DevicePolicyManagerService;->getWifiMacAddress(Landroid/content/…16947 HPLcom/android/server/devicepolicy/DevicePolicyManagerService;->lambda$getWifiMacAddress$100$Device…