Searched refs:ATTR_CALLING_PACKAGE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DTaskRecord.java163 private static final String ATTR_CALLING_PACKAGE = "calling_package"; field in class:TaskRecord
2154 out.attribute(null, ATTR_CALLING_PACKAGE, mCallingPackage == null ? "" : mCallingPackage);
2372 case ATTR_CALLING_PACKAGE:

Completed in 190 milliseconds