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.java46 public static final String ACTION_DISCONNECTED_CALL_BACK_FROM_NOTIFICATION = field in TelecomBroadcastIntentProcessor
150 ACTION_DISCONNECTED_CALL_BACK_FROM_NOTIFICATION.equals(action)) { in processIntent()
169 } else if (ACTION_DISCONNECTED_CALL_BACK_FROM_NOTIFICATION.equals(action)) { in processIntent()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DDisconnectedCallNotifier.java321 TelecomBroadcastIntentProcessor.ACTION_DISCONNECTED_CALL_BACK_FROM_NOTIFICATION, in createCallBackPendingIntent()