Searched refs:getCaption (Results 1 – 2 of 2) sorted by relevance
150 private String getCaption() { in getCaption() method in ManagedServices181 pw.println(" All " + getCaption() + "s (" + mEnabledServicesForCurrentProfiles.size() in dump()188 pw.println(" Live " + getCaption() + "s (" + mServices.size() + "):"); in dump()197 pw.println(" Snoozed " + getCaption() + "s (" + in dump()297 throw new SecurityException("Disallowed call from unknown " + getCaption() + ": " in checkServiceTokenLocked()459 Slog.w(TAG, "Skipping " + getCaption() + " service " in queryPackageForServices()506 if (DEBUG) Slog.v(TAG, "List of " + getCaption() + " services was updated " + current); in updateSettingsAccordingToInstalledServices()512 "List of " + getCaption() + " restored services was updated " + restored); in updateSettingsAccordingToInstalledServices()583 Slog.v(TAG, "disabling " + getCaption() + " for user " in rebindServices()598 Slog.w(TAG, "Skipping " + getCaption() + " service " + component in rebindServices()[all …]
371 public View getCaption() { in getCaption() method in DecorCaptionView