HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_VIDEO_CALL (Results 1 - 2 of 2) sorted by null

  /packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
CallNotificationReceiver.java 47 static final String ACTION_VIDEO_CALL =
48 "com.android.server.telecom.testapps.ACTION_VIDEO_CALL";
62 } else if (ACTION_VIDEO_CALL.equals(action)) {
CallServiceNotifier.java 239 final Intent intent = new Intent(CallNotificationReceiver.ACTION_VIDEO_CALL,

Completed in 42 milliseconds