Home
last modified time | relevance | path

Searched refs:ACTION_DISCONNECTED_CALL_BACK_FROM_NOTIFICATION (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomBroadcastIntentProcessor.java48 public static final String ACTION_DISCONNECTED_CALL_BACK_FROM_NOTIFICATION = field in TelecomBroadcastIntentProcessor
156 ACTION_DISCONNECTED_CALL_BACK_FROM_NOTIFICATION.equals(action)) { in processIntent()
175 } else if (ACTION_DISCONNECTED_CALL_BACK_FROM_NOTIFICATION.equals(action)) { in processIntent()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DDisconnectedCallNotifier.java327 TelecomBroadcastIntentProcessor.ACTION_DISCONNECTED_CALL_BACK_FROM_NOTIFICATION, in createCallBackPendingIntent()