Searched refs:getCaption (Results 1 – 2 of 2) sorted by relevance
165 private String getCaption() { in getCaption() method in ManagedServices198 pw.println(" Allowed " + getCaption() + "s:"); in dump()216 pw.println(" All " + getCaption() + "s (" + mEnabledServicesForCurrentProfiles.size() in dump()223 pw.println(" Live " + getCaption() + "s (" + mServices.size() + "):"); in dump()234 pw.println(" Snoozed " + getCaption() + "s (" + in dump()242 proto.write(ManagedServicesProto.CAPTION, getCaption()); in dump()663 throw new SecurityException("Disallowed call from unknown " + getCaption() + ": " in checkServiceTokenLocked()786 Slog.w(TAG, "Skipping " + getCaption() + " service " in queryPackageForServices()1007 Slog.v(TAG, "disabling " + getCaption() + " for user " + userId + ": " + cn); in unbindFromServices()1024 Slog.w(TAG, "Not binding " + getCaption() + " service " + component in bindToServices()[all …]
369 public View getCaption() { in getCaption() method in DecorCaptionView