Home
last modified time | relevance | path

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

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCallNotificationReceiver.java48 static final String ACTION_ONE_WAY_VIDEO_CALL = field in CallNotificationReceiver
65 } else if (ACTION_ONE_WAY_VIDEO_CALL.equals(action)) { in onReceive()
DCallServiceNotifier.java259 final Intent intent = new Intent(CallNotificationReceiver.ACTION_ONE_WAY_VIDEO_CALL, in createOneWayVideoCallIntent()