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

  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
CallNotificationReceiver.java 48 static final String ACTION_ONE_WAY_VIDEO_CALL =
49 "com.android.server.telecom.testapps.ACTION_ONE_WAY_VIDEO_CALL";
67 } else if (ACTION_ONE_WAY_VIDEO_CALL.equals(action)) {
CallServiceNotifier.java 294 final Intent intent = new Intent(CallNotificationReceiver.ACTION_ONE_WAY_VIDEO_CALL,

Completed in 2716 milliseconds