Searched refs:bindingStateCountsCurrentOrWhenDied (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/base/android/junit/src/org/chromium/base/process_launcher/ |
D | ChildProcessConnectionTest.java | 371 connection0.bindingStateCountsCurrentOrWhenDied(), new int[] {0, 0, 0, 0}); in testBindingStateCounts() 375 connection0.bindingStateCountsCurrentOrWhenDied(), new int[] {0, 0, 1, 0}); in testBindingStateCounts() 379 connection0.bindingStateCountsCurrentOrWhenDied(), new int[] {0, 0, 1, 1}); in testBindingStateCounts() 383 connection0.bindingStateCountsCurrentOrWhenDied(), new int[] {0, 0, 2, 1}); in testBindingStateCounts() 399 connection0.bindingStateCountsCurrentOrWhenDied(), new int[] {0, 1, 1, 1}); in testBindingStateCounts() 402 connection0.bindingStateCountsCurrentOrWhenDied(), new int[] {0, 0, 2, 1}); in testBindingStateCounts() 407 connection0.bindingStateCountsCurrentOrWhenDied(), new int[] {0, 0, 1, 2}); in testBindingStateCounts() 410 connection0.bindingStateCountsCurrentOrWhenDied(), new int[] {0, 0, 2, 1}); in testBindingStateCounts() 415 connection0.bindingStateCountsCurrentOrWhenDied(), new int[] {0, 0, 1, 1}); in testBindingStateCounts() 417 connection1.bindingStateCountsCurrentOrWhenDied(), new int[] {0, 0, 1, 1}); in testBindingStateCounts() [all …]
|
/external/libchrome/base/android/java/src/org/chromium/base/process_launcher/ |
D | ChildProcessConnection.java | 679 public int[] bindingStateCountsCurrentOrWhenDied() { in bindingStateCountsCurrentOrWhenDied() method in ChildProcessConnection
|