Searched refs:InCallActivity (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DAccessibleAnswerFragment.java92 InCallActivity activity = (InCallActivity) getActivity();
99 InCallActivity activity = (InCallActivity) getActivity();
H A DInCallPresenter.java71 * Takes updates from the CallList and notifies the InCallActivity (UI)
118 private InCallActivity mInCallActivity;
397 public void setActivity(InCallActivity inCallActivity) {
411 public void unsetActivity(InCallActivity inCallActivity) {
416 Log.i(this, "No InCallActivity currently set, no need to unset.");
420 Log.w(this, "Second instance of InCallActivity is trying to unregister when another"
428 * Updates the current instance of {@link InCallActivity} with the provided one. If a
432 private void updateActivity(InCallActivity inCallActivity) {
975 // Pass mContext if InCallActivity is destroyed.
1329 // that will either start the InCallActivity o
[all...]
H A DAnswerPresenter.java160 final InCallActivity activity = InCallPresenter.getInstance().getActivity();
H A DCallButtonFragment.java796 if (getActivity() != null && getActivity() instanceof InCallActivity) {
797 boolean changed = ((InCallActivity) getActivity()).showDialpadFragment(value, animate);
809 if (getActivity() != null && getActivity() instanceof InCallActivity) {
810 return ((InCallActivity) getActivity()).isDialpadVisible();
H A DInCallActivity.java73 public class InCallActivity extends TransactionSafeActivity implements FragmentDisplayManager { class in inherits:TransactionSafeActivity,FragmentDisplayManager
75 public static final String TAG = InCallActivity.class.getSimpleName();
77 public static final String SHOW_DIALPAD_EXTRA = "InCallActivity.show_dialpad";
78 public static final String DIALPAD_TEXT_EXTRA = "InCallActivity.dialpad_text";
79 public static final String NEW_OUTGOING_CALL_EXTRA = "InCallActivity.new_outgoing_call";
306 // onPause is guaranteed to be called when the InCallActivity goes
409 // single InCallActivity instance to persist indefinitely (even if we
411 // the InCallActivity needs to be displayed.
499 Log.w(this, "InCallActivity should always handle KEYCODE_CALL in onKeyDown");
530 Log.v(this, "----------- InCallActivity Vie
[all...]
H A DCallCardFragment.java329 InCallActivity activity = (InCallActivity) getActivity();
/packages/apps/Dialer/src/com/android/dialer/logging/
H A DScreenEvent.java34 import com.android.incallui.InCallActivity;
132 sScreenNameMap.put(ScreenEvent.INCALL, InCallActivity.class.getSimpleName());
/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/
H A DInCallPresenterTest.java39 @Mock private InCallActivity mInCallActivity;
117 * Verifies that the PENDING_OUTGOING -> IN_CALL transition brings up InCallActivity so
135 * Verifies that if there is a call in the SELECT_PHONE_ACCOUNT state, InCallActivity is displayed
148 * InCallActivity is not displayed.

Completed in 170 milliseconds