Home
last modified time | relevance | path

Searched refs:ACTION_HANGUP_CALLS (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestCallActivity.java49 public static final String ACTION_HANGUP_CALLS = field in TestCallActivity
72 } else if (ACTION_HANGUP_CALLS.equals(action)) { in onCreate()
DCallNotificationReceiver.java138 new Intent(TestCallActivity.ACTION_HANGUP_CALLS)); in hangupCalls()
DTestConnectionService.java189 mHangupReceiver, new IntentFilter(TestCallActivity.ACTION_HANGUP_CALLS)); in TestConnection()