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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java331 private Bundle mPendingIntentExtras; field in class:ImsPhoneCallTracker
939 mPendingIntentExtras = dialArgs.intentExtras;
3022 mPendingIntentExtras = null;
3036 dialInternal(mPendingMO, mClirMode, mPendingCallVideoState, mPendingIntentExtras);
3037 mPendingIntentExtras = null;
3060 mPendingCallVideoState, mPendingIntentExtras);
3061 mPendingIntentExtras = null;

Completed in 16 milliseconds