Home | History | Annotate | Download | only in incallui

Lines Matching refs:secondary

172         Call secondary = null;
183 // highest priority call to display as the secondary call.
184 secondary = getCallToDisplay(callList, null, true);
187 secondary = getCallToDisplay(callList, primary, true);
191 Log.d(this, "Secondary call: " + secondary);
194 final boolean secondaryChanged = !Call.areSame(mSecondary, secondary);
196 mSecondary = secondary;
209 // Secondary call may have ended. Update the ui.
213 // secondary call has changed
371 * Starts a query for more contact data for the save primary and secondary calls.
625 Log.wtf(this, "Secondary info clicked but no secondary call.");