OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
233
final Intent
errorIntent
= new Intent(context, ErrorDialogActivity.class);
242
errorIntent
.putExtra(ErrorDialogActivity.ERROR_MESSAGE_ID_EXTRA, errorMessageId);
243
errorIntent
.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
244
context.startActivityAsUser(
errorIntent
, UserHandle.CURRENT);
CallsManager.java
[
all
...]
/frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java
[
all
...]
Completed in 760 milliseconds