Home
last modified time | relevance | path

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

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCallNotificationReceiver.java72 sendIncomingRttCallIntent(context, null, VideoProfile.STATE_AUDIO_ONLY); in onReceive()
100 public static void sendIncomingRttCallIntent(Context context, Uri handle, int videoState) { in sendIncomingRttCallIntent() method in CallNotificationReceiver
DTestCallActivity.java75 CallNotificationReceiver.sendIncomingRttCallIntent( in onCreate()