HomeSort by relevance Sort by last modified time
    Searched defs:shortComponentName (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/autofill/java/com/android/server/autofill/
AutofillManagerServiceImpl.java 351 final String shortComponentName = componentName.toShortString();
355 Slog.d(TAG, "startSession(" + shortComponentName
364 Slog.w(TAG, "Could not notify " + shortComponentName + " that it's disabled: " + e);
382 "id=" + newSession.id + " uid=" + uid + " a=" + shortComponentName
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java 245 final String shortComponentName; // the short component name of the intent
    [all...]

Completed in 56 milliseconds