xref: /aosp_15_r20/prebuilts/sdk/extensions/3/module-lib/framework-permission-s.jar (revision 344a7f5ef16c479e7a7f54ee6567a9d112f9e72b)

META-INF/
META-INF/MANIFEST.MF
android/
android/app/
android/app/role/
android/app/role/OnRoleHoldersChangedListener.class
OnRoleHoldersChangedListener.java package android.app.role public abstract android.app.role.OnRoleHoldersChangedListener extends java.lang.Object { public abstract void onRoleHoldersChanged (java.lang.String, android.os.UserHandle) }
android/app/role/RoleControllerService.class
RoleControllerService.java package android.app.role public abstract android.app.role.RoleControllerService extends android.app.Service { public static final String SERVICE_INTERFACE public void <init> () public void onCreate () public void onDestroy () public final android.os.IBinder onBind (android.content.Intent) android.content.Intent intent public abstract boolean onGrantDefaultRoles () public abstract boolean onAddRoleHolder (java.lang.String, java.lang.String, int) public abstract boolean onRemoveRoleHolder (java.lang.String, java.lang.String, int) public abstract boolean onClearRoleHolders (java.lang.String, int) public abstract boolean onIsApplicationQualifiedForRole (java.lang.String, java.lang.String) public boolean onIsApplicationVisibleForRole (java.lang.String, java.lang.String) String roleName String packageName public abstract boolean onIsRoleVisible (java.lang.String) }
android/app/role/RoleFrameworkInitializer.class
RoleFrameworkInitializer.java package android.app.role public android.app.role.RoleFrameworkInitializer extends java.lang.Object { private void <init> () public static void registerServiceWrappers () }
android/app/role/RoleManager.class
RoleManager.java package android.app.role public final android.app.role.RoleManager extends java.lang.Object { public static final int MANAGE_HOLDERS_FLAG_DONT_KILL_APP public static final String ROLE_ASSISTANT public static final String ROLE_BROWSER public static final String ROLE_CALL_REDIRECTION public static final String ROLE_CALL_SCREENING public static final String ROLE_DEVICE_POLICY_MANAGEMENT public static final String ROLE_DIALER public static final String ROLE_EMERGENCY public static final String ROLE_HOME public static final String ROLE_SMS public static final String ROLE_SYSTEM_ACTIVITY_RECOGNIZER public static final String ROLE_SYSTEM_SUPERVISION public static final String ROLE_SYSTEM_WELLBEING void <init> () public android.content.Intent createRequestRoleIntent (java.lang.String) String roleName public boolean isRoleAvailable (java.lang.String) String roleName public boolean isRoleHeld (java.lang.String) String roleName public java.util.List getRoleHolders (java.lang.String) String roleName public java.util.List getRoleHoldersAsUser (java.lang.String, android.os.UserHandle) String roleName android.os.UserHandle user public void addRoleHolderAsUser (java.lang.String, java.lang.String, int, android.os.UserHandle, java.util.concurrent.Executor, java.util.function.Consumer) String roleName String packageName int flags android.os.UserHandle user java.util.concurrent.Executor executor java.util.function.Consumer callback public void removeRoleHolderAsUser (java.lang.String, java.lang.String, int, android.os.UserHandle, java.util.concurrent.Executor, java.util.function.Consumer) String roleName String packageName int flags android.os.UserHandle user java.util.concurrent.Executor executor java.util.function.Consumer callback public void clearRoleHoldersAsUser (java.lang.String, int, android.os.UserHandle, java.util.concurrent.Executor, java.util.function.Consumer) String roleName int flags android.os.UserHandle user java.util.concurrent.Executor executor java.util.function.Consumer callback public void addOnRoleHoldersChangedListenerAsUser (java.util.concurrent.Executor, android.app.role.OnRoleHoldersChangedListener, android.os.UserHandle) java.util.concurrent.Executor executor android.app.role.OnRoleHoldersChangedListener listener android.os.UserHandle user public void removeOnRoleHoldersChangedListenerAsUser (android.app.role.OnRoleHoldersChangedListener, android.os.UserHandle) android.app.role.OnRoleHoldersChangedListener listener android.os.UserHandle user public boolean isBypassingRoleQualification () public void setBypassingRoleQualification (boolean) boolean bypassRoleQualification public void setRoleNamesFromController (java.util.List) java.util.List roleNames public boolean addRoleHolderFromController (java.lang.String, java.lang.String) String roleName String packageName public boolean removeRoleHolderFromController (java.lang.String, java.lang.String) String roleName String packageName public java.util.List getHeldRolesFromController (java.lang.String) String packageName public java.lang.String getBrowserRoleHolder (int) int userId public boolean setBrowserRoleHolder (java.lang.String, int) String packageName int userId public java.lang.String getSmsRoleHolder (int) int userId public void isRoleVisible (java.lang.String, java.util.concurrent.Executor, java.util.function.Consumer) String roleName java.util.concurrent.Executor executor java.util.function.Consumer callback public void isApplicationVisibleForRole (java.lang.String, java.lang.String, java.util.concurrent.Executor, java.util.function.Consumer) String roleName String packageName java.util.concurrent.Executor executor java.util.function.Consumer callback }
android/safetycenter/
android/safetycenter/SafetyCenterData.class
SafetyCenterData.java package android.safetycenter public final android.safetycenter.SafetyCenterData extends java.lang.Object implements android.os.Parcelable { public static final android.os.Parcelable$Creator CREATOR public void <init> (android.safetycenter.SafetyCenterStatus, java.util.List, java.util.List, java.util.List) android.safetycenter.SafetyCenterStatus status java.util.List issues java.util.List entriesOrGroups java.util.List staticEntryGroups public android.safetycenter.SafetyCenterStatus getStatus () public java.util.List getIssues () public java.util.List getEntriesOrGroups () public java.util.List getStaticEntryGroups () public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () public int describeContents () public void writeToParcel (android.os.Parcel, int) android.os.Parcel dest int flags static void <clinit> () }
android/safetycenter/SafetyCenterEntry$Builder.class
SafetyCenterEntry.java package android.safetycenter public final android.safetycenter.SafetyCenterEntry$Builder extends java.lang.Object { public void <init> (java.lang.String, java.lang.CharSequence) String id CharSequence title public void <init> (android.safetycenter.SafetyCenterEntry) android.safetycenter.SafetyCenterEntry safetyCenterEntry public android.safetycenter.SafetyCenterEntry$Builder setId (java.lang.String) String id public android.safetycenter.SafetyCenterEntry$Builder setTitle (java.lang.CharSequence) CharSequence title public android.safetycenter.SafetyCenterEntry$Builder setSummary (java.lang.CharSequence) CharSequence summary public android.safetycenter.SafetyCenterEntry$Builder setSeverityLevel (int) int severityLevel public android.safetycenter.SafetyCenterEntry$Builder setSeverityUnspecifiedIconType (int) int severityUnspecifiedIconType public android.safetycenter.SafetyCenterEntry$Builder setEnabled (boolean) boolean enabled public android.safetycenter.SafetyCenterEntry$Builder setPendingIntent (android.app.PendingIntent) android.app.PendingIntent pendingIntent public android.safetycenter.SafetyCenterEntry$Builder setIconAction (android.safetycenter.SafetyCenterEntry$IconAction) android.safetycenter.SafetyCenterEntry$IconAction iconAction public android.safetycenter.SafetyCenterEntry$Builder setIconAction (int, android.app.PendingIntent) int type android.app.PendingIntent pendingIntent public android.safetycenter.SafetyCenterEntry build () }
android/safetycenter/SafetyCenterEntry$IconAction.class
SafetyCenterEntry.java package android.safetycenter public final android.safetycenter.SafetyCenterEntry$IconAction extends java.lang.Object implements android.os.Parcelable { public static final android.os.Parcelable$Creator CREATOR public static final int ICON_ACTION_TYPE_GEAR public static final int ICON_ACTION_TYPE_INFO public void <init> (int, android.app.PendingIntent) int type android.app.PendingIntent pendingIntent public int getType () public android.app.PendingIntent getPendingIntent () public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () public int describeContents () public void writeToParcel (android.os.Parcel, int) android.os.Parcel dest int flags static void <clinit> () }
android/safetycenter/SafetyCenterEntry.class
SafetyCenterEntry.java package android.safetycenter public final android.safetycenter.SafetyCenterEntry extends java.lang.Object implements android.os.Parcelable { public static final android.os.Parcelable$Creator CREATOR public static final int ENTRY_SEVERITY_LEVEL_CRITICAL_WARNING public static final int ENTRY_SEVERITY_LEVEL_OK public static final int ENTRY_SEVERITY_LEVEL_RECOMMENDATION public static final int ENTRY_SEVERITY_LEVEL_UNKNOWN public static final int ENTRY_SEVERITY_LEVEL_UNSPECIFIED public static final int SEVERITY_UNSPECIFIED_ICON_TYPE_NO_ICON public static final int SEVERITY_UNSPECIFIED_ICON_TYPE_NO_RECOMMENDATION public static final int SEVERITY_UNSPECIFIED_ICON_TYPE_PRIVACY private void <init> () public java.lang.String getId () public java.lang.CharSequence getTitle () public java.lang.CharSequence getSummary () public int getSeverityLevel () public int getSeverityUnspecifiedIconType () public boolean isEnabled () public android.app.PendingIntent getPendingIntent () public android.safetycenter.SafetyCenterEntry$IconAction getIconAction () public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () public int describeContents () public void writeToParcel (android.os.Parcel, int) android.os.Parcel dest int flags static void <clinit> () }
android/safetycenter/SafetyCenterEntryGroup$Builder.class
SafetyCenterEntryGroup.java package android.safetycenter public final android.safetycenter.SafetyCenterEntryGroup$Builder extends java.lang.Object { public void <init> (java.lang.String, java.lang.CharSequence) String id CharSequence title public void <init> (android.safetycenter.SafetyCenterEntryGroup) android.safetycenter.SafetyCenterEntryGroup safetyCenterEntryGroup public android.safetycenter.SafetyCenterEntryGroup$Builder setId (java.lang.String) String id public android.safetycenter.SafetyCenterEntryGroup$Builder setTitle (java.lang.CharSequence) CharSequence title public android.safetycenter.SafetyCenterEntryGroup$Builder setSummary (java.lang.CharSequence) CharSequence summary public android.safetycenter.SafetyCenterEntryGroup$Builder setSeverityLevel (int) int severityLevel public android.safetycenter.SafetyCenterEntryGroup$Builder setSeverityUnspecifiedIconType (int) int severityUnspecifiedIconType public android.safetycenter.SafetyCenterEntryGroup$Builder setEntries (java.util.List) java.util.List entries public android.safetycenter.SafetyCenterEntryGroup build () }
android/safetycenter/SafetyCenterEntryGroup.class
SafetyCenterEntryGroup.java package android.safetycenter public final android.safetycenter.SafetyCenterEntryGroup extends java.lang.Object implements android.os.Parcelable { public static final android.os.Parcelable$Creator CREATOR private void <init> () public java.lang.String getId () public java.lang.CharSequence getTitle () public java.lang.CharSequence getSummary () public int getSeverityLevel () public int getSeverityUnspecifiedIconType () public java.util.List getEntries () public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () public int describeContents () public void writeToParcel (android.os.Parcel, int) android.os.Parcel dest int flags static void <clinit> () }
android/safetycenter/SafetyCenterEntryOrGroup.class
SafetyCenterEntryOrGroup.java package android.safetycenter public final android.safetycenter.SafetyCenterEntryOrGroup extends java.lang.Object implements android.os.Parcelable { public static final android.os.Parcelable$Creator CREATOR public void <init> (android.safetycenter.SafetyCenterEntry) android.safetycenter.SafetyCenterEntry entry public void <init> (android.safetycenter.SafetyCenterEntryGroup) android.safetycenter.SafetyCenterEntryGroup entryGroup public android.safetycenter.SafetyCenterEntry getEntry () public android.safetycenter.SafetyCenterEntryGroup getEntryGroup () public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () public int describeContents () public void writeToParcel (android.os.Parcel, int) android.os.Parcel dest int flags static void <clinit> () }
android/safetycenter/SafetyCenterErrorDetails.class
SafetyCenterErrorDetails.java package android.safetycenter public final android.safetycenter.SafetyCenterErrorDetails extends java.lang.Object implements android.os.Parcelable { public static final android.os.Parcelable$Creator CREATOR public void <init> (java.lang.CharSequence) CharSequence errorMessage public java.lang.CharSequence getErrorMessage () public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () public int describeContents () public void writeToParcel (android.os.Parcel, int) android.os.Parcel dest int flags static void <clinit> () }
android/safetycenter/SafetyCenterFrameworkInitializer.class
SafetyCenterFrameworkInitializer.java package android.safetycenter public final android.safetycenter.SafetyCenterFrameworkInitializer extends java.lang.Object { private void <init> () public static void registerServiceWrappers () }
android/safetycenter/SafetyCenterIssue$Action$Builder.class
SafetyCenterIssue.java package android.safetycenter public final android.safetycenter.SafetyCenterIssue$Action$Builder extends java.lang.Object { public void <init> (java.lang.String, java.lang.CharSequence, android.app.PendingIntent) String id CharSequence label android.app.PendingIntent pendingIntent public android.safetycenter.SafetyCenterIssue$Action$Builder setId (java.lang.String) String id public android.safetycenter.SafetyCenterIssue$Action$Builder setLabel (java.lang.CharSequence) CharSequence label public android.safetycenter.SafetyCenterIssue$Action$Builder setPendingIntent (android.app.PendingIntent) android.app.PendingIntent pendingIntent public android.safetycenter.SafetyCenterIssue$Action$Builder setWillResolve (boolean) boolean willResolve public android.safetycenter.SafetyCenterIssue$Action$Builder setIsInFlight (boolean) boolean inFlight public android.safetycenter.SafetyCenterIssue$Action$Builder setSuccessMessage (java.lang.CharSequence) CharSequence successMessage public android.safetycenter.SafetyCenterIssue$Action build () }
android/safetycenter/SafetyCenterIssue$Action.class
SafetyCenterIssue.java package android.safetycenter public final android.safetycenter.SafetyCenterIssue$Action extends java.lang.Object implements android.os.Parcelable { public static final android.os.Parcelable$Creator CREATOR private void <init> () public java.lang.String getId () public java.lang.CharSequence getLabel () public android.app.PendingIntent getPendingIntent () public boolean willResolve () public boolean isInFlight () public java.lang.CharSequence getSuccessMessage () public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () public int describeContents () public void writeToParcel (android.os.Parcel, int) android.os.Parcel dest int flags static void <clinit> () }
android/safetycenter/SafetyCenterIssue$Builder.class
SafetyCenterIssue.java package android.safetycenter public final android.safetycenter.SafetyCenterIssue$Builder extends java.lang.Object { public void <init> (java.lang.String, java.lang.CharSequence, java.lang.CharSequence) String id CharSequence title CharSequence summary public void <init> (android.safetycenter.SafetyCenterIssue) android.safetycenter.SafetyCenterIssue issue public android.safetycenter.SafetyCenterIssue$Builder setId (java.lang.String) String id public android.safetycenter.SafetyCenterIssue$Builder setTitle (java.lang.CharSequence) CharSequence title public android.safetycenter.SafetyCenterIssue$Builder setSubtitle (java.lang.CharSequence) CharSequence subtitle public android.safetycenter.SafetyCenterIssue$Builder setSummary (java.lang.CharSequence) CharSequence summary public android.safetycenter.SafetyCenterIssue$Builder setSeverityLevel (int) int severityLevel public android.safetycenter.SafetyCenterIssue$Builder setDismissible (boolean) boolean dismissible public android.safetycenter.SafetyCenterIssue$Builder setShouldConfirmDismissal (boolean) boolean confirmDismissal public android.safetycenter.SafetyCenterIssue$Builder setActions (java.util.List) java.util.List actions public android.safetycenter.SafetyCenterIssue build () }
android/safetycenter/SafetyCenterIssue.class
SafetyCenterIssue.java package android.safetycenter public final android.safetycenter.SafetyCenterIssue extends java.lang.Object implements android.os.Parcelable { public static final android.os.Parcelable$Creator CREATOR public static final int ISSUE_SEVERITY_LEVEL_CRITICAL_WARNING public static final int ISSUE_SEVERITY_LEVEL_OK public static final int ISSUE_SEVERITY_LEVEL_RECOMMENDATION private void <init> () public java.lang.String getId () public java.lang.CharSequence getTitle () public java.lang.CharSequence getSubtitle () public java.lang.CharSequence getSummary () public int getSeverityLevel () public boolean isDismissible () public boolean shouldConfirmDismissal () public java.util.List getActions () public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () public int describeContents () public void writeToParcel (android.os.Parcel, int) android.os.Parcel dest int flags static void <clinit> () }
android/safetycenter/SafetyCenterManager$OnSafetyCenterDataChangedListener.class
SafetyCenterManager.java package android.safetycenter public abstract android.safetycenter.SafetyCenterManager$OnSafetyCenterDataChangedListener extends java.lang.Object { public abstract void onSafetyCenterDataChanged (android.safetycenter.SafetyCenterData) public void onError (android.safetycenter.SafetyCenterErrorDetails) android.safetycenter.SafetyCenterErrorDetails errorDetails }
android/safetycenter/SafetyCenterManager.class
SafetyCenterManager.java package android.safetycenter public final android.safetycenter.SafetyCenterManager extends java.lang.Object { public static final String ACTION_REFRESH_SAFETY_SOURCES public static final String ACTION_SAFETY_CENTER_ENABLED_CHANGED public static final int EXTRA_REFRESH_REQUEST_TYPE_FETCH_FRESH_DATA public static final int EXTRA_REFRESH_REQUEST_TYPE_GET_DATA public static final String EXTRA_REFRESH_SAFETY_SOURCES_BROADCAST_ID public static final String EXTRA_REFRESH_SAFETY_SOURCES_REQUEST_TYPE public static final String EXTRA_REFRESH_SAFETY_SOURCE_IDS public static final String EXTRA_SAFETY_SOURCE_ID public static final String EXTRA_SAFETY_SOURCE_ISSUE_ID public static final String EXTRA_SAFETY_SOURCE_USER_HANDLE public static final int REFRESH_REASON_DEVICE_LOCALE_CHANGE public static final int REFRESH_REASON_DEVICE_REBOOT public static final int REFRESH_REASON_OTHER public static final int REFRESH_REASON_PAGE_OPEN public static final int REFRESH_REASON_RESCAN_BUTTON_CLICK public static final int REFRESH_REASON_SAFETY_CENTER_ENABLED void <init> () public boolean isSafetyCenterEnabled () public void setSafetySourceData (java.lang.String, android.safetycenter.SafetySourceData, android.safetycenter.SafetyEvent) String safetySourceId android.safetycenter.SafetySourceData safetySourceData android.safetycenter.SafetyEvent safetyEvent public android.safetycenter.SafetySourceData getSafetySourceData (java.lang.String) String safetySourceId public void reportSafetySourceError (java.lang.String, android.safetycenter.SafetySourceErrorDetails) String safetySourceId android.safetycenter.SafetySourceErrorDetails safetySourceErrorDetails public void refreshSafetySources (int) int refreshReason public android.safetycenter.config.SafetyCenterConfig getSafetyCenterConfig () public android.safetycenter.SafetyCenterData getSafetyCenterData () public void addOnSafetyCenterDataChangedListener (java.util.concurrent.Executor, android.safetycenter.SafetyCenterManager$OnSafetyCenterDataChangedListener) java.util.concurrent.Executor executor android.safetycenter.SafetyCenterManager$OnSafetyCenterDataChangedListener listener public void removeOnSafetyCenterDataChangedListener (android.safetycenter.SafetyCenterManager$OnSafetyCenterDataChangedListener) android.safetycenter.SafetyCenterManager$OnSafetyCenterDataChangedListener listener public void dismissSafetyCenterIssue (java.lang.String) String safetyCenterIssueId public void executeSafetyCenterIssueAction (java.lang.String, java.lang.String) String safetyCenterIssueId String safetyCenterIssueActionId public void clearAllSafetySourceDataForTests () public void setSafetyCenterConfigForTests (android.safetycenter.config.SafetyCenterConfig) android.safetycenter.config.SafetyCenterConfig safetyCenterConfig public void clearSafetyCenterConfigForTests () }
android/safetycenter/SafetyCenterStaticEntry$Builder.class
SafetyCenterStaticEntry.java package android.safetycenter public final android.safetycenter.SafetyCenterStaticEntry$Builder extends java.lang.Object { public void <init> (java.lang.CharSequence) CharSequence title public void <init> (android.safetycenter.SafetyCenterStaticEntry) android.safetycenter.SafetyCenterStaticEntry safetyCenterStaticEntry public android.safetycenter.SafetyCenterStaticEntry$Builder setTitle (java.lang.CharSequence) CharSequence title public android.safetycenter.SafetyCenterStaticEntry$Builder setSummary (java.lang.CharSequence) CharSequence summary public android.safetycenter.SafetyCenterStaticEntry$Builder setPendingIntent (android.app.PendingIntent) android.app.PendingIntent pendingIntent public android.safetycenter.SafetyCenterStaticEntry build () }
android/safetycenter/SafetyCenterStaticEntry.class
SafetyCenterStaticEntry.java package android.safetycenter public final android.safetycenter.SafetyCenterStaticEntry extends java.lang.Object implements android.os.Parcelable { public static final android.os.Parcelable$Creator CREATOR private void <init> () public java.lang.CharSequence getTitle () public java.lang.CharSequence getSummary () public android.app.PendingIntent getPendingIntent () public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () public int describeContents () public void writeToParcel (android.os.Parcel, int) android.os.Parcel dest int flags static void <clinit> () }
android/safetycenter/SafetyCenterStaticEntryGroup.class
SafetyCenterStaticEntryGroup.java package android.safetycenter public final android.safetycenter.SafetyCenterStaticEntryGroup extends java.lang.Object implements android.os.Parcelable { public static final android.os.Parcelable$Creator CREATOR public void <init> (java.lang.CharSequence, java.util.List) CharSequence title java.util.List staticEntries public java.lang.CharSequence getTitle () public java.util.List getStaticEntries () public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () public int describeContents () public void writeToParcel (android.os.Parcel, int) android.os.Parcel dest int flags static void <clinit> () }
android/safetycenter/SafetyCenterStatus$Builder.class
SafetyCenterStatus.java package android.safetycenter public final android.safetycenter.SafetyCenterStatus$Builder extends java.lang.Object { public void <init> (java.lang.CharSequence, java.lang.CharSequence) CharSequence title CharSequence summary public void <init> (android.safetycenter.SafetyCenterStatus) android.safetycenter.SafetyCenterStatus safetyCenterStatus public android.safetycenter.SafetyCenterStatus$Builder setTitle (java.lang.CharSequence) CharSequence title public android.safetycenter.SafetyCenterStatus$Builder setSummary (java.lang.CharSequence) CharSequence summary public android.safetycenter.SafetyCenterStatus$Builder setSeverityLevel (int) int severityLevel public android.safetycenter.SafetyCenterStatus$Builder setRefreshStatus (int) int refreshStatus public android.safetycenter.SafetyCenterStatus build () }
android/safetycenter/SafetyCenterStatus.class
SafetyCenterStatus.java package android.safetycenter public final android.safetycenter.SafetyCenterStatus extends java.lang.Object implements android.os.Parcelable { public static final android.os.Parcelable$Creator CREATOR public static final int OVERALL_SEVERITY_LEVEL_CRITICAL_WARNING public static final int OVERALL_SEVERITY_LEVEL_OK public static final int OVERALL_SEVERITY_LEVEL_RECOMMENDATION public static final int OVERALL_SEVERITY_LEVEL_UNKNOWN public static final int REFRESH_STATUS_DATA_FETCH_IN_PROGRESS public static final int REFRESH_STATUS_FULL_RESCAN_IN_PROGRESS public static final int REFRESH_STATUS_NONE private void <init> () public java.lang.CharSequence getTitle () public java.lang.CharSequence getSummary () public int getSeverityLevel () public int getRefreshStatus () public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () public int describeContents () public void writeToParcel (android.os.Parcel, int) android.os.Parcel dest int flags static void <clinit> () }
android/safetycenter/SafetyEvent$Builder.class
SafetyEvent.java package android.safetycenter public final android.safetycenter.SafetyEvent$Builder extends java.lang.Object { public void <init> (int) int type public android.safetycenter.SafetyEvent$Builder setRefreshBroadcastId (java.lang.String) String refreshBroadcastId public android.safetycenter.SafetyEvent$Builder setSafetySourceIssueId (java.lang.String) String safetySourceIssueId public android.safetycenter.SafetyEvent$Builder setSafetySourceIssueActionId (java.lang.String) String safetySourceIssueActionId public android.safetycenter.SafetyEvent build () }
android/safetycenter/SafetyEvent.class
SafetyEvent.java package android.safetycenter public final android.safetycenter.SafetyEvent extends java.lang.Object implements android.os.Parcelable { public static final android.os.Parcelable$Creator CREATOR public static final int SAFETY_EVENT_TYPE_DEVICE_LOCALE_CHANGED public static final int SAFETY_EVENT_TYPE_DEVICE_REBOOTED public static final int SAFETY_EVENT_TYPE_REFRESH_REQUESTED public static final int SAFETY_EVENT_TYPE_RESOLVING_ACTION_FAILED public static final int SAFETY_EVENT_TYPE_RESOLVING_ACTION_SUCCEEDED public static final int SAFETY_EVENT_TYPE_SOURCE_STATE_CHANGED private void <init> () public int getType () public java.lang.String getRefreshBroadcastId () public java.lang.String getSafetySourceIssueId () public java.lang.String getSafetySourceIssueActionId () public int describeContents () public void writeToParcel (android.os.Parcel, int) android.os.Parcel dest int flags public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () static void <clinit> () }
android/safetycenter/SafetySourceData$Builder.class
SafetySourceData.java package android.safetycenter public final android.safetycenter.SafetySourceData$Builder extends java.lang.Object { public void <init> () public android.safetycenter.SafetySourceData$Builder setStatus (android.safetycenter.SafetySourceStatus) android.safetycenter.SafetySourceStatus status public android.safetycenter.SafetySourceData$Builder addIssue (android.safetycenter.SafetySourceIssue) android.safetycenter.SafetySourceIssue safetySourceIssue public android.safetycenter.SafetySourceData$Builder clearIssues () public android.safetycenter.SafetySourceData build () }
android/safetycenter/SafetySourceData.class
SafetySourceData.java package android.safetycenter public final android.safetycenter.SafetySourceData extends java.lang.Object implements android.os.Parcelable { public static final android.os.Parcelable$Creator CREATOR public static final int SEVERITY_LEVEL_CRITICAL_WARNING public static final int SEVERITY_LEVEL_INFORMATION public static final int SEVERITY_LEVEL_RECOMMENDATION public static final int SEVERITY_LEVEL_UNSPECIFIED private void <init> () public android.safetycenter.SafetySourceStatus getStatus () public java.util.List getIssues () public int describeContents () public void writeToParcel (android.os.Parcel, int) android.os.Parcel dest int flags public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () static void <clinit> () }
android/safetycenter/SafetySourceErrorDetails.class
SafetySourceErrorDetails.java package android.safetycenter public final android.safetycenter.SafetySourceErrorDetails extends java.lang.Object implements android.os.Parcelable { public static final android.os.Parcelable$Creator CREATOR public void <init> (android.safetycenter.SafetyEvent) android.safetycenter.SafetyEvent safetyEvent public android.safetycenter.SafetyEvent getSafetyEvent () public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () public int describeContents () public void writeToParcel (android.os.Parcel, int) android.os.Parcel dest int flags static void <clinit> () }
android/safetycenter/SafetySourceIssue$Action$Builder.class
SafetySourceIssue.java package android.safetycenter public final android.safetycenter.SafetySourceIssue$Action$Builder extends java.lang.Object { public void <init> (java.lang.String, java.lang.CharSequence, android.app.PendingIntent) String id CharSequence label android.app.PendingIntent pendingIntent public android.safetycenter.SafetySourceIssue$Action$Builder setWillResolve (boolean) boolean willResolve public android.safetycenter.SafetySourceIssue$Action$Builder setSuccessMessage (java.lang.CharSequence) CharSequence successMessage public android.safetycenter.SafetySourceIssue$Action build () }
android/safetycenter/SafetySourceIssue$Action.class
SafetySourceIssue.java package android.safetycenter public final android.safetycenter.SafetySourceIssue$Action extends java.lang.Object implements android.os.Parcelable { public static final android.os.Parcelable$Creator CREATOR private void <init> () public java.lang.String getId () public java.lang.CharSequence getLabel () public android.app.PendingIntent getPendingIntent () public boolean willResolve () public java.lang.CharSequence getSuccessMessage () public int describeContents () public void writeToParcel (android.os.Parcel, int) android.os.Parcel dest int flags public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () static void <clinit> () }
android/safetycenter/SafetySourceIssue$Builder.class
SafetySourceIssue.java package android.safetycenter public final android.safetycenter.SafetySourceIssue$Builder extends java.lang.Object { public void <init> (java.lang.String, java.lang.CharSequence, java.lang.CharSequence, int, java.lang.String) String id CharSequence title CharSequence summary int severityLevel String issueTypeId public android.safetycenter.SafetySourceIssue$Builder setSubtitle (java.lang.CharSequence) CharSequence subtitle public android.safetycenter.SafetySourceIssue$Builder setIssueCategory (int) int issueCategory public android.safetycenter.SafetySourceIssue$Builder addAction (android.safetycenter.SafetySourceIssue$Action) android.safetycenter.SafetySourceIssue$Action actionData public android.safetycenter.SafetySourceIssue$Builder clearActions () public android.safetycenter.SafetySourceIssue$Builder setOnDismissPendingIntent (android.app.PendingIntent) android.app.PendingIntent onDismissPendingIntent public android.safetycenter.SafetySourceIssue build () }
android/safetycenter/SafetySourceIssue.class
SafetySourceIssue.java package android.safetycenter public final android.safetycenter.SafetySourceIssue extends java.lang.Object implements android.os.Parcelable { public static final android.os.Parcelable$Creator CREATOR public static final int ISSUE_CATEGORY_ACCOUNT public static final int ISSUE_CATEGORY_DEVICE public static final int ISSUE_CATEGORY_GENERAL private void <init> () public java.lang.String getId () public java.lang.CharSequence getTitle () public java.lang.CharSequence getSubtitle () public java.lang.CharSequence getSummary () public int getSeverityLevel () public int getIssueCategory () public java.util.List getActions () public android.app.PendingIntent getOnDismissPendingIntent () public java.lang.String getIssueTypeId () public int describeContents () public void writeToParcel (android.os.Parcel, int) android.os.Parcel dest int flags public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () static void <clinit> () }
android/safetycenter/SafetySourceStatus$Builder.class
SafetySourceStatus.java package android.safetycenter public final android.safetycenter.SafetySourceStatus$Builder extends java.lang.Object { public void <init> (java.lang.CharSequence, java.lang.CharSequence, int) CharSequence title CharSequence summary int severityLevel public android.safetycenter.SafetySourceStatus$Builder setPendingIntent (android.app.PendingIntent) android.app.PendingIntent pendingIntent public android.safetycenter.SafetySourceStatus$Builder setIconAction (android.safetycenter.SafetySourceStatus$IconAction) android.safetycenter.SafetySourceStatus$IconAction iconAction public android.safetycenter.SafetySourceStatus$Builder setEnabled (boolean) boolean enabled public android.safetycenter.SafetySourceStatus build () }
android/safetycenter/SafetySourceStatus$IconAction.class
SafetySourceStatus.java package android.safetycenter public final android.safetycenter.SafetySourceStatus$IconAction extends java.lang.Object implements android.os.Parcelable { public static final android.os.Parcelable$Creator CREATOR public static final int ICON_TYPE_GEAR public static final int ICON_TYPE_INFO public void <init> (int, android.app.PendingIntent) int iconType android.app.PendingIntent pendingIntent public int getIconType () public android.app.PendingIntent getPendingIntent () public int describeContents () public void writeToParcel (android.os.Parcel, int) android.os.Parcel dest int flags public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () static void <clinit> () }
android/safetycenter/SafetySourceStatus.class
SafetySourceStatus.java package android.safetycenter public final android.safetycenter.SafetySourceStatus extends java.lang.Object implements android.os.Parcelable { public static final android.os.Parcelable$Creator CREATOR private void <init> () public java.lang.CharSequence getTitle () public java.lang.CharSequence getSummary () public int getSeverityLevel () public android.app.PendingIntent getPendingIntent () public android.safetycenter.SafetySourceStatus$IconAction getIconAction () public boolean isEnabled () public int describeContents () public void writeToParcel (android.os.Parcel, int) android.os.Parcel dest int flags public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () static void <clinit> () }
android/safetycenter/config/
android/safetycenter/config/SafetyCenterConfig$Builder.class
SafetyCenterConfig.java package android.safetycenter.config public final android.safetycenter.config.SafetyCenterConfig$Builder extends java.lang.Object { public void <init> () public android.safetycenter.config.SafetyCenterConfig$Builder addSafetySourcesGroup (android.safetycenter.config.SafetySourcesGroup) android.safetycenter.config.SafetySourcesGroup safetySourcesGroup public android.safetycenter.config.SafetyCenterConfig build () }
android/safetycenter/config/SafetyCenterConfig.class
SafetyCenterConfig.java package android.safetycenter.config public final android.safetycenter.config.SafetyCenterConfig extends java.lang.Object implements android.os.Parcelable { public static final android.os.Parcelable$Creator CREATOR private void <init> () public java.util.List getSafetySourcesGroups () public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () public int describeContents () public void writeToParcel (android.os.Parcel, int) android.os.Parcel dest int flags static void <clinit> () }
android/safetycenter/config/SafetySource$Builder.class
SafetySource.java package android.safetycenter.config public final android.safetycenter.config.SafetySource$Builder extends java.lang.Object { public void <init> (int) int type public android.safetycenter.config.SafetySource$Builder setId (java.lang.String) String id public android.safetycenter.config.SafetySource$Builder setPackageName (java.lang.String) String packageName public android.safetycenter.config.SafetySource$Builder setTitleResId (int) int titleResId public android.safetycenter.config.SafetySource$Builder setTitleForWorkResId (int) int titleForWorkResId public android.safetycenter.config.SafetySource$Builder setSummaryResId (int) int summaryResId public android.safetycenter.config.SafetySource$Builder setIntentAction (java.lang.String) String intentAction public android.safetycenter.config.SafetySource$Builder setProfile (int) int profile public android.safetycenter.config.SafetySource$Builder setInitialDisplayState (int) int initialDisplayState public android.safetycenter.config.SafetySource$Builder setMaxSeverityLevel (int) int maxSeverityLevel public android.safetycenter.config.SafetySource$Builder setSearchTermsResId (int) int searchTermsResId public android.safetycenter.config.SafetySource$Builder setLoggingAllowed (boolean) boolean loggingAllowed public android.safetycenter.config.SafetySource$Builder setRefreshOnPageOpenAllowed (boolean) boolean refreshOnPageOpenAllowed public android.safetycenter.config.SafetySource build () }
android/safetycenter/config/SafetySource.class
SafetySource.java package android.safetycenter.config public final android.safetycenter.config.SafetySource extends java.lang.Object implements android.os.Parcelable { public static final android.os.Parcelable$Creator CREATOR public static final int INITIAL_DISPLAY_STATE_DISABLED public static final int INITIAL_DISPLAY_STATE_ENABLED public static final int INITIAL_DISPLAY_STATE_HIDDEN public static final int PROFILE_ALL public static final int PROFILE_NONE public static final int PROFILE_PRIMARY public static final int SAFETY_SOURCE_TYPE_DYNAMIC public static final int SAFETY_SOURCE_TYPE_ISSUE_ONLY public static final int SAFETY_SOURCE_TYPE_STATIC private void <init> () public int getType () public java.lang.String getId () public java.lang.String getPackageName () public int getTitleResId () public int getTitleForWorkResId () public int getSummaryResId () public java.lang.String getIntentAction () public int getProfile () public int getInitialDisplayState () public int getMaxSeverityLevel () public int getSearchTermsResId () public boolean isLoggingAllowed () public boolean isRefreshOnPageOpenAllowed () public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () public int describeContents () public void writeToParcel (android.os.Parcel, int) android.os.Parcel dest int flags static void <clinit> () }
android/safetycenter/config/SafetySourcesGroup$Builder.class
SafetySourcesGroup.java package android.safetycenter.config public final android.safetycenter.config.SafetySourcesGroup$Builder extends java.lang.Object { public void <init> () public android.safetycenter.config.SafetySourcesGroup$Builder setId (java.lang.String) String id public android.safetycenter.config.SafetySourcesGroup$Builder setTitleResId (int) int titleResId public android.safetycenter.config.SafetySourcesGroup$Builder setSummaryResId (int) int summaryResId public android.safetycenter.config.SafetySourcesGroup$Builder setStatelessIconType (int) int statelessIconType public android.safetycenter.config.SafetySourcesGroup$Builder addSafetySource (android.safetycenter.config.SafetySource) android.safetycenter.config.SafetySource safetySource public android.safetycenter.config.SafetySourcesGroup build () }
android/safetycenter/config/SafetySourcesGroup.class
SafetySourcesGroup.java package android.safetycenter.config public final android.safetycenter.config.SafetySourcesGroup extends java.lang.Object implements android.os.Parcelable { public static final android.os.Parcelable$Creator CREATOR public static final int SAFETY_SOURCES_GROUP_TYPE_COLLAPSIBLE public static final int SAFETY_SOURCES_GROUP_TYPE_HIDDEN public static final int SAFETY_SOURCES_GROUP_TYPE_RIGID public static final int STATELESS_ICON_TYPE_NONE public static final int STATELESS_ICON_TYPE_PRIVACY private void <init> () public int getType () public java.lang.String getId () public int getTitleResId () public int getSummaryResId () public int getStatelessIconType () public java.util.List getSafetySources () public boolean equals (java.lang.Object) Object o public int hashCode () public java.lang.String toString () public int describeContents () public void writeToParcel (android.os.Parcel, int) android.os.Parcel dest int flags static void <clinit> () }