HomeSort by relevance Sort by last modified time
    Searched refs:errorIntent (Results 1 - 4 of 4) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
HceService.java 49 Intent errorIntent = new Intent(HceUtils.ACTION_APDU_SEQUENCE_ERROR);
50 sendBroadcast(errorIntent);
  /packages/services/Telecomm/src/com/android/server/telecom/
CallIntentProcessor.java 239 final Intent errorIntent = new Intent(context, ErrorDialogActivity.class);
248 errorIntent.putExtra(ErrorDialogActivity.ERROR_MESSAGE_ID_EXTRA, errorMessageId);
249 errorIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
250 context.startActivityAsUser(errorIntent, UserHandle.CURRENT);
CallsManager.java     [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java     [all...]

Completed in 232 milliseconds