Searched refs:uuidBundleWrapper (Results 1 – 3 of 3) sorted by relevance
445 UuidBundleWrapper uuidBundleWrapper = UuidBundleWrapper.fromBundle(parameters); in removeServiceProfile() local446 if (uuidBundleWrapper.getServiceInstanceID().isPresent()) { in removeServiceProfile()449 .removeServiceProfile(uuidBundleWrapper.getServiceInstanceID().get()); in removeServiceProfile()
468 UuidBundleWrapper uuidBundleWrapper = UuidBundleWrapper.fromBundle(params); in openRanging() local472 uuidBundleWrapper.getServiceInstanceID().get(), in openRanging()
731 UuidBundleWrapper uuidBundleWrapper = new UuidBundleWrapper.Builder() in testRemoveServiceProfile() local734 int status = mUwbServiceImpl.removeServiceProfile(uuidBundleWrapper.toBundle()); in testRemoveServiceProfile()