Searched defs:useDefault (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/interactions/
H A DPhoneNumberInteraction.java345 * @param useDefault Whether or not to use the primary(default) phone number. If true, the
351 /* package */ void startInteraction(Uri uri, boolean useDefault) { argument
355 mUseDefault = useDefault;
475 * @param useDefault Whether or not to use the primary(default) phone number. If true, the
481 boolean useDefault) {
483 .startInteraction(uri, useDefault);
480 startInteractionForPhoneCall(TransactionSafeActivity activity, Uri uri, boolean useDefault) argument

Completed in 62 milliseconds