Searched refs:getCaption (Results 1 – 4 of 4) sorted by relevance
174 private String getCaption() { in getCaption() method in ManagedServices318 pw.println(" Allowed " + getCaption() + "s:"); in dump()338 pw.println(" All " + getCaption() + "s (" + mEnabledServicesForCurrentProfiles.size() in dump()345 pw.println(" Live " + getCaption() + "s (" + mServices.size() + "):"); in dump()356 pw.println(" Snoozed " + getCaption() + "s (" + in dump()364 proto.write(ManagedServicesProto.CAPTION, getCaption()); in dump()874 throw new SecurityException("Disallowed call from unknown " + getCaption() + ": " in checkServiceTokenLocked()998 Slog.w(TAG, "Skipping " + getCaption() + " service " in queryPackageForServices()1228 Slog.v(TAG, "disabling " + getCaption() + " for user " + userId + ": " + cn); in unbindFromServices()1245 Slog.w(TAG, "Not binding " + getCaption() + " service " + component in bindToServices()[all …]
353 public View getCaption() { in getCaption() method in DecorCaptionView
1159 mDecorCaptionView.getCaption().setBackgroundColor(captionColor); in updateColorViews()
21087 HSPLcom/android/server/notification/ManagedServices;->getCaption()Ljava/lang/String;