Home | History | Annotate | Download | only in call

Lines Matching defs:getIntentExtras

810   public Bundle getIntentExtras() {
811 return telecomCall.getDetails().getIntentExtras();
1011 logState.callSpecificAppData = CallIntentParser.getCallSpecificAppData(getIntentExtras());
1138 if (getIntentExtras() != null) {
1144 if (getIntentExtras().getBoolean(TelephonyManagerCompat.USE_ASSISTED_DIALING, false)
1156 if (getIntentExtras() == null) {
1160 if (getIntentExtras().getBundle(TelephonyManagerCompat.ASSISTED_DIALING_EXTRAS) == null) {
1166 getIntentExtras().getBundle(TelephonyManagerCompat.ASSISTED_DIALING_EXTRAS));