Searched refs:tag (Results 126 - 128 of 128) sorted by relevance

123456

/frameworks/base/services/java/com/android/server/am/
H A DActivityStack.java3398 private final void logStartActivity(int tag, ActivityRecord r, argument
3400 EventLog.writeEvent(tag,
H A DActivityManagerService.java6333 report.tag = activity;
6597 // different tag & policy and not batched.
6655 * @param tag reported by the caller
6659 public boolean handleApplicationWtf(IBinder app, String tag, argument
6666 tag, crashInfo.exceptionMessage);
6668 addErrorToDropBox("wtf", r, null, null, tag, null, null, crashInfo);
6755 * @param eventType to include in the drop box tag ("crash", "wtf", etc.)
6980 report.anrInfo.activity = r.notRespondingReport.tag;
/frameworks/base/services/java/com/android/server/
H A DWindowManagerService.java4172 public void disableKeyguard(IBinder token, String tag) { argument
4179 mKeyguardTokenWatcher.acquire(token, tag);

Completed in 697 milliseconds

123456