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

/packages/apps/Dialer/java/com/android/incallui/
H A DInCallActivity.java62 /** Version of {@link InCallActivity} that shows the new UI */
63 public class InCallActivity extends TransactionSafeFragmentActivity class in inherits:TransactionSafeFragmentActivity,AnswerScreenDelegateFactory,InCallScreenDelegateFactory,InCallButtonUiDelegateFactory,VideoCallScreenDelegateFactory,PseudoScreenState.StateChangedListener
92 public InCallActivity() { method in class:InCallActivity
100 intent.setClass(context, InCallActivity.class);
115 LogUtil.i("InCallActivity.onCreate", "");
136 LogUtil.i("InCallActivity.onSaveInstanceState", "");
147 LogUtil.i("InCallActivity.onStart", "");
161 LogUtil.i("InCallActivity.onResume", "");
169 /** onPause is guaranteed to be called when the InCallActivity goes in the background. */
172 LogUtil.i("InCallActivity
[all...]

Completed in 54 milliseconds