Searched refs:currentCapabilities (Results 1 – 1 of 1) sorted by relevance
4947 List<String> currentCapabilities = mBinderService.getAllowedAssistantAdjustments(null); in testGetAllowedAssistantAdjustments() local4948 assertNotNull(currentCapabilities); in testGetAllowedAssistantAdjustments()4949 assertFalse(currentCapabilities.contains(capability)); in testGetAllowedAssistantAdjustments()