Home
last modified time | relevance | path

Searched defs:shortComponentName (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/logging/
DMetricsLoggerWrapper.java89 int uid, String shortComponentName, boolean supportsEnterPipOnTaskSwitch) { in logPictureInPictureEnter()
98 String shortComponentName) { in logPictureInPictureFullScreen()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceImpl.java351 final String shortComponentName = componentName.toShortString(); in startSessionLocked() local
/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java245 final String shortComponentName; // the short component name of the intent field in ActivityRecord