Home
last modified time | relevance | path

Searched refs:allMethods (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DParentProfileTest.java166 private void assertValidMethodNames(Collection<String> names, Collection<Method> allMethods) { in assertValidMethodNames() argument
167 Set<String> allNames = allMethods.stream() in assertValidMethodNames()
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothGattServerCallbackTest.java147 public void allMethods() { in allMethods() method in BluetoothGattServerCallbackTest
/cts/common/device-side/bedstead/remoteframeworkclasses/src/processor/main/java/com/android/bedstead/remoteframeworkclasses/processor/
DProcessor.java660 Set<ExecutableElement> allMethods, Apis validApis, Elements elements) { in filterMethods() argument
663 for (ExecutableElement method : allMethods) { in filterMethods()