Searched refs:sendIncomingCallIntent (Results 1 - 3 of 3) sorted by relevance
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
H A D | CallNotificationReceiver.java | 66 sendIncomingCallIntent(context, null, VideoProfile.STATE_RX_ENABLED); 68 sendIncomingCallIntent(context, null, VideoProfile.STATE_BIDIRECTIONAL); 70 sendIncomingCallIntent(context, null, VideoProfile.STATE_AUDIO_ONLY); 80 public static void sendIncomingCallIntent(Context context, Uri handle, int videoState) { method in class:CallNotificationReceiver
|
H A D | TestCallActivity.java | 62 CallNotificationReceiver.sendIncomingCallIntent(this, data,
|
/packages/services/Telephony/src/com/android/services/telephony/ |
H A D | PstnIncomingCallNotifier.java | 139 sendIncomingCallIntent(connection); 153 sendIncomingCallIntent(connection); 226 private void sendIncomingCallIntent(Connection connection) { method in class:PstnIncomingCallNotifier
|
Completed in 276 milliseconds