HomeSort by relevance Sort by last modified time
    Searched refs:getChildCalls (Results 1 - 3 of 3) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneService.java 382 if (call.getChildCalls().size() == 1) {
709 for (Call childCall : activeCall.getChildCalls()) {
    [all...]
InCallController.java 459 List<Call> childCalls = call.getChildCalls();
Call.java 362 getChildCalls().size(),
577 List<Call> getChildCalls() {
    [all...]

Completed in 185 milliseconds