Home
last modified time | relevance | path

Searched defs:errorIntent (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestCallScreeningService.java44 Intent errorIntent = new Intent(this, CallScreeningActivity.class); in onScreenCall() local
/packages/services/Telecomm/src/com/android/server/telecom/
DCallIntentProcessor.java275 final Intent errorIntent = new Intent(context, ErrorDialogActivity.class); in disconnectCallAndShowErrorDialog() local