Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/CallScreeningServiceTestApp/src/android/telecom/cts/screeningtestapp/
DCtsPostCallActivity.java31 private static final String ACTION_POST_CALL = "android.telecom.action.POST_CALL"; field in CtsPostCallActivity
44 if (ACTION_POST_CALL.equals(action)) { in onCreate()