Home | History | Annotate | Download | only in incallui

Lines Matching full:secondary

134         Call secondary = null;
142 // highest priority call to display as the secondary call.
143 secondary = getCallToDisplay(callList, null, true);
146 secondary = getCallToDisplay(callList, primary, true);
150 Log.d(this, "Secondary call: " + secondary);
153 final boolean secondaryChanged = !areCallsSame(mSecondary, secondary);
154 mSecondary = secondary;
166 // Secondary call may have ended. Update the ui.
170 // secondary call has changed
251 * Starts a query for more contact data for the save primary and secondary calls.