Searched refs:isBoundOrRebinding (Results 1 – 2 of 2) sorted by relevance
1532 if (!isAutobindAllowed(info) && !isBoundOrRebinding(component, userId)) { in bindToServices()1716 protected boolean isBoundOrRebinding(final ComponentName cn, final int userId) { in isBoundOrRebinding() method in ManagedServices
1947 when(service.isBoundOrRebinding(cn_disallowed, 0)).thenReturn(true); in rebindServices_bindsIfAutobindMetaDataFalseWhenServiceBound()