Searched refs:ACTION_HANGUP_CALLS (Results 1 – 3 of 3) sorted by relevance
49 public static final String ACTION_HANGUP_CALLS = field in TestCallActivity72 } else if (ACTION_HANGUP_CALLS.equals(action)) { in onCreate()
138 new Intent(TestCallActivity.ACTION_HANGUP_CALLS)); in hangupCalls()
189 mHangupReceiver, new IntentFilter(TestCallActivity.ACTION_HANGUP_CALLS)); in TestConnection()