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

/frameworks/base/telecomm/java/android/telecom/
H A DTelecomManager.java379 public static final String EXTRA_IS_HANDOVER = "android.telecom.extra.IS_HANDOVER"; field in class:TelecomManager
386 * not the same as the legacy {@link #EXTRA_IS_HANDOVER} extra.
393 * Parcelable extra used with {@link #EXTRA_IS_HANDOVER} to indicate the source
1460 if (extras != null && extras.getBoolean(EXTRA_IS_HANDOVER) &&
H A DConnectionService.java106 * {@link TelecomManager#EXTRA_IS_HANDOVER}. Telecom will match the phone numbers of the
111 public static final String EXTRA_IS_HANDOVER = TelecomManager.EXTRA_IS_HANDOVER; field in class:ConnectionService
1504 request.getExtras().getBoolean(TelecomManager.EXTRA_IS_HANDOVER, false);

Completed in 14 milliseconds