Home | History | Annotate | Download | only in telecom

Lines Matching refs:getCannedSmsResponses

1621         if (mCannedTextResponses == null && parcelableCall.getCannedSmsResponses() != null
1622 && !parcelableCall.getCannedSmsResponses().isEmpty()) {
1624 Collections.unmodifiableList(parcelableCall.getCannedSmsResponses());