Searched refs:isStrongBindingBound (Results 1 – 4 of 4) sorted by relevance
50 public boolean isStrongBindingBound() { in isStrongBindingBound() method in BindingManagerImplTest.MockChildProcessConnection156 assertTrue(firstConnection.isStrongBindingBound()); in testNewConnectionDropsPreviousOnLowEnd()163 assertFalse(firstConnection.isStrongBindingBound()); in testNewConnectionDropsPreviousOnLowEnd()181 assertFalse(connection.isStrongBindingBound()); in testBindingRemovalOnLowEnd()190 assertTrue(connection.isStrongBindingBound()); in testBindingRemovalOnLowEnd()195 assertFalse(connection.isStrongBindingBound()); in testBindingRemovalOnLowEnd()220 assertFalse(connection.isStrongBindingBound()); in testBindingRemovalOnHighEnd()228 assertTrue(connection.isStrongBindingBound()); in testBindingRemovalOnHighEnd()234 assertTrue(connection.isStrongBindingBound()); in testBindingRemovalOnHighEnd()243 assertFalse(connection.isStrongBindingBound()); in testBindingRemovalOnHighEnd()[all …]
83 if (connection == null || !connection.isStrongBindingBound()) return; in removeStrongBinding()90 if (connection.isStrongBindingBound()) { in removeStrongBinding()
101 boolean isStrongBindingBound(); in isStrongBindingBound() method
369 public boolean isStrongBindingBound() { in isStrongBindingBound() method in ChildProcessConnectionImpl