Home
last modified time | relevance | path

Searched refs:getCallSpecificAppData (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/callintent/
DCallIntentParser.java30 public static CallSpecificAppData getCallSpecificAppData(@Nullable Bundle extras) { in getCallSpecificAppData() method in CallIntentParser
DCallIntentBuilder.java134 public CallSpecificAppData getCallSpecificAppData() { in getCallSpecificAppData() method in CallIntentBuilder
/packages/apps/Dialer/java/com/android/dialer/interactions/
DPhoneNumberInteraction.java535 callSpecificAppData = CallIntentParser.getCallSpecificAppData(getArguments()); in onCreateDialog()
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java1220 logState.callSpecificAppData = CallIntentParser.getCallSpecificAppData(getIntentExtras()); in parseCallSpecificAppData()