OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appErrorIntent
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/java/com/android/server/am/
AppNotRespondingDialog.java
143
Intent
appErrorIntent
= null;
160
appErrorIntent
= mService.mAppErrors.createAppErrorIntentLocked(app,
174
if (
appErrorIntent
!= null) {
176
getContext().startActivity(
appErrorIntent
);
AppErrors.java
371
Intent
appErrorIntent
= null;
414
appErrorIntent
= createAppErrorIntentLocked(r, timeMillis, crashInfo);
424
if (
appErrorIntent
!= null) {
426
mContext.startActivityAsUser(
appErrorIntent
, new UserHandle(r.userId));
[
all
...]
Completed in 81 milliseconds