Searched defs:numCalls (Results 1 – 5 of 5) sorted by relevance
48 public void onCallAdded(Call call, int numCalls) {}; in onCallAdded()49 public void onCallRemoved(Call call, int numCalls) {}; in onCallRemoved()
268 public void onCallAdded(Call call, int numCalls) { in onCallAdded()275 public void onCallRemoved(Call call, int numCalls) { in onCallRemoved()
58 public void onCallAdded(Call call, int numCalls) {}; in onCallAdded()59 public void onCallRemoved(Call call, int numCalls) {}; in onCallRemoved()
505 public void onCallAdded(Call call, int numCalls) { in onCallAdded()515 public void onCallRemoved(Call call, int numCalls) { in onCallRemoved()
865 public int numCalls; field in WifiManagerTest.TestWifiVerboseLoggingStatusChangedListener