com/google/errorprone/annotations/concurrent/UnlockMethod.class
UnlockMethod.java package com.google.errorprone.annotations.concurrent public abstract annotation com.google.errorprone.annotations.concurrent.UnlockMethod extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
com/google/errorprone/annotations/concurrent/LockMethod.class
LockMethod.java package com.google.errorprone.annotations.concurrent public abstract annotation com.google.errorprone.annotations.concurrent.LockMethod extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] value () }
com/google/errorprone/annotations/concurrent/LazyInit.class
LazyInit.java package com.google.errorprone.annotations.concurrent public abstract annotation com.google.errorprone.annotations.concurrent.LazyInit extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/annotations/concurrent/GuardedBy.class
GuardedBy.java package com.google.errorprone.annotations.concurrent public abstract annotation com.google.errorprone.annotations.concurrent.GuardedBy extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
com/google/errorprone/annotations/concurrent/
com/google/errorprone/annotations/Var.class
Var.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.Var extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/annotations/ThreadSafe.class
ThreadSafe.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.ThreadSafe extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/annotations/SuppressPackageLocation.class
SuppressPackageLocation.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.SuppressPackageLocation extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/annotations/RestrictedApi.class
RestrictedApi.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.RestrictedApi extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String explanation () public abstract java.lang.String link () public abstract java.lang.String allowedOnPath () public abstract java.lang.Class[] allowlistAnnotations () public abstract java.lang.Class[] allowlistWithWarningAnnotations () }
com/google/errorprone/annotations/RequiredModifiers.class
RequiredModifiers.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.RequiredModifiers extends java.lang.Object implements java.lang.annotation.Annotation { public abstract javax.lang.model.element.Modifier[] value () public abstract com.google.errorprone.annotations.Modifier[] modifier () }
com/google/errorprone/annotations/OverridingMethodsMustInvokeSuper.class
OverridingMethodsMustInvokeSuper.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.OverridingMethodsMustInvokeSuper extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/annotations/NoAllocation.class
NoAllocation.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.NoAllocation extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/annotations/MustBeClosed.class
MustBeClosed.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.MustBeClosed extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/annotations/Modifier.class
Modifier.java package com.google.errorprone.annotations public final enum com.google.errorprone.annotations.Modifier extends java.lang.Enum { public static final enum com.google.errorprone.annotations.Modifier PUBLIC public static final enum com.google.errorprone.annotations.Modifier PROTECTED public static final enum com.google.errorprone.annotations.Modifier PRIVATE public static final enum com.google.errorprone.annotations.Modifier ABSTRACT public static final enum com.google.errorprone.annotations.Modifier DEFAULT public static final enum com.google.errorprone.annotations.Modifier STATIC public static final enum com.google.errorprone.annotations.Modifier FINAL public static final enum com.google.errorprone.annotations.Modifier TRANSIENT public static final enum com.google.errorprone.annotations.Modifier VOLATILE public static final enum com.google.errorprone.annotations.Modifier SYNCHRONIZED public static final enum com.google.errorprone.annotations.Modifier NATIVE public static final enum com.google.errorprone.annotations.Modifier STRICTFP private static final synthetic com.google.errorprone.annotations.Modifier[] $VALUES public static com.google.errorprone.annotations.Modifier[] values () public static com.google.errorprone.annotations.Modifier valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.errorprone.annotations.Modifier[] $values () static void <clinit> () }
com/google/errorprone/annotations/Keep.class
Keep.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.Keep extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/annotations/InlineMeValidationDisabled.class
InlineMeValidationDisabled.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.InlineMeValidationDisabled extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
com/google/errorprone/annotations/InlineMe.class
InlineMe.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.InlineMe extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String replacement () public abstract java.lang.String[] imports () public abstract java.lang.String[] staticImports () }
com/google/errorprone/annotations/IncompatibleModifiers.class
IncompatibleModifiers.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.IncompatibleModifiers extends java.lang.Object implements java.lang.annotation.Annotation { public abstract javax.lang.model.element.Modifier[] value () public abstract com.google.errorprone.annotations.Modifier[] modifier () }
com/google/errorprone/annotations/Immutable.class
Immutable.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.Immutable extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String[] containerOf () }
com/google/errorprone/annotations/FormatString.class
FormatString.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.FormatString extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/annotations/FormatMethod.class
FormatMethod.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.FormatMethod extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/annotations/ForOverride.class
ForOverride.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.ForOverride extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/annotations/DoNotMock.class
DoNotMock.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.DoNotMock extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
com/google/errorprone/annotations/DoNotCall.class
DoNotCall.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.DoNotCall extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
com/google/errorprone/annotations/CompileTimeConstant.class
CompileTimeConstant.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.CompileTimeConstant extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/annotations/CompatibleWith.class
CompatibleWith.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.CompatibleWith extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
com/google/errorprone/annotations/CheckReturnValue.class
CheckReturnValue.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.CheckReturnValue extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/annotations/CanIgnoreReturnValue.class
CanIgnoreReturnValue.java package com.google.errorprone.annotations public abstract annotation com.google.errorprone.annotations.CanIgnoreReturnValue extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/errorprone/annotations/
com/google/errorprone/
com/google/
com/android/server/adservices/rollback/RollbackHandlingManager.class
RollbackHandlingManager.java package com.android.server.adservices.rollback public final com.android.server.adservices.rollback.RollbackHandlingManager extends java.lang.Object { static final String STORAGE_XML_IDENTIFIER static final String MSMT_FILE_PREFIX static final String DELETION_OCCURRED_KEY static final String VERSION_KEY static final String DUMP_PREFIX private final String mDatastoreDir private final int mPackageVersion private final android.util.SparseArray mAtomicFileDatastoreMap private void <init> (java.lang.String, int) String datastoreDir int packageVersion public static com.android.server.adservices.rollback.RollbackHandlingManager createRollbackHandlingManager (java.lang.String, int, int) throws java.io.IOException String baseDir int userId int packageVersion String rollbackHandlingDataStoreDir com.android.adservices.shared.storage.AtomicFileDatastore getOrCreateAtomicFileDatastore (int) throws java.io.IOException com.android.adservices.shared.storage.AtomicFileDatastore datastore int deletionApiType public void recordAdServicesDataDeletion (int) throws java.io.IOException java.io.IOException e int deletionType com.android.adservices.shared.storage.AtomicFileDatastore datastore public boolean wasAdServicesDataDeleted (int) throws java.io.IOException int deletionType com.android.adservices.shared.storage.AtomicFileDatastore datastore public int getPreviousStoredVersion (int) throws java.io.IOException int deletionType com.android.adservices.shared.storage.AtomicFileDatastore datastore public void resetAdServicesDataDeletion (int) throws java.io.IOException java.io.IOException e int deletionType com.android.adservices.shared.storage.AtomicFileDatastore datastore public void dump (java.io.PrintWriter, java.lang.String) int i java.io.PrintWriter writer String prefix String prefix2 int mapSize String prefix3 String prefix4 }
com/android/server/adservices/rollback/RollbackHandlingDatastoreLocationHelper.class
RollbackHandlingDatastoreLocationHelper.java package com.android.server.adservices.rollback com.android.server.adservices.rollback.RollbackHandlingDatastoreLocationHelper extends java.lang.Object { private static final String ROLLBACK_HANDLING_DIR void <init> () static java.lang.String getRollbackHandlingDataStoreDirAndCreateDir (java.lang.String, int) throws java.io.IOException String baseDir int userIdentifier String rollbackHandlingDataStoreDir java.nio.file.Path packageDir }
com/android/server/adservices/rollback/
com/android/server/adservices/feature/PrivacySandboxUxCollection.class
PrivacySandboxUxCollection.java package com.android.server.adservices.feature public final enum com.android.server.adservices.feature.PrivacySandboxUxCollection extends java.lang.Enum { public static final enum com.android.server.adservices.feature.PrivacySandboxUxCollection UNSUPPORTED_UX public static final enum com.android.server.adservices.feature.PrivacySandboxUxCollection U18_UX public static final enum com.android.server.adservices.feature.PrivacySandboxUxCollection GA_UX public static final enum com.android.server.adservices.feature.PrivacySandboxUxCollection BETA_UX private static final synthetic com.android.server.adservices.feature.PrivacySandboxUxCollection[] $VALUES public static com.android.server.adservices.feature.PrivacySandboxUxCollection[] values () public static com.android.server.adservices.feature.PrivacySandboxUxCollection valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.android.server.adservices.feature.PrivacySandboxUxCollection[] $values () static void <clinit> () }
com/android/server/adservices/feature/PrivacySandboxFeatureType.class
PrivacySandboxFeatureType.java package com.android.server.adservices.feature public final enum com.android.server.adservices.feature.PrivacySandboxFeatureType extends java.lang.Enum { public static final enum com.android.server.adservices.feature.PrivacySandboxFeatureType PRIVACY_SANDBOX_UNSUPPORTED public static final enum com.android.server.adservices.feature.PrivacySandboxFeatureType PRIVACY_SANDBOX_FIRST_CONSENT public static final enum com.android.server.adservices.feature.PrivacySandboxFeatureType PRIVACY_SANDBOX_RECONSENT public static final enum com.android.server.adservices.feature.PrivacySandboxFeatureType PRIVACY_SANDBOX_FIRST_CONSENT_FF public static final enum com.android.server.adservices.feature.PrivacySandboxFeatureType PRIVACY_SANDBOX_RECONSENT_FF private static final synthetic com.android.server.adservices.feature.PrivacySandboxFeatureType[] $VALUES public static com.android.server.adservices.feature.PrivacySandboxFeatureType[] values () public static com.android.server.adservices.feature.PrivacySandboxFeatureType valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.android.server.adservices.feature.PrivacySandboxFeatureType[] $values () static void <clinit> () }
com/android/server/adservices/feature/PrivacySandboxEnrollmentChannelCollection.class
PrivacySandboxEnrollmentChannelCollection.java package com.android.server.adservices.feature public final enum com.android.server.adservices.feature.PrivacySandboxEnrollmentChannelCollection extends java.lang.Enum { public static final enum com.android.server.adservices.feature.PrivacySandboxEnrollmentChannelCollection CONSENT_NOTIFICATION_DEBUG_CHANNEL public static final enum com.android.server.adservices.feature.PrivacySandboxEnrollmentChannelCollection ALREADY_ENROLLED_CHANNEL public static final enum com.android.server.adservices.feature.PrivacySandboxEnrollmentChannelCollection FIRST_CONSENT_NOTIFICATION_CHANNEL public static final enum com.android.server.adservices.feature.PrivacySandboxEnrollmentChannelCollection RECONSENT_NOTIFICATION_CHANNEL public static final enum com.android.server.adservices.feature.PrivacySandboxEnrollmentChannelCollection GA_GRADUATION_CHANNEL public static final enum com.android.server.adservices.feature.PrivacySandboxEnrollmentChannelCollection U18_DETENTION_CHANNEL public static final enum com.android.server.adservices.feature.PrivacySandboxEnrollmentChannelCollection CONSENT_NOTIFICATION_RESET_CHANNEL public static final enum com.android.server.adservices.feature.PrivacySandboxEnrollmentChannelCollection PAS_RECONSENT_NOTIFICATION_CHANNEL public static final enum com.android.server.adservices.feature.PrivacySandboxEnrollmentChannelCollection PAS_FIRST_CONSENT_NOTIFICATION_CHANNEL private static final synthetic com.android.server.adservices.feature.PrivacySandboxEnrollmentChannelCollection[] $VALUES public static com.android.server.adservices.feature.PrivacySandboxEnrollmentChannelCollection[] values () public static com.android.server.adservices.feature.PrivacySandboxEnrollmentChannelCollection valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.android.server.adservices.feature.PrivacySandboxEnrollmentChannelCollection[] $values () static void <clinit> () }
com/android/server/adservices/feature/
com/android/server/adservices/errorlogging/AdServicesErrorLoggerImpl.class
AdServicesErrorLoggerImpl.java package com.android.server.adservices.errorlogging public final com.android.server.adservices.errorlogging.AdServicesErrorLoggerImpl extends com.android.adservices.shared.errorlogging.AbstractAdServicesErrorLogger { private static final com.android.adservices.shared.errorlogging.AdServicesErrorLogger INSTANCE private final com.android.server.adservices.Flags mFlags void <init> (com.android.server.adservices.Flags, com.android.adservices.shared.errorlogging.StatsdAdServicesErrorLogger) com.android.server.adservices.Flags flags com.android.adservices.shared.errorlogging.StatsdAdServicesErrorLogger statsdAdServicesErrorLogger public static com.android.adservices.shared.errorlogging.AdServicesErrorLogger getInstance () protected boolean isEnabled (int) int errorCode static void <clinit> () }
com/android/server/adservices/errorlogging/
com/android/server/adservices/data/topics/TopicsTables.class
TopicsTables.java package com.android.server.adservices.data.topics public final com.android.server.adservices.data.topics.TopicsTables extends java.lang.Object { public static final long DUMMY_MODEL_VERSION public static final String CREATE_TABLE_BLOCKED_TOPICS public static final java.util.List CREATE_STATEMENTS private void <init> () static void <clinit> () }
com/android/server/adservices/data/topics/TopicsTables$BlockedTopicsContract.class
TopicsTables.java package com.android.server.adservices.data.topics public abstract com.android.server.adservices.data.topics.TopicsTables$BlockedTopicsContract extends java.lang.Object { public static final String TABLE public static final String ID public static final String TAXONOMY_VERSION public static final String TOPIC public static final String USER }
com/android/server/adservices/data/topics/TopicsDbHelper.class
TopicsDbHelper.java package com.android.server.adservices.data.topics public final com.android.server.adservices.data.topics.TopicsDbHelper extends android.database.sqlite.SQLiteOpenHelper { public static final int CURRENT_DATABASE_VERSION private static final String DATABASE_NAME private static final Object LOCK private static com.android.server.adservices.data.topics.TopicsDbHelper sSingleton private final java.io.File mDbFile private final int mDbVersion public void <init> (android.content.Context, java.lang.String, int) android.content.Context context String dbName int dbVersion void <init> (android.content.Context) android.content.Context context public static com.android.server.adservices.data.topics.TopicsDbHelper getInstance () public void onCreate (android.database.sqlite.SQLiteDatabase) String sql android.database.sqlite.SQLiteDatabase db public void onUpgrade (android.database.sqlite.SQLiteDatabase, int, int) android.database.sqlite.SQLiteDatabase db int oldVersion int newVersion public void onDowngrade (android.database.sqlite.SQLiteDatabase, int, int) android.database.sqlite.SQLiteDatabase db int oldVersion int newVersion public android.database.sqlite.SQLiteDatabase safeGetReadableDatabase () android.database.sqlite.SQLiteException e public android.database.sqlite.SQLiteDatabase safeGetWritableDatabase () android.database.sqlite.SQLiteException e public void dump (java.io.PrintWriter, java.lang.String, java.lang.String[]) java.io.PrintWriter writer String prefix String[] args String prefix2 static void <clinit> () }
com/android/server/adservices/data/topics/TopicsDao.class
TopicsDao.java package com.android.server.adservices.data.topics public final com.android.server.adservices.data.topics.TopicsDao extends java.lang.Object { private static final Object LOCK private static com.android.server.adservices.data.topics.TopicsDao sSingleton private final com.android.server.adservices.data.topics.TopicsDbHelper mTopicsDbHelper public void <init> (com.android.server.adservices.data.topics.TopicsDbHelper) com.android.server.adservices.data.topics.TopicsDbHelper topicsDbHelper public static com.android.server.adservices.data.topics.TopicsDao getInstance () public void recordBlockedTopic (java.util.List, int) android.database.SQLException e android.content.ContentValues values android.adservices.topics.Topic topic java.util.List topics int userIdentifier android.database.sqlite.SQLiteDatabase db public void removeBlockedTopic (android.adservices.topics.Topic, int) android.database.SQLException e android.adservices.topics.Topic topic int userIdentifier android.database.sqlite.SQLiteDatabase db String whereClause String[] whereArgs public java.util.Set retrieveAllBlockedTopics (int) long taxonomyVersion int topicInt android.adservices.topics.Topic topic android.database.Cursor cursor int userIdentifier android.database.sqlite.SQLiteDatabase db java.util.Set blockedTopics String selection String[] selectionArgs public void clearAllBlockedTopicsOfUser (int) android.database.SQLException e int userIdentifier android.database.sqlite.SQLiteDatabase db String whereClause String[] whereArgs public void dump (java.io.PrintWriter, java.lang.String, java.lang.String[]) java.io.PrintWriter writer String prefix String[] args static void <clinit> () }
com/android/server/adservices/data/topics/
com/android/server/adservices/data/
com/android/server/adservices/consent/ConsentManager.class
ConsentManager.java package com.android.server.adservices.consent public final com.android.server.adservices.consent.ConsentManager extends java.lang.Object { public static final String ERROR_MESSAGE_DATASTORE_EXCEPTION_WHILE_GET_CONTENT public static final String VERSION_KEY static final String NOTIFICATION_DISPLAYED_ONCE static final String GA_UX_NOTIFICATION_DISPLAYED_ONCE static final String PAS_NOTIFICATION_DISPLAYED_ONCE static final String PAS_NOTIFICATION_OPENED static final String TOPICS_CONSENT_PAGE_DISPLAYED static final String FLEDGE_AND_MSMT_CONSENT_PAGE_DISPLAYED private static final String CONSENT_API_TYPE_PREFIX static final int STORAGE_VERSION static final String STORAGE_XML_IDENTIFIER private final com.android.adservices.shared.storage.AtomicFileDatastore mDatastore static final String DEFAULT_CONSENT static final String TOPICS_DEFAULT_CONSENT static final String FLEDGE_DEFAULT_CONSENT static final String MEASUREMENT_DEFAULT_CONSENT static final String DEFAULT_AD_ID_STATE static final String MANUAL_INTERACTION_WITH_CONSENT_RECORDED private final java.util.concurrent.locks.ReadWriteLock mReadWriteLock static final String IS_AD_ID_ENABLED static final String IS_U18_ACCOUNT static final String IS_ENTRY_POINT_ENABLED static final String IS_ADULT_ACCOUNT static final String WAS_U18_NOTIFICATION_DISPLAYED static final String IS_MEASUREMENT_DATA_RESET static final String IS_PA_DATA_RESET static final String MODULE_ENROLLMENT_STATE private void <init> (com.android.adservices.shared.storage.AtomicFileDatastore) com.android.adservices.shared.storage.AtomicFileDatastore datastore public static com.android.server.adservices.consent.ConsentManager createConsentManager (java.lang.String, int) throws java.io.IOException String baseDir int userId String consentDataStoreDir com.android.adservices.shared.storage.AtomicFileDatastore datastore static com.android.adservices.shared.storage.AtomicFileDatastore createAndInitAtomicFileDatastore (java.lang.String) throws java.io.IOException String consentDataStoreDir com.android.adservices.shared.storage.AtomicFileDatastore datastore public android.app.adservices.consent.ConsentParcel getConsent (int) RuntimeException e int consentApiType public void setConsent (android.app.adservices.consent.ConsentParcel) throws java.io.IOException android.app.adservices.consent.ConsentParcel consentParcel public void recordNotificationDisplayed (boolean) boolean wasNotificationDisplayed public boolean wasNotificationDisplayed () public void recordGaUxNotificationDisplayed (boolean) boolean wasNotificationDisplayed public boolean wasGaUxNotificationDisplayed () public void recordPasNotificationDisplayed (boolean) boolean wasNotificationDisplayed public boolean wasPasNotificationDisplayed () public void recordPasNotificationOpened (boolean) boolean wasNotificationOpened public boolean wasPasNotificationOpened () public void recordDefaultConsent (boolean) boolean defaultConsent public void recordTopicsDefaultConsent (boolean) boolean defaultConsent public void recordFledgeDefaultConsent (boolean) boolean defaultConsent public void recordMeasurementDefaultConsent (boolean) boolean defaultConsent public void recordDefaultAdIdState (boolean) boolean defaultAdIdState public void recordUserManualInteractionWithConsent (int) java.io.IOException e int interaction public int getUserManualInteractionWithConsent () Boolean userManualInteractionWithConsent public boolean getDefaultConsent () public boolean getTopicsDefaultConsent () public boolean getFledgeDefaultConsent () public boolean getMeasurementDefaultConsent () public boolean getDefaultAdIdState () public void setCurrentPrivacySandboxFeature (java.lang.String) java.io.IOException e java.io.IOException e com.android.server.adservices.feature.PrivacySandboxFeatureType featureType String currentFeatureType public boolean isPrivacySandboxFeatureEnabled (com.android.server.adservices.feature.PrivacySandboxFeatureType) com.android.server.adservices.feature.PrivacySandboxFeatureType featureType public boolean deleteUserDirectory (java.io.File) java.io.File file boolean success java.io.File[] files java.io.File dir java.lang.String getConsentApiTypeKey (int) int consentApiType public boolean isAdIdEnabled () public void setAdIdEnabled (boolean) boolean isAdIdEnabled public boolean isU18Account () public void setU18Account (boolean) boolean isU18Account public boolean isEntryPointEnabled () public void setEntryPointEnabled (boolean) boolean isEntryPointEnabled public boolean isAdultAccount () public void setAdultAccount (boolean) boolean isAdultAccount public boolean wasU18NotificationDisplayed () public void setU18NotificationDisplayed (boolean) throws java.io.IOException boolean wasU18NotificationDisplayed public void setUx (java.lang.String) java.io.IOException e String eligibleUx public java.lang.String getUx () public void setEnrollmentChannel (java.lang.String) java.io.IOException e String enrollmentChannel public java.lang.String getEnrollmentChannel () com.android.server.adservices.feature.PrivacySandboxEnrollmentChannelCollection enrollmentChannel public boolean isMeasurementDataReset () public void setMeasurementDataReset (boolean) throws java.io.IOException boolean isMeasurementDataReset public boolean isPaDataReset () public void setPaDataReset (boolean) throws java.io.IOException boolean isPaDataReset public java.lang.String getModuleEnrollmentState () public void setModuleEnrollmentState (java.lang.String) throws java.io.IOException String enrollmentState private boolean getValueWithLock (java.lang.String) Boolean value String key private void setValueWithLock (java.lang.String, java.lang.Boolean, java.lang.String) java.io.IOException e String key Boolean value String callerName private java.lang.String getStringValueWithLock (java.lang.String) String value String key private void setStringValueWithLock (java.lang.String, java.lang.String, java.lang.String) java.io.IOException e String key String value String callerName public void dump (java.io.PrintWriter, java.lang.String) java.io.PrintWriter writer String prefix String prefix2 private synthetic boolean lambda$getEnrollmentChannel$10 (com.android.server.adservices.feature.PrivacySandboxEnrollmentChannelCollection) com.android.server.adservices.feature.PrivacySandboxEnrollmentChannelCollection channel private synthetic void lambda$setEnrollmentChannel$9 (java.lang.String, com.android.server.adservices.feature.PrivacySandboxEnrollmentChannelCollection) java.io.IOException e String enrollmentChannel com.android.server.adservices.feature.PrivacySandboxEnrollmentChannelCollection channel private static synthetic void lambda$setEnrollmentChannel$8 (java.lang.String, com.android.adservices.shared.storage.AtomicFileDatastore$BatchUpdater) String enrollmentChannel com.android.adservices.shared.storage.AtomicFileDatastore$BatchUpdater updateOperation private static synthetic void lambda$setEnrollmentChannel$7 (com.android.adservices.shared.storage.AtomicFileDatastore$BatchUpdater, java.lang.String, com.android.server.adservices.feature.PrivacySandboxEnrollmentChannelCollection) com.android.adservices.shared.storage.AtomicFileDatastore$BatchUpdater updateOperation String enrollmentChannel com.android.server.adservices.feature.PrivacySandboxEnrollmentChannelCollection channel private synthetic boolean lambda$getUx$6 (com.android.server.adservices.feature.PrivacySandboxUxCollection) com.android.server.adservices.feature.PrivacySandboxUxCollection ux private synthetic void lambda$setUx$5 (java.lang.String, com.android.server.adservices.feature.PrivacySandboxUxCollection) java.io.IOException e String eligibleUx com.android.server.adservices.feature.PrivacySandboxUxCollection ux private static synthetic void lambda$setUx$4 (java.lang.String, com.android.adservices.shared.storage.AtomicFileDatastore$BatchUpdater) String eligibleUx com.android.adservices.shared.storage.AtomicFileDatastore$BatchUpdater updateOperation private static synthetic void lambda$setUx$3 (com.android.adservices.shared.storage.AtomicFileDatastore$BatchUpdater, java.lang.String, com.android.server.adservices.feature.PrivacySandboxUxCollection) com.android.adservices.shared.storage.AtomicFileDatastore$BatchUpdater updateOperation String eligibleUx com.android.server.adservices.feature.PrivacySandboxUxCollection ux private static synthetic void lambda$setCurrentPrivacySandboxFeature$2 (java.lang.String, com.android.adservices.shared.storage.AtomicFileDatastore$BatchUpdater) com.android.server.adservices.feature.PrivacySandboxFeatureType featureType String currentFeatureType com.android.adservices.shared.storage.AtomicFileDatastore$BatchUpdater updateOperation private synthetic void lambda$setConsent$1 (android.app.adservices.consent.ConsentParcel, com.android.adservices.shared.storage.AtomicFileDatastore$BatchUpdater) android.app.adservices.consent.ConsentParcel consentParcel com.android.adservices.shared.storage.AtomicFileDatastore$BatchUpdater updateOperation private static synthetic void lambda$createAndInitAtomicFileDatastore$0 (com.android.adservices.shared.storage.AtomicFileDatastore$BatchUpdater) com.android.adservices.shared.storage.AtomicFileDatastore$BatchUpdater updateOperation }
com/android/server/adservices/consent/ConsentDatastoreLocationHelper.class
ConsentDatastoreLocationHelper.java package com.android.server.adservices.consent com.android.server.adservices.consent.ConsentDatastoreLocationHelper extends java.lang.Object { private static final String CONSENT_DIR void <init> () static java.lang.String getConsentDataStoreDir (java.lang.String, int) String baseDir int userIdentifier static java.lang.String getConsentDataStoreDirAndCreateDir (java.lang.String, int) throws java.io.IOException String baseDir int userIdentifier String consentDataStoreDir java.nio.file.Path packageDir }
com/android/server/adservices/consent/AppConsentManager.class
AppConsentManager.java package com.android.server.adservices.consent public com.android.server.adservices.consent.AppConsentManager extends java.lang.Object { public static final int DATASTORE_VERSION public static final String DATASTORE_NAME static final String DATASTORE_KEY_SEPARATOR static final String VERSION_KEY static final String BASE_DIR_MUST_BE_PROVIDED_ERROR_MESSAGE static final String DUMP_PREFIX private final com.android.adservices.shared.storage.AtomicFileDatastore mDatastore public void <init> (com.android.adservices.shared.storage.AtomicFileDatastore) com.android.adservices.shared.storage.AtomicFileDatastore datastore public static com.android.server.adservices.consent.AppConsentManager createAppConsentManager (java.lang.String, int) throws java.io.IOException String baseDir int userIdentifier String consentDataStoreDir com.android.adservices.shared.storage.AtomicFileDatastore datastore public java.util.List getKnownAppsWithConsent (java.util.List) String packageName String appDatastoreKey java.util.List installedPackages java.util.Set apps java.util.Set appWithConsentInDatastore public java.util.List getAppsWithRevokedConsent (java.util.List) throws java.io.IOException String packageName String appDatastoreKey java.util.List installedPackages java.util.Set apps java.util.Set appWithoutConsentInDatastore public void setConsentForApp (java.lang.String, int, boolean) throws java.lang.IllegalArgumentException java.io.IOException String packageName int packageUid boolean isConsentRevoked public boolean setConsentForAppIfNew (java.lang.String, int, boolean) throws java.lang.IllegalArgumentException java.io.IOException String packageName int packageUid boolean isConsentRevoked public boolean isConsentRevokedForApp (java.lang.String, int) throws java.lang.IllegalArgumentException java.io.IOException String packageName int packageUid public void clearAllAppConsentData () throws java.io.IOException public void clearKnownAppsWithConsent () throws java.io.IOException public void clearConsentForUninstalledApp (java.lang.String, int) throws java.lang.IllegalArgumentException java.io.IOException String packageName int packageUid java.lang.String toDatastoreKey (java.lang.String, int) throws java.lang.IllegalArgumentException String packageName int packageUid java.lang.String datastoreKeyToPackageName (java.lang.String) throws java.lang.IllegalArgumentException String datastoreKey int separatorIndex public void dump (java.io.PrintWriter, java.lang.String) java.io.PrintWriter writer String prefix String prefix2 String prefix3 }
com/android/server/adservices/consent/
com/android/server/adservices/UserInstanceManager.class
UserInstanceManager.java package com.android.server.adservices public com.android.server.adservices.UserInstanceManager extends java.lang.Object { private final Object mLock private final android.util.SparseArray mConsentManagerMapLocked private final android.util.SparseArray mAppConsentManagerMapLocked private final android.util.SparseArray mBlockedTopicsManagerMapLocked private final android.util.SparseArray mRollbackHandlingManagerMapLocked private final String mAdServicesBaseDir private final com.android.server.adservices.data.topics.TopicsDao mTopicsDao void <init> (com.android.server.adservices.data.topics.TopicsDao, java.lang.String) com.android.server.adservices.data.topics.TopicsDao topicsDao String adServicesBaseDir com.android.server.adservices.consent.ConsentManager getOrCreateUserConsentManagerInstance (int) throws java.io.IOException com.android.server.adservices.consent.ConsentManager instance int userId com.android.server.adservices.consent.AppConsentManager getOrCreateUserAppConsentManagerInstance (int) throws java.io.IOException com.android.server.adservices.consent.AppConsentManager instance int userId com.android.server.adservices.BlockedTopicsManager getOrCreateUserBlockedTopicsManagerInstance (int) com.android.server.adservices.BlockedTopicsManager instance int userId com.android.server.adservices.rollback.RollbackHandlingManager getOrCreateUserRollbackHandlingManagerInstance (int, int) throws java.io.IOException com.android.server.adservices.rollback.RollbackHandlingManager instance int userId int packageVersion com.android.server.adservices.consent.ConsentManager getUserConsentManagerInstance (int) int userId void deleteUserInstance (int) throws java.lang.Exception String userDirectoryPath java.nio.file.Path packageDir com.android.server.adservices.consent.ConsentManager instance int userId void dump (java.io.PrintWriter, java.lang.String[]) java.io.PrintWriter writer String[] args String prefix private void dumpPerUserManagers (java.io.PrintWriter, java.lang.String) int i int i int i android.util.SparseArray perUserDumpHelpers int i int i String prefix2 java.io.PrintWriter writer String prefix android.util.SparseArray perUserDumpHelpers int numberUsers private com.android.server.adservices.UserInstanceManager$PerUserDumpHelper getPerUserDumpHelperForUser (android.util.SparseArray, int) android.util.SparseArray map int userId com.android.server.adservices.UserInstanceManager$PerUserDumpHelper dumper }
com/android/server/adservices/UserInstanceManager$PerUserDumpHelper.class
UserInstanceManager.java package com.android.server.adservices final com.android.server.adservices.UserInstanceManager$PerUserDumpHelper extends java.lang.Object { public com.android.server.adservices.consent.ConsentManager consentMgr public com.android.server.adservices.consent.AppConsentManager appConsentMgr public com.android.server.adservices.BlockedTopicsManager blockedTopicsMgr public com.android.server.adservices.rollback.RollbackHandlingManager rollbackHandlingMgr private void <init> () public void dump (java.io.PrintWriter, java.lang.String, int, int) java.io.PrintWriter writer String prefix int index int userId String prefix2 }
com/android/server/adservices/PhFlags.class
PhFlags.java package com.android.server.adservices public final com.android.server.adservices.PhFlags extends java.lang.Object implements com.android.server.adservices.Flags { private static final com.android.server.adservices.PhFlags sSingleton static final String KEY_ADSERVICES_SYSTEM_SERVICE_ENABLED static final String KEY_CLIENT_ERROR_LOGGING__ENABLE_CEL_FOR_SYSTEM_SERVER public static final String KEY_ENABLE_BATCH_UPDATE_API_IN_SYSTEM_SERVER public void <init> () static com.android.server.adservices.PhFlags getInstance () public boolean getAdServicesSystemServiceEnabled () public boolean getEnableCelForSystemServer () public boolean getEnableAtomicFileDatastoreBatchUpdateApiInSystemServer () private boolean getFlag (java.lang.String, boolean) String name boolean defaultValue static void <clinit> () }
com/android/server/adservices/LogUtil.class
LogUtil.java package com.android.server.adservices public com.android.server.adservices.LogUtil extends java.lang.Object { public static final String TAG public void <init> () public static int v (java.lang.String) String msg public static transient int v (java.lang.String, java.lang.Object[]) String msg String format Object[] params public static int d (java.lang.String) String msg public static transient int d (java.lang.String, java.lang.Object[]) String msg String format Object[] params public static transient int d (java.lang.Throwable, java.lang.String, java.lang.Object[]) String msg Throwable tr String format Object[] params public static int i (java.lang.String) String msg public static transient int i (java.lang.String, java.lang.Object[]) String msg String format Object[] params public static int w (java.lang.String) String msg public static transient int w (java.lang.String, java.lang.Object[]) String msg String format Object[] params public static int e (java.lang.String) String msg public static transient int e (java.lang.String, java.lang.Object[]) String msg String format Object[] params public static int e (java.lang.Throwable, java.lang.String) Throwable tr String msg public static transient int e (java.lang.Throwable, java.lang.String, java.lang.Object[]) Throwable tr String format Object[] params public static transient int w (java.lang.Throwable, java.lang.String, java.lang.Object[]) String msg String msg Throwable tr String format Object[] params public static int d (java.lang.String, java.lang.Throwable) String msg Throwable tr int result public static int w (java.lang.String, java.lang.Throwable) String msg Throwable tr int result public static int e (java.lang.String, java.lang.Throwable) String msg Throwable tr int result private static transient java.lang.String format (java.lang.String, java.lang.Object[]) String format Object[] args }
com/android/server/adservices/FlagsFactory.class
FlagsFactory.java package com.android.server.adservices public com.android.server.adservices.FlagsFactory extends java.lang.Object { public void <init> () public static com.android.server.adservices.Flags getFlags () }
com/android/server/adservices/Flags.class
Flags.java package com.android.server.adservices public abstract com.android.server.adservices.Flags extends java.lang.Object { public static final boolean ADSERVICES_SYSTEM_SERVICE_ENABLED public static final boolean CLIENT_ERROR_LOGGING__ENABLE_CEL_FOR_SYSTEM_SERVER public static final boolean ENABLE_ATOMIC_FILE_DATASTORE_BATCH_UPDATE_API_IN_SYSTEM_SERVER public boolean getAdServicesSystemServiceEnabled () public boolean getEnableCelForSystemServer () public boolean getEnableAtomicFileDatastoreBatchUpdateApiInSystemServer () }
com/android/server/adservices/DebugFlags.class
DebugFlags.java package com.android.server.adservices public final com.android.server.adservices.DebugFlags extends com.android.adservices.service.CommonDebugFlags { private static final com.android.server.adservices.DebugFlags sInstance public void <init> () public static com.android.server.adservices.DebugFlags getInstance () static void <clinit> () }
com/android/server/adservices/BlockedTopicsManager.class
BlockedTopicsManager.java package com.android.server.adservices public com.android.server.adservices.BlockedTopicsManager extends java.lang.Object { private final com.android.server.adservices.data.topics.TopicsDao mTopicsDao private final int mUserIdentifier public void <init> (com.android.server.adservices.data.topics.TopicsDao, int) com.android.server.adservices.data.topics.TopicsDao topicsDao int userIdentifier public void recordBlockedTopic (java.util.List) java.util.List blockedTopicParcels java.util.List blockedTopics public void removeBlockedTopic (android.app.adservices.topics.TopicParcel) android.app.adservices.topics.TopicParcel blockedTopicParcel android.adservices.topics.Topic blockedTopic public java.util.List retrieveAllBlockedTopics () android.adservices.topics.Topic topic java.util.List topicParcelList public void clearAllBlockedTopics () private android.adservices.topics.Topic convertTopicParcelToTopic (android.app.adservices.topics.TopicParcel) android.app.adservices.topics.TopicParcel topicParcel public void dump (java.io.PrintWriter, java.lang.String) java.io.PrintWriter writer String prefix String prefix2 java.util.List blockedTopics int size }
com/android/server/adservices/AdServicesShellCommand.class
AdServicesShellCommand.java package com.android.server.adservices com.android.server.adservices.AdServicesShellCommand extends com.android.adservices.jarjar.server.module.utils.BasicShellCommandHandler { static final String WRONG_UID_TEMPLATE static final String CMD_IS_SYSTEM_SERVICE_ENABLED static final String CMD_SHORT_HELP static final String CMD_HELP private static final String TIMEOUT_ARG static final long DEFAULT_TIMEOUT_MILLIS static final int TIMEOUT_OFFSET_MILLIS private final com.android.server.adservices.AdServicesShellCommand$Injector mInjector private final com.android.server.adservices.Flags mFlags private final android.content.Context mContext private long mTimeoutMillis void <init> (android.content.Context) android.content.Context context void <init> (com.android.server.adservices.AdServicesShellCommand$Injector, com.android.server.adservices.Flags, android.content.Context) com.android.server.adservices.AdServicesShellCommand$Injector injector com.android.server.adservices.Flags flags android.content.Context context public int onCommand (java.lang.String) String cmd int callingUid private int runAdServicesShellCommand (android.content.Context, java.lang.String[]) android.os.RemoteException e InterruptedException e android.content.Context context String[] args android.content.Context curUserContext android.adservices.shell.IShellCommand service String[] realArgs android.adservices.shell.ShellCommandParam param java.util.concurrent.CountDownLatch latch java.util.concurrent.atomic.AtomicInteger resultCode private long getMaxCommandDurationMillis (long) long timeout long maxCommandDurationMillis private java.lang.String[] handleAdServicesArgs (java.lang.String[]) String arg int i String[] args java.util.List realArgs private int parseTimeoutArg (java.lang.String[], int) NumberFormatException e String[] args int index private int runIsSystemServiceEnabled () java.io.PrintWriter errPw java.io.PrintWriter pw boolean verbose String opt boolean enabled public void onHelp () java.io.PrintWriter pw private static void showIsSystemServerEnabledHelpCommand (java.io.PrintWriter) java.io.PrintWriter pw private static void showHelpCommand (java.io.PrintWriter) java.io.PrintWriter pw private static void showValidCommands (java.io.PrintWriter) java.io.PrintWriter pw private android.content.Context getContextForUser (android.content.Context, int) android.content.Context context int userId private static synthetic java.lang.String[] lambda$handleAdServicesArgs$0 (int) int x$0 }
com/android/server/adservices/AdServicesShellCommand$Injector.class
AdServicesShellCommand.java package com.android.server.adservices com.android.server.adservices.AdServicesShellCommand$Injector extends java.lang.Object { void <init> () int getCallingUid () android.adservices.shell.IShellCommand getShellCommandService (android.content.Context) android.content.Context context com.android.adservices.ServiceBinder serviceBinder }
com/android/server/adservices/AdServicesShellCommand$1.class
AdServicesShellCommand.java package com.android.server.adservices com.android.server.adservices.AdServicesShellCommand$1 extends android.adservices.shell.IShellCommandCallback$Stub { final synthetic java.util.concurrent.atomic.AtomicInteger val$resultCode final synthetic java.util.concurrent.CountDownLatch val$latch final synthetic com.android.server.adservices.AdServicesShellCommand this$0 void <init> (com.android.server.adservices.AdServicesShellCommand, java.util.concurrent.atomic.AtomicInteger, java.util.concurrent.CountDownLatch) com.android.server.adservices.AdServicesShellCommand this$0 public void onResult (android.adservices.shell.ShellCommandResult) android.adservices.shell.ShellCommandResult response }
com/android/server/adservices/AdServicesManagerService.class
AdServicesManagerService.java package com.android.server.adservices public final com.android.server.adservices.AdServicesManagerService extends android.app.adservices.IAdServicesManager$Stub { private static final String SYSTEM_DATA public static String ADSERVICES_BASE_DIR private static final String ERROR_MESSAGE_NOT_PERMITTED_TO_CALL_ADSERVICESMANAGER_API private final Object mRegisterReceiverLock private final Object mRollbackCheckLock private final Object mSetPackageVersionLock private static final String PACKAGE_CHANGED_BROADCAST private static final String ACTION_KEY private static final String PACKAGE_FULLY_REMOVED private static final String PACKAGE_ADDED private static final String PACKAGE_DATA_CLEARED private final android.content.Context mContext private android.content.BroadcastReceiver mSystemServicePackageChangedReceiver private android.content.BroadcastReceiver mSystemServiceUserActionReceiver private android.os.HandlerThread mHandlerThread private android.os.Handler mHandler private int mAdServicesModuleVersion private String mAdServicesModuleName private final android.util.SparseArray mAdServicesPackagesRolledBackFrom private final android.util.SparseArray mAdServicesPackagesRolledBackTo private final java.util.concurrent.atomic.AtomicBoolean mShutdown private final android.provider.DeviceConfig$OnPropertiesChangedListener mOnFlagsChangedListener private final com.android.server.adservices.UserInstanceManager mUserInstanceManager void <init> (android.content.Context, com.android.server.adservices.UserInstanceManager) android.content.Context context com.android.server.adservices.UserInstanceManager userInstanceManager void tearDownForTesting () Exception e public android.app.adservices.consent.ConsentParcel getConsent (int) int consentApiType private int getUserIdFromBinderCallingUid () public void setConsent (android.app.adservices.consent.ConsentParcel) java.io.IOException e android.app.adservices.consent.ConsentParcel consentParcel int userId public void recordNotificationDisplayed (boolean) java.io.IOException e boolean wasNotificationDisplayed int userId public void recordBlockedTopic (java.util.List) java.util.List blockedTopicParcels int userId public void removeBlockedTopic (android.app.adservices.topics.TopicParcel) android.app.adservices.topics.TopicParcel blockedTopicParcel int userId public java.util.List retrieveAllBlockedTopics () public void clearAllBlockedTopics () int userId public boolean wasNotificationDisplayed () public void recordGaUxNotificationDisplayed (boolean) java.io.IOException e boolean wasNotificationDisplayed int userId public void recordDefaultConsent (boolean) java.io.IOException e boolean defaultConsent int userId public void recordTopicsDefaultConsent (boolean) java.io.IOException e boolean defaultConsent int userId public void recordFledgeDefaultConsent (boolean) java.io.IOException e boolean defaultConsent int userId public void recordMeasurementDefaultConsent (boolean) java.io.IOException e boolean defaultConsent int userId public void recordDefaultAdIdState (boolean) java.io.IOException e boolean defaultAdIdState int userId public void recordUserManualInteractionWithConsent (int) java.io.IOException e int interaction int userId public boolean getTopicsDefaultConsent () public boolean getFledgeDefaultConsent () public boolean getMeasurementDefaultConsent () public boolean getDefaultAdIdState () public int getUserManualInteractionWithConsent () public boolean wasGaUxNotificationDisplayed () public void recordPasNotificationDisplayed (boolean) java.io.IOException e boolean wasNotificationDisplayed int userId public boolean wasPasNotificationDisplayed () public void recordPasNotificationOpened (boolean) java.io.IOException e boolean wasNotificationOpened int userId public boolean wasPasNotificationOpened () public boolean getDefaultConsent () public java.lang.String getCurrentPrivacySandboxFeature () com.android.server.adservices.feature.PrivacySandboxFeatureType featureType java.io.IOException e int userId public void setCurrentPrivacySandboxFeature (java.lang.String) java.io.IOException e String featureType int userId public java.util.List getKnownAppsWithConsent (java.util.List) java.util.List installedPackages public java.util.List getAppsWithRevokedConsent (java.util.List) java.util.List installedPackages public void setConsentForApp (java.lang.String, int, boolean) java.io.IOException e String packageName int packageUid boolean isConsentRevoked int userId public void clearKnownAppsWithConsent () java.io.IOException e int userId public void clearAllAppConsentData () java.io.IOException e int userId public boolean isConsentRevokedForApp (java.lang.String, int) throws java.lang.IllegalArgumentException java.io.IOException e String packageName int packageUid int userId public boolean setConsentForAppIfNew (java.lang.String, int, boolean) throws java.lang.IllegalArgumentException java.io.IOException e String packageName int packageUid boolean isConsentRevoked int userId public void clearConsentForUninstalledApp (java.lang.String, int) java.io.IOException e String packageName int packageUid int userId protected void dump (java.io.FileDescriptor, java.io.PrintWriter, java.lang.String[]) android.content.Context systemContext RuntimeException e java.io.FileDescriptor fd java.io.PrintWriter pw String[] args private static boolean isShellCmdEnabled () public int handleShellCommand (android.os.ParcelFileDescriptor, android.os.ParcelFileDescriptor, android.os.ParcelFileDescriptor, java.lang.String[]) android.os.ParcelFileDescriptor in android.os.ParcelFileDescriptor out android.os.ParcelFileDescriptor err String[] args public void recordAdServicesDeletionOccurred (int) java.io.IOException e int deletionType int userId public boolean needsToHandleRollbackReconciliation (int) int rollbackId int i int deletionType int previousStoredVersion android.util.SparseArray from android.util.SparseArray to boolean hasAdServicesDeletionOccurred (int) int deletionType void resetAdServicesDeletionOccurred (int) java.io.IOException e int deletionType int userId int getPreviousStoredVersion (int) int deletionType void registerReceivers () void setAdServicesApexVersion () android.content.pm.PackageManager packageManager java.util.List installedPackages int getAdServicesApexVersion () void setRollbackStatus () android.content.rollback.PackageRollbackInfo packageRollbackInfo android.content.rollback.RollbackInfo rollbackInfo android.content.rollback.RollbackManager rollbackManager java.util.List recentlyCommittedRollbacks private void resetRollbackArraysRCLocked () android.util.SparseArray getAdServicesPackagesRolledBackFrom () android.util.SparseArray getAdServicesPackagesRolledBackTo () private void registerUserActionBroadcastReceiverLocked () void onUserRemoved (android.content.Intent) Exception e android.os.UserHandle userHandle int userId android.content.Intent intent private void registerPackagedChangedBroadcastReceiversLocked () android.content.IntentFilter packageChangedIntentFilter public void onPackageChange (android.content.Intent, android.os.UserHandle) int uidChanged android.content.pm.ResolveInfo info android.content.Intent intent android.os.UserHandle user android.content.Intent explicitBroadcast android.content.Intent i java.util.List resolveInfo void enforceAdServicesManagerPermission () public boolean isAdIdEnabled () public void setAdIdEnabled (boolean) java.io.IOException e boolean isAdIdEnabled int userId public boolean isU18Account () public void setU18Account (boolean) java.io.IOException e boolean isU18Account int userId public boolean isEntryPointEnabled () public void setEntryPointEnabled (boolean) java.io.IOException e boolean isEntryPointEnabled int userId public boolean isAdultAccount () public void setAdultAccount (boolean) java.io.IOException e boolean isAdultAccount int userId public boolean wasU18NotificationDisplayed () public void setU18NotificationDisplayed (boolean) java.io.IOException e boolean wasU18NotificationDisplayed int userId public java.lang.String getUx () java.io.IOException e int userId public void setUx (java.lang.String) java.io.IOException e String ux int userId public java.lang.String getEnrollmentChannel () java.io.IOException e int userId public void setEnrollmentChannel (java.lang.String) java.io.IOException e String enrollmentChannel int userId public boolean isMeasurementDataReset () public void setMeasurementDataReset (boolean) java.io.IOException e boolean isMeasurementDataReset int userId public boolean isPaDataReset () public void setPaDataReset (boolean) java.io.IOException e boolean isPaDataReset int userId public java.lang.String getModuleEnrollmentState () public void setModuleEnrollmentState (java.lang.String) java.io.IOException e String enrollmentState int userId private java.lang.Object executeGetter (java.lang.Object, com.android.server.adservices.AdServicesManagerService$ThrowableGetter) java.io.IOException e Object r com.android.server.adservices.AdServicesManagerService$ThrowableGetter function int userId String logPrefix private synthetic java.lang.String lambda$getModuleEnrollmentState$25 (int) throws java.io.IOException int userId private synthetic java.lang.Boolean lambda$isPaDataReset$24 (int) throws java.io.IOException int userId private synthetic java.lang.Boolean lambda$isMeasurementDataReset$23 (int) throws java.io.IOException int userId private synthetic java.lang.Boolean lambda$wasU18NotificationDisplayed$22 (int) throws java.io.IOException int userId private synthetic java.lang.Boolean lambda$isAdultAccount$21 (int) throws java.io.IOException int userId private synthetic java.lang.Boolean lambda$isEntryPointEnabled$20 (int) throws java.io.IOException int userId private synthetic java.lang.Boolean lambda$isU18Account$19 (int) throws java.io.IOException int userId private synthetic java.lang.Boolean lambda$isAdIdEnabled$18 (int) throws java.io.IOException int userId private synthetic void lambda$setAdServicesApexVersion$17 (android.content.pm.PackageInfo) android.content.pm.PackageInfo packageInfo private synthetic java.lang.Integer lambda$getPreviousStoredVersion$16 (int, int) throws java.io.IOException int deletionType int userId private synthetic java.lang.Boolean lambda$hasAdServicesDeletionOccurred$15 (int, int) throws java.io.IOException int deletionType int userId private synthetic java.util.List lambda$getAppsWithRevokedConsent$14 (java.util.List, int) throws java.io.IOException java.util.List installedPackages int userId private synthetic java.util.List lambda$getKnownAppsWithConsent$13 (java.util.List, int) throws java.io.IOException java.util.List installedPackages int userId private synthetic java.lang.Boolean lambda$getDefaultConsent$12 (int) throws java.io.IOException int userId private synthetic java.lang.Boolean lambda$wasPasNotificationOpened$11 (int) throws java.io.IOException int userId private synthetic java.lang.Boolean lambda$wasPasNotificationDisplayed$10 (int) throws java.io.IOException int userId private synthetic java.lang.Boolean lambda$wasGaUxNotificationDisplayed$9 (int) throws java.io.IOException int userId private synthetic java.lang.Integer lambda$getUserManualInteractionWithConsent$8 (int) throws java.io.IOException int userId private synthetic java.lang.Boolean lambda$getDefaultAdIdState$7 (int) throws java.io.IOException int userId private synthetic java.lang.Boolean lambda$getMeasurementDefaultConsent$6 (int) throws java.io.IOException int userId private synthetic java.lang.Boolean lambda$getFledgeDefaultConsent$5 (int) throws java.io.IOException int userId private synthetic java.lang.Boolean lambda$getTopicsDefaultConsent$4 (int) throws java.io.IOException int userId private synthetic java.lang.Boolean lambda$wasNotificationDisplayed$3 (int) throws java.io.IOException int userId private synthetic java.util.List lambda$retrieveAllBlockedTopics$2 (int) throws java.io.IOException int userId private synthetic android.app.adservices.consent.ConsentParcel lambda$getConsent$1 (int, int) throws java.io.IOException int consentApiType int userId private synthetic void lambda$new$0 (android.provider.DeviceConfig$Properties) android.provider.DeviceConfig$Properties properties static void <clinit> () }
com/android/server/adservices/AdServicesManagerService$ThrowableGetter.class
AdServicesManagerService.java package com.android.server.adservices abstract com.android.server.adservices.AdServicesManagerService$ThrowableGetter extends java.lang.Object { public abstract java.lang.Object apply (int) throws java.io.IOException }
com/android/server/adservices/AdServicesManagerService$Lifecycle.class
AdServicesManagerService.java package com.android.server.adservices public final com.android.server.adservices.AdServicesManagerService$Lifecycle extends com.android.server.SystemService implements android.util.Dumpable { private final com.android.server.adservices.AdServicesManagerService mService public void <init> (android.content.Context) android.content.Context context public void <init> (android.content.Context, com.android.server.adservices.AdServicesManagerService) android.content.Context context com.android.server.adservices.AdServicesManagerService service public void onStart () RuntimeException e boolean published com.android.server.sdksandbox.SdkSandboxManagerLocal sdkSandboxManagerLocal void publishBinderService () public java.lang.String getDumpableName () public void dump (java.io.PrintWriter, java.lang.String[]) java.io.PrintWriter writer String[] args }
com/android/server/adservices/AdServicesManagerService$2.class
AdServicesManagerService.java package com.android.server.adservices com.android.server.adservices.AdServicesManagerService$2 extends android.content.BroadcastReceiver { final synthetic com.android.server.adservices.AdServicesManagerService this$0 void <init> (com.android.server.adservices.AdServicesManagerService) com.android.server.adservices.AdServicesManagerService this$0 public void onReceive (android.content.Context, android.content.Intent) android.content.Context context android.content.Intent intent android.os.UserHandle user private synthetic void lambda$onReceive$0 (android.content.Intent, android.os.UserHandle) android.content.Intent intent android.os.UserHandle user }
com/android/server/adservices/AdServicesManagerService$1.class
AdServicesManagerService.java package com.android.server.adservices com.android.server.adservices.AdServicesManagerService$1 extends android.content.BroadcastReceiver { final synthetic com.android.server.adservices.AdServicesManagerService this$0 void <init> (com.android.server.adservices.AdServicesManagerService) com.android.server.adservices.AdServicesManagerService this$0 public void onReceive (android.content.Context, android.content.Intent) android.content.Context context android.content.Intent intent private synthetic void lambda$onReceive$0 (android.content.Intent) android.content.Intent intent }
com/android/server/adservices/
com/android/server/
com/android/adservices/shared/util/ProtoParser.class
ProtoParser.java package com.android.adservices.shared.util public final com.android.adservices.shared.util.ProtoParser extends java.lang.Object { private void <init> () public static com.android.adservices.jarjar.server.protobuf.MessageLite parseBase64EncodedStringToProto (com.android.adservices.jarjar.server.protobuf.Parser, com.android.adservices.shared.errorlogging.AdServicesErrorLogger, java.lang.String, java.lang.String) com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException e com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.shared.errorlogging.AdServicesErrorLogger errorLogger String property String value byte[] decode com.android.adservices.jarjar.server.protobuf.MessageLite proto private static byte[] getDecodedPropertyValue (com.android.adservices.shared.errorlogging.AdServicesErrorLogger, java.lang.String, java.lang.String) IllegalArgumentException e com.android.adservices.shared.errorlogging.AdServicesErrorLogger errorLogger String property String base64value }
com/android/adservices/shared/util/Preconditions.class
Preconditions.java package com.android.adservices.shared.util public final com.android.adservices.shared.util.Preconditions extends java.lang.Object { public void <init> () public static transient void checkState (boolean, java.lang.String, java.lang.Object[]) boolean expression String messageTemplate Object[] messageArgs }
com/android/adservices/shared/util/LogUtil.class
LogUtil.java package com.android.adservices.shared.util public final com.android.adservices.shared.util.LogUtil extends java.lang.Object { private static final String TAG public static final boolean VERBOSE public static final boolean DEBUG public void <init> () public static int v (java.lang.String) String msg public static transient int v (java.lang.String, java.lang.Object[]) String msg String format Object[] params public static int d (java.lang.String) String msg public static transient int d (java.lang.String, java.lang.Object[]) String msg String format Object[] params public static transient int d (java.lang.Throwable, java.lang.String, java.lang.Object[]) String msg Throwable tr String format Object[] params public static int i (java.lang.String) String msg public static transient int i (java.lang.String, java.lang.Object[]) String format Object[] params String msg public static int w (java.lang.String) String msg public static transient int w (java.lang.String, java.lang.Object[]) String format Object[] params String msg public static int e (java.lang.String) String msg public static transient int e (java.lang.String, java.lang.Object[]) String format Object[] params String msg public static int e (java.lang.Throwable, java.lang.String) Throwable tr String msg public static transient int e (java.lang.Throwable, java.lang.String, java.lang.Object[]) Throwable tr String format Object[] params public static transient int w (java.lang.Throwable, java.lang.String, java.lang.Object[]) Throwable tr String format Object[] params String msg private static transient java.lang.String format (java.lang.String, java.lang.Object[]) String format Object[] args static void <clinit> () }
com/android/adservices/shared/util/Clock.class
Clock.java package com.android.adservices.shared.util public final com.android.adservices.shared.util.Clock extends java.lang.Object { private static final com.android.adservices.shared.util.Clock SYSTEM_CLOCK public void <init> () public static com.android.adservices.shared.util.Clock getInstance () public long elapsedRealtime () public long uptimeMillis () public long currentTimeMillis () static void <clinit> () }
com/android/adservices/shared/util/
com/android/adservices/shared/system/SystemContextSingleton.class
SystemContextSingleton.java package com.android.adservices.shared.system public final com.android.adservices.shared.system.SystemContextSingleton extends java.lang.Object { private static final String TAG public static final String ERROR_MESSAGE_SET_NOT_CALLED private static android.content.Context sContext public static android.content.Context get () public static android.content.Context set (android.content.Context) android.content.Context context public static android.content.Context getForTests () public static android.content.Context setForTests (android.content.Context) android.content.Context context android.content.Context previousContext private static transient void logI (java.lang.String, java.lang.Object[]) String fmt Object[] args String msg private void <init> () }
com/android/adservices/shared/system/
com/android/adservices/shared/storage/AtomicFileDatastore.class
AtomicFileDatastore.java package com.android.adservices.shared.storage public final com.android.adservices.shared.storage.AtomicFileDatastore extends java.lang.Object { public static final int NO_PREVIOUS_VERSION public static final String DUMP_ARG_INCLUDE_CONTENTS public static final String[] DUMP_ARGS_INCLUDE_CONTENTS_ONLY private final int mDatastoreVersion private final com.android.adservices.shared.errorlogging.AdServicesErrorLogger mAdServicesErrorLogger private final java.util.concurrent.locks.ReadWriteLock mReadWriteLock private final java.util.concurrent.locks.Lock mReadLock private final java.util.concurrent.locks.Lock mWriteLock private final android.util.AtomicFile mAtomicFile private final java.util.Map mLocalMap private final String mVersionKey private int mPreviousStoredVersion public void <init> (java.io.File, int, java.lang.String, com.android.adservices.shared.errorlogging.AdServicesErrorLogger) java.io.File file int datastoreVersion String versionKey com.android.adservices.shared.errorlogging.AdServicesErrorLogger adServicesErrorLogger void <init> (android.util.AtomicFile, int, java.lang.String, com.android.adservices.shared.errorlogging.AdServicesErrorLogger) android.util.AtomicFile atomicFile int datastoreVersion String versionKey com.android.adservices.shared.errorlogging.AdServicesErrorLogger adServicesErrorLogger public void initialize () throws java.io.IOException private void writeToFile (java.util.Map) throws java.io.IOException java.util.Map$Entry entry java.io.IOException e java.util.Map localMap java.io.ByteArrayOutputStream outputStream android.os.PersistableBundle bundleToWrite java.io.FileOutputStream out private void readFromFile () throws java.io.IOException String key java.io.ByteArrayInputStream inputStream android.os.PersistableBundle bundleRead java.io.FileNotFoundException e java.io.IOException e public void putBoolean (java.lang.String, boolean) throws java.io.IOException String key boolean value public void putInt (java.lang.String, int) throws java.io.IOException String key int value public void putString (java.lang.String, java.lang.String) throws java.io.IOException String key String value private void put (java.lang.String, java.lang.Object) throws java.io.IOException java.io.IOException ex String key Object value Object oldValue public boolean putBooleanIfNew (java.lang.String, boolean) throws java.io.IOException String key boolean value public int putIntIfNew (java.lang.String, int) throws java.io.IOException String key int value public java.lang.String putStringIfNew (java.lang.String, java.lang.String) throws java.io.IOException String key String value private java.lang.Object putIfNew (java.lang.String, java.lang.Object, java.lang.Class) throws java.io.IOException Object valueInLocalMap java.io.IOException ex String key Object value Class valueType Object valueInLocalMap public java.lang.Boolean getBoolean (java.lang.String) String key public java.lang.Integer getInt (java.lang.String) String key public java.lang.String getString (java.lang.String) String key private java.lang.Object get (java.lang.String, java.lang.Class) Object valueInLocalMap String key Class valueType public boolean getBoolean (java.lang.String, boolean) String key boolean defaultValue public int getInt (java.lang.String, int) String key int defaultValue public java.lang.String getString (java.lang.String, java.lang.String) String key String defaultValue private java.lang.Object get (java.lang.String, java.lang.Object, java.lang.Class) Object valueInLocalMap String key Object defaultValue Class valueType public java.util.Set keySet () private java.util.Set keySetFilter (java.lang.Object) Object filter public java.util.Set keySetTrue () public java.util.Set keySetFalse () public void clear () throws java.io.IOException java.io.IOException ex java.util.Map previousLocalMap private void clearByFilter (java.lang.Object) throws java.io.IOException java.io.IOException ex Object filter java.util.Map previousLocalMap public void clearAllTrue () throws java.io.IOException public void clearAllFalse () throws java.io.IOException public void remove (java.lang.String) throws java.io.IOException java.io.IOException ex String key Object oldValue public void removeByPrefix (java.lang.String) throws java.io.IOException java.util.Set allKeys java.util.Set keysToDelete java.io.IOException ex String prefix java.util.Map previousLocalMap public void update (com.android.adservices.shared.storage.AtomicFileDatastore$BatchUpdateOperation) throws java.io.IOException com.android.adservices.shared.storage.AtomicFileDatastore$BatchUpdaterImpl updater com.android.adservices.shared.storage.AtomicFileDatastore$BatchUpdateOperation transform public void dump (java.io.PrintWriter, java.lang.String, java.lang.String[]) java.io.PrintWriter writer String prefix String[] args boolean dumpAll int size String prefix2 public int getPreviousStoredVersion () public java.lang.String getVersionKey () public java.lang.String toString () StringBuilder string private void addToBundle (android.os.PersistableBundle, java.lang.String, java.lang.Object) android.os.PersistableBundle bundle String key Object value private static java.io.File validFile (java.io.File) java.io.File file java.io.File parent private static java.util.Set getSafeSetCopy (java.util.Set) java.util.Set sourceSet private static void checkValidKey (java.lang.String) String key private static java.lang.String checkValid (java.lang.String, java.lang.String) String what String value private static java.lang.Object checkValueType (java.lang.Object, java.lang.Class) Object valueInLocalMap Class expectedType private static synthetic void lambda$dump$3 (java.io.PrintWriter, java.lang.String, java.lang.String, java.lang.Object) java.io.PrintWriter writer String prefix2 String k Object v private static synthetic boolean lambda$removeByPrefix$2 (java.lang.String, java.lang.String) String prefix String s private static synthetic boolean lambda$clearByFilter$1 (java.lang.Object, java.util.Map$Entry) Object filter java.util.Map$Entry entry private static synthetic boolean lambda$keySetFilter$0 (java.lang.Object, java.util.Map$Entry) Object filter java.util.Map$Entry entry static void <clinit> () }
com/android/adservices/shared/storage/AtomicFileDatastore$BatchUpdaterImpl.class
AtomicFileDatastore.java package com.android.adservices.shared.storage final com.android.adservices.shared.storage.AtomicFileDatastore$BatchUpdaterImpl extends java.lang.Object implements com.android.adservices.shared.storage.AtomicFileDatastore$BatchUpdater { private final java.util.Map mUpdatedCachedData private boolean mChanged void <init> (java.util.Map) java.util.Map localMap public void putBoolean (java.lang.String, boolean) String key boolean value public void putInt (java.lang.String, int) String key int value public void putString (java.lang.String, java.lang.String) String key String value public void putBooleanIfNew (java.lang.String, boolean) String key boolean value public void putIntIfNew (java.lang.String, int) String key int value public void putStringIfNew (java.lang.String, java.lang.String) String key String value boolean isChanged () private void putInternal (java.lang.String, java.lang.Object) String key Object value Object oldValue private void putIfNewInternal (java.lang.String, java.lang.Object, java.lang.Class) String key Object value Class valueType Object valueInLocalMap }
com/android/adservices/shared/storage/AtomicFileDatastore$BatchUpdater.class
AtomicFileDatastore.java package com.android.adservices.shared.storage public abstract com.android.adservices.shared.storage.AtomicFileDatastore$BatchUpdater extends java.lang.Object { public abstract void putBoolean (java.lang.String, boolean) public abstract void putInt (java.lang.String, int) public abstract void putString (java.lang.String, java.lang.String) public abstract void putBooleanIfNew (java.lang.String, boolean) public abstract void putIntIfNew (java.lang.String, int) public abstract void putStringIfNew (java.lang.String, java.lang.String) }
com/android/adservices/shared/storage/AtomicFileDatastore$BatchUpdateOperation.class
AtomicFileDatastore.java package com.android.adservices.shared.storage public abstract com.android.adservices.shared.storage.AtomicFileDatastore$BatchUpdateOperation extends java.lang.Object { public abstract void apply (com.android.adservices.shared.storage.AtomicFileDatastore$BatchUpdater) }
com/android/adservices/shared/storage/
com/android/adservices/shared/proto/ModuleJobPolicyOuterClass.class
ModuleJobPolicyOuterClass.java package com.android.adservices.shared.proto public final com.android.adservices.shared.proto.ModuleJobPolicyOuterClass extends java.lang.Object { private void <init> () public static void registerAllExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite registry static void <clinit> () }
com/android/adservices/shared/proto/ModuleJobPolicyOrBuilder.class
ModuleJobPolicyOrBuilder.java package com.android.adservices.shared.proto public abstract com.android.adservices.shared.proto.ModuleJobPolicyOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract int getJobPolicyCount () public abstract boolean containsJobPolicy (int) public abstract java.util.Map getJobPolicy () public abstract java.util.Map getJobPolicyMap () public abstract com.android.adservices.shared.proto.JobPolicy getJobPolicyOrDefault (int, com.android.adservices.shared.proto.JobPolicy) public abstract com.android.adservices.shared.proto.JobPolicy getJobPolicyOrThrow (int) }
com/android/adservices/shared/proto/ModuleJobPolicy.class
ModuleJobPolicy.java package com.android.adservices.shared.proto public final com.android.adservices.shared.proto.ModuleJobPolicy extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.shared.proto.ModuleJobPolicyOrBuilder { public static final int JOB_POLICY_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.MapFieldLite jobPolicy_ private static final com.android.adservices.shared.proto.ModuleJobPolicy DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () private com.android.adservices.jarjar.server.protobuf.MapFieldLite internalGetJobPolicy () private com.android.adservices.jarjar.server.protobuf.MapFieldLite internalGetMutableJobPolicy () public int getJobPolicyCount () public boolean containsJobPolicy (int) int key public java.util.Map getJobPolicy () public java.util.Map getJobPolicyMap () public com.android.adservices.shared.proto.JobPolicy getJobPolicyOrDefault (int, com.android.adservices.shared.proto.JobPolicy) int key com.android.adservices.shared.proto.JobPolicy defaultValue java.util.Map map public com.android.adservices.shared.proto.JobPolicy getJobPolicyOrThrow (int) int key java.util.Map map private java.util.Map getMutableJobPolicyMap () public static com.android.adservices.shared.proto.ModuleJobPolicy parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.shared.proto.ModuleJobPolicy parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.ModuleJobPolicy parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.shared.proto.ModuleJobPolicy parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.ModuleJobPolicy parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.shared.proto.ModuleJobPolicy parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.ModuleJobPolicy parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.shared.proto.ModuleJobPolicy parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.ModuleJobPolicy parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.shared.proto.ModuleJobPolicy parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.ModuleJobPolicy parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.shared.proto.ModuleJobPolicy parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.ModuleJobPolicy$Builder newBuilder () public static com.android.adservices.shared.proto.ModuleJobPolicy$Builder newBuilder (com.android.adservices.shared.proto.ModuleJobPolicy) com.android.adservices.shared.proto.ModuleJobPolicy prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.shared.proto.ModuleJobPolicy getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.shared.proto.ModuleJobPolicy defaultInstance }
com/android/adservices/shared/proto/ModuleJobPolicy$JobPolicyDefaultEntryHolder.class
ModuleJobPolicy.java package com.android.adservices.shared.proto final com.android.adservices.shared.proto.ModuleJobPolicy$JobPolicyDefaultEntryHolder extends java.lang.Object { static final com.android.adservices.jarjar.server.protobuf.MapEntryLite defaultEntry private void <init> () static void <clinit> () }
com/android/adservices/shared/proto/ModuleJobPolicy$Builder.class
ModuleJobPolicy.java package com.android.adservices.shared.proto public final com.android.adservices.shared.proto.ModuleJobPolicy$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.shared.proto.ModuleJobPolicyOrBuilder { private void <init> () public int getJobPolicyCount () public boolean containsJobPolicy (int) int key public com.android.adservices.shared.proto.ModuleJobPolicy$Builder clearJobPolicy () public com.android.adservices.shared.proto.ModuleJobPolicy$Builder removeJobPolicy (int) int key public java.util.Map getJobPolicy () public java.util.Map getJobPolicyMap () public com.android.adservices.shared.proto.JobPolicy getJobPolicyOrDefault (int, com.android.adservices.shared.proto.JobPolicy) int key com.android.adservices.shared.proto.JobPolicy defaultValue java.util.Map map public com.android.adservices.shared.proto.JobPolicy getJobPolicyOrThrow (int) int key java.util.Map map public com.android.adservices.shared.proto.ModuleJobPolicy$Builder putJobPolicy (int, com.android.adservices.shared.proto.JobPolicy) int key com.android.adservices.shared.proto.JobPolicy value Class valueClass public com.android.adservices.shared.proto.ModuleJobPolicy$Builder putAllJobPolicy (java.util.Map) java.util.Map values }
com/android/adservices/shared/proto/ModuleJobPolicy$1.class
ModuleJobPolicy.java package com.android.adservices.shared.proto synthetic com.android.adservices.shared.proto.ModuleJobPolicy$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke static void <clinit> () }
com/android/adservices/shared/proto/MetricIdOuterClass.class
MetricIdOuterClass.java package com.android.adservices.shared.proto public final com.android.adservices.shared.proto.MetricIdOuterClass extends java.lang.Object { private void <init> () public static void registerAllExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite registry static void <clinit> () }
com/android/adservices/shared/proto/MetricId.class
MetricId.java package com.android.adservices.shared.proto public final enum com.android.adservices.shared.proto.MetricId extends java.lang.Enum implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLite { public static final enum com.android.adservices.shared.proto.MetricId UNKNOWN public static final enum com.android.adservices.shared.proto.MetricId EXAMPLE_STATS public static final enum com.android.adservices.shared.proto.MetricId UNRECOGNIZED public static final int UNKNOWN_VALUE public static final int EXAMPLE_STATS_VALUE private static final com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalValueMap private final int value private static final synthetic com.android.adservices.shared.proto.MetricId[] $VALUES public static com.android.adservices.shared.proto.MetricId[] values () public static com.android.adservices.shared.proto.MetricId valueOf (java.lang.String) String name public final int getNumber () public static com.android.adservices.shared.proto.MetricId valueOf (int) int value public static com.android.adservices.shared.proto.MetricId forNumber (int) int value public static com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalGetValueMap () public static com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier internalGetVerifier () private void <init> (java.lang.String, int, int) int value private static synthetic com.android.adservices.shared.proto.MetricId[] $values () static void <clinit> () }
com/android/adservices/shared/proto/MetricId$MetricIdVerifier.class
MetricId.java package com.android.adservices.shared.proto final com.android.adservices.shared.proto.MetricId$MetricIdVerifier extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier { static final com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier INSTANCE private void <init> () public boolean isInRange (int) int number static void <clinit> () }
com/android/adservices/shared/proto/MetricId$1.class
MetricId.java package com.android.adservices.shared.proto com.android.adservices.shared.proto.MetricId$1 extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap { void <init> () public com.android.adservices.shared.proto.MetricId findValueByNumber (int) int number public volatile synthetic com.android.adservices.jarjar.server.protobuf.Internal$EnumLite findValueByNumber (int) }
com/android/adservices/shared/proto/LogSamplingConfigOuterClass.class
LogSamplingConfigOuterClass.java package com.android.adservices.shared.proto public final com.android.adservices.shared.proto.LogSamplingConfigOuterClass extends java.lang.Object { private void <init> () public static void registerAllExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite registry static void <clinit> () }
com/android/adservices/shared/proto/LogSamplingConfigOrBuilder.class
LogSamplingConfigOrBuilder.java package com.android.adservices.shared.proto public abstract com.android.adservices.shared.proto.LogSamplingConfigOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract boolean hasPerEventSampling () public abstract com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling getPerEventSampling () }
com/android/adservices/shared/proto/LogSamplingConfig.class
LogSamplingConfig.java package com.android.adservices.shared.proto public final com.android.adservices.shared.proto.LogSamplingConfig extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.shared.proto.LogSamplingConfigOrBuilder { private int bitField0_ public static final int PER_EVENT_SAMPLING_FIELD_NUMBER private com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling perEventSampling_ private static final com.android.adservices.shared.proto.LogSamplingConfig DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public boolean hasPerEventSampling () public com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling getPerEventSampling () private void setPerEventSampling (com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling) com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling value private void mergePerEventSampling (com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling) com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling value private void clearPerEventSampling () public static com.android.adservices.shared.proto.LogSamplingConfig parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.shared.proto.LogSamplingConfig parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.LogSamplingConfig parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.shared.proto.LogSamplingConfig parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.LogSamplingConfig parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.shared.proto.LogSamplingConfig parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.LogSamplingConfig parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.shared.proto.LogSamplingConfig parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.LogSamplingConfig parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.shared.proto.LogSamplingConfig parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.LogSamplingConfig parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.shared.proto.LogSamplingConfig parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.LogSamplingConfig$Builder newBuilder () public static com.android.adservices.shared.proto.LogSamplingConfig$Builder newBuilder (com.android.adservices.shared.proto.LogSamplingConfig) com.android.adservices.shared.proto.LogSamplingConfig prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.shared.proto.LogSamplingConfig getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.shared.proto.LogSamplingConfig defaultInstance }
com/android/adservices/shared/proto/LogSamplingConfig$PerEventSamplingOrBuilder.class
LogSamplingConfig.java package com.android.adservices.shared.proto public abstract com.android.adservices.shared.proto.LogSamplingConfig$PerEventSamplingOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract boolean hasSamplingRate () public abstract double getSamplingRate () }
com/android/adservices/shared/proto/LogSamplingConfig$PerEventSampling.class
LogSamplingConfig.java package com.android.adservices.shared.proto public final com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.shared.proto.LogSamplingConfig$PerEventSamplingOrBuilder { private int bitField0_ public static final int SAMPLING_RATE_FIELD_NUMBER private double samplingRate_ private static final com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public boolean hasSamplingRate () public double getSamplingRate () private void setSamplingRate (double) double value private void clearSamplingRate () public static com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling$Builder newBuilder () public static com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling$Builder newBuilder (com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling) com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling defaultInstance }
com/android/adservices/shared/proto/LogSamplingConfig$PerEventSampling$Builder.class
LogSamplingConfig.java package com.android.adservices.shared.proto public final com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.shared.proto.LogSamplingConfig$PerEventSamplingOrBuilder { private void <init> () public boolean hasSamplingRate () public double getSamplingRate () public com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling$Builder setSamplingRate (double) double value public com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling$Builder clearSamplingRate () }
com/android/adservices/shared/proto/LogSamplingConfig$Builder.class
LogSamplingConfig.java package com.android.adservices.shared.proto public final com.android.adservices.shared.proto.LogSamplingConfig$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.shared.proto.LogSamplingConfigOrBuilder { private void <init> () public boolean hasPerEventSampling () public com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling getPerEventSampling () public com.android.adservices.shared.proto.LogSamplingConfig$Builder setPerEventSampling (com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling) com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling value public com.android.adservices.shared.proto.LogSamplingConfig$Builder setPerEventSampling (com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling$Builder) com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling$Builder builderForValue public com.android.adservices.shared.proto.LogSamplingConfig$Builder mergePerEventSampling (com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling) com.android.adservices.shared.proto.LogSamplingConfig$PerEventSampling value public com.android.adservices.shared.proto.LogSamplingConfig$Builder clearPerEventSampling () }
com/android/adservices/shared/proto/LogSamplingConfig$1.class
LogSamplingConfig.java package com.android.adservices.shared.proto synthetic com.android.adservices.shared.proto.LogSamplingConfig$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke static void <clinit> () }
com/android/adservices/shared/proto/JobPolicyOuterClass.class
JobPolicyOuterClass.java package com.android.adservices.shared.proto public final com.android.adservices.shared.proto.JobPolicyOuterClass extends java.lang.Object { private void <init> () public static void registerAllExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite registry static void <clinit> () }
com/android/adservices/shared/proto/JobPolicyOrBuilder.class
JobPolicyOrBuilder.java package com.android.adservices.shared.proto public abstract com.android.adservices.shared.proto.JobPolicyOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract boolean hasJobId () public abstract int getJobId () public abstract boolean hasNetworkType () public abstract int getNetworkTypeValue () public abstract com.android.adservices.shared.proto.JobPolicy$NetworkType getNetworkType () public abstract boolean hasBatteryType () public abstract int getBatteryTypeValue () public abstract com.android.adservices.shared.proto.JobPolicy$BatteryType getBatteryType () public abstract boolean hasRequireDeviceIdle () public abstract boolean getRequireDeviceIdle () public abstract boolean hasRequireStorageNotLow () public abstract boolean getRequireStorageNotLow () public abstract boolean hasIsPersisted () public abstract boolean getIsPersisted () public abstract boolean hasPeriodicJobParams () public abstract com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams getPeriodicJobParams () public abstract boolean hasOneOffJobParams () public abstract com.android.adservices.shared.proto.JobPolicy$OneOffJobParams getOneOffJobParams () public abstract boolean hasTriggerContentJobParams () public abstract com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams getTriggerContentJobParams () public abstract com.android.adservices.shared.proto.JobPolicy$JobParamsCase getJobParamsCase () }
com/android/adservices/shared/proto/JobPolicy.class
JobPolicy.java package com.android.adservices.shared.proto public final com.android.adservices.shared.proto.JobPolicy extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.shared.proto.JobPolicyOrBuilder { private int bitField0_ private int jobParamsCase_ private Object jobParams_ public static final int JOB_ID_FIELD_NUMBER private int jobId_ public static final int NETWORK_TYPE_FIELD_NUMBER private int networkType_ public static final int BATTERY_TYPE_FIELD_NUMBER private int batteryType_ public static final int REQUIRE_DEVICE_IDLE_FIELD_NUMBER private boolean requireDeviceIdle_ public static final int REQUIRE_STORAGE_NOT_LOW_FIELD_NUMBER private boolean requireStorageNotLow_ public static final int IS_PERSISTED_FIELD_NUMBER private boolean isPersisted_ public static final int PERIODIC_JOB_PARAMS_FIELD_NUMBER public static final int ONE_OFF_JOB_PARAMS_FIELD_NUMBER public static final int TRIGGER_CONTENT_JOB_PARAMS_FIELD_NUMBER private static final com.android.adservices.shared.proto.JobPolicy DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public com.android.adservices.shared.proto.JobPolicy$JobParamsCase getJobParamsCase () private void clearJobParams () public boolean hasJobId () public int getJobId () private void setJobId (int) int value private void clearJobId () public boolean hasNetworkType () public int getNetworkTypeValue () public com.android.adservices.shared.proto.JobPolicy$NetworkType getNetworkType () com.android.adservices.shared.proto.JobPolicy$NetworkType result private void setNetworkTypeValue (int) int value private void setNetworkType (com.android.adservices.shared.proto.JobPolicy$NetworkType) com.android.adservices.shared.proto.JobPolicy$NetworkType value private void clearNetworkType () public boolean hasBatteryType () public int getBatteryTypeValue () public com.android.adservices.shared.proto.JobPolicy$BatteryType getBatteryType () com.android.adservices.shared.proto.JobPolicy$BatteryType result private void setBatteryTypeValue (int) int value private void setBatteryType (com.android.adservices.shared.proto.JobPolicy$BatteryType) com.android.adservices.shared.proto.JobPolicy$BatteryType value private void clearBatteryType () public boolean hasRequireDeviceIdle () public boolean getRequireDeviceIdle () private void setRequireDeviceIdle (boolean) boolean value private void clearRequireDeviceIdle () public boolean hasRequireStorageNotLow () public boolean getRequireStorageNotLow () private void setRequireStorageNotLow (boolean) boolean value private void clearRequireStorageNotLow () public boolean hasIsPersisted () public boolean getIsPersisted () private void setIsPersisted (boolean) boolean value private void clearIsPersisted () public boolean hasPeriodicJobParams () public com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams getPeriodicJobParams () private void setPeriodicJobParams (com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams) com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams value private void mergePeriodicJobParams (com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams) com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams value private void clearPeriodicJobParams () public boolean hasOneOffJobParams () public com.android.adservices.shared.proto.JobPolicy$OneOffJobParams getOneOffJobParams () private void setOneOffJobParams (com.android.adservices.shared.proto.JobPolicy$OneOffJobParams) com.android.adservices.shared.proto.JobPolicy$OneOffJobParams value private void mergeOneOffJobParams (com.android.adservices.shared.proto.JobPolicy$OneOffJobParams) com.android.adservices.shared.proto.JobPolicy$OneOffJobParams value private void clearOneOffJobParams () public boolean hasTriggerContentJobParams () public com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams getTriggerContentJobParams () private void setTriggerContentJobParams (com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams) com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams value private void mergeTriggerContentJobParams (com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams) com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams value private void clearTriggerContentJobParams () public static com.android.adservices.shared.proto.JobPolicy parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.shared.proto.JobPolicy parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.JobPolicy parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.shared.proto.JobPolicy parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.JobPolicy parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.shared.proto.JobPolicy parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.JobPolicy parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.shared.proto.JobPolicy parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.JobPolicy parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.shared.proto.JobPolicy parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.JobPolicy parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.shared.proto.JobPolicy parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.JobPolicy$Builder newBuilder () public static com.android.adservices.shared.proto.JobPolicy$Builder newBuilder (com.android.adservices.shared.proto.JobPolicy) com.android.adservices.shared.proto.JobPolicy prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.shared.proto.JobPolicy getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.shared.proto.JobPolicy defaultInstance }
com/android/adservices/shared/proto/JobPolicy$TriggerContentJobParamsOrBuilder.class
JobPolicy.java package com.android.adservices.shared.proto public abstract com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParamsOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract boolean hasTriggerContentUriString () public abstract java.lang.String getTriggerContentUriString () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getTriggerContentUriStringBytes () public abstract boolean hasTriggerContentMaxDelayMs () public abstract long getTriggerContentMaxDelayMs () public abstract boolean hasTriggerContentUpdateDelayMs () public abstract long getTriggerContentUpdateDelayMs () }
com/android/adservices/shared/proto/JobPolicy$TriggerContentJobParams.class
JobPolicy.java package com.android.adservices.shared.proto public final com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParamsOrBuilder { private int bitField0_ public static final int TRIGGER_CONTENT_URI_STRING_FIELD_NUMBER private String triggerContentUriString_ public static final int TRIGGER_CONTENT_MAX_DELAY_MS_FIELD_NUMBER private long triggerContentMaxDelayMs_ public static final int TRIGGER_CONTENT_UPDATE_DELAY_MS_FIELD_NUMBER private long triggerContentUpdateDelayMs_ private static final com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public boolean hasTriggerContentUriString () public java.lang.String getTriggerContentUriString () public com.android.adservices.jarjar.server.protobuf.ByteString getTriggerContentUriStringBytes () private void setTriggerContentUriString (java.lang.String) String value private void clearTriggerContentUriString () private void setTriggerContentUriStringBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasTriggerContentMaxDelayMs () public long getTriggerContentMaxDelayMs () private void setTriggerContentMaxDelayMs (long) long value private void clearTriggerContentMaxDelayMs () public boolean hasTriggerContentUpdateDelayMs () public long getTriggerContentUpdateDelayMs () private void setTriggerContentUpdateDelayMs (long) long value private void clearTriggerContentUpdateDelayMs () public static com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams$Builder newBuilder () public static com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams$Builder newBuilder (com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams) com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams defaultInstance }
com/android/adservices/shared/proto/JobPolicy$TriggerContentJobParams$Builder.class
JobPolicy.java package com.android.adservices.shared.proto public final com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParamsOrBuilder { private void <init> () public boolean hasTriggerContentUriString () public java.lang.String getTriggerContentUriString () public com.android.adservices.jarjar.server.protobuf.ByteString getTriggerContentUriStringBytes () public com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams$Builder setTriggerContentUriString (java.lang.String) String value public com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams$Builder clearTriggerContentUriString () public com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams$Builder setTriggerContentUriStringBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasTriggerContentMaxDelayMs () public long getTriggerContentMaxDelayMs () public com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams$Builder setTriggerContentMaxDelayMs (long) long value public com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams$Builder clearTriggerContentMaxDelayMs () public boolean hasTriggerContentUpdateDelayMs () public long getTriggerContentUpdateDelayMs () public com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams$Builder setTriggerContentUpdateDelayMs (long) long value public com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams$Builder clearTriggerContentUpdateDelayMs () }
com/android/adservices/shared/proto/JobPolicy$PeriodicJobParamsOrBuilder.class
JobPolicy.java package com.android.adservices.shared.proto public abstract com.android.adservices.shared.proto.JobPolicy$PeriodicJobParamsOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract boolean hasPeriodicIntervalMs () public abstract long getPeriodicIntervalMs () public abstract boolean hasFlexInternalMs () public abstract long getFlexInternalMs () }
com/android/adservices/shared/proto/JobPolicy$PeriodicJobParams.class
JobPolicy.java package com.android.adservices.shared.proto public final com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.shared.proto.JobPolicy$PeriodicJobParamsOrBuilder { private int bitField0_ public static final int PERIODIC_INTERVAL_MS_FIELD_NUMBER private long periodicIntervalMs_ public static final int FLEX_INTERNAL_MS_FIELD_NUMBER private long flexInternalMs_ private static final com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public boolean hasPeriodicIntervalMs () public long getPeriodicIntervalMs () private void setPeriodicIntervalMs (long) long value private void clearPeriodicIntervalMs () public boolean hasFlexInternalMs () public long getFlexInternalMs () private void setFlexInternalMs (long) long value private void clearFlexInternalMs () public static com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams$Builder newBuilder () public static com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams$Builder newBuilder (com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams) com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams defaultInstance }
com/android/adservices/shared/proto/JobPolicy$PeriodicJobParams$Builder.class
JobPolicy.java package com.android.adservices.shared.proto public final com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.shared.proto.JobPolicy$PeriodicJobParamsOrBuilder { private void <init> () public boolean hasPeriodicIntervalMs () public long getPeriodicIntervalMs () public com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams$Builder setPeriodicIntervalMs (long) long value public com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams$Builder clearPeriodicIntervalMs () public boolean hasFlexInternalMs () public long getFlexInternalMs () public com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams$Builder setFlexInternalMs (long) long value public com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams$Builder clearFlexInternalMs () }
com/android/adservices/shared/proto/JobPolicy$OneOffJobParamsOrBuilder.class
JobPolicy.java package com.android.adservices.shared.proto public abstract com.android.adservices.shared.proto.JobPolicy$OneOffJobParamsOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract boolean hasMinimumLatencyMs () public abstract long getMinimumLatencyMs () public abstract boolean hasOverrideDeadlineMs () public abstract long getOverrideDeadlineMs () }
com/android/adservices/shared/proto/JobPolicy$OneOffJobParams.class
JobPolicy.java package com.android.adservices.shared.proto public final com.android.adservices.shared.proto.JobPolicy$OneOffJobParams extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.shared.proto.JobPolicy$OneOffJobParamsOrBuilder { private int bitField0_ public static final int MINIMUM_LATENCY_MS_FIELD_NUMBER private long minimumLatencyMs_ public static final int OVERRIDE_DEADLINE_MS_FIELD_NUMBER private long overrideDeadlineMs_ private static final com.android.adservices.shared.proto.JobPolicy$OneOffJobParams DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public boolean hasMinimumLatencyMs () public long getMinimumLatencyMs () private void setMinimumLatencyMs (long) long value private void clearMinimumLatencyMs () public boolean hasOverrideDeadlineMs () public long getOverrideDeadlineMs () private void setOverrideDeadlineMs (long) long value private void clearOverrideDeadlineMs () public static com.android.adservices.shared.proto.JobPolicy$OneOffJobParams parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.shared.proto.JobPolicy$OneOffJobParams parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.JobPolicy$OneOffJobParams parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.shared.proto.JobPolicy$OneOffJobParams parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.JobPolicy$OneOffJobParams parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.shared.proto.JobPolicy$OneOffJobParams parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.JobPolicy$OneOffJobParams parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.shared.proto.JobPolicy$OneOffJobParams parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.JobPolicy$OneOffJobParams parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.shared.proto.JobPolicy$OneOffJobParams parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.JobPolicy$OneOffJobParams parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.shared.proto.JobPolicy$OneOffJobParams parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.JobPolicy$OneOffJobParams$Builder newBuilder () public static com.android.adservices.shared.proto.JobPolicy$OneOffJobParams$Builder newBuilder (com.android.adservices.shared.proto.JobPolicy$OneOffJobParams) com.android.adservices.shared.proto.JobPolicy$OneOffJobParams prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.shared.proto.JobPolicy$OneOffJobParams getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.shared.proto.JobPolicy$OneOffJobParams defaultInstance }
com/android/adservices/shared/proto/JobPolicy$OneOffJobParams$Builder.class
JobPolicy.java package com.android.adservices.shared.proto public final com.android.adservices.shared.proto.JobPolicy$OneOffJobParams$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.shared.proto.JobPolicy$OneOffJobParamsOrBuilder { private void <init> () public boolean hasMinimumLatencyMs () public long getMinimumLatencyMs () public com.android.adservices.shared.proto.JobPolicy$OneOffJobParams$Builder setMinimumLatencyMs (long) long value public com.android.adservices.shared.proto.JobPolicy$OneOffJobParams$Builder clearMinimumLatencyMs () public boolean hasOverrideDeadlineMs () public long getOverrideDeadlineMs () public com.android.adservices.shared.proto.JobPolicy$OneOffJobParams$Builder setOverrideDeadlineMs (long) long value public com.android.adservices.shared.proto.JobPolicy$OneOffJobParams$Builder clearOverrideDeadlineMs () }
com/android/adservices/shared/proto/JobPolicy$NetworkType.class
JobPolicy.java package com.android.adservices.shared.proto public final enum com.android.adservices.shared.proto.JobPolicy$NetworkType extends java.lang.Enum implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLite { public static final enum com.android.adservices.shared.proto.JobPolicy$NetworkType NETWORK_TYPE_UNKNOWN public static final enum com.android.adservices.shared.proto.JobPolicy$NetworkType NETWORK_TYPE_NONE public static final enum com.android.adservices.shared.proto.JobPolicy$NetworkType NETWORK_TYPE_ANY public static final enum com.android.adservices.shared.proto.JobPolicy$NetworkType NETWORK_TYPE_UNMETERED public static final enum com.android.adservices.shared.proto.JobPolicy$NetworkType NETWORK_TYPE_NOT_ROAMING public static final enum com.android.adservices.shared.proto.JobPolicy$NetworkType NETWORK_TYPE_CELLULAR public static final enum com.android.adservices.shared.proto.JobPolicy$NetworkType UNRECOGNIZED public static final int NETWORK_TYPE_UNKNOWN_VALUE public static final int NETWORK_TYPE_NONE_VALUE public static final int NETWORK_TYPE_ANY_VALUE public static final int NETWORK_TYPE_UNMETERED_VALUE public static final int NETWORK_TYPE_NOT_ROAMING_VALUE public static final int NETWORK_TYPE_CELLULAR_VALUE private static final com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalValueMap private final int value private static final synthetic com.android.adservices.shared.proto.JobPolicy$NetworkType[] $VALUES public static com.android.adservices.shared.proto.JobPolicy$NetworkType[] values () public static com.android.adservices.shared.proto.JobPolicy$NetworkType valueOf (java.lang.String) String name public final int getNumber () public static com.android.adservices.shared.proto.JobPolicy$NetworkType valueOf (int) int value public static com.android.adservices.shared.proto.JobPolicy$NetworkType forNumber (int) int value public static com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalGetValueMap () public static com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier internalGetVerifier () private void <init> (java.lang.String, int, int) int value private static synthetic com.android.adservices.shared.proto.JobPolicy$NetworkType[] $values () static void <clinit> () }
com/android/adservices/shared/proto/JobPolicy$NetworkType$NetworkTypeVerifier.class
JobPolicy.java package com.android.adservices.shared.proto final com.android.adservices.shared.proto.JobPolicy$NetworkType$NetworkTypeVerifier extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier { static final com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier INSTANCE private void <init> () public boolean isInRange (int) int number static void <clinit> () }
com/android/adservices/shared/proto/JobPolicy$NetworkType$1.class
JobPolicy.java package com.android.adservices.shared.proto com.android.adservices.shared.proto.JobPolicy$NetworkType$1 extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap { void <init> () public com.android.adservices.shared.proto.JobPolicy$NetworkType findValueByNumber (int) int number public volatile synthetic com.android.adservices.jarjar.server.protobuf.Internal$EnumLite findValueByNumber (int) }
com/android/adservices/shared/proto/JobPolicy$JobParamsCase.class
JobPolicy.java package com.android.adservices.shared.proto public final enum com.android.adservices.shared.proto.JobPolicy$JobParamsCase extends java.lang.Enum { public static final enum com.android.adservices.shared.proto.JobPolicy$JobParamsCase PERIODIC_JOB_PARAMS public static final enum com.android.adservices.shared.proto.JobPolicy$JobParamsCase ONE_OFF_JOB_PARAMS public static final enum com.android.adservices.shared.proto.JobPolicy$JobParamsCase TRIGGER_CONTENT_JOB_PARAMS public static final enum com.android.adservices.shared.proto.JobPolicy$JobParamsCase JOBPARAMS_NOT_SET private final int value private static final synthetic com.android.adservices.shared.proto.JobPolicy$JobParamsCase[] $VALUES public static com.android.adservices.shared.proto.JobPolicy$JobParamsCase[] values () public static com.android.adservices.shared.proto.JobPolicy$JobParamsCase valueOf (java.lang.String) String name private void <init> (java.lang.String, int, int) int value public static com.android.adservices.shared.proto.JobPolicy$JobParamsCase valueOf (int) int value public static com.android.adservices.shared.proto.JobPolicy$JobParamsCase forNumber (int) int value public int getNumber () private static synthetic com.android.adservices.shared.proto.JobPolicy$JobParamsCase[] $values () static void <clinit> () }
com/android/adservices/shared/proto/JobPolicy$Builder.class
JobPolicy.java package com.android.adservices.shared.proto public final com.android.adservices.shared.proto.JobPolicy$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.shared.proto.JobPolicyOrBuilder { private void <init> () public com.android.adservices.shared.proto.JobPolicy$JobParamsCase getJobParamsCase () public com.android.adservices.shared.proto.JobPolicy$Builder clearJobParams () public boolean hasJobId () public int getJobId () public com.android.adservices.shared.proto.JobPolicy$Builder setJobId (int) int value public com.android.adservices.shared.proto.JobPolicy$Builder clearJobId () public boolean hasNetworkType () public int getNetworkTypeValue () public com.android.adservices.shared.proto.JobPolicy$Builder setNetworkTypeValue (int) int value public com.android.adservices.shared.proto.JobPolicy$NetworkType getNetworkType () public com.android.adservices.shared.proto.JobPolicy$Builder setNetworkType (com.android.adservices.shared.proto.JobPolicy$NetworkType) com.android.adservices.shared.proto.JobPolicy$NetworkType value public com.android.adservices.shared.proto.JobPolicy$Builder clearNetworkType () public boolean hasBatteryType () public int getBatteryTypeValue () public com.android.adservices.shared.proto.JobPolicy$Builder setBatteryTypeValue (int) int value public com.android.adservices.shared.proto.JobPolicy$BatteryType getBatteryType () public com.android.adservices.shared.proto.JobPolicy$Builder setBatteryType (com.android.adservices.shared.proto.JobPolicy$BatteryType) com.android.adservices.shared.proto.JobPolicy$BatteryType value public com.android.adservices.shared.proto.JobPolicy$Builder clearBatteryType () public boolean hasRequireDeviceIdle () public boolean getRequireDeviceIdle () public com.android.adservices.shared.proto.JobPolicy$Builder setRequireDeviceIdle (boolean) boolean value public com.android.adservices.shared.proto.JobPolicy$Builder clearRequireDeviceIdle () public boolean hasRequireStorageNotLow () public boolean getRequireStorageNotLow () public com.android.adservices.shared.proto.JobPolicy$Builder setRequireStorageNotLow (boolean) boolean value public com.android.adservices.shared.proto.JobPolicy$Builder clearRequireStorageNotLow () public boolean hasIsPersisted () public boolean getIsPersisted () public com.android.adservices.shared.proto.JobPolicy$Builder setIsPersisted (boolean) boolean value public com.android.adservices.shared.proto.JobPolicy$Builder clearIsPersisted () public boolean hasPeriodicJobParams () public com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams getPeriodicJobParams () public com.android.adservices.shared.proto.JobPolicy$Builder setPeriodicJobParams (com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams) com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams value public com.android.adservices.shared.proto.JobPolicy$Builder setPeriodicJobParams (com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams$Builder) com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams$Builder builderForValue public com.android.adservices.shared.proto.JobPolicy$Builder mergePeriodicJobParams (com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams) com.android.adservices.shared.proto.JobPolicy$PeriodicJobParams value public com.android.adservices.shared.proto.JobPolicy$Builder clearPeriodicJobParams () public boolean hasOneOffJobParams () public com.android.adservices.shared.proto.JobPolicy$OneOffJobParams getOneOffJobParams () public com.android.adservices.shared.proto.JobPolicy$Builder setOneOffJobParams (com.android.adservices.shared.proto.JobPolicy$OneOffJobParams) com.android.adservices.shared.proto.JobPolicy$OneOffJobParams value public com.android.adservices.shared.proto.JobPolicy$Builder setOneOffJobParams (com.android.adservices.shared.proto.JobPolicy$OneOffJobParams$Builder) com.android.adservices.shared.proto.JobPolicy$OneOffJobParams$Builder builderForValue public com.android.adservices.shared.proto.JobPolicy$Builder mergeOneOffJobParams (com.android.adservices.shared.proto.JobPolicy$OneOffJobParams) com.android.adservices.shared.proto.JobPolicy$OneOffJobParams value public com.android.adservices.shared.proto.JobPolicy$Builder clearOneOffJobParams () public boolean hasTriggerContentJobParams () public com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams getTriggerContentJobParams () public com.android.adservices.shared.proto.JobPolicy$Builder setTriggerContentJobParams (com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams) com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams value public com.android.adservices.shared.proto.JobPolicy$Builder setTriggerContentJobParams (com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams$Builder) com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams$Builder builderForValue public com.android.adservices.shared.proto.JobPolicy$Builder mergeTriggerContentJobParams (com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams) com.android.adservices.shared.proto.JobPolicy$TriggerContentJobParams value public com.android.adservices.shared.proto.JobPolicy$Builder clearTriggerContentJobParams () }
com/android/adservices/shared/proto/JobPolicy$BatteryType.class
JobPolicy.java package com.android.adservices.shared.proto public final enum com.android.adservices.shared.proto.JobPolicy$BatteryType extends java.lang.Enum implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLite { public static final enum com.android.adservices.shared.proto.JobPolicy$BatteryType BATTERY_TYPE_UNKNOWN public static final enum com.android.adservices.shared.proto.JobPolicy$BatteryType BATTERY_TYPE_REQUIRE_NONE public static final enum com.android.adservices.shared.proto.JobPolicy$BatteryType BATTERY_TYPE_REQUIRE_CHARGING public static final enum com.android.adservices.shared.proto.JobPolicy$BatteryType BATTERY_TYPE_REQUIRE_NOT_LOW public static final enum com.android.adservices.shared.proto.JobPolicy$BatteryType UNRECOGNIZED public static final int BATTERY_TYPE_UNKNOWN_VALUE public static final int BATTERY_TYPE_REQUIRE_NONE_VALUE public static final int BATTERY_TYPE_REQUIRE_CHARGING_VALUE public static final int BATTERY_TYPE_REQUIRE_NOT_LOW_VALUE private static final com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalValueMap private final int value private static final synthetic com.android.adservices.shared.proto.JobPolicy$BatteryType[] $VALUES public static com.android.adservices.shared.proto.JobPolicy$BatteryType[] values () public static com.android.adservices.shared.proto.JobPolicy$BatteryType valueOf (java.lang.String) String name public final int getNumber () public static com.android.adservices.shared.proto.JobPolicy$BatteryType valueOf (int) int value public static com.android.adservices.shared.proto.JobPolicy$BatteryType forNumber (int) int value public static com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalGetValueMap () public static com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier internalGetVerifier () private void <init> (java.lang.String, int, int) int value private static synthetic com.android.adservices.shared.proto.JobPolicy$BatteryType[] $values () static void <clinit> () }
com/android/adservices/shared/proto/JobPolicy$BatteryType$BatteryTypeVerifier.class
JobPolicy.java package com.android.adservices.shared.proto final com.android.adservices.shared.proto.JobPolicy$BatteryType$BatteryTypeVerifier extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier { static final com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier INSTANCE private void <init> () public boolean isInRange (int) int number static void <clinit> () }
com/android/adservices/shared/proto/JobPolicy$BatteryType$1.class
JobPolicy.java package com.android.adservices.shared.proto com.android.adservices.shared.proto.JobPolicy$BatteryType$1 extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap { void <init> () public com.android.adservices.shared.proto.JobPolicy$BatteryType findValueByNumber (int) int number public volatile synthetic com.android.adservices.jarjar.server.protobuf.Internal$EnumLite findValueByNumber (int) }
com/android/adservices/shared/proto/JobPolicy$1.class
JobPolicy.java package com.android.adservices.shared.proto synthetic com.android.adservices.shared.proto.JobPolicy$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke static void <clinit> () }
com/android/adservices/shared/proto/ErrorCodeSampleIntervalOuterClass.class
ErrorCodeSampleIntervalOuterClass.java package com.android.adservices.shared.proto public final com.android.adservices.shared.proto.ErrorCodeSampleIntervalOuterClass extends java.lang.Object { private void <init> () public static void registerAllExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite registry static void <clinit> () }
com/android/adservices/shared/proto/ErrorCodeSampleIntervalOrBuilder.class
ErrorCodeSampleIntervalOrBuilder.java package com.android.adservices.shared.proto public abstract com.android.adservices.shared.proto.ErrorCodeSampleIntervalOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract boolean hasDefaultSampleInterval () public abstract int getDefaultSampleInterval () public abstract int getSampleIntervalToErrorCodesCount () public abstract boolean containsSampleIntervalToErrorCodes (int) public abstract java.util.Map getSampleIntervalToErrorCodes () public abstract java.util.Map getSampleIntervalToErrorCodesMap () public abstract com.android.adservices.shared.proto.ErrorCodeList getSampleIntervalToErrorCodesOrDefault (int, com.android.adservices.shared.proto.ErrorCodeList) public abstract com.android.adservices.shared.proto.ErrorCodeList getSampleIntervalToErrorCodesOrThrow (int) }
com/android/adservices/shared/proto/ErrorCodeSampleInterval.class
ErrorCodeSampleInterval.java package com.android.adservices.shared.proto public final com.android.adservices.shared.proto.ErrorCodeSampleInterval extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.shared.proto.ErrorCodeSampleIntervalOrBuilder { private int bitField0_ public static final int DEFAULT_SAMPLE_INTERVAL_FIELD_NUMBER private int defaultSampleInterval_ public static final int SAMPLE_INTERVAL_TO_ERROR_CODES_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.MapFieldLite sampleIntervalToErrorCodes_ private static final com.android.adservices.shared.proto.ErrorCodeSampleInterval DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public boolean hasDefaultSampleInterval () public int getDefaultSampleInterval () private void setDefaultSampleInterval (int) int value private void clearDefaultSampleInterval () private com.android.adservices.jarjar.server.protobuf.MapFieldLite internalGetSampleIntervalToErrorCodes () private com.android.adservices.jarjar.server.protobuf.MapFieldLite internalGetMutableSampleIntervalToErrorCodes () public int getSampleIntervalToErrorCodesCount () public boolean containsSampleIntervalToErrorCodes (int) int key public java.util.Map getSampleIntervalToErrorCodes () public java.util.Map getSampleIntervalToErrorCodesMap () public com.android.adservices.shared.proto.ErrorCodeList getSampleIntervalToErrorCodesOrDefault (int, com.android.adservices.shared.proto.ErrorCodeList) int key com.android.adservices.shared.proto.ErrorCodeList defaultValue java.util.Map map public com.android.adservices.shared.proto.ErrorCodeList getSampleIntervalToErrorCodesOrThrow (int) int key java.util.Map map private java.util.Map getMutableSampleIntervalToErrorCodesMap () public static com.android.adservices.shared.proto.ErrorCodeSampleInterval parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.shared.proto.ErrorCodeSampleInterval parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.ErrorCodeSampleInterval parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.shared.proto.ErrorCodeSampleInterval parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.ErrorCodeSampleInterval parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.shared.proto.ErrorCodeSampleInterval parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.ErrorCodeSampleInterval parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.shared.proto.ErrorCodeSampleInterval parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.ErrorCodeSampleInterval parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.shared.proto.ErrorCodeSampleInterval parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.ErrorCodeSampleInterval parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.shared.proto.ErrorCodeSampleInterval parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.ErrorCodeSampleInterval$Builder newBuilder () public static com.android.adservices.shared.proto.ErrorCodeSampleInterval$Builder newBuilder (com.android.adservices.shared.proto.ErrorCodeSampleInterval) com.android.adservices.shared.proto.ErrorCodeSampleInterval prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.shared.proto.ErrorCodeSampleInterval getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.shared.proto.ErrorCodeSampleInterval defaultInstance }
com/android/adservices/shared/proto/ErrorCodeSampleInterval$SampleIntervalToErrorCodesDefaultEntryHolder.class
ErrorCodeSampleInterval.java package com.android.adservices.shared.proto final com.android.adservices.shared.proto.ErrorCodeSampleInterval$SampleIntervalToErrorCodesDefaultEntryHolder extends java.lang.Object { static final com.android.adservices.jarjar.server.protobuf.MapEntryLite defaultEntry private void <init> () static void <clinit> () }
com/android/adservices/shared/proto/ErrorCodeSampleInterval$Builder.class
ErrorCodeSampleInterval.java package com.android.adservices.shared.proto public final com.android.adservices.shared.proto.ErrorCodeSampleInterval$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.shared.proto.ErrorCodeSampleIntervalOrBuilder { private void <init> () public boolean hasDefaultSampleInterval () public int getDefaultSampleInterval () public com.android.adservices.shared.proto.ErrorCodeSampleInterval$Builder setDefaultSampleInterval (int) int value public com.android.adservices.shared.proto.ErrorCodeSampleInterval$Builder clearDefaultSampleInterval () public int getSampleIntervalToErrorCodesCount () public boolean containsSampleIntervalToErrorCodes (int) int key public com.android.adservices.shared.proto.ErrorCodeSampleInterval$Builder clearSampleIntervalToErrorCodes () public com.android.adservices.shared.proto.ErrorCodeSampleInterval$Builder removeSampleIntervalToErrorCodes (int) int key public java.util.Map getSampleIntervalToErrorCodes () public java.util.Map getSampleIntervalToErrorCodesMap () public com.android.adservices.shared.proto.ErrorCodeList getSampleIntervalToErrorCodesOrDefault (int, com.android.adservices.shared.proto.ErrorCodeList) int key com.android.adservices.shared.proto.ErrorCodeList defaultValue java.util.Map map public com.android.adservices.shared.proto.ErrorCodeList getSampleIntervalToErrorCodesOrThrow (int) int key java.util.Map map public com.android.adservices.shared.proto.ErrorCodeSampleInterval$Builder putSampleIntervalToErrorCodes (int, com.android.adservices.shared.proto.ErrorCodeList) int key com.android.adservices.shared.proto.ErrorCodeList value Class valueClass public com.android.adservices.shared.proto.ErrorCodeSampleInterval$Builder putAllSampleIntervalToErrorCodes (java.util.Map) java.util.Map values }
com/android/adservices/shared/proto/ErrorCodeSampleInterval$1.class
ErrorCodeSampleInterval.java package com.android.adservices.shared.proto synthetic com.android.adservices.shared.proto.ErrorCodeSampleInterval$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke static void <clinit> () }
com/android/adservices/shared/proto/ErrorCodeListOrBuilder.class
ErrorCodeListOrBuilder.java package com.android.adservices.shared.proto public abstract com.android.adservices.shared.proto.ErrorCodeListOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract java.util.List getErrorCodeList () public abstract int getErrorCodeCount () public abstract int getErrorCode (int) }
com/android/adservices/shared/proto/ErrorCodeList.class
ErrorCodeList.java package com.android.adservices.shared.proto public final com.android.adservices.shared.proto.ErrorCodeList extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.shared.proto.ErrorCodeListOrBuilder { public static final int ERROR_CODE_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$IntList errorCode_ private int errorCodeMemoizedSerializedSize private static final com.android.adservices.shared.proto.ErrorCodeList DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public java.util.List getErrorCodeList () public int getErrorCodeCount () public int getErrorCode (int) int index private void ensureErrorCodeIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$IntList tmp private void setErrorCode (int, int) int index int value private void addErrorCode (int) int value private void addAllErrorCode (java.lang.Iterable) Iterable values private void clearErrorCode () public static com.android.adservices.shared.proto.ErrorCodeList parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.shared.proto.ErrorCodeList parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.ErrorCodeList parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.shared.proto.ErrorCodeList parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.ErrorCodeList parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.shared.proto.ErrorCodeList parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.ErrorCodeList parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.shared.proto.ErrorCodeList parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.ErrorCodeList parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.shared.proto.ErrorCodeList parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.ErrorCodeList parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.shared.proto.ErrorCodeList parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.shared.proto.ErrorCodeList$Builder newBuilder () public static com.android.adservices.shared.proto.ErrorCodeList$Builder newBuilder (com.android.adservices.shared.proto.ErrorCodeList) com.android.adservices.shared.proto.ErrorCodeList prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.shared.proto.ErrorCodeList getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.shared.proto.ErrorCodeList defaultInstance }
com/android/adservices/shared/proto/ErrorCodeList$Builder.class
ErrorCodeList.java package com.android.adservices.shared.proto public final com.android.adservices.shared.proto.ErrorCodeList$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.shared.proto.ErrorCodeListOrBuilder { private void <init> () public java.util.List getErrorCodeList () public int getErrorCodeCount () public int getErrorCode (int) int index public com.android.adservices.shared.proto.ErrorCodeList$Builder setErrorCode (int, int) int index int value public com.android.adservices.shared.proto.ErrorCodeList$Builder addErrorCode (int) int value public com.android.adservices.shared.proto.ErrorCodeList$Builder addAllErrorCode (java.lang.Iterable) Iterable values public com.android.adservices.shared.proto.ErrorCodeList$Builder clearErrorCode () }
com/android/adservices/shared/proto/ErrorCodeList$1.class
ErrorCodeList.java package com.android.adservices.shared.proto synthetic com.android.adservices.shared.proto.ErrorCodeList$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke static void <clinit> () }
com/android/adservices/shared/proto/
com/android/adservices/shared/errorlogging/StatsdAdServicesErrorLoggerImpl.class
StatsdAdServicesErrorLoggerImpl.java package com.android.adservices.shared.errorlogging public final com.android.adservices.shared.errorlogging.StatsdAdServicesErrorLoggerImpl extends java.lang.Object implements com.android.adservices.shared.errorlogging.StatsdAdServicesErrorLogger { private static final com.android.adservices.shared.errorlogging.StatsdAdServicesErrorLogger sStatsdAdServicesErrorLogger private void <init> () public static com.android.adservices.shared.errorlogging.StatsdAdServicesErrorLogger getInstance () public void logAdServicesError (com.android.adservices.shared.errorlogging.AdServicesErrorStats) com.android.adservices.shared.errorlogging.AdServicesErrorStats stats static void <clinit> () }
com/android/adservices/shared/errorlogging/StatsdAdServicesErrorLogger.class
StatsdAdServicesErrorLogger.java package com.android.adservices.shared.errorlogging public abstract com.android.adservices.shared.errorlogging.StatsdAdServicesErrorLogger extends java.lang.Object { public abstract void logAdServicesError (com.android.adservices.shared.errorlogging.AdServicesErrorStats) }
com/android/adservices/shared/errorlogging/ErrorCodeSampler.class
ErrorCodeSampler.java package com.android.adservices.shared.errorlogging public final com.android.adservices.shared.errorlogging.ErrorCodeSampler extends java.lang.Object { private static final String ERROR_CODE_SAMPLE_INTERVAL_PROPERTY private static final String TAG private final java.util.Random mRandom private final com.android.adservices.shared.errorlogging.AdServicesErrorLogger mErrorLogger private int mDefaultSampleInterval private java.util.Map mErrorCodeToSampleInterval public void <init> (com.android.adservices.shared.common.flags.ModuleSharedFlags, com.android.adservices.shared.errorlogging.AdServicesErrorLogger) com.android.adservices.shared.common.flags.ModuleSharedFlags flags com.android.adservices.shared.errorlogging.AdServicesErrorLogger errorLogger void <init> (com.android.adservices.shared.common.flags.ModuleSharedFlags, com.android.adservices.shared.errorlogging.AdServicesErrorLogger, java.util.Random) com.android.adservices.shared.common.flags.ModuleSharedFlags flags com.android.adservices.shared.errorlogging.AdServicesErrorLogger errorLogger java.util.Random random private void parseFlagAndInitMap (com.android.adservices.shared.common.flags.ModuleSharedFlags) com.android.adservices.shared.common.flags.ModuleSharedFlags flags String errorCodeSampleIntervalFlag com.android.adservices.shared.proto.ErrorCodeSampleInterval errorCodeSampleInterval private void toErrorCodeToSampleInterval (java.util.Map) int errorCode com.android.adservices.shared.proto.ErrorCodeList errorCodeList int sampleInterval java.util.Map$Entry entry java.util.Map sampleIntervalToErrorCodeMap public boolean shouldLog (int) int errorCode int sampleInterval boolean logError private boolean shouldLogBasedOnSampleInterval (int) int sampleInterval static void <clinit> () }
com/android/adservices/shared/errorlogging/AutoValue_AdServicesErrorStats.class
AutoValue_AdServicesErrorStats.java package com.android.adservices.shared.errorlogging final com.android.adservices.shared.errorlogging.AutoValue_AdServicesErrorStats extends com.android.adservices.shared.errorlogging.AdServicesErrorStats { private final int errorCode private final int ppapiName private final String className private final String methodName private final int lineNumber private final String lastObservedExceptionName private void <init> (int, int, java.lang.String, java.lang.String, int, java.lang.String) int errorCode int ppapiName String className String methodName int lineNumber String lastObservedExceptionName public int getErrorCode () public int getPpapiName () public java.lang.String getClassName () public java.lang.String getMethodName () public int getLineNumber () public java.lang.String getLastObservedExceptionName () public java.lang.String toString () public boolean equals (java.lang.Object) com.android.adservices.shared.errorlogging.AdServicesErrorStats that Object o public int hashCode () int h$ }
com/android/adservices/shared/errorlogging/AutoValue_AdServicesErrorStats$Builder.class
AutoValue_AdServicesErrorStats.java package com.android.adservices.shared.errorlogging final com.android.adservices.shared.errorlogging.AutoValue_AdServicesErrorStats$Builder extends com.android.adservices.shared.errorlogging.AdServicesErrorStats$Builder { private int errorCode private int ppapiName private String className private String methodName private int lineNumber private String lastObservedExceptionName private byte set$0 void <init> () public com.android.adservices.shared.errorlogging.AdServicesErrorStats$Builder setErrorCode (int) int errorCode public com.android.adservices.shared.errorlogging.AdServicesErrorStats$Builder setPpapiName (int) int ppapiName public com.android.adservices.shared.errorlogging.AdServicesErrorStats$Builder setClassName (java.lang.String) String className public com.android.adservices.shared.errorlogging.AdServicesErrorStats$Builder setMethodName (java.lang.String) String methodName public com.android.adservices.shared.errorlogging.AdServicesErrorStats$Builder setLineNumber (int) int lineNumber public com.android.adservices.shared.errorlogging.AdServicesErrorStats$Builder setLastObservedExceptionName (java.lang.String) String lastObservedExceptionName public com.android.adservices.shared.errorlogging.AdServicesErrorStats build () StringBuilder missing }
com/android/adservices/shared/errorlogging/AdServicesErrorStats.class
AdServicesErrorStats.java package com.android.adservices.shared.errorlogging public abstract com.android.adservices.shared.errorlogging.AdServicesErrorStats extends java.lang.Object { public void <init> () public abstract int getErrorCode () public abstract int getPpapiName () public abstract java.lang.String getClassName () public abstract java.lang.String getMethodName () public abstract int getLineNumber () public abstract java.lang.String getLastObservedExceptionName () public static com.android.adservices.shared.errorlogging.AdServicesErrorStats$Builder builder () }
com/android/adservices/shared/errorlogging/AdServicesErrorStats$Builder.class
AdServicesErrorStats.java package com.android.adservices.shared.errorlogging public abstract com.android.adservices.shared.errorlogging.AdServicesErrorStats$Builder extends java.lang.Object { public void <init> () public abstract com.android.adservices.shared.errorlogging.AdServicesErrorStats$Builder setErrorCode (int) public abstract com.android.adservices.shared.errorlogging.AdServicesErrorStats$Builder setPpapiName (int) public abstract com.android.adservices.shared.errorlogging.AdServicesErrorStats$Builder setClassName (java.lang.String) public abstract com.android.adservices.shared.errorlogging.AdServicesErrorStats$Builder setMethodName (java.lang.String) public abstract com.android.adservices.shared.errorlogging.AdServicesErrorStats$Builder setLineNumber (int) public abstract com.android.adservices.shared.errorlogging.AdServicesErrorStats$Builder setLastObservedExceptionName (java.lang.String) public abstract com.android.adservices.shared.errorlogging.AdServicesErrorStats build () }
com/android/adservices/shared/errorlogging/AdServicesErrorLogger.class
AdServicesErrorLogger.java package com.android.adservices.shared.errorlogging public abstract com.android.adservices.shared.errorlogging.AdServicesErrorLogger extends java.lang.Object { public abstract void logError (int, int) public abstract void logErrorWithExceptionInfo (java.lang.Throwable, int, int) public abstract void logError (java.lang.Throwable, int, int) }
com/android/adservices/shared/errorlogging/AbstractAdServicesErrorLogger.class
AbstractAdServicesErrorLogger.java package com.android.adservices.shared.errorlogging public abstract com.android.adservices.shared.errorlogging.AbstractAdServicesErrorLogger extends java.lang.Object implements com.android.adservices.shared.errorlogging.AdServicesErrorLogger { private final com.android.adservices.shared.errorlogging.StatsdAdServicesErrorLogger mStatsdAdServicesErrorLogger private static final int MAX_CAUSE_NUMBER protected void <init> (com.android.adservices.shared.errorlogging.StatsdAdServicesErrorLogger) com.android.adservices.shared.errorlogging.StatsdAdServicesErrorLogger statsdAdServicesErrorLogger public void logError (int, int) int errorCode int ppapiName public void logErrorWithExceptionInfo (java.lang.Throwable, int, int) Throwable tr int errorCode int ppapiName com.android.adservices.shared.errorlogging.AdServicesErrorStats$Builder builder public void logError (java.lang.Throwable, int, int) Throwable tr int errorCode int ppapiName protected abstract boolean isEnabled (int) void logErrorInternal (java.lang.Throwable, int, int, boolean) StackTraceElement[] stackTrace int elementIdx Throwable tr int errorCode int ppapiName boolean isSearchingCause StackTraceElement stackTraceElement com.android.adservices.shared.errorlogging.AdServicesErrorStats$Builder builder private java.lang.StackTraceElement getRootCauseStackTraceElement (java.lang.Throwable) Throwable tr int maxCauseNumber StackTraceElement stackTraceElement private void populateExceptionInfo (java.lang.Throwable, com.android.adservices.shared.errorlogging.AdServicesErrorStats$Builder) Throwable tr com.android.adservices.shared.errorlogging.AdServicesErrorStats$Builder builder StackTraceElement element String shortExceptionName private void populateClassInfo (java.lang.StackTraceElement, com.android.adservices.shared.errorlogging.AdServicesErrorStats$Builder) StackTraceElement element com.android.adservices.shared.errorlogging.AdServicesErrorStats$Builder builder String shortClassName private java.lang.String getLastElement (java.lang.String, int) String str int delimiter }
com/android/adservices/shared/errorlogging/
com/android/adservices/shared/common/flags/ModuleSharedFlags.class
ModuleSharedFlags.java package com.android.adservices.shared.common.flags public abstract com.android.adservices.shared.common.flags.ModuleSharedFlags extends java.lang.Object { public static final boolean BACKGROUND_JOB_LOGGING_ENABLED public static final int BACKGROUND_JOB_SAMPLING_LOGGING_RATE public static final boolean DEFAULT_JOB_SCHEDULING_LOGGING_ENABLED public static final int DEFAULT_JOB_SCHEDULING_LOGGING_SAMPLING_RATE public static final String ENCODED_ERROR_CODE_LIST_PER_SAMPLE_INTERVAL public boolean getBackgroundJobsLoggingEnabled () public int getBackgroundJobSamplingLoggingRate () public boolean getJobSchedulingLoggingEnabled () public int getJobSchedulingLoggingSamplingRate () public java.lang.String getEncodedErrorCodeListPerSampleInterval () }
com/android/adservices/shared/common/flags/FeatureFlag.class
FeatureFlag.java package com.android.adservices.shared.common.flags public abstract annotation com.android.adservices.shared.common.flags.FeatureFlag extends java.lang.Object implements java.lang.annotation.Annotation { public abstract com.android.adservices.shared.common.flags.FeatureFlag$Type value () }
com/android/adservices/shared/common/flags/FeatureFlag$Type.class
FeatureFlag.java package com.android.adservices.shared.common.flags public final enum com.android.adservices.shared.common.flags.FeatureFlag$Type extends java.lang.Enum { public static final enum com.android.adservices.shared.common.flags.FeatureFlag$Type DEFAULT public static final enum com.android.adservices.shared.common.flags.FeatureFlag$Type RAMPED_UP public static final enum com.android.adservices.shared.common.flags.FeatureFlag$Type SDK_LEVEL_BASED public static final enum com.android.adservices.shared.common.flags.FeatureFlag$Type SHARED public static final enum com.android.adservices.shared.common.flags.FeatureFlag$Type DEBUG public static final enum com.android.adservices.shared.common.flags.FeatureFlag$Type LEGACY_KILL_SWITCH_GLOBAL public static final enum com.android.adservices.shared.common.flags.FeatureFlag$Type LEGACY_KILL_SWITCH public static final enum com.android.adservices.shared.common.flags.FeatureFlag$Type LEGACY_KILL_SWITCH_BEING_CONVERTED public static final enum com.android.adservices.shared.common.flags.FeatureFlag$Type LEGACY_KILL_SWITCH_RAMPED_UP private static final synthetic com.android.adservices.shared.common.flags.FeatureFlag$Type[] $VALUES public static com.android.adservices.shared.common.flags.FeatureFlag$Type[] values () public static com.android.adservices.shared.common.flags.FeatureFlag$Type valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.android.adservices.shared.common.flags.FeatureFlag$Type[] $values () static void <clinit> () }
com/android/adservices/shared/common/flags/ConfigFlag.class
ConfigFlag.java package com.android.adservices.shared.common.flags public abstract annotation com.android.adservices.shared.common.flags.ConfigFlag extends java.lang.Object implements java.lang.annotation.Annotation { }
com/android/adservices/shared/common/flags/
com/android/adservices/shared/common/ApplicationContextSingleton.class
ApplicationContextSingleton.java package com.android.adservices.shared.common public final com.android.adservices.shared.common.ApplicationContextSingleton extends java.lang.Object { public static final String ERROR_MESSAGE_SET_NOT_CALLED private static final java.util.concurrent.atomic.AtomicReference sContext public static android.content.Context get () android.content.Context context public static void set (android.content.Context) android.content.Context context android.content.Context appContext public static void setAs (android.content.Context) android.content.Context context private static void set (java.lang.String, android.content.Context) String methodName android.content.Context appContext android.content.Context currentAppContext public static android.content.Context getForTests () android.content.Context context public static void setForTests (android.content.Context) android.content.Context context private void <init> () static void <clinit> () }
com/android/adservices/shared/common/ApplicationContextProvider.class
ApplicationContextProvider.java package com.android.adservices.shared.common public com.android.adservices.shared.common.ApplicationContextProvider extends android.content.ContentProvider { private static final String TAG public void <init> () public final boolean onCreate () android.content.Context context protected void setApplicationContext (android.content.Context) android.content.Context context public android.database.Cursor query (android.net.Uri, java.lang.String[], java.lang.String, java.lang.String[], java.lang.String) android.net.Uri uri String[] projection String selection String[] selectionArgs String sortOrder public java.lang.String getType (android.net.Uri) android.net.Uri uri public android.net.Uri insert (android.net.Uri, android.content.ContentValues) android.net.Uri uri android.content.ContentValues values public int delete (android.net.Uri, java.lang.String, java.lang.String[]) android.net.Uri uri String selection String[] selectionArgs public int update (android.net.Uri, android.content.ContentValues, java.lang.String, java.lang.String[]) android.net.Uri uri android.content.ContentValues values String selection String[] selectionArgs static void <clinit> () }
com/android/adservices/shared/common/
com/android/adservices/shared/
com/android/adservices/service/stats/AdServicesStatsLog.class
AdServicesStatsLog.java package com.android.adservices.service.stats public final com.android.adservices.service.stats.AdServicesStatsLog extends java.lang.Object { public static final int AD_SERVICES_API_CALLED public static final int AD_SERVICES_MESUREMENT_REPORTS_UPLOADED public static final int JSSCRIPTENGINE_LATENCY_REPORTED public static final int MOBILE_DATA_DOWNLOAD_FILE_GROUP_STATUS_REPORTED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED public static final int BACKGROUND_FETCH_PROCESS_REPORTED public static final int UPDATE_CUSTOM_AUDIENCE_PROCESS_REPORTED public static final int RUN_AD_BIDDING_PROCESS_REPORTED public static final int RUN_AD_SCORING_PROCESS_REPORTED public static final int RUN_AD_SELECTION_PROCESS_REPORTED public static final int RUN_AD_BIDDING_PER_CA_PROCESS_REPORTED public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED public static final int MOBILE_DATA_DOWNLOAD_FILE_GROUP_STORAGE_STATS_REPORTED public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS public static final int AD_SERVICES_GET_TOPICS_REPORTED public static final int AD_SERVICES_EPOCH_COMPUTATION_GET_TOP_TOPICS_REPORTED public static final int AD_SERVICES_EPOCH_COMPUTATION_CLASSIFIER_REPORTED public static final int AD_SERVICES_BACK_COMPAT_GET_TOPICS_REPORTED public static final int AD_SERVICES_BACK_COMPAT_EPOCH_COMPUTATION_CLASSIFIER_REPORTED public static final int AD_SERVICES_MEASUREMENT_DEBUG_KEYS public static final int AD_SERVICES_ERROR_REPORTED public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED public static final int AD_SERVICES_MEASUREMENT_DELAYED_SOURCE_REGISTRATION public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION public static final int AD_SERVICES_MEASUREMENT_JOBS public static final int AD_SERVICES_MEASUREMENT_WIPEOUT public static final int AD_SERVICES_MEASUREMENT_AD_ID_MATCH_FOR_DEBUG_KEYS public static final int AD_SERVICES_ENROLLMENT_DATA_STORED public static final int AD_SERVICES_ENROLLMENT_FILE_DOWNLOADED public static final int AD_SERVICES_ENROLLMENT_MATCHED public static final int AD_SERVICES_CONSENT_MIGRATED public static final int AD_SERVICES_ENROLLMENT_FAILED public static final int AD_SERVICES_MEASUREMENT_CLICK_VERIFICATION public static final int AD_SERVICES_ENCRYPTION_KEY_FETCHED public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED public static final int DESTINATION_REGISTERED_BEACONS public static final int REPORT_INTERACTION_API_CALLED public static final int INTERACTION_REPORTING_TABLE_CLEARED public static final int APP_MANIFEST_CONFIG_HELPER_CALLED public static final int AD_FILTERING_PROCESS_JOIN_CA_REPORTED public static final int AD_FILTERING_PROCESS_AD_SELECTION_REPORTED public static final int AD_COUNTER_HISTOGRAM_UPDATER_REPORTED public static final int SIGNATURE_VERIFICATION public static final int K_ANON_IMMEDIATE_SIGN_JOIN_STATUS_REPORTED public static final int K_ANON_BACKGROUND_JOB_STATUS_REPORTED public static final int K_ANON_INITIALIZE_STATUS_REPORTED public static final int K_ANON_SIGN_STATUS_REPORTED public static final int K_ANON_JOIN_STATUS_REPORTED public static final int K_ANON_KEY_ATTESTATION_STATUS_REPORTED public static final int GET_AD_SELECTION_DATA_API_CALLED public static final int GET_AD_SELECTION_DATA_BUYER_INPUT_GENERATED public static final int BACKGROUND_JOB_SCHEDULING_REPORTED public static final int TOPICS_ENCRYPTION_EPOCH_COMPUTATION_REPORTED public static final int TOPICS_ENCRYPTION_GET_TOPICS_REPORTED public static final int ADSERVICES_SHELL_COMMAND_CALLED public static final int UPDATE_SIGNALS_API_CALLED public static final int ENCODING_JOB_RUN public static final int ENCODING_JS_FETCH public static final int ENCODING_JS_EXECUTION public static final int PERSIST_AD_SELECTION_RESULT_CALLED public static final int SERVER_AUCTION_KEY_FETCH_CALLED public static final int SERVER_AUCTION_BACKGROUND_KEY_FETCH_ENABLED public static final int AD_SERVICES_MEASUREMENT_PROCESS_ODP_REGISTRATION public static final int AD_SERVICES_MEASUREMENT_NOTIFY_REGISTRATION_TO_ODP public static final int SELECT_ADS_FROM_OUTCOMES_API_CALLED public static final int REPORT_IMPRESSION_API_CALLED public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS public static final int AD_SERVICES_COBALT_LOGGER_EVENT_REPORTED public static final int AD_SERVICES_COBALT_PERIODIC_JOB_EVENT_REPORTED public static final int UPDATE_SIGNALS_PROCESS_REPORTED public static final int TOPICS_SCHEDULE_EPOCH_JOB_SETTING_REPORTED public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_SCHEDULE_ATTEMPTED public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_PERFORMED public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_PERFORMED_ATTEMPTED_FAILURE_REPORTED public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_BACKGROUND_JOB_RAN public static final int AD_SERVICES_API_CALLED__API_CLASS__UNKNOWN public static final int AD_SERVICES_API_CALLED__API_CLASS__TARGETING public static final int AD_SERVICES_API_CALLED__API_CLASS__FLEDGE public static final int AD_SERVICES_API_CALLED__API_CLASS__MEASUREMENT public static final int AD_SERVICES_API_CALLED__API_CLASS__ADID public static final int AD_SERVICES_API_CALLED__API_CLASS__APPSETID public static final int AD_SERVICES_API_CALLED__API_CLASS__ADEXT_DATA_SERVICE public static final int AD_SERVICES_API_CALLED__API_CLASS__COMMON public static final int AD_SERVICES_API_CALLED__API_CLASS__ON_DEVICE_PERSONALIZATION public static final int AD_SERVICES_API_CALLED__API_NAME__API_NAME_UNKNOWN public static final int AD_SERVICES_API_CALLED__API_NAME__GET_TOPICS public static final int AD_SERVICES_API_CALLED__API_NAME__JOIN_CUSTOM_AUDIENCE public static final int AD_SERVICES_API_CALLED__API_NAME__LEAVE_CUSTOM_AUDIENCE public static final int AD_SERVICES_API_CALLED__API_NAME__SELECT_ADS public static final int AD_SERVICES_API_CALLED__API_NAME__REGISTER_SOURCE public static final int AD_SERVICES_API_CALLED__API_NAME__DELETE_REGISTRATIONS public static final int AD_SERVICES_API_CALLED__API_NAME__REPORT_IMPRESSION public static final int AD_SERVICES_API_CALLED__API_NAME__OVERRIDE_CUSTOM_AUDIENCE_REMOTE_INFO public static final int AD_SERVICES_API_CALLED__API_NAME__REMOVE_CUSTOM_AUDIENCE_REMOTE_INFO_OVERRIDE public static final int AD_SERVICES_API_CALLED__API_NAME__RESET_ALL_CUSTOM_AUDIENCE_OVERRIDES public static final int AD_SERVICES_API_CALLED__API_NAME__OVERRIDE_AD_SELECTION_CONFIG_REMOTE_INFO public static final int AD_SERVICES_API_CALLED__API_NAME__REMOVE_AD_SELECTION_CONFIG_REMOTE_INFO_OVERRIDE public static final int AD_SERVICES_API_CALLED__API_NAME__RESET_ALL_AD_SELECTION_CONFIG_REMOTE_OVERRIDES public static final int AD_SERVICES_API_CALLED__API_NAME__GET_ADID public static final int AD_SERVICES_API_CALLED__API_NAME__GET_APPSETID public static final int AD_SERVICES_API_CALLED__API_NAME__REGISTER_TRIGGER public static final int AD_SERVICES_API_CALLED__API_NAME__REGISTER_WEB_SOURCE public static final int AD_SERVICES_API_CALLED__API_NAME__REGISTER_WEB_TRIGGER public static final int AD_SERVICES_API_CALLED__API_NAME__GET_MEASUREMENT_API_STATUS public static final int AD_SERVICES_API_CALLED__API_NAME__GET_TOPICS_PREVIEW_API public static final int AD_SERVICES_API_CALLED__API_NAME__SELECT_ADS_FROM_OUTCOMES public static final int AD_SERVICES_API_CALLED__API_NAME__SET_APP_INSTALL_ADVERTISERS public static final int AD_SERVICES_API_CALLED__API_NAME__REPORT_INTERACTION public static final int AD_SERVICES_API_CALLED__API_NAME__UPDATE_AD_COUNTER_HISTOGRAM public static final int AD_SERVICES_API_CALLED__API_NAME__FETCH_AND_JOIN_CUSTOM_AUDIENCE public static final int AD_SERVICES_API_CALLED__API_NAME__REGISTER_SOURCES public static final int AD_SERVICES_API_CALLED__API_NAME__GET_AD_SERVICES_EXT_DATA public static final int AD_SERVICES_API_CALLED__API_NAME__PUT_AD_SERVICES_EXT_DATA public static final int AD_SERVICES_API_CALLED__API_NAME__GET_ADSERVICES_COMMON_STATES public static final int AD_SERVICES_API_CALLED__API_NAME__GET_AD_SELECTION_DATA public static final int AD_SERVICES_API_CALLED__API_NAME__PERSIST_AD_SELECTION_RESULT public static final int AD_SERVICES_API_CALLED__API_NAME__UPDATE_SIGNALS public static final int AD_SERVICES_API_CALLED__API_NAME__SCHEDULE_CUSTOM_AUDIENCE_UPDATE public static final int AD_SERVICES_API_CALLED__API_NAME__SCHEDULE_TRAINING public static final int AD_SERVICES_API_CALLED__API_NAME__RECORD_IMPRESSION public static final int AD_SERVICES_API_CALLED__API_NAME__RECORD_CLICK public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__UNKNOWN_REPORT public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__EVENT public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__AGGREGATE public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__DEBUG_EVENT public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__DEBUG_AGGREGATE public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_SOURCE_DESTINATION_LIMIT public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_SOURCE_NOISED public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_SOURCE_STORAGE_LIMIT public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_SOURCE_SUCCESS public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_SOURCE_UNKNOWN_ERROR public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_SOURCE_FLEXIBLE_EVENT_REPORT_VALUE_ERROR public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_AGGREGATE_DEDUPLICATED public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_AGGREGATE_INSUFFICIENT_BUDGET public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_AGGREGATE_NO_CONTRIBUTIONS public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_AGGREGATE_REPORT_WINDOW_PASSED public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_ATTRIBUTIONS_PER_SOURCE_DESTINATION_LIMIT public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_EVENT_DEDUPLICATED public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_EVENT_EXCESSIVE_REPORTS public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_EVENT_LOW_PRIORITY public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_EVENT_NO_MATCHING_CONFIGURATIONS public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_EVENT_NOISE public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_EVENT_REPORT_WINDOW_PASSED public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_NO_MATCHING_FILTER_DATA public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_NO_MATCHING_SOURCE public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_REPORTING_ORIGIN_LIMIT public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_EVENT_STORAGE_LIMIT public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_UNKNOWN_ERROR public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_AGGREGATE_STORAGE_LIMIT public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_AGGREGATE_EXCESSIVE_REPORTS public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_EVENT_REPORT_WINDOW_NOT_STARTED public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_EVENT_NO_MATCHING_TRIGGER_DATA public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_EVENT_ATTRIBUTIONS_PER_SOURCE_DESTINATION_LIMIT public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_TRIGGER_AGG_ATTRIBUTIONS_PER_SOURCE_DESTINATION_LIMIT public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_HEADER_ERROR public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__TYPE__VERBOSE_DEBUG_UNKNOWN public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__RESPONSE_CODE__UNKNOWN_STATUS public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__RESPONSE_CODE__SUCCESS public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__RESPONSE_CODE__FAILURE public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__FAILURE_TYPE__UNKNOWN_REPORT_UPLOAD_FAILURE_TYPE public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__FAILURE_TYPE__ENROLLMENT_NOT_FOUND_REPORT_UPLOAD_FAILURE_TYPE public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__FAILURE_TYPE__NETWORK_ERROR_REPORT_UPLOAD_FAILURE_TYPE public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__FAILURE_TYPE__DATASTORE_ERROR_REPORT_UPLOAD_FAILURE_TYPE public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__FAILURE_TYPE__REPORT_NOT_PENDING_REPORT_UPLOAD_FAILURE_TYPE public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__FAILURE_TYPE__JOB_RETRY_LIMIT_EXCEEDED_REPORT_UPLOAD_FAILURE_TYPE public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__FAILURE_TYPE__SERIALIZATION_ERROR_REPORT_UPLOAD_FAILURE_TYPE public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__FAILURE_TYPE__ENCRYPTION_ERROR_REPORT_UPLOAD_FAILURE_TYPE public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__FAILURE_TYPE__UNSUCCESSFUL_HTTP_RESPONSE_CODE_FAILURE_TYPE public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__FAILURE_TYPE__REPORT_NOT_FOUND_FAILURE_TYPE public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__UPLOAD_METHOD__UNKNOWN_REPORT_UPLOAD_METHOD public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__UPLOAD_METHOD__REGULAR_REPORT_UPLOAD_METHOD public static final int AD_SERVICES_MEASUREMENT_REPORTS_UPLOADED__UPLOAD_METHOD__FALLBACK_REPORT_UPLOAD_METHOD public static final int JSSCRIPT_ENGINE_LATENCY_REPORTED__STAT__UNKNOWN public static final int JSSCRIPT_ENGINE_LATENCY_REPORTED__STAT__SANDBOX_INIT public static final int JSSCRIPT_ENGINE_LATENCY_REPORTED__STAT__ISOLATE_CREATE public static final int JSSCRIPT_ENGINE_LATENCY_REPORTED__STAT__JAVA_PROCESS_EXECUTION public static final int JSSCRIPT_ENGINE_LATENCY_REPORTED__STAT__WEBVIEW_PROCESS_EXECUTION public static final int MOBILE_DATA_DOWNLOAD_FILE_GROUP_DOWNLOAD_STATUS_REPORTED__FILE_GROUP_DOWNLOAD_STATUS__UNKNOWN public static final int MOBILE_DATA_DOWNLOAD_FILE_GROUP_DOWNLOAD_STATUS_REPORTED__FILE_GROUP_DOWNLOAD_STATUS__PENDING public static final int MOBILE_DATA_DOWNLOAD_FILE_GROUP_DOWNLOAD_STATUS_REPORTED__FILE_GROUP_DOWNLOAD_STATUS__FAILED public static final int MOBILE_DATA_DOWNLOAD_FILE_GROUP_DOWNLOAD_STATUS_REPORTED__FILE_GROUP_DOWNLOAD_STATUS__DOWNLOADED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__REGION__REGION_UNSPECIFIED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__REGION__EU public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__REGION__ROW public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__ACTION_UNSPECIFIED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__REQUESTED_NOTIFICATION public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__LANDING_PAGE_DISPLAYED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__OPT_IN_SELECTED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__OPT_OUT_SELECTED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__MANAGE_TOPICS_SELECTED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__MANAGE_APPS_SELECTED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__RESET_TOPIC_SELECTED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__RESET_APP_SELECTED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__BLOCK_TOPIC_SELECTED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__UNBLOCK_TOPIC_SELECTED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__BLOCK_APP_SELECTED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__UNBLOCK_APP_SELECTED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__MANAGE_MEASUREMENT_SELECTED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__RESET_MEASUREMENT_SELECTED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__TOPICS_OPT_IN_SELECTED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__TOPICS_OPT_OUT_SELECTED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__FLEDGE_OPT_IN_SELECTED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__FLEDGE_OPT_OUT_SELECTED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__MEASUREMENT_OPT_IN_SELECTED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__MEASUREMENT_OPT_OUT_SELECTED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_NOTIFICATION_REQUESTED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_NOTIFICATION_LANDING_PAGE_DISPLAYED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_NOTIFICATION_CONFIRMATION_PAGE_DISPLAYED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__NOTIFICATION_OPT_IN_SELECTED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__NOTIFICATION_OPT_OUT_SELECTED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__NOTIFICATION_MANAGE_SETTINGS_SELECTED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__PRIVACY_SANDBOX_SETTINGS_PAGE_DISPLAYED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__CONFIRMATION_PAGE_DISPLAYED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__NOTIFICATION_DISABLED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_NOTIFICATION_DISABLED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__NOTIFICATION_DISPLAYED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_NOTIFICATION_DISPLAYED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__LANDING_PAGE_MORE_BUTTON_CLICKED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_LANDING_PAGE_MORE_BUTTON_CLICKED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__LANDING_PAGE_ADDITIONAL_INFO_CLICKED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_LANDING_PAGE_ADDITIONAL_INFO_CLICKED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__LANDING_PAGE_SCROLLED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_LANDING_PAGE_SCROLLED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__LANDING_PAGE_SCROLLED_TO_BOTTOM public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_LANDING_PAGE_SCROLLED_TO_BOTTOM public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__LANDING_PAGE_SETTINGS_BUTTON_CLICKED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_LANDING_PAGE_SETTINGS_BUTTON_CLICKED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__LANDING_PAGE_GOT_IT_BUTTON_CLICKED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_LANDING_PAGE_GOT_IT_BUTTON_CLICKED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__LANDING_PAGE_OPT_OUT_CLICKED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_LANDING_PAGE_OPT_OUT_CLICKED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__LANDING_PAGE_DISMISSED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_LANDING_PAGE_DISMISSED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__LANDING_PAGE_OPT_IN public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_LANDING_PAGE_OPT_IN public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__OPT_IN_CONFIRMATION_PAGE_SETTINGS_CLICKED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_OPT_IN_CONFIRMATION_PAGE_SETTINGS_CLICKED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__OPT_OUT_CONFIRMATION_PAGE_SETTINGS_CLICKED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_OPT_OUT_CONFIRMATION_PAGE_SETTINGS_CLICKED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__OPT_IN_CONFIRMATION_PAGE_GOT_IT_CLICKED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_OPT_IN_CONFIRMATION_PAGE_GOT_IT_CLICKED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__OPT_OUT_CONFIRMATION_PAGE_GOT_IT_CLICKED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_OPT_OUT_CONFIRMATION_PAGE_GOT_IT_CLICKED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__CONFIRMATION_PAGE_DISMISSED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_CONFIRMATION_PAGE_DISMISSED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__OPT_IN_CONFIRMATION_PAGE_MORE_INFO_CLICKED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__OPT_OUT_CONFIRMATION_PAGE_MORE_INFO_CLICKED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_OPT_IN_CONFIRMATION_PAGE_MORE_INFO_CLICKED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_OPT_OUT_CONFIRMATION_PAGE_MORE_INFO_CLICKED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_LANDING_PAGE_OPT_OUT public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__LANDING_PAGE_OPT_OUT public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__PRIVACY_SANDBOX_ENTRY_POINT_CLICKED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__DAILY_MAINTENANCE_JOB_FINISHED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ACTION__GA_UX_LANDING_PAGE_ADDITIONAL_INFO_2_CLICKED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__DEFAULT_CONSENT__CONSENT_UNSPECIFIED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__DEFAULT_CONSENT__PP_API_DEFAULT_OPT_IN public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__DEFAULT_CONSENT__PP_API_DEFAULT_OPT_OUT public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__DEFAULT_CONSENT__TOPICS_DEFAULT_OPT_IN public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__DEFAULT_CONSENT__TOPICS_DEFAULT_OPT_OUT public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__DEFAULT_CONSENT__FLEDGE_DEFAULT_OPT_IN public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__DEFAULT_CONSENT__FLEDGE_DEFAULT_OPT_OUT public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__DEFAULT_CONSENT__MEASUREMENT_DEFAULT_OPT_IN public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__DEFAULT_CONSENT__MEASUREMENT_DEFAULT_OPT_OUT public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__DEFAULT_AD_ID_STATE__STATE_UNSPECIFIED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__DEFAULT_AD_ID_STATE__AD_ID_ENABLED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__DEFAULT_AD_ID_STATE__AD_ID_DISABLED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__FEATURE_TYPE__FEATURE_UNSPECIFIED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__FEATURE_TYPE__PRIVACY_SANDBOX_FIRST_CONSENT public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__FEATURE_TYPE__PRIVACY_SANDBOX_RECONSENT public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__FEATURE_TYPE__PRIVACY_SANDBOX_UNSUPPORTED public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__FEATURE_TYPE__PRIVACY_SANDBOX_ALREADY_RUNNING public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__FEATURE_TYPE__PRIVACY_SANDBOX_FIRST_CONSENT_FF public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__FEATURE_TYPE__PRIVACY_SANDBOX_RECONSENT_FF public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__UX__UNSUPPORTED_UX public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__UX__UNSPECIFIED_UX public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__UX__GA_UX public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__UX__BETA_UX public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__UX__RVC_UX public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__UX__GA_UX_WITH_PAS public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ENROLLMENT_CHANNEL__UNSUPPORTED_CHANNEL public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ENROLLMENT_CHANNEL__UNSPECIFIED_CHANNEL public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ENROLLMENT_CHANNEL__ALREADY_ENROLLED_CHANNEL public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ENROLLMENT_CHANNEL__CONSENT_NOTIFICATION_DEBUG_CHANNEL public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ENROLLMENT_CHANNEL__FIRST_CONSENT_NOTIFICATION_CHANNEL public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ENROLLMENT_CHANNEL__RECONSENT_NOTIFICATION_CHANNEL public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ENROLLMENT_CHANNEL__CONSENT_NOTIFICATION_RESET_CHANNEL public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ENROLLMENT_CHANNEL__RVC_POST_OTA_NOTIFICATION_CHANNEL public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ENROLLMENT_CHANNEL__PAS_FIRST_NOTIFICATION_CHANNEL public static final int AD_SERVICES_SETTINGS_USAGE_REPORTED__ENROLLMENT_CHANNEL__PAS_RENOTIFY_NOTIFICATION_CHANNEL public static final int RUN_AD_SCORING_PROCESS_REPORTED__GET_AD_SELECTION_LOGIC_SCRIPT_TYPE__UNSET public static final int RUN_AD_SCORING_PROCESS_REPORTED__GET_AD_SELECTION_LOGIC_SCRIPT_TYPE__JAVASCRIPT public static final int RUN_AD_SCORING_PROCESS_REPORTED__GET_AD_SELECTION_LOGIC_SCRIPT_TYPE__WASM public static final int RUN_AD_SCORING_PROCESS_REPORTED__SCORE_AD_JS_SCRIPT_RESULT_CODE__UNSET_STATUS public static final int RUN_AD_SCORING_PROCESS_REPORTED__SCORE_AD_JS_SCRIPT_RESULT_CODE__SUCCESS public static final int RUN_AD_SCORING_PROCESS_REPORTED__SCORE_AD_JS_SCRIPT_RESULT_CODE__TIMEOUT public static final int RUN_AD_SCORING_PROCESS_REPORTED__SCORE_AD_JS_SCRIPT_RESULT_CODE__JS_SYNTAX_ERROR public static final int RUN_AD_SCORING_PROCESS_REPORTED__SCORE_AD_JS_SCRIPT_RESULT_CODE__OUTPUT_SYNTAX_ERROR public static final int RUN_AD_SCORING_PROCESS_REPORTED__SCORE_AD_JS_SCRIPT_RESULT_CODE__OUTPUT_SEMANTIC_ERROR public static final int RUN_AD_SCORING_PROCESS_REPORTED__SCORE_AD_JS_SCRIPT_RESULT_CODE__OUTPUT_NON_ZERO_RESULT public static final int RUN_AD_SCORING_PROCESS_REPORTED__SCORE_AD_JS_SCRIPT_RESULT_CODE__DB_PERSIST_FAILURE public static final int RUN_AD_SCORING_PROCESS_REPORTED__SCORE_AD_JS_SCRIPT_RESULT_CODE__OTHER_FAILURE public static final int RUN_AD_SCORING_PROCESS_REPORTED__SCORE_AD_JS_SCRIPT_RESULT_CODE__REFERENCE_ERROR public static final int RUN_AD_BIDDING_PER_CAPROCESS_REPORTED__BUYER_DECISION_LOGIC_SCRIPT_TYPE__UNSET public static final int RUN_AD_BIDDING_PER_CAPROCESS_REPORTED__BUYER_DECISION_LOGIC_SCRIPT_TYPE__JAVASCRIPT public static final int RUN_AD_BIDDING_PER_CAPROCESS_REPORTED__BUYER_DECISION_LOGIC_SCRIPT_TYPE__WASM public static final int RUN_AD_BIDDING_PER_CAPROCESS_REPORTED__GENERATE_BID_JS_SCRIPT_RESULT_CODE__UNSET_STATUS public static final int RUN_AD_BIDDING_PER_CAPROCESS_REPORTED__GENERATE_BID_JS_SCRIPT_RESULT_CODE__SUCCESS public static final int RUN_AD_BIDDING_PER_CAPROCESS_REPORTED__GENERATE_BID_JS_SCRIPT_RESULT_CODE__TIMEOUT public static final int RUN_AD_BIDDING_PER_CAPROCESS_REPORTED__GENERATE_BID_JS_SCRIPT_RESULT_CODE__JS_SYNTAX_ERROR public static final int RUN_AD_BIDDING_PER_CAPROCESS_REPORTED__GENERATE_BID_JS_SCRIPT_RESULT_CODE__OUTPUT_SYNTAX_ERROR public static final int RUN_AD_BIDDING_PER_CAPROCESS_REPORTED__GENERATE_BID_JS_SCRIPT_RESULT_CODE__OUTPUT_SEMANTIC_ERROR public static final int RUN_AD_BIDDING_PER_CAPROCESS_REPORTED__GENERATE_BID_JS_SCRIPT_RESULT_CODE__OUTPUT_NON_ZERO_RESULT public static final int RUN_AD_BIDDING_PER_CAPROCESS_REPORTED__GENERATE_BID_JS_SCRIPT_RESULT_CODE__DB_PERSIST_FAILURE public static final int RUN_AD_BIDDING_PER_CAPROCESS_REPORTED__GENERATE_BID_JS_SCRIPT_RESULT_CODE__OTHER_FAILURE public static final int RUN_AD_BIDDING_PER_CAPROCESS_REPORTED__GENERATE_BID_JS_SCRIPT_RESULT_CODE__REFERENCE_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__UNSPECIFIED public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__SUCCESS public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__UNKNOWN_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__ANDROID_DOWNLOADER_UNKNOWN public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__ANDROID_DOWNLOADER_CANCELED public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__ANDROID_DOWNLOADER_INVALID_REQUEST public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__ANDROID_DOWNLOADER_HTTP_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__ANDROID_DOWNLOADER_REQUEST_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__ANDROID_DOWNLOADER_RESPONSE_OPEN_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__ANDROID_DOWNLOADER_RESPONSE_CLOSE_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__ANDROID_DOWNLOADER_NETWORK_IO_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__ANDROID_DOWNLOADER_DISK_IO_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__ANDROID_DOWNLOADER_FILE_SYSTEM_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__ANDROID_DOWNLOADER_UNKNOWN_IO_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__ANDROID_DOWNLOADER_OAUTH_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__ANDROID_DOWNLOADER2_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__GROUP_NOT_FOUND_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__DOWNLOAD_MONITOR_NOT_PROVIDED_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__INSECURE_URL_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__LOW_DISK_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__UNABLE_TO_CREATE_FILE_URI_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__SHARED_FILE_NOT_FOUND_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__MALFORMED_FILE_URI_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__UNABLE_TO_CREATE_MOBSTORE_RESPONSE_WRITER_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__UNABLE_TO_VALIDATE_DOWNLOAD_FILE_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__DOWNLOADED_FILE_NOT_FOUND_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__DOWNLOADED_FILE_CHECKSUM_MISMATCH_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__UNABLE_TO_SERIALIZE_DOWNLOAD_TRANSFORM_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__DOWNLOAD_TRANSFORM_IO_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__FINAL_FILE_CHECKSUM_MISMATCH_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__DELTA_DOWNLOAD_BASE_FILE_NOT_FOUND_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__DELTA_DOWNLOAD_DECODE_IO_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__UNABLE_TO_UPDATE_FILE_STATE_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__UNABLE_TO_UPDATE_GROUP_METADATA_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__UNABLE_TO_UPDATE_FILE_MAX_EXPIRATION_DATE public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__UNABLE_SHARE_FILE_BEFORE_DOWNLOAD_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__UNABLE_SHARE_FILE_AFTER_DOWNLOAD_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__UNABLE_TO_REMOVE_SYMLINK_STRUCTURE public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__UNABLE_TO_CREATE_SYMLINK_STRUCTURE public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__UNABLE_TO_RESERVE_FILE_ENTRY public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__INVALID_INLINE_FILE_URL_SCHEME public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__MALFORMED_DOWNLOAD_URL public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__UNSUPPORTED_DOWNLOAD_URL_SCHEME public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__INLINE_FILE_IO_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__MISSING_INLINE_DOWNLOAD_PARAMS public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__MISSING_INLINE_FILE_SOURCE public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__CUSTOM_FILEGROUP_VALIDATION_FAILED public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__MANIFEST_FILE_GROUP_POPULATOR_INVALID_FLAG_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__MANIFEST_FILE_GROUP_POPULATOR_CONTENT_CHANGED_DURING_DOWNLOAD_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__MANIFEST_FILE_GROUP_POPULATOR_PARSE_MANIFEST_FILE_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__MANIFEST_FILE_GROUP_POPULATOR_DELETE_MANIFEST_FILE_ERROR public static final int MOBILE_DATA_DOWNLOAD_DOWNLOAD_RESULT_REPORTED__DOWNLOAD_RESULT__MANIFEST_FILE_GROUP_POPULATOR_METADATA_IO_ERROR public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__TYPE__UNKNOWN_REGISTRATION public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__TYPE__SOURCE public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__TYPE__TRIGGER public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__SOURCE_TYPE__UNKNOWN_SOURCE_TYPE public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__SOURCE_TYPE__EVENT_SOURCE_TYPE public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__SOURCE_TYPE__NAVIGATION_SOURCE_TYPE public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__SOURCE_TYPE__VIEW_SOURCE_TYPE public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__SOURCE_TYPE__CLICK_SOURCE_TYPE public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__SURFACE_TYPE__UNKNOWN_REGISTRATION_SURFACE_TYPE public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__SURFACE_TYPE__WEB_REGISTRATION_SURFACE_TYPE public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__SURFACE_TYPE__APP_REGISTRATION_SURFACE_TYPE public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__STATUS__UNKNOWN_STATUS public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__STATUS__SUCCESS_STATUS public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__STATUS__FAILURE_STATUS public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__STATUS__AGGREGATE_REPORT_GENERATED_SUCCESS_STATUS public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__STATUS__EVENT_REPORT_GENERATED_SUCCESS_STATUS public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__STATUS__AGGREGATE_AND_EVENT_REPORTS_GENERATED_SUCCESS_STATUS public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__STATUS__NULL_AGGREGATE_REPORT_GENERATED_SUCCESS_STATUS public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__FAILURE_TYPE__UNKNOWN_REGISTRATION_FAILURE_TYPE public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__FAILURE_TYPE__PARSING_REGISTRATION_FAILURE_TYPE public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__FAILURE_TYPE__NETWORK_REQUEST_REGISTRATION_FAILURE_TYPE public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__FAILURE_TYPE__ENROLLMENT_REGISTRATION_FAILURE_TYPE public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__FAILURE_TYPE__REDIRECT_REGISTRATION_FAILURE_TYPE public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__FAILURE_TYPE__STORAGE_REGISTRATION_FAILURE_TYPE public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__FAILURE_TYPE__JOB_RETRY_LIMIT_EXCEEDED_REGISTRATION_FAILURE_TYPE public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__FAILURE_TYPE__HEADER_SIZE_LIMIT_EXCEEDED_FAILURE_TYPE public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__FAILURE_TYPE__SERVER_UNAVAILABLE_REGISTRATION_FAILURE_TYPE public static final int AD_SERVICES_MEASUREMENT_REGISTRATIONS__FAILURE_TYPE__INVALID_URL_REGISTRATION_FAILURE_TYPE public static final int AD_SERVICES_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__CLASSIFIER_TYPE__UNKNOWN_CLASSIFIER public static final int AD_SERVICES_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__CLASSIFIER_TYPE__ON_DEVICE_CLASSIFIER public static final int AD_SERVICES_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__CLASSIFIER_TYPE__PRECOMPUTED_CLASSIFIER public static final int AD_SERVICES_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__CLASSIFIER_TYPE__PRECOMPUTED_THEN_ON_DEVICE_CLASSIFIER public static final int AD_SERVICES_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__ON_DEVICE_CLASSIFIER_STATUS__ON_DEVICE_CLASSIFIER_STATUS_UNSPECIFIED public static final int AD_SERVICES_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__ON_DEVICE_CLASSIFIER_STATUS__ON_DEVICE_CLASSIFIER_STATUS_NOT_INVOKED public static final int AD_SERVICES_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__ON_DEVICE_CLASSIFIER_STATUS__ON_DEVICE_CLASSIFIER_STATUS_SUCCESS public static final int AD_SERVICES_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__ON_DEVICE_CLASSIFIER_STATUS__ON_DEVICE_CLASSIFIER_STATUS_FAILURE public static final int AD_SERVICES_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__PRECOMPUTED_CLASSIFIER_STATUS__PRECOMPUTED_CLASSIFIER_STATUS_UNSPECIFIED public static final int AD_SERVICES_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__PRECOMPUTED_CLASSIFIER_STATUS__PRECOMPUTED_CLASSIFIER_STATUS_NOT_INVOKED public static final int AD_SERVICES_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__PRECOMPUTED_CLASSIFIER_STATUS__PRECOMPUTED_CLASSIFIER_STATUS_SUCCESS public static final int AD_SERVICES_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__PRECOMPUTED_CLASSIFIER_STATUS__PRECOMPUTED_CLASSIFIER_STATUS_FAILURE public static final int AD_SERVICES_BACK_COMPAT_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__CLASSIFIER_TYPE__UNKNOWN_CLASSIFIER public static final int AD_SERVICES_BACK_COMPAT_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__CLASSIFIER_TYPE__ON_DEVICE_CLASSIFIER public static final int AD_SERVICES_BACK_COMPAT_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__CLASSIFIER_TYPE__PRECOMPUTED_CLASSIFIER public static final int AD_SERVICES_BACK_COMPAT_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__CLASSIFIER_TYPE__PRECOMPUTED_THEN_ON_DEVICE_CLASSIFIER public static final int AD_SERVICES_BACK_COMPAT_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__ON_DEVICE_CLASSIFIER_STATUS__ON_DEVICE_CLASSIFIER_STATUS_UNSPECIFIED public static final int AD_SERVICES_BACK_COMPAT_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__ON_DEVICE_CLASSIFIER_STATUS__ON_DEVICE_CLASSIFIER_STATUS_NOT_INVOKED public static final int AD_SERVICES_BACK_COMPAT_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__ON_DEVICE_CLASSIFIER_STATUS__ON_DEVICE_CLASSIFIER_STATUS_SUCCESS public static final int AD_SERVICES_BACK_COMPAT_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__ON_DEVICE_CLASSIFIER_STATUS__ON_DEVICE_CLASSIFIER_STATUS_FAILURE public static final int AD_SERVICES_BACK_COMPAT_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__PRECOMPUTED_CLASSIFIER_STATUS__PRECOMPUTED_CLASSIFIER_STATUS_UNSPECIFIED public static final int AD_SERVICES_BACK_COMPAT_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__PRECOMPUTED_CLASSIFIER_STATUS__PRECOMPUTED_CLASSIFIER_STATUS_NOT_INVOKED public static final int AD_SERVICES_BACK_COMPAT_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__PRECOMPUTED_CLASSIFIER_STATUS__PRECOMPUTED_CLASSIFIER_STATUS_SUCCESS public static final int AD_SERVICES_BACK_COMPAT_EPOCH_COMPUTATION_CLASSIFIER_REPORTED__PRECOMPUTED_CLASSIFIER_STATUS__PRECOMPUTED_CLASSIFIER_STATUS_FAILURE public static final int AD_SERVICES_MEASUREMENT_DEBUG_KEYS__ATTRIBUTION_TYPE__UNKNOWN public static final int AD_SERVICES_MEASUREMENT_DEBUG_KEYS__ATTRIBUTION_TYPE__APP_APP public static final int AD_SERVICES_MEASUREMENT_DEBUG_KEYS__ATTRIBUTION_TYPE__APP_WEB public static final int AD_SERVICES_MEASUREMENT_DEBUG_KEYS__ATTRIBUTION_TYPE__WEB_APP public static final int AD_SERVICES_MEASUREMENT_DEBUG_KEYS__ATTRIBUTION_TYPE__WEB_WEB public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ERROR_CODE_UNSPECIFIED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__DATABASE_READ_EXCEPTION public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__DATABASE_WRITE_EXCEPTION public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__API_REMOTE_EXCEPTION public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__API_CALLBACK_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__RATE_LIMIT_CALLBACK_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PACKAGE_NAME_NOT_FOUND_EXCEPTION public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SHARED_PREF_UPDATE_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SHARED_PREF_RESET_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__COBALT_UPLOAD_API_REMOTE_EXCEPTION public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__APP_MANIFEST_CONFIG_PARSING_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SHARED_PREF_EXCEPTION public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__APP_MANIFEST_CONFIG_LOGGING_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ENCRYPTION_KEYS_INCORRECT_JSON_VERSION public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ENCRYPTION_KEYS_JSON_PARSING_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ENCRYPTION_KEYS_FAILED_DELETE_EXPIRED_KEY public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ENCRYPTION_KEYS_FAILED_MDD_FILEGROUP public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ENCRYPTION_KEYS_MDD_NO_FILE_AVAILABLE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__JOB_SCHEDULER_IS_UNAVAILABLE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__COBALT_ENCRYPTION_FAILED_EXCEPTION public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__COBALT_PRIVACY_GENERATION_EXCEPTION public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__COBALT_API_ERROR_LOGGER_INITIALIZATION_EXCEPTION public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ATOMIC_FILE_DATASTORE_WRITE_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ATOMIC_FILE_DATASTORE_READ_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PROTO_PARSER_INVALID_PROTO_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PROTO_PARSER_DECODE_BASE64_ENCODED_STRING_TO_BYTES_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ERROR_CODE_PRESENT_MULTIPLE_TIMES_IN_PROTO public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PACKAGE_DENY_PROCESS_ERROR_FAILURE_UNKNOWN public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PACKAGE_DENY_PROCESS_ERROR_NO_FILE_FOUND public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PACKAGE_DENY_PROCESS_ERROR_FAILED_READING_FILE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PACKAGE_DENY_PROCESS_ERROR_FAILED_FILTERING_INSTALLED_PACKAGES public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PACKAGE_DENY_PROCESS_ERROR_FAILED_UPDATING_CACHE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PACKAGE_DENY_PROCESS_ERROR_FAILED_READING_CACHE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PACKAGE_DENY_PROCESS_ERROR_DISABLED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SPE_UNAVAILABLE_JOB_EXECUTION_START_TIMESTAMP public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SPE_INVALID_EXECUTION_PERIOD public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SPE_FAIL_TO_COMMIT_JOB_EXECUTION_START_TIME public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SPE_FAIL_TO_COMMIT_JOB_EXECUTION_STOP_TIME public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SPE_JOB_EXECUTION_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SPE_JOB_SCHEDULER_IS_UNAVAILABLE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SPE_INVALID_JOB_POLICY_SYNC public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SPE_JOB_NOT_CONFIGURED_CORRECTLY public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SPE_JOB_SCHEDULING_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SPE_JOB_ON_STOP_EXECUTION_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SPE_FUTURE_CANCELLATION_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_TOPICS_REMOTE_EXCEPTION public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_API_DISABLED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_PERSIST_CLASSIFIED_TOPICS_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_PERSIST_TOP_TOPICS_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_RECORD_APP_SDK_USAGE_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_RECORD_APP_USAGE_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_RECORD_CAN_LEARN_TOPICS_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_RECORD_RETURNED_TOPICS_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_RECORD_BLOCKED_TOPICS_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_DELETE_BLOCKED_TOPICS_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_DELETE_OLD_EPOCH_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_DELETE_COLUMN_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_PERSIST_TOPICS_CONTRIBUTORS_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_DELETE_ALL_ENTRIES_IN_TABLE_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_ON_DEVICE_CLASSIFY_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_ON_DEVICE_NUMBER_FORMAT_EXCEPTION public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_LOAD_ML_MODEL_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_ID_TO_NAME_LIST_READ_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_READ_CLASSIFIER_ASSET_FILE_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_MESSAGE_DIGEST_ALGORITHM_NOT_FOUND public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__DOWNLOADED_CLASSIFIER_MODEL_FILE_NOT_FOUND public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__NO_CLASSIFIER_MODEL_AVAILABLE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__READ_LABELS_FILE_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__READ_PRECOMUTRED_LABELS_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__READ_TOP_APPS_FILE_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__INVALID_TOPIC_ID public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__READ_PRECOMUTRED_APP_TOPICS_LIST_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__READ_BUNDLED_METADATA_FILE_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CLASSIFIER_METADATA_REDUNDANT_PROPERTY public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CLASSIFIER_METADATA_REDUNDANT_ASSET public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CLASSIFIER_METADATA_MISSING_PROPERTY_OR_ASSET_NAME public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__READ_CLASSIFIER_ASSETS_METADATA_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__DOWNLOADED_CLASSIFIER_MODEL_FILE_LOAD_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_INVALID_BLOCKED_TOPICS_SOURCE_OF_TRUTH public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_REMOVE_BLOCKED_TOPIC_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_GET_BLOCKED_TOPIC_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_CLEAR_ALL_BLOCKED_TOPICS_IN_SYSTEM_SERVER_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_HANDLE_JOB_SERVICE_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_FETCH_JOB_SCHEDULER_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_DELETE_TABLE_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_COBALT_LOGGER_INITIALIZATION_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_ENCRYPTION_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_ENCRYPTION_INVALID_KEY_LENGTH public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_ENCRYPTION_INVALID_RESPONSE_LENGTH public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_ENCRYPTION_KEY_DECODE_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_ENCRYPTION_NULL_REQUEST public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_ENCRYPTION_NULL_RESPONSE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_ENCRYPTION_SERIALIZATION_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_ENCRYPTION_KEY_MISSING public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__TOPICS_REQUEST_EMPTY_SDK_NAME public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ENROLLMENT_DATA_INSERT_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ENROLLMENT_DATA_DELETE_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_FOREGROUND_UNKNOWN_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_DATASTORE_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_DATASTORE_UNKNOWN_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_PUBLIC_KEY_FETCHER_INVALID_PARAMETER public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_PUBLIC_KEY_FETCHER_IO_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_PUBLIC_KEY_FETCHER_PARSING_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ENROLLMENT_SHARED_PREFERENCES_SEED_SAVE_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_REPORTING_NETWORK_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_REPORTING_PARSING_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_REPORTING_ENCRYPTION_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_REPORTING_UNKNOWN_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ENROLLMENT_FAILED_PARSING public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ENROLLMENT_INVALID public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_REGISTRATION_ODP_GET_MANAGER_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_REGISTRATION_ODP_INVALID_HEADER_FORMAT_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_REGISTRATION_ODP_MISSING_REQUIRED_HEADER_FIELD_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_REGISTRATION_ODP_INVALID_HEADER_FIELD_VALUE_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_REGISTRATION_ODP_JSON_PARSING_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_REGISTRATION_ODP_PARSING_UNKNOWN_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_COBALT_LOGGER_INITIALIZATION_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_UNABLE_FIND_SERVICES public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_MANAGER_REMOTE_EXCEPTION public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_SERVICE_IMPL_NULL_ARGUMENT public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_FILTER_EXCEPTION_USER_CONSENT_REVOKED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_FILTER_EXCEPTION_BACKGROUND_CALLER public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_FILTER_EXCEPTION_CALLER_NOT_ALLOWED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_FILTER_EXCEPTION_UNAUTHORIZED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_FILTER_EXCEPTION_RATE_LIMIT_REACHED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_FILTER_EXCEPTION_INTERNAL_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_GET_ENROLLMENT_AD_TECH_ID_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_FLEDGE_CONSENT_NOT_GIVEN public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_FLEDGE_CONSENT_REVOKED_FOR_APP_AFTER_SETTING_FLEDGE_USE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_EXECUTION_EXCEPTION public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_UNABLE_SEND_RESULT_TO_CALLBACK public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_GET_CALLING_UID_ILLEGAL_STATE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_NOTIFY_FAILURE_FILTER_EXCEPTION_USER_CONSENT_REVOKED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_NOTIFY_FAILURE_FILTER_EXCEPTION_BACKGROUND_CALLER public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_NOTIFY_FAILURE_FILTER_EXCEPTION_CALLER_NOT_ALLOWED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_NOTIFY_FAILURE_FILTER_EXCEPTION_UNAUTHORIZED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_NOTIFY_FAILURE_FILTER_EXCEPTION_RATE_LIMIT_REACHED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_NOTIFY_FAILURE_FILTER_EXCEPTION_INTERNAL_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_NOTIFY_FAILURE_INVALID_ARGUMENT public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_UNEXPECTED_ERROR_DURING_OPERATION public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_CONSENT_MANAGER_PPAPI_ONLY_FLEDGE_CONSENT_CHECK_FAILED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_CONSENT_MANAGER_PPAPI_AND_SYSTEM_SERVER_FLEDGE_CONSENT_CHECK_FAILED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_CONSENT_MANAGER_PPAPI_AND_ADEXT_SERVICE_CONSENT_FAILED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_CONSENT_MANAGER_INVALID_CONSENT_SOURCE_OF_TRUTH public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_VALIDATE_AND_PERSIST_ENCODED_PAYLOAD_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_ENCODED_PAYLOAD_SIZE_EXCEEDS_LIMITS public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_FAILED_PER_BUYER_ENCODING public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_PROCESSING_JSON_VERSION_OF_SIGNALS_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_NULL_ENCODING_SCRIPT_RESULT public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_EMPTY_SCRIPT_RESULT public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_JS_EXECUTION_STATUS_UNSUCCESSFUL public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_MALFORMED_ENCODED_PAYLOAD public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_PROCESS_ENCODED_PAYLOAD_RESULT_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_JSON_PROCESSING_STATUS_SEMANTIC_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_UNPACK_SIGNAL_UPDATES_JSON_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_COLLISION_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_CONVERTING_UPDATE_SIGNALS_RESPONSE_TO_JSON_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_EMPTY_RESPONSE_FROM_CLIENT_DOWNLOADING_ENCODER public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_INVALID_OR_MISSING_ENCODER_VERSION public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_UPDATE_FOR_ENCODING_LOGIC_ON_PERSISTENCE_LAYER_FAILED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_AUCTION_SERVER_API_NOT_AVAILABLE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_NULL_ARGUMENT public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_AUCTION_SERVER_API_NOT_AVAILABLE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_NULL_ARGUMENT public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_GET_CALLING_UID_ILLEGAL_STATE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_GET_CALLING_UID_ILLEGAL_STATE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_NO_MATCH_PACKAGE_NAME public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_NO_MATCH_PACKAGE_NAME public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_PERMISSION_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_PERMISSION_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_ANY_PERMISSION_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_ANY_PERMISSION_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_ENROLLMENT_DATA_MATCH_NOT_FOUND public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_ENROLLMENT_DATA_MATCH_NOT_FOUND public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_AD_TECH_NOT_AUTHORIZED_BY_APP public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_AD_TECH_NOT_AUTHORIZED_BY_APP public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_NOT_ALLOWED_ENROLLMENT_BLOCKLISTED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_NOT_ALLOWED_ENROLLMENT_BLOCKLISTED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_USER_CONSENT_FOR_API_IS_NOT_GIVEN public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_USER_CONSENT_FOR_API_IS_NOT_GIVEN public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_CONSENT_REVOKED_FOR_APP public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_MISSING_ANY_NOTIFICATION_DISPLAYED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_MISSING_ANY_NOTIFICATION_DISPLAYED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_MISSING_ANY_NOTIFICATION_DISPLAYED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PAS_ALL_APIS_CONSENT_DISABLED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_ALL_APIS_CONSENT_DISABLED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_ALL_APIS_CONSENT_DISABLED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_FILTER_AND_REVOKED_CONSENT_EXCEPTION public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_ADSERVICES_EXCEPTION public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_UNSUPPORTED_PAYLOAD_SIZE_EXCEPTION public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_RUNNER_OUTCOME_SELECTION_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_EXCEEDED_ALLOWED_TIME_LIMIT public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_CREATE_ASSET_FILE_DESCRIPTOR_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_NOTIFY_SUCCESS_CALLBACK_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_NOTIFY_EMPTY_SUCCESS_CALLBACK_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_NOTIFY_FAILURE_CALLBACK_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_NOTIFY_FAILURE_TIMEOUT public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_NOTIFY_FAILURE_JS_SANDBOX_UNAVAILABLE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_NOTIFY_FAILURE_INVALID_ARGUMENT public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_NOTIFY_FAILURE_INTERNAL_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_NOTIFY_FAILURE_FILTER_EXCEPTION_USER_CONSENT_REVOKED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_NOTIFY_FAILURE_FILTER_EXCEPTION_BACKGROUND_CALLER public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_NOTIFY_FAILURE_FILTER_EXCEPTION_CALLER_NOT_ALLOWED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_NOTIFY_FAILURE_FILTER_EXCEPTION_UNAUTHORIZED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_NOTIFY_FAILURE_FILTER_EXCEPTION_RATE_LIMIT_REACHED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_AD_SELECTION_DATA_RUNNER_NOTIFY_FAILURE_FILTER_EXCEPTION_INTERNAL_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_REVOKED_CONSENT_FILTER_EXCEPTION public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_ADSERVICES_EXCEPTION public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_FAST_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_PROCESSING_KANON_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_AUCTION_RESULT_HAS_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_RESULT_IS_CHAFF public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_AUCTION_RESULT_UNKNOWN public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_AUCTION_RESULT_INVALID_OBJECT public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_UNDEFINED_AD_TYPE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NOT_FOUND_CA public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NULL_OR_EMPTY_ADS_FOR_CA public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NOT_FOUND_WINNING_AD public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_TIMEOUT public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_PARSING_AUCTION_RESULT_INVALID_PROTO_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_UPDATING_AD_COUNTER_WIN_HISTOGRAM_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_INVALID_AD_TECH_URI public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_INVALID_INTERACTION_URI public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_INTERACTION_KEY_EXCEEDS_MAXIMUM_LIMIT public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NULL_INITIALIZATION_INFO public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_MISMATCH_INITIALIZATION_INFO public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NOTIFY_SUCCESS_CALLBACK_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NOTIFY_EMPTY_SUCCESS_CALLBACK_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NOTIFY_FAILURE_CALLBACK_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NOTIFY_FAILURE_TIMEOUT public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NOTIFY_FAILURE_JS_SANDBOX_UNAVAILABLE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NOTIFY_FAILURE_INVALID_ARGUMENT public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NOTIFY_FAILURE_INTERNAL_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NOTIFY_FAILURE_FILTER_EXCEPTION_USER_CONSENT_REVOKED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NOTIFY_FAILURE_FILTER_EXCEPTION_BACKGROUND_CALLER public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NOTIFY_FAILURE_FILTER_EXCEPTION_CALLER_NOT_ALLOWED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NOTIFY_FAILURE_FILTER_EXCEPTION_UNAUTHORIZED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NOTIFY_FAILURE_FILTER_EXCEPTION_RATE_LIMIT_REACHED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NOTIFY_FAILURE_FILTER_EXCEPTION_INTERNAL_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__OBLIVIOUS_HTTP_ENCRYPTOR_DECRYPTION_INVALID_KEY_SPEC_EXCEPTION public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__OBLIVIOUS_HTTP_ENCRYPTOR_DECRYPTION_UNSUPPORTED_HPKE_ALGORITHM_EXCEPTION public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__OBLIVIOUS_HTTP_ENCRYPTOR_DECRYPTION_IO_EXCEPTION public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__OBLIVIOUS_HTTP_ENCRYPTOR_ENCRYPTION_UNSUPPORTED_HPKE_ALGORITHM_EXCEPTION public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__OBLIVIOUS_HTTP_ENCRYPTOR_ENCRYPTION_IO_EXCEPTION public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__AUCTION_RESULT_VALIDATOR_AD_TECH_NOT_ALLOWED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__AD_SELECTION_ENCRYPTION_KEY_MANAGER_NULL_FETCH_URI public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__AD_SELECTION_SERVICE_AUCTION_SERVER_API_NOT_AVAILABLE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__AD_SELECTION_SERVICE_NULL_ARGUMENT public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__AD_SELECTION_SERVICE_GET_CALLING_UID_ILLEGAL_STATE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_AUTHORIZATION_FILTER_NO_MATCH_PACKAGE_NAME public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_AUTHORIZATION_FILTER_PERMISSION_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_AUTHORIZATION_FILTER_ANY_PERMISSION_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_AUTHORIZATION_FILTER_ENROLLMENT_DATA_MATCH_NOT_FOUND public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_AUTHORIZATION_FILTER_AD_TECH_NOT_AUTHORIZED_BY_APP public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_AUTHORIZATION_FILTER_NOT_ALLOWED_ENROLLMENT_BLOCKLISTED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_CONSENT_FILTER_USER_CONSENT_FOR_API_IS_NOT_GIVEN public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_CONSENT_FILTER_CONSENT_REVOKED_FOR_APP public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_CONSENT_FILTER_MISSING_ANY_NOTIFICATION_DISPLAYED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_CONSENT_FILTER_ALL_APIS_CONSENT_DISABLED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_INTERACTION_URI_EXCEEDS_MAXIMUM_LIMIT public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PERSIST_AD_SELECTION_RESULT_RUNNER_NOTIFY_EMPTY_SUCCESS_SILENT_CONSENT_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_SERVICE_NULL_ARGUMENT public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_SERVICE_GET_CALLING_UID_ILLEGAL_STATE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_SERVICE_NOTIFY_SUCCESS_TO_CALLER_FAILED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_SERVICE_NOTIFY_FAILURE_INVALID_ARGUMENT public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_SERVICE_NOTIFY_FAILURE_BACKGROUND_CALLER public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_SERVICE_NOTIFY_FAILURE_UNAUTHORIZED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_SERVICE_NOTIFY_FAILURE_CALLER_NOT_ALLOWED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_SERVICE_NOTIFY_FAILURE_RATE_LIMIT_REACHED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_SERVICE_NOTIFY_FAILURE_INTERNAL_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_API_THROTTLE_FILTER_RATE_LIMIT_REACHED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__APP_IMPORTANCE_FILTER_IMPORTANCE_CALLER_NOT_ALLOWED_TO_CROSS_USER_BOUNDARIES public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__APP_IMPORTANCE_FILTER_IMPORTANCE_EXCEEDED_THRESHOLD public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_ALLOW_LISTS_FILTER_PACKAGE_NOT_IN_ALLOW_LIST public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_QUANTITY_CHECKER_REACHED_MAX_NUMBER_OF_OWNER public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_QUANTITY_CHECKER_REACHED_MAX_NUMBER_OF_TOTAL_CUSTOM_AUDIENCE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_QUANTITY_CHECKER_REACHED_MAX_NUMBER_OF_CUSTOM_AUDIENCE_PER_OWNER public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FETCH_CUSTOM_AUDIENCE_IMPL_DISABLED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FETCH_CUSTOM_AUDIENCE_IMPL_QUARANTINED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FETCH_CUSTOM_AUDIENCE_IMPL_REQUEST_CUSTOM_HEADER_EXCEEDS_SIZE_LIMIT public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FETCH_CUSTOM_AUDIENCE_IMPL_INVALID_JSON_RESPONSE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FETCH_CUSTOM_AUDIENCE_IMPL_INCOMPLETE_FUSED_CUSTOM_AUDIENCE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FETCH_CUSTOM_AUDIENCE_IMPL_FUSED_CUSTOM_AUDIENCE_EXCEEDS_SIZE_LIMIT public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FETCH_CUSTOM_AUDIENCE_IMPL_UNABLE_TO_SEND_SUCCESSFUL_RESULT_TO_CALLBACK public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FETCH_CUSTOM_AUDIENCE_IMPL_UNABLE_TO_SEND_FAILURE_TO_CALLBACK public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FETCH_CUSTOM_AUDIENCE_IMPL_NOTIFY_FAILURE_FILTER_EXCEPTION_USER_CONSENT_REVOKED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FETCH_CUSTOM_AUDIENCE_IMPL_NOTIFY_FAILURE_FILTER_EXCEPTION_BACKGROUND_CALLER public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FETCH_CUSTOM_AUDIENCE_IMPL_NOTIFY_FAILURE_FILTER_EXCEPTION_CALLER_NOT_ALLOWED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FETCH_CUSTOM_AUDIENCE_IMPL_NOTIFY_FAILURE_FILTER_EXCEPTION_UNAUTHORIZED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FETCH_CUSTOM_AUDIENCE_IMPL_NOTIFY_FAILURE_FILTER_EXCEPTION_RATE_LIMIT_REACHED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FETCH_CUSTOM_AUDIENCE_IMPL_NOTIFY_FAILURE_ILLEGAL_ARGUMENT_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FETCH_CUSTOM_AUDIENCE_IMPL_NOTIFY_FAILURE_INVALID_OBJECT_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FETCH_CUSTOM_AUDIENCE_IMPL_NOTIFY_FAILURE_SERVER_RATE_LIMIT_REACHED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FETCH_CUSTOM_AUDIENCE_IMPL_NOTIFY_FAILURE_INTERNAL_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_BLOB_FAILED_PARSING_AD_SELECTION_SIGNALS_STRING_TO_JSON public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_BLOB_FAILED_INITIATING_AD_SELECTION_SIGNALS_FROM_JSON public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_BLOB_FAILED_GETTING_STRING_VALUE_FROM_JSON_BY_KEY public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_BLOB_FAILED_GETTING_TIME_INSTANT_FROM_JSON_BY_KEY public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_BLOB_FAILED_GETTING_TRUSTED_BIDDING_DATA_FROM_JSON public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_BLOB_FAILED_GETTING_STRING_FROM_JSON_ARRAY public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_BLOB_NULL_ARGUMENT public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_BLOB_FAILED_GETTING_TRUSTED_BIDDING_DATA_AS_JSON_OBJECT public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_BLOB_FAILED_GETTING_ADS_FROM_JSON_OBJECT public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_BLOB_FAILED_PARSING_RENDER_URI_IN_ADS_JSON_ARRAY public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_DAO_QUARANTINE_TABLE_MAX_REACHED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_INVALID_JSON_SELLER public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_INVALID_JSON_BUYER public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_ERROR_FETCHING_BUYER_SCRIPT_FROM_URI public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_INVALID_SELLER_REPORTING_URI public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_INVALID_BUYER_REPORTING_URI public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_NOTIFY_SUCCESS_TO_CALLER_FAILED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_HTTP_GET_REPORTING_URL_FAILED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_FAILED_DUE_TO_IO_ERROR_DURING_REPORTING public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_FAILED_DURING_REPORTING public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_NOTIFY_FAILURE_FILTER_EXCEPTION_USER_CONSENT_REVOKED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_NOTIFY_FAILURE_FILTER_EXCEPTION_BACKGROUND_CALLER public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_NOTIFY_FAILURE_FILTER_EXCEPTION_CALLER_NOT_ALLOWED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_NOTIFY_FAILURE_FILTER_EXCEPTION_UNAUTHORIZED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_NOTIFY_FAILURE_FILTER_EXCEPTION_RATE_LIMIT_REACHED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_NOTIFY_FAILURE_INVALID_ARGUMENT public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_NOTIFY_FAILURE_INTERNAL_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_NOTIFY_FAILURE_TO_CALLER_FAILED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_INTERACTION_KEY_SIZE_EXCEEDS_MAX public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_INTERACTION_REPORTING_URI_SIZE_EXCEEDS_MAX public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_INVALID_INTERACTION_URI public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__JS_FETCHER_SELLER_MISSING_OUTCOME_SELECTION_LOGIC public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__JS_FETCHER_BUYER_MISSING_OUTCOME_SELECTION_LOGIC public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_LEGACY_INVALID_JSON public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_LEGACY_FETCHING_BUYER_SCRIPT_FAILED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_LEGACY_NOTIFY_SUCCESS_TO_CALLER_FAILED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_LEGACY_GETTING_REPORTING_URL_FAILED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_LEGACY_INVALID_SELLER_REPORTING_URI public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_LEGACY_INVALID_BUYER_REPORTING_URI public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_LEGACY_FAILED_DUE_TO_IO_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_LEGACY_FAILED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_LEGACY_NOTIFY_FAILURE_FILTER_EXCEPTION_USER_CONSENT_REVOKED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_LEGACY_NOTIFY_FAILURE_FILTER_EXCEPTION_BACKGROUND_CALLER public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_LEGACY_NOTIFY_FAILURE_FILTER_EXCEPTION_CALLER_NOT_ALLOWED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_LEGACY_NOTIFY_FAILURE_FILTER_EXCEPTION_UNAUTHORIZED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_LEGACY_NOTIFY_FAILURE_FILTER_EXCEPTION_RATE_LIMIT_REACHED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_LEGACY_NOTIFY_FAILURE_INVALID_ARGUMENT public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_LEGACY_NOTIFY_FAILURE_INTERNAL_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IMPRESSION_REPORTER_LEGACY_NOTIFY_FAILURE_TO_CALLER_FAILED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__AD_SERVICES_HTTPS_CLIENT_URI_IS_MALFORMED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__AD_SERVICES_HTTPS_CLIENT_OPENING_URL_FAILED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__AD_SERVICES_HTTPS_CLIENT_HTTP_REQUEST_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__AD_SERVICES_HTTPS_CLIENT_HTTP_REQUEST_RETRIABLE_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__AD_SERVICES_HTTPS_CLIENT_TIMEOUT_READING_RESPONSE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ENROLLMENT_DAO_URI_INVALID public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ENROLLMENT_DAO_PRIVACY_API_INVALID public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ENROLLMENT_DAO_URI_ENROLLMENT_MATCH_FAILED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ENROLLMENT_DAO_GET_FLEDGE_ENROLLMENT_DATA_FROM_DB_FAILED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ENROLLMENT_DAO_GET_PAS_ENROLLMENT_DATA_FROM_DB_FAILED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__REPORT_IMPRESSION_SCRIPT_ENGINE_ILLEGAL_RESULT_RETURNED_BY_CALLING_FUNCTION public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__REPORT_IMPRESSION_SCRIPT_ENGINE_UNEXPECTED_RESULT_STRUCTURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__REPORT_IMPRESSION_SCRIPT_ENGINE_JS_REFERENCE_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__REPORT_IMPRESSION_SCRIPT_ENGINE_JS_OTHER_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__EVENT_REPORTER_NOTIFY_SUCCESS_TO_CALLER_FAILED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__EVENT_REPORTER_NOTIFY_FAILURE_FILTER_EXCEPTION_USER_CONSENT_REVOKED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__EVENT_REPORTER_NOTIFY_FAILURE_FILTER_EXCEPTION_BACKGROUND_CALLER public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__EVENT_REPORTER_NOTIFY_FAILURE_FILTER_EXCEPTION_CALLER_NOT_ALLOWED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__EVENT_REPORTER_NOTIFY_FAILURE_FILTER_EXCEPTION_UNAUTHORIZED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__EVENT_REPORTER_NOTIFY_FAILURE_FILTER_EXCEPTION_RATE_LIMIT_REACHED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__EVENT_REPORTER_NOTIFY_FAILURE_INVALID_ARGUMENT public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__EVENT_REPORTER_NOTIFY_FAILURE_INTERNAL_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__EVENT_REPORTER_NOTIFY_FAILURE_TO_CALLER_FAILED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__REPORT_AND_REGISTER_EVENT_IMPL_REGISTER_EVENT_FAILED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__REPORT_AND_REGISTER_EVENT_IMPL_FAILED_DUE_TO_IO_EXCEPTION public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__REPORT_AND_REGISTER_EVENT_IMPL_FAILED_DUE_TO_INTERNAL_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__REPORT_AND_REGISTER_EVENT_FALLBACK_IMPL_FAILED_DUE_TO_IO_EXCEPTION public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__REPORT_AND_REGISTER_EVENT_FALLBACK_IMPL_FAILED_DUE_TO_INTERNAL_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__REPORT_EVENT_IMPL_FAILED_DUE_TO_IO_EXCEPTION public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__REPORT_EVENT_IMPL_FAILED_DUE_TO_INTERNAL_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__JS_FETCHER_NON_NUMERIC_VERSION_FOR_JS_PAYLOAD public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_AUTHORIZATION_FILTER_INVALID_API_TYPE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_AUTHORIZATION_FILTER_ENROLLMENT_NOT_FOUND public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FLEDGE_AUTHORIZATION_FILTER_NOT_ALLOWED_ENROLLMENT_FROM_URI_BLOCKED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SCHEDULE_CUSTOM_AUDIENCE_UPDATE_IMPL_DISABLED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SCHEDULE_CUSTOM_AUDIENCE_UPDATE_IMPL_USER_CONSENT_REVOKED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SCHEDULE_CUSTOM_AUDIENCE_UPDATE_IMPL_FILTER_EXCEPTION public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CUSTOM_AUDIENCE_DAO_FAILED_DUE_TO_PENDING_SCHEDULE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SCHEDULE_CUSTOM_AUDIENCE_UPDATE_IMPL_NOTIFY_SUCCESS_TO_CALLER_FAILED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SCHEDULE_CUSTOM_AUDIENCE_UPDATE_IMPL_NOTIFY_FAILURE_FILTER_EXCEPTION_USER_CONSENT_REVOKED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SCHEDULE_CUSTOM_AUDIENCE_UPDATE_IMPL_NOTIFY_FAILURE_FILTER_EXCEPTION_BACKGROUND_CALLER public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SCHEDULE_CUSTOM_AUDIENCE_UPDATE_IMPL_NOTIFY_FAILURE_FILTER_EXCEPTION_CALLER_NOT_ALLOWED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SCHEDULE_CUSTOM_AUDIENCE_UPDATE_IMPL_NOTIFY_FAILURE_FILTER_EXCEPTION_UNAUTHORIZED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SCHEDULE_CUSTOM_AUDIENCE_UPDATE_IMPL_NOTIFY_FAILURE_FILTER_EXCEPTION_RATE_LIMIT_REACHED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SCHEDULE_CUSTOM_AUDIENCE_UPDATE_IMPL_NOTIFY_FAILURE_INVALID_OBJECT public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SCHEDULE_CUSTOM_AUDIENCE_UPDATE_IMPL_NOTIFY_FAILURE_SERVER_RATE_LIMIT_REACHED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SCHEDULE_CUSTOM_AUDIENCE_UPDATE_IMPL_NOTIFY_FAILURE_INVALID_ARGUMENT public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SCHEDULE_CUSTOM_AUDIENCE_UPDATE_IMPL_NOTIFY_FAILURE_UPDATE_ALREADY_PENDING_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SCHEDULE_CUSTOM_AUDIENCE_UPDATE_IMPL_NOTIFY_FAILURE_INTERNAL_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__SCHEDULE_CUSTOM_AUDIENCE_UPDATE_IMPL_NOTIFY_FAILURE_TO_CALLER_FAILED public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CONSENT_REVOKED_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__DOWNLOADED_OTA_FILE_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__RESOURCES_PROVIDER_ADD_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__LOAD_MDD_FILE_GROUP_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__DISMISS_NOTIFICATION_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__DATASTORE_EXCEPTION_WHILE_GET_CONTENT public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__DATASTORE_EXCEPTION_WHILE_RECORDING_NOTIFICATION public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__DATASTORE_EXCEPTION_WHILE_RECORDING_DEFAULT_CONSENT public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__DATASTORE_EXCEPTION_WHILE_RECORDING_MANUAL_CONSENT_INTERACTION public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PRIVACY_SANDBOX_SAVE_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__INVALID_CONSENT_SOURCE_OF_TRUTH public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ERROR_WHILE_GET_CONSENT public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__APP_SEARCH_DATA_MIGRATION_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__AD_SERVICES_ENTRY_POINT_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__RESERVED_ERROR_CODE_4015 public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__UNSUPPORTED_UX public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__DELETE_TASK_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__FILE_DESCRIPTOR_CLOSE_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__CLIENT_PLAN_SPEC_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__INVALID_PROTOBUF_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ISOLATED_TRAINING_PROCESS_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ITERATOR_NEXT_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ITERATOR__NEXT_TIMEOUT public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__GET_ADEXT_DATA_SERVICE_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__PUT_ADEXT_DATA_SERVICE_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__BACK_COMPAT_INIT_CANCEL_JOB_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__BACK_COMPAT_INIT_UPDATE_ACTIVITY_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__BACK_COMPAT_INIT_UPDATE_SERVICE_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__BACK_COMPAT_INIT_ENABLE_RECEIVER_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__BACK_COMPAT_INIT_DISABLE_RECEIVER_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__BACK_COMPAT_INIT_BOOT_COMPLETED_RECEIVER_FAILURE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IAPC_AD_ID_PROVIDER_NOT_AVAILABLE public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__IAPC_UPDATE_AD_ID_API_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ON_DEVICE_PERSONALIZATION_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ISOLATED_SERVICE_EXECUTE_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ISOLATED_SERVICE_DOWNLOAD_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ISOLATED_SERVICE_RENDER_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ISOLATED_SERVICE_EVENT_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ISOLATED_SERVICE_TRAINING_EXAMPLE_ERROR public static final int AD_SERVICES_ERROR_REPORTED__ERROR_CODE__ISOLATED_SERVICE_WEB_TRIGGER_ERROR public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__PPAPI_NAME_UNSPECIFIED public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__TOPICS public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__MEASUREMENT public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__FLEDGE public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__AD_ID public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__APP_SET_ID public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__UX public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__COMMON public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__FEDERATED_COMPUTE public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__ADEXT_DATA_SERVICE public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__ODP public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__PAS public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__GET_AD_SELECTION_DATA public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__PERSIST_AD_SELECTION_RESULT public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__REPORT_IMPRESSION public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__REPORT_INTERACTION public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__JOIN_CUSTOM_AUDIENCE public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__LEAVE_CUSTOM_AUDIENCE public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__FETCH_AND_JOIN_CUSTOM_AUDIENCE public static final int AD_SERVICES_ERROR_REPORTED__PPAPI_NAME__SCHEDULE_CUSTOM_AUDIENCE_UPDATE public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__EXECUTION_RESULT_CODE__UNSPECIFIED_CODE public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__EXECUTION_RESULT_CODE__SUCCESSFUL public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__EXECUTION_RESULT_CODE__FAILED_WITH_RETRY public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__EXECUTION_RESULT_CODE__FAILED_WITHOUT_RETRY public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__EXECUTION_RESULT_CODE__ONSTOP_CALLED_WITH_RETRY public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__EXECUTION_RESULT_CODE__ONSTOP_CALLED_WITHOUT_RETRY public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__EXECUTION_RESULT_CODE__HALTED_FOR_UNKNOWN_REASON public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__EXECUTION_RESULT_CODE__SKIP_FOR_EXTSERVICES_JOB_ON_TPLUS public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__EXECUTION_RESULT_CODE__SKIP_FOR_KILL_SWITCH_ON public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__EXECUTION_RESULT_CODE__SKIP_FOR_USER_CONSENT_REVOKED public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__EXECUTION_RESULT_CODE__SKIP_FOR_JOB_NOT_CONFIGURED public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__EXECUTION_RESULT_CODE__SKIP_FOR_PERSONALIZATION_NOT_ENABLED public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__PUBLIC_STOP_REASON__STOP_REASON_UNDEFINED public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__PUBLIC_STOP_REASON__STOP_REASON_CANCELLED_BY_APP public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__PUBLIC_STOP_REASON__STOP_REASON_PREEMPT public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__PUBLIC_STOP_REASON__STOP_REASON_TIMEOUT public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__PUBLIC_STOP_REASON__STOP_REASON_DEVICE_STATE public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__PUBLIC_STOP_REASON__STOP_REASON_CONSTRAINT_BATTERY_NOT_LOW public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__PUBLIC_STOP_REASON__STOP_REASON_CONSTRAINT_CHARGING public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__PUBLIC_STOP_REASON__STOP_REASON_CONSTRAINT_CONNECTIVITY public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__PUBLIC_STOP_REASON__STOP_REASON_CONSTRAINT_DEVICE_IDLE public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__PUBLIC_STOP_REASON__STOP_REASON_CONSTRAINT_STORAGE_NOT_LOW public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__PUBLIC_STOP_REASON__STOP_REASON_QUOTA public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__PUBLIC_STOP_REASON__STOP_REASON_BACKGROUND_RESTRICTION public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__PUBLIC_STOP_REASON__STOP_REASON_APP_STANDBY public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__PUBLIC_STOP_REASON__STOP_REASON_USER public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__PUBLIC_STOP_REASON__STOP_REASON_SYSTEM_PROCESSING public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__PUBLIC_STOP_REASON__STOP_REASON_ESTIMATED_APP_LAUNCH_TIME_CHANGED public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__PUBLIC_STOP_REASON__STOP_REASON_TIMEOUT_ABANDONED public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__MODULE_NAME__UNKNOWN_MODULE_NAME public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__MODULE_NAME__MODULE_NAME_ADSERVICES public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__MODULE_NAME__MODULE_NAME_ON_DEVICE_PERSONALIZATION public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__MODULE_NAME__MODULE_NAME_FEDERATED_COMPUTE public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__SCHEDULER_TYPE__SCHEDULER_TYPE_UNSPECIFIED public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__SCHEDULER_TYPE__SCHEDULER_TYPE_JOB_SCHEDULER public static final int AD_SERVICES_BACKGROUND_JOBS_EXECUTION_REPORTED__SCHEDULER_TYPE__SCHEDULER_TYPE_SPE public static final int AD_SERVICES_MEASUREMENT_DELAYED_SOURCE_REGISTRATION__REGISTRATION_STATUS__UNKNOWN_DELAYED_SOURCE_REGISTRATION_STATUS public static final int AD_SERVICES_MEASUREMENT_DELAYED_SOURCE_REGISTRATION__REGISTRATION_STATUS__MISSING_DELAYED_SOURCE_REGISTRATION_STATUS public static final int AD_SERVICES_MEASUREMENT_DELAYED_SOURCE_REGISTRATION__REGISTRATION_STATUS__VALID_DELAYED_SOURCE_REGISTRATION_STATUS public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__SOURCE_TYPE__UNKNOWN_SOURCE_TYPE public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__SOURCE_TYPE__EVENT_SOURCE_TYPE public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__SOURCE_TYPE__NAVIGATION_SOURCE_TYPE public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__SOURCE_TYPE__VIEW_SOURCE_TYPE public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__SOURCE_TYPE__CLICK_SOURCE_TYPE public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__ATTRIBUTION_SURFACE_COMBINATION__UNKNOWN_ATTRIBUTION_SURFACE_COMBINATION public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__ATTRIBUTION_SURFACE_COMBINATION__APP_APP_ATTRIBUTION_SURFACE_COMBINATION public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__ATTRIBUTION_SURFACE_COMBINATION__APP_WEB_ATTRIBUTION_SURFACE_COMBINATION public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__ATTRIBUTION_SURFACE_COMBINATION__WEB_APP_ATTRIBUTION_SURFACE_COMBINATION public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__ATTRIBUTION_SURFACE_COMBINATION__WEB_WEB_ATTRIBUTION_SURFACE_COMBINATION public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__STATUS__UNKNOWN_STATUS public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__STATUS__SUCCESS_STATUS public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__STATUS__FAILURE_STATUS public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__STATUS__AGGREGATE_REPORT_GENERATED_SUCCESS_STATUS public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__STATUS__EVENT_REPORT_GENERATED_SUCCESS_STATUS public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__STATUS__AGGREGATE_AND_EVENT_REPORTS_GENERATED_SUCCESS_STATUS public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__STATUS__NULL_AGGREGATE_REPORT_GENERATED_SUCCESS_STATUS public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__FAILURE_TYPE__UNKNOWN_ATTRIBUTION_FAILURE_TYPE public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__FAILURE_TYPE__TRIGGER_IGNORED_ATTRIBUTION_FAILURE_TYPE public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__FAILURE_TYPE__TRIGGER_ALREADY_ATTRIBUTED_ATTRIBUTION_FAILURE_TYPE public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__FAILURE_TYPE__TRIGGER_MARKED_FOR_DELETION_ATTRIBUTION_FAILURE_TYPE public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__FAILURE_TYPE__NO_MATCHING_SOURCE_ATTRIBUTION_FAILURE_TYPE public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__FAILURE_TYPE__NO_TOP_LEVEL_FILTER_MATCH_ATTRIBUTION_FAILURE_TYPE public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__FAILURE_TYPE__RATE_LIMIT_EXCEEDED_ATTRIBUTION_FAILURE_TYPE public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__FAILURE_TYPE__NO_REPORTS_GENERATED_ATTRIBUTION_FAILURE_TYPE public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__FAILURE_TYPE__JOB_RETRY_LIMIT_EXCEEDED_ATTRIBUTION_FAILURE_TYPE public static final int AD_SERVICES_MEASUREMENT_ATTRIBUTION__FAILURE_TYPE__TRIGGER_NOT_FOUND_FAILURE_TYPE public static final int AD_SERVICES_MEASUREMENT_JOBS__STATUS__UNKNOWN_STATUS public static final int AD_SERVICES_MEASUREMENT_JOBS__STATUS__SUCCESS_STATUS public static final int AD_SERVICES_MEASUREMENT_JOBS__STATUS__FAILURE_STATUS public static final int AD_SERVICES_MEASUREMENT_JOBS__STATUS__AGGREGATE_REPORT_GENERATED_SUCCESS_STATUS public static final int AD_SERVICES_MEASUREMENT_JOBS__STATUS__EVENT_REPORT_GENERATED_SUCCESS_STATUS public static final int AD_SERVICES_MEASUREMENT_JOBS__STATUS__AGGREGATE_AND_EVENT_REPORTS_GENERATED_SUCCESS_STATUS public static final int AD_SERVICES_MEASUREMENT_JOBS__STATUS__NULL_AGGREGATE_REPORT_GENERATED_SUCCESS_STATUS public static final int AD_SERVICES_MEASUREMENT_JOBS__JOB_TYPE__UNKNOWN_JOB_TYPE public static final int AD_SERVICES_MEASUREMENT_JOBS__JOB_TYPE__ASYNC_REGISTRATION_JOB_TYPE public static final int AD_SERVICES_MEASUREMENT_JOBS__JOB_TYPE__ASYNC_REGISTRATION_FALLBACK_JOB_TYPE public static final int AD_SERVICES_MEASUREMENT_JOBS__JOB_TYPE__ATTRIBUTION_JOB_TYPE public static final int AD_SERVICES_MEASUREMENT_JOBS__JOB_TYPE__AGGREGATION_REPORTING_JOB_TYPE public static final int AD_SERVICES_MEASUREMENT_JOBS__JOB_TYPE__AGGREGATE_REPORTING_FALLBACK_JOB_TYPE public static final int AD_SERVICES_MEASUREMENT_JOBS__JOB_TYPE__EVENT_REPORTING_JOB_TYPE public static final int AD_SERVICES_MEASUREMENT_JOBS__JOB_TYPE__EVENT_REPORTING_FALLBACK_JOB_TYPE public static final int AD_SERVICES_MEASUREMENT_JOBS__JOB_TYPE__DELETE_EXPIRED_JOB_TYPE public static final int AD_SERVICES_MEASUREMENT_JOBS__JOB_TYPE__DELETE_UNINSTALLED_JOB_TYPE public static final int AD_SERVICES_MEASUREMENT_WIPEOUT__WIPEOUT_CAUSE__UNKNOWN_WIPEOUT_CAUSE public static final int AD_SERVICES_MEASUREMENT_WIPEOUT__WIPEOUT_CAUSE__UNINSTALL_WIPEOUT_CAUSE public static final int AD_SERVICES_MEASUREMENT_WIPEOUT__WIPEOUT_CAUSE__CONSENT_FLIP_WIPEOUT_CAUSE public static final int AD_SERVICES_MEASUREMENT_WIPEOUT__WIPEOUT_CAUSE__CLEAR_DATA_WIPEOUT_CAUSE public static final int AD_SERVICES_MEASUREMENT_WIPEOUT__WIPEOUT_CAUSE__DELETE_REGISTRATIONS_API_CLEAR_DATA_WIPEOUT_CAUSE public static final int AD_SERVICES_MEASUREMENT_WIPEOUT__WIPEOUT_CAUSE__PACKAGE_CHANGED_WIPEOUT_CAUSE public static final int AD_SERVICES_MEASUREMENT_WIPEOUT__WIPEOUT_CAUSE__ROLLBACK_WIPEOUT_CAUSE public static final int AD_SERVICES_MEASUREMENT_AD_ID_MATCH_FOR_DEBUG_KEYS__ATTRIBUTION_TYPE__UNKNOWN public static final int AD_SERVICES_MEASUREMENT_AD_ID_MATCH_FOR_DEBUG_KEYS__ATTRIBUTION_TYPE__APP_APP public static final int AD_SERVICES_MEASUREMENT_AD_ID_MATCH_FOR_DEBUG_KEYS__ATTRIBUTION_TYPE__APP_WEB public static final int AD_SERVICES_MEASUREMENT_AD_ID_MATCH_FOR_DEBUG_KEYS__ATTRIBUTION_TYPE__WEB_APP public static final int AD_SERVICES_MEASUREMENT_AD_ID_MATCH_FOR_DEBUG_KEYS__ATTRIBUTION_TYPE__WEB_WEB public static final int AD_SERVICES_ENROLLMENT_DATA_STORED__TRANSACTION_TYPE__UNKNOWN_TRANSACTION_TYPE public static final int AD_SERVICES_ENROLLMENT_DATA_STORED__TRANSACTION_TYPE__READ_TRANSACTION_TYPE public static final int AD_SERVICES_ENROLLMENT_DATA_STORED__TRANSACTION_TYPE__WRITE_TRANSACTION_TYPE public static final int AD_SERVICES_CONSENT_MIGRATED__MIGRATION_TYPE__UNSPECIFIED_MIGRATION_TYPE public static final int AD_SERVICES_CONSENT_MIGRATED__MIGRATION_TYPE__PPAPI_TO_SYSTEM_SERVICE public static final int AD_SERVICES_CONSENT_MIGRATED__MIGRATION_TYPE__APPSEARCH_TO_SYSTEM_SERVICE public static final int AD_SERVICES_CONSENT_MIGRATED__MIGRATION_TYPE__ADEXT_SERVICE_TO_SYSTEM_SERVICE public static final int AD_SERVICES_CONSENT_MIGRATED__MIGRATION_TYPE__ADEXT_SERVICE_TO_APPSEARCH public static final int AD_SERVICES_CONSENT_MIGRATED__REGION__REGION_UNSPECIFIED public static final int AD_SERVICES_CONSENT_MIGRATED__REGION__EU public static final int AD_SERVICES_CONSENT_MIGRATED__REGION__ROW public static final int AD_SERVICES_CONSENT_MIGRATED__MIGRATION_STATUS__UNSPECIFIED_MIGRATION_STATUS public static final int AD_SERVICES_CONSENT_MIGRATED__MIGRATION_STATUS__FAILURE public static final int AD_SERVICES_CONSENT_MIGRATED__MIGRATION_STATUS__SUCCESS_WITH_SHARED_PREF_UPDATED public static final int AD_SERVICES_CONSENT_MIGRATED__MIGRATION_STATUS__SUCCESS_WITH_SHARED_PREF_NOT_UPDATED public static final int AD_SERVICES_ENROLLMENT_FAILED__DATA_FILE_GROUP_STATUS__UNKNOWN_DATA_FILE_GROUP_STATUS public static final int AD_SERVICES_ENROLLMENT_FAILED__DATA_FILE_GROUP_STATUS__DOWNLOADED_DATA_FILE_GROUP_STATUS public static final int AD_SERVICES_ENROLLMENT_FAILED__DATA_FILE_GROUP_STATUS__PENDING_DATA_FILE_GROUP_STATUS public static final int AD_SERVICES_ENROLLMENT_FAILED__DATA_FILE_GROUP_STATUS__PENDING_CUSTOM_VALIDATION public static final int AD_SERVICES_ENROLLMENT_FAILED__ERROR_CAUSE__UNKNOWN_ERROR_CAUSE public static final int AD_SERVICES_ENROLLMENT_FAILED__ERROR_CAUSE__ENROLLMENT_NOT_FOUND_ERROR_CAUSE public static final int AD_SERVICES_ENROLLMENT_FAILED__ERROR_CAUSE__ENROLLMENT_BLOCKLISTED_ERROR_CAUSE public static final int AD_SERVICES_MEASUREMENT_CLICK_VERIFICATION__SOURCE_TYPE__UNKNOWN_SOURCE_TYPE public static final int AD_SERVICES_MEASUREMENT_CLICK_VERIFICATION__SOURCE_TYPE__EVENT_SOURCE_TYPE public static final int AD_SERVICES_MEASUREMENT_CLICK_VERIFICATION__SOURCE_TYPE__NAVIGATION_SOURCE_TYPE public static final int AD_SERVICES_MEASUREMENT_CLICK_VERIFICATION__SOURCE_TYPE__VIEW_SOURCE_TYPE public static final int AD_SERVICES_MEASUREMENT_CLICK_VERIFICATION__SOURCE_TYPE__CLICK_SOURCE_TYPE public static final int AD_SERVICES_ENCRYPTION_KEY_FETCHED__FETCH_JOB_TYPE__UNKNOWN_JOB public static final int AD_SERVICES_ENCRYPTION_KEY_FETCHED__FETCH_JOB_TYPE__ENCRYPTION_KEY_DAILY_FETCH_JOB public static final int AD_SERVICES_ENCRYPTION_KEY_FETCHED__FETCH_JOB_TYPE__MDD_DOWNLOAD_JOB public static final int AD_SERVICES_ENCRYPTION_KEY_FETCHED__FETCH_STATUS__UNKNOWN public static final int AD_SERVICES_ENCRYPTION_KEY_FETCHED__FETCH_STATUS__NULL_ENDPOINT public static final int AD_SERVICES_ENCRYPTION_KEY_FETCHED__FETCH_STATUS__INVALID_ENDPOINT public static final int AD_SERVICES_ENCRYPTION_KEY_FETCHED__FETCH_STATUS__IO_EXCEPTION public static final int AD_SERVICES_ENCRYPTION_KEY_FETCHED__FETCH_STATUS__BAD_REQUEST_EXCEPTION public static final int AD_SERVICES_ENCRYPTION_KEY_FETCHED__FETCH_STATUS__KEY_NOT_MODIFIED public static final int AD_SERVICES_ENCRYPTION_KEY_FETCHED__FETCH_STATUS__SUCCESS public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__DB_TRANSACTION_TYPE__UNKNOWN public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__DB_TRANSACTION_TYPE__READ_TRANSACTION_TYPE public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__DB_TRANSACTION_TYPE__WRITE_TRANSACTION_TYPE public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__DB_TRANSACTION_STATUS__UNKNOWN_EXCEPTION public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__DB_TRANSACTION_STATUS__INVALID_KEY public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__DB_TRANSACTION_STATUS__INSERT_EXCEPTION public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__DB_TRANSACTION_STATUS__DELETE_EXCEPTION public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__DB_TRANSACTION_STATUS__SEARCH_EXCEPTION public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__DB_TRANSACTION_STATUS__SUCCESS public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__METHOD_NAME__UNKNOWN_METHOD public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__METHOD_NAME__GET_KEY_FROM_ENROLLMENT_ID public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__METHOD_NAME__GET_KEY_FROM_ENROLLMENT_ID_AND_KEY_TYPE public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__METHOD_NAME__GET_KEY_FROM_ENROLLMENT_ID_AND_KEY_ID public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__METHOD_NAME__GET_KEY_FROM_REPORTING_ORIGIN public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__METHOD_NAME__GET_ALL_KEYS public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__METHOD_NAME__INSERT_KEY public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__METHOD_NAME__INSERT_KEYS public static final int AD_SERVICES_ENCRYPTION_KEY_DB_TRANSACTION_ENDED__METHOD_NAME__DELETE_KEY public static final int DESTINATION_REGISTERED_BEACONS__DESTINATION__UNSET_DESTINATION public static final int DESTINATION_REGISTERED_BEACONS__DESTINATION__SELLER_DESTINATION public static final int DESTINATION_REGISTERED_BEACONS__DESTINATION__BUYER_DESTINATION public static final int DESTINATION_REGISTERED_BEACONS__DESTINATION__SELLER_AND_BUYER_DESTINATION public static final int DESTINATION_REGISTERED_BEACONS__ATTEMPTED_KEY_SIZES__UNSET_TYPE public static final int DESTINATION_REGISTERED_BEACONS__ATTEMPTED_KEY_SIZES__MUCH_SMALLER_THAN_MAXIMUM_KEY_SIZE public static final int DESTINATION_REGISTERED_BEACONS__ATTEMPTED_KEY_SIZES__SMALLER_THAN_MAXIMUM_KEY_SIZE public static final int DESTINATION_REGISTERED_BEACONS__ATTEMPTED_KEY_SIZES__EQUAL_TO_MAXIMUM_KEY_SIZE public static final int DESTINATION_REGISTERED_BEACONS__ATTEMPTED_KEY_SIZES__LARGER_THAN_MAXIMUM_KEY_SIZE public static final int DESTINATION_REGISTERED_BEACONS__BEACON_SOURCE__UNSET public static final int DESTINATION_REGISTERED_BEACONS__BEACON_SOURCE__PROTECTED_SIGNALS public static final int DESTINATION_REGISTERED_BEACONS__BEACON_SOURCE__CUSTOM_AUDIENCE public static final int REPORT_INTERACTION_API_CALLED__DESTINATION__UNSET_DESTINATION public static final int REPORT_INTERACTION_API_CALLED__DESTINATION__SELLER_DESTINATION public static final int REPORT_INTERACTION_API_CALLED__DESTINATION__BUYER_DESTINATION public static final int REPORT_INTERACTION_API_CALLED__DESTINATION__SELLER_AND_BUYER_DESTINATION public static final int APP_MANIFEST_CONFIG_HELPER_CALLED__API_ACCESS_TYPE__API_ACCESS_TYPE_UNSPECIFIED public static final int APP_MANIFEST_CONFIG_HELPER_CALLED__API_ACCESS_TYPE__API_ACCESS_TYPE_TOPICS public static final int APP_MANIFEST_CONFIG_HELPER_CALLED__API_ACCESS_TYPE__API_ACCESS_TYPE_CUSTOM_AUDIENCES public static final int APP_MANIFEST_CONFIG_HELPER_CALLED__API_ACCESS_TYPE__API_ACCESS_TYPE_ATTRIBUTION public static final int APP_MANIFEST_CONFIG_HELPER_CALLED__API_ACCESS_TYPE__API_ACCESS_TYPE_PROTECTED_SIGNALS public static final int APP_MANIFEST_CONFIG_HELPER_CALLED__API_ACCESS_TYPE__API_ACCESS_TYPE_AD_SELECTION public static final int APP_MANIFEST_CONFIG_HELPER_CALLED__API_ACCESS_RESULT__API_ACCESS_RESULT_UNSPECIFIED public static final int APP_MANIFEST_CONFIG_HELPER_CALLED__API_ACCESS_RESULT__API_ACCESS_RESULT_ALLOWED_BY_DEFAULT_APP_DOES_NOT_HAVE_CONFIG public static final int APP_MANIFEST_CONFIG_HELPER_CALLED__API_ACCESS_RESULT__API_ACCESS_RESULT_ALLOWED_BY_DEFAULT_APP_HAS_CONFIG_WITHOUT_API_SECTION public static final int APP_MANIFEST_CONFIG_HELPER_CALLED__API_ACCESS_RESULT__API_ACCESS_RESULT_ALLOWED_APP_ALLOWS_ALL public static final int APP_MANIFEST_CONFIG_HELPER_CALLED__API_ACCESS_RESULT__API_ACCESS_RESULT_ALLOWED_APP_ALLOWS_SPECIFIC_ID public static final int APP_MANIFEST_CONFIG_HELPER_CALLED__API_ACCESS_RESULT__API_ACCESS_RESULT_DISALLOWED_APP_DOES_NOT_EXIST public static final int APP_MANIFEST_CONFIG_HELPER_CALLED__API_ACCESS_RESULT__API_ACCESS_RESULT_DISALLOWED_APP_CONFIG_PARSING_ERROR public static final int APP_MANIFEST_CONFIG_HELPER_CALLED__API_ACCESS_RESULT__API_ACCESS_RESULT_DISALLOWED_APP_DOES_NOT_HAVE_CONFIG public static final int APP_MANIFEST_CONFIG_HELPER_CALLED__API_ACCESS_RESULT__API_ACCESS_RESULT_DISALLOWED_APP_DOES_HAS_CONFIG_WITHOUT_API_SECTION public static final int APP_MANIFEST_CONFIG_HELPER_CALLED__API_ACCESS_RESULT__API_ACCESS_RESULT_DISALLOWED_BY_APP public static final int APP_MANIFEST_CONFIG_HELPER_CALLED__API_ACCESS_RESULT__API_ACCESS_RESULT_DISALLOWED_GENERIC_ERROR public static final int AD_FILTERING_PROCESS_AD_SELECTION_REPORTED__FILTER_PROCESS_TYPE__FILTER_UNSET public static final int AD_FILTERING_PROCESS_AD_SELECTION_REPORTED__FILTER_PROCESS_TYPE__FILTER_CUSTOM_AUDIENCES public static final int AD_FILTERING_PROCESS_AD_SELECTION_REPORTED__FILTER_PROCESS_TYPE__FILTER_CONTEXTUAL_ADS public static final int SIGNATURE_VERIFICATION__SIGNATURE_VERIFICATION_STATUS__UNKNOWN public static final int SIGNATURE_VERIFICATION__SIGNATURE_VERIFICATION_STATUS__VERIFICATION_FAILED public static final int SIGNATURE_VERIFICATION__SIGNATURE_VERIFICATION_STATUS__VERIFIED public static final int KANON_IMMEDIATE_SIGN_JOIN_STATUS_REPORTED__RESULT__KANON_JOB_RESULT_UNSET public static final int KANON_IMMEDIATE_SIGN_JOIN_STATUS_REPORTED__RESULT__KANON_JOB_RESULT_INITIALIZE_FAILED public static final int KANON_IMMEDIATE_SIGN_JOIN_STATUS_REPORTED__RESULT__KANON_JOB_RESULT_SOME_OR_ALL_SIGN_FAILED public static final int KANON_IMMEDIATE_SIGN_JOIN_STATUS_REPORTED__RESULT__KANON_JOB_RESULT_SOME_OR_ALL_JOIN_FAILED public static final int KANON_IMMEDIATE_SIGN_JOIN_STATUS_REPORTED__RESULT__KANON_JOB_RESULT_SUCCESS public static final int KANON_BACKGROUND_JOB_STATUS_REPORTED__RESULT__KANON_JOB_RESULT_UNSET public static final int KANON_BACKGROUND_JOB_STATUS_REPORTED__RESULT__KANON_JOB_RESULT_INITIALIZE_FAILED public static final int KANON_BACKGROUND_JOB_STATUS_REPORTED__RESULT__KANON_JOB_RESULT_SOME_OR_ALL_SIGN_FAILED public static final int KANON_BACKGROUND_JOB_STATUS_REPORTED__RESULT__KANON_JOB_RESULT_SOME_OR_ALL_JOIN_FAILED public static final int KANON_BACKGROUND_JOB_STATUS_REPORTED__RESULT__KANON_JOB_RESULT_SUCCESS public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_UNSET public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_GET_CHALLENGE_HTTP_CALL public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_KEY_ATTESTATION_CERT_GENERATION public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_SERVER_PARAM_HTTP_CALL public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_SERVER_PUBLIC_PARAMS_PROTO_COMPOSITION public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_GENERATE_CLIENT_PARAM_ACT public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_REGISTER_CLIENT_HTTP_CALL public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_REGISTER_CLIENT_RESPONSE_PROTO_COMPOSITION public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_GENERATE_TOKENS_REQUEST_ACT public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_GET_TOKENS_REQUEST_HTTP_CALL public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_GET_TOKENS_RESPONSE_PROTO_COMPOSITION public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_VERIFY_TOKENS_RESPONSE_ACT public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_RECOVER_TOKENS_ACT public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_JOIN_HTTP_CALL public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION_CAUSE__KANON_ACTION_FAILURE_REASON_UNSET public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION_CAUSE__KANON_ACTION_FAILURE_REASON_NETWORK_EXCEPTION public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION_CAUSE__KANON_ACTION_FAILURE_REASON_SERVER_EXCEPTION public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION_CAUSE__KANON_ACTION_FAILURE_REASON_PROTO_PARSE_EXCEPTION public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION_CAUSE__KANON_ACTION_FAILURE_REASON_INTERNAL_ERROR public static final int KANON_INITIALIZE_STATUS_REPORTED__FAILED_ACTION_CAUSE__KANON_ACTION_FAILURE_REASON_UNKNOWN_ERROR public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_UNSET public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_GET_CHALLENGE_HTTP_CALL public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_KEY_ATTESTATION_CERT_GENERATION public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_SERVER_PARAM_HTTP_CALL public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_SERVER_PUBLIC_PARAMS_PROTO_COMPOSITION public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_GENERATE_CLIENT_PARAM_ACT public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_REGISTER_CLIENT_HTTP_CALL public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_REGISTER_CLIENT_RESPONSE_PROTO_COMPOSITION public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_GENERATE_TOKENS_REQUEST_ACT public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_GET_TOKENS_REQUEST_HTTP_CALL public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_GET_TOKENS_RESPONSE_PROTO_COMPOSITION public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_VERIFY_TOKENS_RESPONSE_ACT public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_RECOVER_TOKENS_ACT public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION__KANON_ACTION_JOIN_HTTP_CALL public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION_CAUSE__KANON_ACTION_FAILURE_REASON_UNSET public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION_CAUSE__KANON_ACTION_FAILURE_REASON_NETWORK_EXCEPTION public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION_CAUSE__KANON_ACTION_FAILURE_REASON_SERVER_EXCEPTION public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION_CAUSE__KANON_ACTION_FAILURE_REASON_PROTO_PARSE_EXCEPTION public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION_CAUSE__KANON_ACTION_FAILURE_REASON_INTERNAL_ERROR public static final int KANON_SIGN_STATUS_REPORTED__FAILED_ACTION_CAUSE__KANON_ACTION_FAILURE_REASON_UNKNOWN_ERROR public static final int KANON_KEY_ATTESTATION_STATUS_REPORTED__RESULT_CODE__KEY_ATTESTATION_RESULT_UNSET public static final int KANON_KEY_ATTESTATION_STATUS_REPORTED__RESULT_CODE__KEY_ATTESTATION_RESULT_KEYSTORE_EXCEPTION public static final int KANON_KEY_ATTESTATION_STATUS_REPORTED__RESULT_CODE__KEY_ATTESTATION_RESULT_ILLEGAL_STATE_EXCEPTION public static final int KANON_KEY_ATTESTATION_STATUS_REPORTED__RESULT_CODE__KEY_ATTESTATION_RESULT_CERTIFICATE_EXCEPTION public static final int KANON_KEY_ATTESTATION_STATUS_REPORTED__RESULT_CODE__KEY_ATTESTATION_RESULT_IO_EXCEPTION public static final int KANON_KEY_ATTESTATION_STATUS_REPORTED__RESULT_CODE__KEY_ATTESTATION_RESULT_NO_SUCH_ALGORITHM_EXCEPTION public static final int KANON_KEY_ATTESTATION_STATUS_REPORTED__RESULT_CODE__KEY_ATTESTATION_RESULT_SUCCESS public static final int GET_AD_SELECTION_DATA_API_CALLED__COORDINATOR_SOURCE__SERVER_AUCTION_COORDINATOR_SOURCE_UNSET public static final int GET_AD_SELECTION_DATA_API_CALLED__COORDINATOR_SOURCE__SERVER_AUCTION_COORDINATOR_SOURCE_DEFAULT public static final int GET_AD_SELECTION_DATA_API_CALLED__COORDINATOR_SOURCE__SERVER_AUCTION_COORDINATOR_SOURCE_API public static final int GET_AD_SELECTION_DATA_API_CALLED__PAYLOAD_OPTIMIZATION_RESULT__PAYLOAD_OPTIMIZATION_RESULT_UNKNOWN public static final int GET_AD_SELECTION_DATA_API_CALLED__PAYLOAD_OPTIMIZATION_RESULT__PAYLOAD_TRUNCATED_FOR_REQUESTED_MAX public static final int GET_AD_SELECTION_DATA_API_CALLED__PAYLOAD_OPTIMIZATION_RESULT__PAYLOAD_WITHIN_REQUESTED_MAX public static final int BACKGROUND_JOB_SCHEDULING_REPORTED__RESULT_CODE__SCHEDULING_RESULT_CODE_UNSPECIFIED public static final int BACKGROUND_JOB_SCHEDULING_REPORTED__RESULT_CODE__SCHEDULING_RESULT_CODE_SUCCESSFUL public static final int BACKGROUND_JOB_SCHEDULING_REPORTED__RESULT_CODE__SCHEDULING_RESULT_CODE_FAILED public static final int BACKGROUND_JOB_SCHEDULING_REPORTED__RESULT_CODE__SCHEDULING_RESULT_CODE_SKIPPED public static final int BACKGROUND_JOB_SCHEDULING_REPORTED__SCHEDULER_TYPE__SCHEDULER_TYPE_UNSPECIFIED public static final int BACKGROUND_JOB_SCHEDULING_REPORTED__SCHEDULER_TYPE__SCHEDULER_TYPE_JOB_SCHEDULER public static final int BACKGROUND_JOB_SCHEDULING_REPORTED__SCHEDULER_TYPE__SCHEDULER_TYPE_SPE public static final int BACKGROUND_JOB_SCHEDULING_REPORTED__MODULE_NAME__UNKNOWN_MODULE_NAME public static final int BACKGROUND_JOB_SCHEDULING_REPORTED__MODULE_NAME__MODULE_NAME_ADSERVICES public static final int BACKGROUND_JOB_SCHEDULING_REPORTED__MODULE_NAME__MODULE_NAME_ON_DEVICE_PERSONALIZATION public static final int BACKGROUND_JOB_SCHEDULING_REPORTED__MODULE_NAME__MODULE_NAME_FEDERATED_COMPUTE public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_UNSET public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_ECHO public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_IS_ALLOWED_ATTRIBUTION_ACCESS public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_IS_ALLOWED_PROTECTED_SIGNALS_ACCESS public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_IS_ALLOWED_CUSTOM_AUDIENCE_ACCESS public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_IS_ALLOWED_AD_SELECTION_ACCESS public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_IS_ALLOWED_TOPICS_ACCESS public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_ENABLE_ADSERVICES public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_RESET_CONSENT_DATA public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_DEV_SESSION public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_CUSTOM_AUDIENCE_VIEW public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_CUSTOM_AUDIENCE_LIST public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_CUSTOM_AUDIENCE_REFRESH public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_AD_SELECTION_CONSENTED_DEBUG_ENABLE public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_AD_SELECTION_CONSENTED_DEBUG_DISABLE public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_AD_SELECTION_CONSENTED_DEBUG_VIEW public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_AD_SELECTION_CONSENTED_DEBUG_HELP public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_AD_SELECTION_GET_AD_SELECTION_DATA public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_AD_SELECTION_MOCK_AUCTION public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_AD_SELECTION_VIEW_AUCTION_RESULT public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_APP_SIGNALS_GENERATE_INPUT_FOR_ENCODING public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_APP_SIGNALS_TRIGGER_ENCODING public static final int AD_SERVICES_SHELL_COMMAND_CALLED__COMMAND__COMMAND_ATTRIBUTION_REPORTING_LIST_SOURCE_REGISTRATIONS public static final int AD_SERVICES_SHELL_COMMAND_CALLED__RESULT_CODE__COMMAND_RESULT_UNKNOWN public static final int AD_SERVICES_SHELL_COMMAND_CALLED__RESULT_CODE__COMMAND_RESULT_SUCCESS public static final int AD_SERVICES_SHELL_COMMAND_CALLED__RESULT_CODE__COMMAND_RESULT_GENERIC_ERROR public static final int AD_SERVICES_SHELL_COMMAND_CALLED__RESULT_CODE__COMMAND_RESULT_INVALID_ARGS public static final int AD_SERVICES_SHELL_COMMAND_CALLED__RESULT_CODE__COMMAND_RESULT_TIMEOUT_ERROR public static final int AD_SERVICES_SHELL_COMMAND_CALLED__RESULT_CODE__COMMAND_RESULT_INVALID_COMMAND public static final int AD_SERVICES_SHELL_COMMAND_CALLED__RESULT_CODE__COMMAND_RESULT_NOT_ENABLED public static final int UPDATE_SIGNALS_API_CALLED__JSON_SIZE__UNSET_SIZE public static final int UPDATE_SIGNALS_API_CALLED__JSON_SIZE__VERY_SMALL public static final int UPDATE_SIGNALS_API_CALLED__JSON_SIZE__SMALL public static final int UPDATE_SIGNALS_API_CALLED__JSON_SIZE__MEDIUM public static final int UPDATE_SIGNALS_API_CALLED__JSON_SIZE__LARGE public static final int UPDATE_SIGNALS_API_CALLED__JSON_SIZE__VERY_LARGE public static final int UPDATE_SIGNALS_API_CALLED__JSON_PROCESSING_STATUS__UNSET public static final int UPDATE_SIGNALS_API_CALLED__JSON_PROCESSING_STATUS__SUCCESS public static final int UPDATE_SIGNALS_API_CALLED__JSON_PROCESSING_STATUS__TOO_BIG public static final int UPDATE_SIGNALS_API_CALLED__JSON_PROCESSING_STATUS__SYNTACTIC_ERROR public static final int UPDATE_SIGNALS_API_CALLED__JSON_PROCESSING_STATUS__SEMANTIC_ERROR public static final int UPDATE_SIGNALS_API_CALLED__JSON_PROCESSING_STATUS__OTHER_ERROR public static final int ENCODING_JOB_RUN__ENCODING_SOURCE_TYPE__UNSET public static final int ENCODING_JOB_RUN__ENCODING_SOURCE_TYPE__PAS_ENCODING_JOB_SERVICE public static final int ENCODING_JOB_RUN__ENCODING_SOURCE_TYPE__PAS_SERVICE_IMPL public static final int ENCODING_JS_FETCH__JS_DOWNLOAD_TIME__UNSET_SIZE public static final int ENCODING_JS_FETCH__JS_DOWNLOAD_TIME__VERY_SMALL public static final int ENCODING_JS_FETCH__JS_DOWNLOAD_TIME__SMALL public static final int ENCODING_JS_FETCH__JS_DOWNLOAD_TIME__MEDIUM public static final int ENCODING_JS_FETCH__JS_DOWNLOAD_TIME__LARGE public static final int ENCODING_JS_FETCH__JS_DOWNLOAD_TIME__VERY_LARGE public static final int ENCODING_JS_FETCH__FETCH_STATUS__UNSET public static final int ENCODING_JS_FETCH__FETCH_STATUS__SUCCESS public static final int ENCODING_JS_FETCH__FETCH_STATUS__TOO_BIG public static final int ENCODING_JS_FETCH__FETCH_STATUS__TIMEOUT public static final int ENCODING_JS_FETCH__FETCH_STATUS__NETWORK_FAILURE public static final int ENCODING_JS_FETCH__FETCH_STATUS__OTHER_FAILURE public static final int ENCODING_JS_EXECUTION__JS_LATENCY__UNSET_SIZE public static final int ENCODING_JS_EXECUTION__JS_LATENCY__VERY_SMALL public static final int ENCODING_JS_EXECUTION__JS_LATENCY__SMALL public static final int ENCODING_JS_EXECUTION__JS_LATENCY__MEDIUM public static final int ENCODING_JS_EXECUTION__JS_LATENCY__LARGE public static final int ENCODING_JS_EXECUTION__JS_LATENCY__VERY_LARGE public static final int ENCODING_JS_EXECUTION__ENCODED_SIGNALS_SIZE__UNSET_SIZE public static final int ENCODING_JS_EXECUTION__ENCODED_SIGNALS_SIZE__VERY_SMALL public static final int ENCODING_JS_EXECUTION__ENCODED_SIGNALS_SIZE__SMALL public static final int ENCODING_JS_EXECUTION__ENCODED_SIGNALS_SIZE__MEDIUM public static final int ENCODING_JS_EXECUTION__ENCODED_SIGNALS_SIZE__LARGE public static final int ENCODING_JS_EXECUTION__ENCODED_SIGNALS_SIZE__VERY_LARGE public static final int ENCODING_JS_EXECUTION__RUN_STATUS__UNSET_STATUS public static final int ENCODING_JS_EXECUTION__RUN_STATUS__SUCCESS public static final int ENCODING_JS_EXECUTION__RUN_STATUS__TIMEOUT public static final int ENCODING_JS_EXECUTION__RUN_STATUS__JS_SYNTAX_ERROR public static final int ENCODING_JS_EXECUTION__RUN_STATUS__OUTPUT_SYNTAX_ERROR public static final int ENCODING_JS_EXECUTION__RUN_STATUS__OUTPUT_SEMANTIC_ERROR public static final int ENCODING_JS_EXECUTION__RUN_STATUS__OUTPUT_NON_ZERO_RESULT public static final int ENCODING_JS_EXECUTION__RUN_STATUS__DB_PERSIST_FAILURE public static final int ENCODING_JS_EXECUTION__RUN_STATUS__OTHER_FAILURE public static final int ENCODING_JS_EXECUTION__RUN_STATUS__REFERENCE_ERROR public static final int PERSIST_AD_SELECTION_RESULT_CALLED__WINNER__UNSET public static final int PERSIST_AD_SELECTION_RESULT_CALLED__WINNER__NO_WINNER public static final int PERSIST_AD_SELECTION_RESULT_CALLED__WINNER__CA_WINNER public static final int PERSIST_AD_SELECTION_RESULT_CALLED__WINNER__PAS_WINNER public static final int SERVER_AUCTION_KEY_FETCH_CALLED__SOURCE__SERVER_AUCTION_KEY_FETCH_SOURCE_UNSET public static final int SERVER_AUCTION_KEY_FETCH_CALLED__SOURCE__SERVER_AUCTION_KEY_FETCH_SOURCE_BACKGROUND_FETCH public static final int SERVER_AUCTION_KEY_FETCH_CALLED__SOURCE__SERVER_AUCTION_KEY_FETCH_SOURCE_AUCTION public static final int SERVER_AUCTION_KEY_FETCH_CALLED__ENCRYPTION_KEY_SOURCE__SERVER_AUCTION_ENCRYPTION_KEY_SOURCE_UNSET public static final int SERVER_AUCTION_KEY_FETCH_CALLED__ENCRYPTION_KEY_SOURCE__SERVER_AUCTION_ENCRYPTION_KEY_SOURCE_DATABASE public static final int SERVER_AUCTION_KEY_FETCH_CALLED__ENCRYPTION_KEY_SOURCE__SERVER_AUCTION_ENCRYPTION_KEY_SOURCE_NETWORK public static final int SERVER_AUCTION_KEY_FETCH_CALLED__COORDINATOR_SOURCE__SERVER_AUCTION_COORDINATOR_SOURCE_UNSET public static final int SERVER_AUCTION_KEY_FETCH_CALLED__COORDINATOR_SOURCE__SERVER_AUCTION_COORDINATOR_SOURCE_DEFAULT public static final int SERVER_AUCTION_KEY_FETCH_CALLED__COORDINATOR_SOURCE__SERVER_AUCTION_COORDINATOR_SOURCE_API public static final int SERVER_AUCTION_BACKGROUND_KEY_FETCH_SCHEDULED__STATUS__BACKGROUND_KEY_FETCH_STATUS_UNSET public static final int SERVER_AUCTION_BACKGROUND_KEY_FETCH_SCHEDULED__STATUS__BACKGROUND_KEY_FETCH_STATUS_NO_OP public static final int SERVER_AUCTION_BACKGROUND_KEY_FETCH_SCHEDULED__STATUS__BACKGROUND_KEY_FETCH_STATUS_REFRESH_KEYS_INITIATED public static final int AD_SERVICES_MEASUREMENT_PROCESS_ODP_REGISTRATION__ODP_REGISTRATION_TYPE__UNKNOWN_ODP_REGISTRATION_TYPE public static final int AD_SERVICES_MEASUREMENT_PROCESS_ODP_REGISTRATION__ODP_REGISTRATION_TYPE__TRIGGER_ODP_REGISTRATION_TYPE public static final int AD_SERVICES_MEASUREMENT_PROCESS_ODP_REGISTRATION__ODP_REGISTRATION_STATUS__UNKNOWN_ODP_REGISTRATION_STATUS public static final int AD_SERVICES_MEASUREMENT_PROCESS_ODP_REGISTRATION__ODP_REGISTRATION_STATUS__SUCCESS_ODP_REGISTRATION_STATUS public static final int AD_SERVICES_MEASUREMENT_PROCESS_ODP_REGISTRATION__ODP_REGISTRATION_STATUS__ODP_UNAVAILABLE_REGISTRATION_STATUS public static final int AD_SERVICES_MEASUREMENT_PROCESS_ODP_REGISTRATION__ODP_REGISTRATION_STATUS__INVALID_HEADER_FORMAT_ODP_REGISTRATION_STATUS public static final int AD_SERVICES_MEASUREMENT_PROCESS_ODP_REGISTRATION__ODP_REGISTRATION_STATUS__MISSING_REQUIRED_HEADER_FIELD_ODP_REGISTRATION_STATUS public static final int AD_SERVICES_MEASUREMENT_PROCESS_ODP_REGISTRATION__ODP_REGISTRATION_STATUS__INVALID_HEADER_FIELD_VALUE_ODP_REGISTRATION_STATUS public static final int AD_SERVICES_MEASUREMENT_PROCESS_ODP_REGISTRATION__ODP_REGISTRATION_STATUS__INVALID_ENROLLMENT_ODP_REGISTRATION_STATUS public static final int AD_SERVICES_MEASUREMENT_PROCESS_ODP_REGISTRATION__ODP_REGISTRATION_STATUS__HEADER_SIZE_LIMIT_EXCEEDED_ODP_REGISTRATION_STATUS public static final int AD_SERVICES_MEASUREMENT_PROCESS_ODP_REGISTRATION__ODP_REGISTRATION_STATUS__PARSING_EXCEPTION_ODP_REGISTRATION_STATUS public static final int AD_SERVICES_MEASUREMENT_NOTIFY_REGISTRATION_TO_ODP__ODP_API_CALL_STATUS__UNKNOWN_ODP_API_CALL_STATUS public static final int AD_SERVICES_MEASUREMENT_NOTIFY_REGISTRATION_TO_ODP__ODP_API_CALL_STATUS__SUCCESS_ODP_API_CALL_STATUS public static final int AD_SERVICES_MEASUREMENT_NOTIFY_REGISTRATION_TO_ODP__ODP_API_CALL_STATUS__FAILED_ODP_API_CALL_STATUS public static final int SELECT_ADS_FROM_OUTCOMES_API_CALLED__EXECUTION_RESULT_CODE__UNSET_STATUS public static final int SELECT_ADS_FROM_OUTCOMES_API_CALLED__EXECUTION_RESULT_CODE__SUCCESS public static final int SELECT_ADS_FROM_OUTCOMES_API_CALLED__EXECUTION_RESULT_CODE__TIMEOUT public static final int SELECT_ADS_FROM_OUTCOMES_API_CALLED__EXECUTION_RESULT_CODE__JS_SYNTAX_ERROR public static final int SELECT_ADS_FROM_OUTCOMES_API_CALLED__EXECUTION_RESULT_CODE__OUTPUT_SYNTAX_ERROR public static final int SELECT_ADS_FROM_OUTCOMES_API_CALLED__EXECUTION_RESULT_CODE__OUTPUT_SEMANTIC_ERROR public static final int SELECT_ADS_FROM_OUTCOMES_API_CALLED__EXECUTION_RESULT_CODE__OUTPUT_NON_ZERO_RESULT public static final int SELECT_ADS_FROM_OUTCOMES_API_CALLED__EXECUTION_RESULT_CODE__DB_PERSIST_FAILURE public static final int SELECT_ADS_FROM_OUTCOMES_API_CALLED__EXECUTION_RESULT_CODE__OTHER_FAILURE public static final int SELECT_ADS_FROM_OUTCOMES_API_CALLED__EXECUTION_RESULT_CODE__REFERENCE_ERROR public static final int REPORT_IMPRESSION_API_CALLED__REPORT_WIN_JS_SCRIPT_RESULT_CODE__UNSET_STATUS public static final int REPORT_IMPRESSION_API_CALLED__REPORT_WIN_JS_SCRIPT_RESULT_CODE__SUCCESS public static final int REPORT_IMPRESSION_API_CALLED__REPORT_WIN_JS_SCRIPT_RESULT_CODE__TIMEOUT public static final int REPORT_IMPRESSION_API_CALLED__REPORT_WIN_JS_SCRIPT_RESULT_CODE__JS_SYNTAX_ERROR public static final int REPORT_IMPRESSION_API_CALLED__REPORT_WIN_JS_SCRIPT_RESULT_CODE__OUTPUT_SYNTAX_ERROR public static final int REPORT_IMPRESSION_API_CALLED__REPORT_WIN_JS_SCRIPT_RESULT_CODE__OUTPUT_SEMANTIC_ERROR public static final int REPORT_IMPRESSION_API_CALLED__REPORT_WIN_JS_SCRIPT_RESULT_CODE__OUTPUT_NON_ZERO_RESULT public static final int REPORT_IMPRESSION_API_CALLED__REPORT_WIN_JS_SCRIPT_RESULT_CODE__DB_PERSIST_FAILURE public static final int REPORT_IMPRESSION_API_CALLED__REPORT_WIN_JS_SCRIPT_RESULT_CODE__OTHER_FAILURE public static final int REPORT_IMPRESSION_API_CALLED__REPORT_WIN_JS_SCRIPT_RESULT_CODE__REFERENCE_ERROR public static final int REPORT_IMPRESSION_API_CALLED__REPORT_RESULT_JS_SCRIPT_RESULT_CODE__UNSET_STATUS public static final int REPORT_IMPRESSION_API_CALLED__REPORT_RESULT_JS_SCRIPT_RESULT_CODE__SUCCESS public static final int REPORT_IMPRESSION_API_CALLED__REPORT_RESULT_JS_SCRIPT_RESULT_CODE__TIMEOUT public static final int REPORT_IMPRESSION_API_CALLED__REPORT_RESULT_JS_SCRIPT_RESULT_CODE__JS_SYNTAX_ERROR public static final int REPORT_IMPRESSION_API_CALLED__REPORT_RESULT_JS_SCRIPT_RESULT_CODE__OUTPUT_SYNTAX_ERROR public static final int REPORT_IMPRESSION_API_CALLED__REPORT_RESULT_JS_SCRIPT_RESULT_CODE__OUTPUT_SEMANTIC_ERROR public static final int REPORT_IMPRESSION_API_CALLED__REPORT_RESULT_JS_SCRIPT_RESULT_CODE__OUTPUT_NON_ZERO_RESULT public static final int REPORT_IMPRESSION_API_CALLED__REPORT_RESULT_JS_SCRIPT_RESULT_CODE__DB_PERSIST_FAILURE public static final int REPORT_IMPRESSION_API_CALLED__REPORT_RESULT_JS_SCRIPT_RESULT_CODE__OTHER_FAILURE public static final int REPORT_IMPRESSION_API_CALLED__REPORT_RESULT_JS_SCRIPT_RESULT_CODE__REFERENCE_ERROR public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_TYPE__UNKNOWN_TYPE public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_TYPE__INSERT_TRANSACTION_TYPE public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_TYPE__DELETE_TRANSACTION_TYPE public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_TYPE__DELETE_ALL_TRANSACTION_TYPE public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_TYPE__OVERWRITE_DATA_TRANSACTION_TYPE public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_TYPE__GET_ENROLLMENT_DATA_TRANSACTION_TYPE public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_TYPE__GET_ALL_ENROLLMENT_DATA_TRANSACTION_TYPE public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_TYPE__GET_ENROLLMENT_DATA_FROM_SDK_NAME_TRANSACTION_TYPE public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_TYPE__GET_ENROLLMENT_DATA_FROM_MEASUREMENT_URL_TRANSACTION_TYPE public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_TYPE__GET_ALL_FLEDGE_ENROLLED_ADTECHS_TRANSACTION_TYPE public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_TYPE__GET_ENROLLMENT_DATA_FOR_FLEDGE_BY_ADTECH_IDENTIFIER_TRANSACTION_TYPE public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_TYPE__GET_ENROLLMENT_DATA_FOR_FLEDGE_BY_MATCHING_ADTECH_IDENTIFIER_TRANSACTION_TYPE public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_TYPE__GET_ALL_PAS_ENROLLED_ADTECHS_TRANSACTION_TYPE public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_TYPE__GET_ENROLLMENT_DATA_FOR_PAS_BY_ADTECH_IDENTIFIER_TRANSACTION_TYPE public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_TYPE__GET_ENROLLMENT_DATA_FOR_PAS_BY_MATCHING_ADTECH_IDENTIFIER_TRANSACTION_TYPE public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_STATUS__UNKNOWN_TRANSACTION_STATUS public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_STATUS__SUCCESS_TRANSACTION_STATUS public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_STATUS__DB_NOT_FOUND_TRANSACTION_STATUS public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_STATUS__INVALID_INPUT_TRANSACTION_STATUS public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_STATUS__INVALID_OUTPUT_TRANSACTION_STATUS public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_STATUS__MATCH_NOT_FOUND_TRANSACTION_STATUS public static final int AD_SERVICES_ENROLLMENT_TRANSACTION_STATS__TRANSACTION_STATUS__DATASTORE_EXCEPTION_TRANSACTION_STATUS public static final int AD_SERVICES_COBALT_LOGGER_EVENT_REPORTED__COBALT_LOGGING_EVENT__LOGGING_EVENT_UNSPECIFIED public static final int AD_SERVICES_COBALT_LOGGER_EVENT_REPORTED__COBALT_LOGGING_EVENT__LOGGING_EVENT_OVER_STRING_BUFFER_MAX public static final int AD_SERVICES_COBALT_LOGGER_EVENT_REPORTED__COBALT_LOGGING_EVENT__LOGGING_EVENT_OVER_EVENT_VECTOR_BUFFER_MAX public static final int AD_SERVICES_COBALT_LOGGER_EVENT_REPORTED__COBALT_LOGGING_EVENT__LOGGING_EVENT_OVER_MAX_VALUE public static final int AD_SERVICES_COBALT_PERIODIC_JOB_EVENT_REPORTED__COBALT_PERIODIC_JOB_EVENT__UPLOAD_EVENT_UNSPECIFIED public static final int AD_SERVICES_COBALT_PERIODIC_JOB_EVENT_REPORTED__COBALT_PERIODIC_JOB_EVENT__UPLOAD_EVENT_SUCCESS public static final int AD_SERVICES_COBALT_PERIODIC_JOB_EVENT_REPORTED__COBALT_PERIODIC_JOB_EVENT__UPLOAD_EVENT_FAILURE public static final int UPDATE_SIGNALS_PROCESS_REPORTED__PER_BUYER_SIGNAL_SIZE__UNSET_SIZE public static final int UPDATE_SIGNALS_PROCESS_REPORTED__PER_BUYER_SIGNAL_SIZE__VERY_SMALL public static final int UPDATE_SIGNALS_PROCESS_REPORTED__PER_BUYER_SIGNAL_SIZE__SMALL public static final int UPDATE_SIGNALS_PROCESS_REPORTED__PER_BUYER_SIGNAL_SIZE__MEDIUM public static final int UPDATE_SIGNALS_PROCESS_REPORTED__PER_BUYER_SIGNAL_SIZE__LARGE public static final int UPDATE_SIGNALS_PROCESS_REPORTED__PER_BUYER_SIGNAL_SIZE__VERY_LARGE public static final int TOPICS_SCHEDULE_EPOCH_JOB_SETTING_REPORTED__RESCHEDULE_EPOCH_JOB_STATUS__STATUS_UNSET public static final int TOPICS_SCHEDULE_EPOCH_JOB_SETTING_REPORTED__RESCHEDULE_EPOCH_JOB_STATUS__RESCHEDULE_SUCCESS public static final int TOPICS_SCHEDULE_EPOCH_JOB_SETTING_REPORTED__RESCHEDULE_EPOCH_JOB_STATUS__SKIP_RESCHEDULE_EMPTY_JOB_SCHEDULER public static final int TOPICS_SCHEDULE_EPOCH_JOB_SETTING_REPORTED__RESCHEDULE_EPOCH_JOB_STATUS__SKIP_RESCHEDULE_EMPTY_PENDING_JOB public static final int TOPICS_SCHEDULE_EPOCH_JOB_SETTING_REPORTED__PREVIOUS_EPOCH_JOB_SETTING__UNKNOWN_SETTING public static final int TOPICS_SCHEDULE_EPOCH_JOB_SETTING_REPORTED__PREVIOUS_EPOCH_JOB_SETTING__REQUIRES_CHARGING public static final int TOPICS_SCHEDULE_EPOCH_JOB_SETTING_REPORTED__PREVIOUS_EPOCH_JOB_SETTING__REQUIRES_BATTERY_NOT_LOW public static final int TOPICS_SCHEDULE_EPOCH_JOB_SETTING_REPORTED__CURRENT_EPOCH_JOB_SETTING__UNKNOWN_SETTING public static final int TOPICS_SCHEDULE_EPOCH_JOB_SETTING_REPORTED__CURRENT_EPOCH_JOB_SETTING__REQUIRES_CHARGING public static final int TOPICS_SCHEDULE_EPOCH_JOB_SETTING_REPORTED__CURRENT_EPOCH_JOB_SETTING__REQUIRES_BATTERY_NOT_LOW public static final int TOPICS_SCHEDULE_EPOCH_JOB_SETTING_REPORTED__SCHEDULE_IF_NEEDED_EPOCH_JOB_STATUS__UNKNOWN_SETTING public static final int TOPICS_SCHEDULE_EPOCH_JOB_SETTING_REPORTED__SCHEDULE_IF_NEEDED_EPOCH_JOB_STATUS__REQUIRES_CHARGING public static final int TOPICS_SCHEDULE_EPOCH_JOB_SETTING_REPORTED__SCHEDULE_IF_NEEDED_EPOCH_JOB_STATUS__REQUIRES_BATTERY_NOT_LOW public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_SCHEDULE_ATTEMPTED__EXISTING_UPDATE_STATUS__UNKNOWN public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_SCHEDULE_ATTEMPTED__EXISTING_UPDATE_STATUS__DID_OVERWRITE_EXISTING_UPDATE public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_SCHEDULE_ATTEMPTED__EXISTING_UPDATE_STATUS__NO_EXISTING_UPDATE public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_SCHEDULE_ATTEMPTED__EXISTING_UPDATE_STATUS__REJECTED_BY_EXISTING_UPDATE public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_PERFORMED_ATTEMPTED_FAILURE_REPORTED__FAILURE_TYPE__UNKNOWN public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_PERFORMED_ATTEMPTED_FAILURE_REPORTED__FAILURE_TYPE__HTTP_UNKNOWN public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_PERFORMED_ATTEMPTED_FAILURE_REPORTED__FAILURE_TYPE__HTTP_TOO_MANY_REQUESTS public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_PERFORMED_ATTEMPTED_FAILURE_REPORTED__FAILURE_TYPE__HTTP_REDIRECTION public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_PERFORMED_ATTEMPTED_FAILURE_REPORTED__FAILURE_TYPE__HTTP_CLIENT_ERROR public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_PERFORMED_ATTEMPTED_FAILURE_REPORTED__FAILURE_TYPE__HTTP_SERVER_ERROR public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_PERFORMED_ATTEMPTED_FAILURE_REPORTED__FAILURE_TYPE__JSON_PARSING_ERROR public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_PERFORMED_ATTEMPTED_FAILURE_REPORTED__FAILURE_TYPE__INTERNAL_ERROR public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_PERFORMED_ATTEMPTED_FAILURE_REPORTED__FAILURE_TYPE__HTTP_IO_EXCEPTION public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_PERFORMED_ATTEMPTED_FAILURE_REPORTED__FAILURE_TYPE__HTTP_CONTENT_SIZE_EXCEPTION public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_PERFORMED_ATTEMPTED_FAILURE_REPORTED__FAILURE_ACTION__HTTP_CALL public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_PERFORMED_ATTEMPTED_FAILURE_REPORTED__FAILURE_ACTION__LEAVE_CUSTOM_AUDIENCE public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_PERFORMED_ATTEMPTED_FAILURE_REPORTED__FAILURE_ACTION__JOIN_CUSTOM_AUDIENCE public static final int SCHEDULED_CUSTOM_AUDIENCE_UPDATE_PERFORMED_ATTEMPTED_FAILURE_REPORTED__FAILURE_ACTION__SCHEDULE_CUSTOM_AUDIENCE public static final byte ANNOTATION_ID_IS_UID public static final byte ANNOTATION_ID_TRUNCATE_TIMESTAMP public static final byte ANNOTATION_ID_PRIMARY_FIELD public static final byte ANNOTATION_ID_EXCLUSIVE_STATE public static final byte ANNOTATION_ID_PRIMARY_FIELD_FIRST_UID public static final byte ANNOTATION_ID_DEFAULT_STATE public static final byte ANNOTATION_ID_TRIGGER_STATE_RESET public static final byte ANNOTATION_ID_STATE_NESTED public void <init> () public static void write (int, byte[], int, java.lang.String, int, int, int) int code byte[] arg1 int arg2 String arg3 int arg4 int arg5 int arg6 android.util.StatsEvent$Builder builder public static void write (int, byte[], long, long) int code byte[] arg1 long arg2 long arg3 android.util.StatsEvent$Builder builder public static void write (int, boolean, boolean, boolean, boolean, int, int, int) int code boolean arg1 boolean arg2 boolean arg3 boolean arg4 int arg5 int arg6 int arg7 android.util.StatsEvent$Builder builder public static void write (int, boolean, boolean, boolean, int, int) int code boolean arg1 boolean arg2 boolean arg3 int arg4 int arg5 android.util.StatsEvent$Builder builder public static void write (int, boolean, int) int code boolean arg1 int arg2 android.util.StatsEvent$Builder builder public static void write (int, boolean, int, int, int) int code boolean arg1 int arg2 int arg3 int arg4 android.util.StatsEvent$Builder builder public static void write (int, boolean, int, int, int, int) int code boolean arg1 int arg2 int arg3 int arg4 int arg5 android.util.StatsEvent$Builder builder public static void write (int, boolean, int, int, int, int, int) int code boolean arg1 int arg2 int arg3 int arg4 int arg5 int arg6 android.util.StatsEvent$Builder builder public static void write (int, int) int code int arg1 android.util.StatsEvent$Builder builder public static void write (int, int, byte[]) int code int arg1 byte[] arg2 android.util.StatsEvent$Builder builder public static void write (int, int, boolean, boolean, boolean, long, long, java.lang.String, boolean, boolean, long, boolean) int code int arg1 boolean arg2 boolean arg3 boolean arg4 long arg5 long arg6 String arg7 boolean arg8 boolean arg9 long arg10 boolean arg11 android.util.StatsEvent$Builder builder public static void write (int, int, boolean, int) int code int arg1 boolean arg2 int arg3 android.util.StatsEvent$Builder builder public static void write (int, int, int) int code int arg1 int arg2 android.util.StatsEvent$Builder builder public static void write (int, int, int, boolean, int, int, int, int) int code int arg1 int arg2 boolean arg3 int arg4 int arg5 int arg6 int arg7 android.util.StatsEvent$Builder builder public static void write (int, int, int, boolean, java.lang.String, java.lang.String, java.lang.String) int code int arg1 int arg2 boolean arg3 String arg4 String arg5 String arg6 android.util.StatsEvent$Builder builder public static void write (int, int, int, int) int code int arg1 int arg2 int arg3 android.util.StatsEvent$Builder builder public static void write (int, int, int, int, byte[]) int code int arg1 int arg2 int arg3 byte[] arg4 android.util.StatsEvent$Builder builder public static void write (int, int, int, int, int) int code int arg1 int arg2 int arg3 int arg4 android.util.StatsEvent$Builder builder public static void write (int, int, int, int, int, boolean) int code int arg1 int arg2 int arg3 int arg4 boolean arg5 android.util.StatsEvent$Builder builder public static void write (int, int, int, int, int, boolean, boolean, long, java.lang.String, int, int, int, int, int, int) int code int arg1 int arg2 int arg3 int arg4 boolean arg5 boolean arg6 long arg7 String arg8 int arg9 int arg10 int arg11 int arg12 int arg13 int arg14 android.util.StatsEvent$Builder builder public static void write (int, int, int, int, int, int) int code int arg1 int arg2 int arg3 int arg4 int arg5 android.util.StatsEvent$Builder builder public static void write (int, int, int, int, int, int, int) int code int arg1 int arg2 int arg3 int arg4 int arg5 int arg6 android.util.StatsEvent$Builder builder public static void write (int, int, int, int, int, int, int, boolean, int, int) int code int arg1 int arg2 int arg3 int arg4 int arg5 int arg6 boolean arg7 int arg8 int arg9 android.util.StatsEvent$Builder builder public static void write (int, int, int, int, int, int, int, int) int code int arg1 int arg2 int arg3 int arg4 int arg5 int arg6 int arg7 android.util.StatsEvent$Builder builder public static void write (int, int, int, int, int, int, int, int, int) int code int arg1 int arg2 int arg3 int arg4 int arg5 int arg6 int arg7 int arg8 android.util.StatsEvent$Builder builder public static void write (int, int, int, int, int, int, int, int, int, int) int code int arg1 int arg2 int arg3 int arg4 int arg5 int arg6 int arg7 int arg8 int arg9 android.util.StatsEvent$Builder builder public static void write (int, int, int, int, int, int, int, int, int, int, int, int, int, int) int code int arg1 int arg2 int arg3 int arg4 int arg5 int arg6 int arg7 int arg8 int arg9 int arg10 int arg11 int arg12 int arg13 android.util.StatsEvent$Builder builder public static void write (int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, boolean, boolean, int) int code int arg1 int arg2 int arg3 int arg4 int arg5 int arg6 int arg7 int arg8 int arg9 int arg10 int arg11 int arg12 int arg13 int arg14 boolean arg15 boolean arg16 int arg17 android.util.StatsEvent$Builder builder public static void write (int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, boolean, int) int code int arg1 int arg2 int arg3 int arg4 int arg5 int arg6 int arg7 int arg8 int arg9 int arg10 int arg11 int arg12 int arg13 int arg14 int arg15 boolean arg16 int arg17 android.util.StatsEvent$Builder builder public static void write (int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) int code int arg1 int arg2 int arg3 int arg4 int arg5 int arg6 int arg7 int arg8 int arg9 int arg10 int arg11 int arg12 int arg13 int arg14 int arg15 int arg16 android.util.StatsEvent$Builder builder public static void write (int, int, int, int, int, int, int, int, float, int, int, int) int code int arg1 int arg2 int arg3 int arg4 int arg5 int arg6 int arg7 float arg8 int arg9 int arg10 int arg11 android.util.StatsEvent$Builder builder public static void write (int, int, int, int, int, int, int, int, float, float, float) int code int arg1 int arg2 int arg3 int arg4 int arg5 int arg6 int arg7 float arg8 float arg9 float arg10 android.util.StatsEvent$Builder builder public static void write (int, int, int, int, int, long, java.lang.String, int, int, boolean) int code int arg1 int arg2 int arg3 int arg4 long arg5 String arg6 int arg7 int arg8 boolean arg9 android.util.StatsEvent$Builder builder public static void write (int, int, int, int, int, java.lang.String) int code int arg1 int arg2 int arg3 int arg4 String arg5 android.util.StatsEvent$Builder builder public static void write (int, int, int, int, java.lang.String) int code int arg1 int arg2 int arg3 String arg4 android.util.StatsEvent$Builder builder public static void write (int, int, int, int, java.lang.String, int) int code int arg1 int arg2 int arg3 String arg4 int arg5 android.util.StatsEvent$Builder builder public static void write (int, int, int, float, float, float, float, float, float, int, int, int, int) int code int arg1 int arg2 float arg3 float arg4 float arg5 float arg6 float arg7 float arg8 int arg9 int arg10 int arg11 int arg12 android.util.StatsEvent$Builder builder public static void write (int, int, int, java.lang.String, java.lang.String, int, int) int code int arg1 int arg2 String arg3 String arg4 int arg5 int arg6 android.util.StatsEvent$Builder builder public static void write (int, int, int, java.lang.String, java.lang.String, int, java.lang.String) int code int arg1 int arg2 String arg3 String arg4 int arg5 String arg6 android.util.StatsEvent$Builder builder public static void write (int, int, int, int[], int, int, int) int code int arg1 int arg2 int[] arg3 int arg4 int arg5 int arg6 android.util.StatsEvent$Builder builder public static void write (int, int, long) int code int arg1 long arg2 android.util.StatsEvent$Builder builder public static void write (int, int, long, long, byte[], int) int code int arg1 long arg2 long arg3 byte[] arg4 int arg5 android.util.StatsEvent$Builder builder public static void write (int, int, long, java.lang.String) int code int arg1 long arg2 String arg3 android.util.StatsEvent$Builder builder public static void write (int, int, long, java.lang.String, int, int, int, int, long, java.lang.String, int, int, boolean, boolean, int, boolean, boolean, boolean) int code int arg1 long arg2 String arg3 int arg4 int arg5 int arg6 int arg7 long arg8 String arg9 int arg10 int arg11 boolean arg12 boolean arg13 int arg14 boolean arg15 boolean arg16 boolean arg17 android.util.StatsEvent$Builder builder public static void write (int, int, java.lang.String) int code int arg1 String arg2 android.util.StatsEvent$Builder builder public static void write (int, long, int) int code long arg1 int arg2 android.util.StatsEvent$Builder builder public static void write (int, long, long, long, int, int, java.lang.String, java.lang.String, java.lang.String, int, int, int, int, int, int) int code long arg1 long arg2 long arg3 int arg4 int arg5 String arg6 String arg7 String arg8 int arg9 int arg10 int arg11 int arg12 int arg13 int arg14 android.util.StatsEvent$Builder builder public static void write (int, java.lang.String, int, boolean, long, long, java.lang.String) int code String arg1 int arg2 boolean arg3 long arg4 long arg5 String arg6 android.util.StatsEvent$Builder builder public static void write (int, java.lang.String, int, int) int code String arg1 int arg2 int arg3 android.util.StatsEvent$Builder builder public static void write (int, int[], int, int, int) int code int[] arg1 int arg2 int arg3 int arg4 android.util.StatsEvent$Builder builder public static void write (int, int[], int, java.lang.String, int, int, int) int code int[] arg1 int arg2 String arg3 int arg4 int arg5 int arg6 android.util.StatsEvent$Builder builder }
com/android/adservices/service/stats/
com/android/adservices/service/DeviceConfigFlagsHelper.class
DeviceConfigFlagsHelper.java package com.android.adservices.service public final com.android.adservices.service.DeviceConfigFlagsHelper extends java.lang.Object { public static boolean getDeviceConfigFlag (java.lang.String, boolean) String name boolean defaultValue public static java.lang.String getDeviceConfigFlag (java.lang.String, java.lang.String) String name String defaultValue public static int getDeviceConfigFlag (java.lang.String, int) String name int defaultValue public static long getDeviceConfigFlag (java.lang.String, long) String name long defaultValue public static float getDeviceConfigFlag (java.lang.String, float) String name float defaultValue private void <init> () }
com/android/adservices/service/CommonFlagsConstants.class
CommonFlagsConstants.java package com.android.adservices.service public final com.android.adservices.service.CommonFlagsConstants extends java.lang.Object { public static final String NAMESPACE_ADSERVICES public static final String KEY_ADSERVICES_SYSTEM_SERVICE_ENABLED private void <init> () }
com/android/adservices/service/CommonDebugFlagsConstants.class
CommonDebugFlagsConstants.java package com.android.adservices.service public final com.android.adservices.service.CommonDebugFlagsConstants extends java.lang.Object { public static final String KEY_ADSERVICES_SHELL_COMMAND_ENABLED private void <init> () }
com/android/adservices/service/CommonDebugFlags.class
CommonDebugFlags.java package com.android.adservices.service public abstract com.android.adservices.service.CommonDebugFlags extends java.lang.Object { private static final String SYSTEM_PROPERTY_FOR_DEBUGGING_PREFIX static final boolean DEFAULT_ADSERVICES_SHELL_COMMAND_ENABLED static final String DUMP_PREFIX static final String DUMP_EQUALS public void <init> () public boolean getAdServicesShellCommandEnabled () static boolean getBoolean (java.lang.String, boolean) String name boolean defaultValue private static java.lang.String getSystemPropertyName (java.lang.String) String key protected void dump (java.io.PrintWriter, java.lang.String, boolean) java.io.PrintWriter pw String key boolean value public void dump (java.io.PrintWriter) java.io.PrintWriter pw }
com/android/adservices/service/
com/android/adservices/jarjar/server/protobuf/compiler/PluginProtos.class
PluginProtos.java package com.android.adservices.jarjar.server.protobuf.compiler public final com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos extends java.lang.Object { private void <init> () public static void registerAllExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite registry static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/compiler/PluginProtos$VersionOrBuilder.class
PluginProtos.java package com.android.adservices.jarjar.server.protobuf.compiler public abstract com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$VersionOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract boolean hasMajor () public abstract int getMajor () public abstract boolean hasMinor () public abstract int getMinor () public abstract boolean hasPatch () public abstract int getPatch () public abstract boolean hasSuffix () public abstract java.lang.String getSuffix () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getSuffixBytes () }
com/android/adservices/jarjar/server/protobuf/compiler/PluginProtos$Version.class
PluginProtos.java package com.android.adservices.jarjar.server.protobuf.compiler public final com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$VersionOrBuilder { private int bitField0_ public static final int MAJOR_FIELD_NUMBER private int major_ public static final int MINOR_FIELD_NUMBER private int minor_ public static final int PATCH_FIELD_NUMBER private int patch_ public static final int SUFFIX_FIELD_NUMBER private String suffix_ private static final com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public boolean hasMajor () public int getMajor () private void setMajor (int) int value private void clearMajor () public boolean hasMinor () public int getMinor () private void setMinor (int) int value private void clearMinor () public boolean hasPatch () public int getPatch () private void setPatch (int) int value private void clearPatch () public boolean hasSuffix () public java.lang.String getSuffix () public com.android.adservices.jarjar.server.protobuf.ByteString getSuffixBytes () private void setSuffix (java.lang.String) String value private void clearSuffix () private void setSuffixBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version) com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version defaultInstance }
com/android/adservices/jarjar/server/protobuf/compiler/PluginProtos$Version$Builder.class
PluginProtos.java package com.android.adservices.jarjar.server.protobuf.compiler public final com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$VersionOrBuilder { private void <init> () public boolean hasMajor () public int getMajor () public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version$Builder setMajor (int) int value public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version$Builder clearMajor () public boolean hasMinor () public int getMinor () public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version$Builder setMinor (int) int value public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version$Builder clearMinor () public boolean hasPatch () public int getPatch () public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version$Builder setPatch (int) int value public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version$Builder clearPatch () public boolean hasSuffix () public java.lang.String getSuffix () public com.android.adservices.jarjar.server.protobuf.ByteString getSuffixBytes () public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version$Builder setSuffix (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version$Builder clearSuffix () public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version$Builder setSuffixBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value }
com/android/adservices/jarjar/server/protobuf/compiler/PluginProtos$CodeGeneratorResponseOrBuilder.class
PluginProtos.java package com.android.adservices.jarjar.server.protobuf.compiler public abstract com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponseOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract boolean hasError () public abstract java.lang.String getError () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getErrorBytes () public abstract boolean hasSupportedFeatures () public abstract long getSupportedFeatures () public abstract java.util.List getFileList () public abstract com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File getFile (int) public abstract int getFileCount () }
com/android/adservices/jarjar/server/protobuf/compiler/PluginProtos$CodeGeneratorResponse.class
PluginProtos.java package com.android.adservices.jarjar.server.protobuf.compiler public final com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponseOrBuilder { private int bitField0_ public static final int ERROR_FIELD_NUMBER private String error_ public static final int SUPPORTED_FEATURES_FIELD_NUMBER private long supportedFeatures_ public static final int FILE_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList file_ private static final com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public boolean hasError () public java.lang.String getError () public com.android.adservices.jarjar.server.protobuf.ByteString getErrorBytes () private void setError (java.lang.String) String value private void clearError () private void setErrorBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasSupportedFeatures () public long getSupportedFeatures () private void setSupportedFeatures (long) long value private void clearSupportedFeatures () public java.util.List getFileList () public java.util.List getFileOrBuilderList () public int getFileCount () public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File getFile (int) int index public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$FileOrBuilder getFileOrBuilder (int) int index private void ensureFileIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setFile (int, com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File) int index com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File value private void addFile (com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File) com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File value private void addFile (int, com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File) int index com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File value private void addAllFile (java.lang.Iterable) Iterable values private void clearFile () private void removeFile (int) int index public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse) com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse defaultInstance }
com/android/adservices/jarjar/server/protobuf/compiler/PluginProtos$CodeGeneratorResponse$FileOrBuilder.class
PluginProtos.java package com.android.adservices.jarjar.server.protobuf.compiler public abstract com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$FileOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract boolean hasName () public abstract java.lang.String getName () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () public abstract boolean hasInsertionPoint () public abstract java.lang.String getInsertionPoint () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getInsertionPointBytes () public abstract boolean hasContent () public abstract java.lang.String getContent () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getContentBytes () public abstract boolean hasGeneratedCodeInfo () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo getGeneratedCodeInfo () }
com/android/adservices/jarjar/server/protobuf/compiler/PluginProtos$CodeGeneratorResponse$File.class
PluginProtos.java package com.android.adservices.jarjar.server.protobuf.compiler public final com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$FileOrBuilder { private int bitField0_ public static final int NAME_FIELD_NUMBER private String name_ public static final int INSERTION_POINT_FIELD_NUMBER private String insertionPoint_ public static final int CONTENT_FIELD_NUMBER private String content_ public static final int GENERATED_CODE_INFO_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo generatedCodeInfo_ private static final com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public boolean hasName () public java.lang.String getName () public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () private void setName (java.lang.String) String value private void clearName () private void setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasInsertionPoint () public java.lang.String getInsertionPoint () public com.android.adservices.jarjar.server.protobuf.ByteString getInsertionPointBytes () private void setInsertionPoint (java.lang.String) String value private void clearInsertionPoint () private void setInsertionPointBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasContent () public java.lang.String getContent () public com.android.adservices.jarjar.server.protobuf.ByteString getContentBytes () private void setContent (java.lang.String) String value private void clearContent () private void setContentBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasGeneratedCodeInfo () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo getGeneratedCodeInfo () private void setGeneratedCodeInfo (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo value private void mergeGeneratedCodeInfo (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo value private void clearGeneratedCodeInfo () public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File) com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File defaultInstance }
com/android/adservices/jarjar/server/protobuf/compiler/PluginProtos$CodeGeneratorResponse$File$Builder.class
PluginProtos.java package com.android.adservices.jarjar.server.protobuf.compiler public final com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$FileOrBuilder { private void <init> () public boolean hasName () public java.lang.String getName () public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder setName (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder clearName () public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasInsertionPoint () public java.lang.String getInsertionPoint () public com.android.adservices.jarjar.server.protobuf.ByteString getInsertionPointBytes () public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder setInsertionPoint (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder clearInsertionPoint () public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder setInsertionPointBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasContent () public java.lang.String getContent () public com.android.adservices.jarjar.server.protobuf.ByteString getContentBytes () public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder setContent (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder clearContent () public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder setContentBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasGeneratedCodeInfo () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo getGeneratedCodeInfo () public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder setGeneratedCodeInfo (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo value public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder setGeneratedCodeInfo (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder mergeGeneratedCodeInfo (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo value public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder clearGeneratedCodeInfo () }
com/android/adservices/jarjar/server/protobuf/compiler/PluginProtos$CodeGeneratorResponse$Feature.class
PluginProtos.java package com.android.adservices.jarjar.server.protobuf.compiler public final enum com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Feature extends java.lang.Enum implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLite { public static final enum com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Feature FEATURE_NONE public static final enum com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Feature FEATURE_PROTO3_OPTIONAL public static final int FEATURE_NONE_VALUE public static final int FEATURE_PROTO3_OPTIONAL_VALUE private static final com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalValueMap private final int value private static final synthetic com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Feature[] $VALUES public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Feature[] values () public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Feature valueOf (java.lang.String) String name public final int getNumber () public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Feature valueOf (int) int value public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Feature forNumber (int) int value public static com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalGetValueMap () public static com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier internalGetVerifier () private void <init> (java.lang.String, int, int) int value private static synthetic com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Feature[] $values () static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/compiler/PluginProtos$CodeGeneratorResponse$Feature$FeatureVerifier.class
PluginProtos.java package com.android.adservices.jarjar.server.protobuf.compiler final com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Feature$FeatureVerifier extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier { static final com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier INSTANCE private void <init> () public boolean isInRange (int) int number static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/compiler/PluginProtos$CodeGeneratorResponse$Feature$1.class
PluginProtos.java package com.android.adservices.jarjar.server.protobuf.compiler com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Feature$1 extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap { void <init> () public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Feature findValueByNumber (int) int number public volatile synthetic com.android.adservices.jarjar.server.protobuf.Internal$EnumLite findValueByNumber (int) }
com/android/adservices/jarjar/server/protobuf/compiler/PluginProtos$CodeGeneratorResponse$Builder.class
PluginProtos.java package com.android.adservices.jarjar.server.protobuf.compiler public final com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponseOrBuilder { private void <init> () public boolean hasError () public java.lang.String getError () public com.android.adservices.jarjar.server.protobuf.ByteString getErrorBytes () public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder setError (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder clearError () public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder setErrorBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasSupportedFeatures () public long getSupportedFeatures () public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder setSupportedFeatures (long) long value public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder clearSupportedFeatures () public java.util.List getFileList () public int getFileCount () public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File getFile (int) int index public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder setFile (int, com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File) int index com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File value public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder setFile (int, com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder) int index com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder addFile (com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File) com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File value public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder addFile (int, com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File) int index com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File value public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder addFile (com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder) com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder addFile (int, com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder) int index com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder addAllFile (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder clearFile () public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorResponse$Builder removeFile (int) int index }
com/android/adservices/jarjar/server/protobuf/compiler/PluginProtos$CodeGeneratorRequestOrBuilder.class
PluginProtos.java package com.android.adservices.jarjar.server.protobuf.compiler public abstract com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequestOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract java.util.List getFileToGenerateList () public abstract int getFileToGenerateCount () public abstract java.lang.String getFileToGenerate (int) public abstract com.android.adservices.jarjar.server.protobuf.ByteString getFileToGenerateBytes (int) public abstract boolean hasParameter () public abstract java.lang.String getParameter () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getParameterBytes () public abstract java.util.List getProtoFileList () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto getProtoFile (int) public abstract int getProtoFileCount () public abstract boolean hasCompilerVersion () public abstract com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version getCompilerVersion () }
com/android/adservices/jarjar/server/protobuf/compiler/PluginProtos$CodeGeneratorRequest.class
PluginProtos.java package com.android.adservices.jarjar.server.protobuf.compiler public final com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequestOrBuilder { private int bitField0_ public static final int FILE_TO_GENERATE_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList fileToGenerate_ public static final int PARAMETER_FIELD_NUMBER private String parameter_ public static final int PROTO_FILE_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList protoFile_ public static final int COMPILER_VERSION_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version compilerVersion_ private byte memoizedIsInitialized private static final com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public java.util.List getFileToGenerateList () public int getFileToGenerateCount () public java.lang.String getFileToGenerate (int) int index public com.android.adservices.jarjar.server.protobuf.ByteString getFileToGenerateBytes (int) int index private void ensureFileToGenerateIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setFileToGenerate (int, java.lang.String) int index String value private void addFileToGenerate (java.lang.String) String value private void addAllFileToGenerate (java.lang.Iterable) Iterable values private void clearFileToGenerate () private void addFileToGenerateBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasParameter () public java.lang.String getParameter () public com.android.adservices.jarjar.server.protobuf.ByteString getParameterBytes () private void setParameter (java.lang.String) String value private void clearParameter () private void setParameterBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public java.util.List getProtoFileList () public java.util.List getProtoFileOrBuilderList () public int getProtoFileCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto getProtoFile (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProtoOrBuilder getProtoFileOrBuilder (int) int index private void ensureProtoFileIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setProtoFile (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto value private void addProtoFile (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto value private void addProtoFile (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto value private void addAllProtoFile (java.lang.Iterable) Iterable values private void clearProtoFile () private void removeProtoFile (int) int index public boolean hasCompilerVersion () public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version getCompilerVersion () private void setCompilerVersion (com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version) com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version value private void mergeCompilerVersion (com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version) com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version value private void clearCompilerVersion () public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest) com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest defaultInstance }
com/android/adservices/jarjar/server/protobuf/compiler/PluginProtos$CodeGeneratorRequest$Builder.class
PluginProtos.java package com.android.adservices.jarjar.server.protobuf.compiler public final com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequestOrBuilder { private void <init> () public java.util.List getFileToGenerateList () public int getFileToGenerateCount () public java.lang.String getFileToGenerate (int) int index public com.android.adservices.jarjar.server.protobuf.ByteString getFileToGenerateBytes (int) int index public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder setFileToGenerate (int, java.lang.String) int index String value public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder addFileToGenerate (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder addAllFileToGenerate (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder clearFileToGenerate () public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder addFileToGenerateBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasParameter () public java.lang.String getParameter () public com.android.adservices.jarjar.server.protobuf.ByteString getParameterBytes () public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder setParameter (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder clearParameter () public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder setParameterBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public java.util.List getProtoFileList () public int getProtoFileCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto getProtoFile (int) int index public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder setProtoFile (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto value public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder setProtoFile (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder addProtoFile (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto value public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder addProtoFile (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto value public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder addProtoFile (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder addProtoFile (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder addAllProtoFile (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder clearProtoFile () public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder removeProtoFile (int) int index public boolean hasCompilerVersion () public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version getCompilerVersion () public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder setCompilerVersion (com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version) com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version value public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder setCompilerVersion (com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version$Builder) com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder mergeCompilerVersion (com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version) com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$Version value public com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$CodeGeneratorRequest$Builder clearCompilerVersion () }
com/android/adservices/jarjar/server/protobuf/compiler/PluginProtos$1.class
PluginProtos.java package com.android.adservices.jarjar.server.protobuf.compiler synthetic com.android.adservices.jarjar.server.protobuf.compiler.PluginProtos$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/compiler/
com/android/adservices/jarjar/server/protobuf/Writer.class
Writer.java package com.android.adservices.jarjar.server.protobuf abstract com.android.adservices.jarjar.server.protobuf.Writer extends java.lang.Object { public abstract com.android.adservices.jarjar.server.protobuf.Writer$FieldOrder fieldOrder () public abstract void writeSFixed32 (int, int) throws java.io.IOException public abstract void writeInt64 (int, long) throws java.io.IOException public abstract void writeSFixed64 (int, long) throws java.io.IOException public abstract void writeFloat (int, float) throws java.io.IOException public abstract void writeDouble (int, double) throws java.io.IOException public abstract void writeEnum (int, int) throws java.io.IOException public abstract void writeUInt64 (int, long) throws java.io.IOException public abstract void writeInt32 (int, int) throws java.io.IOException public abstract void writeFixed64 (int, long) throws java.io.IOException public abstract void writeFixed32 (int, int) throws java.io.IOException public abstract void writeBool (int, boolean) throws java.io.IOException public abstract void writeString (int, java.lang.String) throws java.io.IOException public abstract void writeBytes (int, com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException public abstract void writeUInt32 (int, int) throws java.io.IOException public abstract void writeSInt32 (int, int) throws java.io.IOException public abstract void writeSInt64 (int, long) throws java.io.IOException public abstract void writeMessage (int, java.lang.Object) throws java.io.IOException public abstract void writeMessage (int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException public abstract void writeGroup (int, java.lang.Object) throws java.io.IOException public abstract void writeGroup (int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException public abstract void writeStartGroup (int) throws java.io.IOException public abstract void writeEndGroup (int) throws java.io.IOException public abstract void writeInt32List (int, java.util.List, boolean) throws java.io.IOException public abstract void writeFixed32List (int, java.util.List, boolean) throws java.io.IOException public abstract void writeInt64List (int, java.util.List, boolean) throws java.io.IOException public abstract void writeUInt64List (int, java.util.List, boolean) throws java.io.IOException public abstract void writeFixed64List (int, java.util.List, boolean) throws java.io.IOException public abstract void writeFloatList (int, java.util.List, boolean) throws java.io.IOException public abstract void writeDoubleList (int, java.util.List, boolean) throws java.io.IOException public abstract void writeEnumList (int, java.util.List, boolean) throws java.io.IOException public abstract void writeBoolList (int, java.util.List, boolean) throws java.io.IOException public abstract void writeStringList (int, java.util.List) throws java.io.IOException public abstract void writeBytesList (int, java.util.List) throws java.io.IOException public abstract void writeUInt32List (int, java.util.List, boolean) throws java.io.IOException public abstract void writeSFixed32List (int, java.util.List, boolean) throws java.io.IOException public abstract void writeSFixed64List (int, java.util.List, boolean) throws java.io.IOException public abstract void writeSInt32List (int, java.util.List, boolean) throws java.io.IOException public abstract void writeSInt64List (int, java.util.List, boolean) throws java.io.IOException public abstract void writeMessageList (int, java.util.List) throws java.io.IOException public abstract void writeMessageList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException public abstract void writeGroupList (int, java.util.List) throws java.io.IOException public abstract void writeGroupList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException public abstract void writeMessageSetItem (int, java.lang.Object) throws java.io.IOException public abstract void writeMap (int, com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata, java.util.Map) throws java.io.IOException }
com/android/adservices/jarjar/server/protobuf/Writer$FieldOrder.class
Writer.java package com.android.adservices.jarjar.server.protobuf public final enum com.android.adservices.jarjar.server.protobuf.Writer$FieldOrder extends java.lang.Enum { public static final enum com.android.adservices.jarjar.server.protobuf.Writer$FieldOrder ASCENDING public static final enum com.android.adservices.jarjar.server.protobuf.Writer$FieldOrder DESCENDING private static final synthetic com.android.adservices.jarjar.server.protobuf.Writer$FieldOrder[] $VALUES public static com.android.adservices.jarjar.server.protobuf.Writer$FieldOrder[] values () public static com.android.adservices.jarjar.server.protobuf.Writer$FieldOrder valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.android.adservices.jarjar.server.protobuf.Writer$FieldOrder[] $values () static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/WrappersProto.class
WrappersProto.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.WrappersProto extends java.lang.Object { private void <init> () public static void registerAllExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite registry static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/WireFormat.class
WireFormat.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.WireFormat extends java.lang.Object { static final int FIXED32_SIZE static final int FIXED64_SIZE static final int MAX_VARINT32_SIZE static final int MAX_VARINT64_SIZE static final int MAX_VARINT_SIZE public static final int WIRETYPE_VARINT public static final int WIRETYPE_FIXED64 public static final int WIRETYPE_LENGTH_DELIMITED public static final int WIRETYPE_START_GROUP public static final int WIRETYPE_END_GROUP public static final int WIRETYPE_FIXED32 static final int TAG_TYPE_BITS static final int TAG_TYPE_MASK static final int MESSAGE_SET_ITEM static final int MESSAGE_SET_TYPE_ID static final int MESSAGE_SET_MESSAGE static final int MESSAGE_SET_ITEM_TAG static final int MESSAGE_SET_ITEM_END_TAG static final int MESSAGE_SET_TYPE_ID_TAG static final int MESSAGE_SET_MESSAGE_TAG private void <init> () public static int getTagWireType (int) int tag public static int getTagFieldNumber (int) int tag static int makeTag (int, int) int fieldNumber int wireType static java.lang.Object readPrimitiveField (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, com.android.adservices.jarjar.server.protobuf.WireFormat$Utf8Validation) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType type com.android.adservices.jarjar.server.protobuf.WireFormat$Utf8Validation utf8Validation static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/WireFormat$Utf8Validation.class
WireFormat.java package com.android.adservices.jarjar.server.protobuf abstract enum com.android.adservices.jarjar.server.protobuf.WireFormat$Utf8Validation extends java.lang.Enum { public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$Utf8Validation LOOSE public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$Utf8Validation STRICT public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$Utf8Validation LAZY private static final synthetic com.android.adservices.jarjar.server.protobuf.WireFormat$Utf8Validation[] $VALUES public static com.android.adservices.jarjar.server.protobuf.WireFormat$Utf8Validation[] values () public static com.android.adservices.jarjar.server.protobuf.WireFormat$Utf8Validation valueOf (java.lang.String) String name private void <init> (java.lang.String, int) abstract java.lang.Object readString (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException private static synthetic com.android.adservices.jarjar.server.protobuf.WireFormat$Utf8Validation[] $values () synthetic void <init> (java.lang.String, int, com.android.adservices.jarjar.server.protobuf.WireFormat$1) String x0 int x1 com.android.adservices.jarjar.server.protobuf.WireFormat$1 x2 static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/WireFormat$Utf8Validation$3.class
WireFormat.java package com.android.adservices.jarjar.server.protobuf final enum com.android.adservices.jarjar.server.protobuf.WireFormat$Utf8Validation$3 extends com.android.adservices.jarjar.server.protobuf.WireFormat$Utf8Validation { void <init> (java.lang.String, int) java.lang.Object readString (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input }
com/android/adservices/jarjar/server/protobuf/WireFormat$Utf8Validation$2.class
WireFormat.java package com.android.adservices.jarjar.server.protobuf final enum com.android.adservices.jarjar.server.protobuf.WireFormat$Utf8Validation$2 extends com.android.adservices.jarjar.server.protobuf.WireFormat$Utf8Validation { void <init> (java.lang.String, int) java.lang.Object readString (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input }
com/android/adservices/jarjar/server/protobuf/WireFormat$Utf8Validation$1.class
WireFormat.java package com.android.adservices.jarjar.server.protobuf final enum com.android.adservices.jarjar.server.protobuf.WireFormat$Utf8Validation$1 extends com.android.adservices.jarjar.server.protobuf.WireFormat$Utf8Validation { void <init> (java.lang.String, int) java.lang.Object readString (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input }
com/android/adservices/jarjar/server/protobuf/WireFormat$JavaType.class
WireFormat.java package com.android.adservices.jarjar.server.protobuf public final enum com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType extends java.lang.Enum { public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType INT public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType LONG public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType FLOAT public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType DOUBLE public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType BOOLEAN public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType STRING public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType BYTE_STRING public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType ENUM public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType MESSAGE private final Object defaultDefault private static final synthetic com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType[] $VALUES public static com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType[] values () public static com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType valueOf (java.lang.String) String name private void <init> (java.lang.String, int, java.lang.Object) Object defaultDefault java.lang.Object getDefaultDefault () private static synthetic com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType[] $values () static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/WireFormat$FieldType.class
WireFormat.java package com.android.adservices.jarjar.server.protobuf public enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType extends java.lang.Enum { public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType DOUBLE public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType FLOAT public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType INT64 public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType UINT64 public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType INT32 public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType FIXED64 public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType FIXED32 public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType BOOL public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType STRING public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType GROUP public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType MESSAGE public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType BYTES public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType UINT32 public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType ENUM public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType SFIXED32 public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType SFIXED64 public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType SINT32 public static final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType SINT64 private final com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType javaType private final int wireType private static final synthetic com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType[] $VALUES public static com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType[] values () public static com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType valueOf (java.lang.String) String name private void <init> (java.lang.String, int, com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType, int) com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType javaType int wireType public com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType getJavaType () public int getWireType () public boolean isPackable () private static synthetic com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType[] $values () synthetic void <init> (java.lang.String, int, com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType, int, com.android.adservices.jarjar.server.protobuf.WireFormat$1) String x0 int x1 com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType x2 int x3 com.android.adservices.jarjar.server.protobuf.WireFormat$1 x4 static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/WireFormat$FieldType$4.class
WireFormat.java package com.android.adservices.jarjar.server.protobuf final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType$4 extends com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType { void <init> (java.lang.String, int, com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType, int) com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType javaType int wireType public boolean isPackable () }
com/android/adservices/jarjar/server/protobuf/WireFormat$FieldType$3.class
WireFormat.java package com.android.adservices.jarjar.server.protobuf final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType$3 extends com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType { void <init> (java.lang.String, int, com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType, int) com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType javaType int wireType public boolean isPackable () }
com/android/adservices/jarjar/server/protobuf/WireFormat$FieldType$2.class
WireFormat.java package com.android.adservices.jarjar.server.protobuf final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType$2 extends com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType { void <init> (java.lang.String, int, com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType, int) com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType javaType int wireType public boolean isPackable () }
com/android/adservices/jarjar/server/protobuf/WireFormat$FieldType$1.class
WireFormat.java package com.android.adservices.jarjar.server.protobuf final enum com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType$1 extends com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType { void <init> (java.lang.String, int, com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType, int) com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType javaType int wireType public boolean isPackable () }
com/android/adservices/jarjar/server/protobuf/WireFormat$1.class
WireFormat.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.WireFormat$1 extends java.lang.Object { }
com/android/adservices/jarjar/server/protobuf/ValueOrBuilder.class
ValueOrBuilder.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.ValueOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract boolean hasNullValue () public abstract int getNullValueValue () public abstract com.android.adservices.jarjar.server.protobuf.NullValue getNullValue () public abstract boolean hasNumberValue () public abstract double getNumberValue () public abstract boolean hasStringValue () public abstract java.lang.String getStringValue () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getStringValueBytes () public abstract boolean hasBoolValue () public abstract boolean getBoolValue () public abstract boolean hasStructValue () public abstract com.android.adservices.jarjar.server.protobuf.Struct getStructValue () public abstract boolean hasListValue () public abstract com.android.adservices.jarjar.server.protobuf.ListValue getListValue () public abstract com.android.adservices.jarjar.server.protobuf.Value$KindCase getKindCase () }
com/android/adservices/jarjar/server/protobuf/Value.class
Value.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.Value extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.ValueOrBuilder { private int kindCase_ private Object kind_ public static final int NULL_VALUE_FIELD_NUMBER public static final int NUMBER_VALUE_FIELD_NUMBER public static final int STRING_VALUE_FIELD_NUMBER public static final int BOOL_VALUE_FIELD_NUMBER public static final int STRUCT_VALUE_FIELD_NUMBER public static final int LIST_VALUE_FIELD_NUMBER private static final com.android.adservices.jarjar.server.protobuf.Value DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public com.android.adservices.jarjar.server.protobuf.Value$KindCase getKindCase () private void clearKind () public boolean hasNullValue () public int getNullValueValue () public com.android.adservices.jarjar.server.protobuf.NullValue getNullValue () com.android.adservices.jarjar.server.protobuf.NullValue result private void setNullValueValue (int) int value private void setNullValue (com.android.adservices.jarjar.server.protobuf.NullValue) com.android.adservices.jarjar.server.protobuf.NullValue value private void clearNullValue () public boolean hasNumberValue () public double getNumberValue () private void setNumberValue (double) double value private void clearNumberValue () public boolean hasStringValue () public java.lang.String getStringValue () String ref public com.android.adservices.jarjar.server.protobuf.ByteString getStringValueBytes () String ref private void setStringValue (java.lang.String) String value private void clearStringValue () private void setStringValueBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasBoolValue () public boolean getBoolValue () private void setBoolValue (boolean) boolean value private void clearBoolValue () public boolean hasStructValue () public com.android.adservices.jarjar.server.protobuf.Struct getStructValue () private void setStructValue (com.android.adservices.jarjar.server.protobuf.Struct) com.android.adservices.jarjar.server.protobuf.Struct value private void mergeStructValue (com.android.adservices.jarjar.server.protobuf.Struct) com.android.adservices.jarjar.server.protobuf.Struct value private void clearStructValue () public boolean hasListValue () public com.android.adservices.jarjar.server.protobuf.ListValue getListValue () private void setListValue (com.android.adservices.jarjar.server.protobuf.ListValue) com.android.adservices.jarjar.server.protobuf.ListValue value private void mergeListValue (com.android.adservices.jarjar.server.protobuf.ListValue) com.android.adservices.jarjar.server.protobuf.ListValue value private void clearListValue () public static com.android.adservices.jarjar.server.protobuf.Value parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.Value parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Value parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.Value parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Value parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.Value parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Value parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.Value parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Value parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.Value parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Value parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.Value parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Value$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.Value$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.Value) com.android.adservices.jarjar.server.protobuf.Value prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.Value getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.Value defaultInstance }
com/android/adservices/jarjar/server/protobuf/Value$KindCase.class
Value.java package com.android.adservices.jarjar.server.protobuf public final enum com.android.adservices.jarjar.server.protobuf.Value$KindCase extends java.lang.Enum { public static final enum com.android.adservices.jarjar.server.protobuf.Value$KindCase NULL_VALUE public static final enum com.android.adservices.jarjar.server.protobuf.Value$KindCase NUMBER_VALUE public static final enum com.android.adservices.jarjar.server.protobuf.Value$KindCase STRING_VALUE public static final enum com.android.adservices.jarjar.server.protobuf.Value$KindCase BOOL_VALUE public static final enum com.android.adservices.jarjar.server.protobuf.Value$KindCase STRUCT_VALUE public static final enum com.android.adservices.jarjar.server.protobuf.Value$KindCase LIST_VALUE public static final enum com.android.adservices.jarjar.server.protobuf.Value$KindCase KIND_NOT_SET private final int value private static final synthetic com.android.adservices.jarjar.server.protobuf.Value$KindCase[] $VALUES public static com.android.adservices.jarjar.server.protobuf.Value$KindCase[] values () public static com.android.adservices.jarjar.server.protobuf.Value$KindCase valueOf (java.lang.String) String name private void <init> (java.lang.String, int, int) int value public static com.android.adservices.jarjar.server.protobuf.Value$KindCase valueOf (int) int value public static com.android.adservices.jarjar.server.protobuf.Value$KindCase forNumber (int) int value public int getNumber () private static synthetic com.android.adservices.jarjar.server.protobuf.Value$KindCase[] $values () static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/Value$Builder.class
Value.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.Value$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.ValueOrBuilder { private void <init> () public com.android.adservices.jarjar.server.protobuf.Value$KindCase getKindCase () public com.android.adservices.jarjar.server.protobuf.Value$Builder clearKind () public boolean hasNullValue () public int getNullValueValue () public com.android.adservices.jarjar.server.protobuf.Value$Builder setNullValueValue (int) int value public com.android.adservices.jarjar.server.protobuf.NullValue getNullValue () public com.android.adservices.jarjar.server.protobuf.Value$Builder setNullValue (com.android.adservices.jarjar.server.protobuf.NullValue) com.android.adservices.jarjar.server.protobuf.NullValue value public com.android.adservices.jarjar.server.protobuf.Value$Builder clearNullValue () public boolean hasNumberValue () public double getNumberValue () public com.android.adservices.jarjar.server.protobuf.Value$Builder setNumberValue (double) double value public com.android.adservices.jarjar.server.protobuf.Value$Builder clearNumberValue () public boolean hasStringValue () public java.lang.String getStringValue () public com.android.adservices.jarjar.server.protobuf.ByteString getStringValueBytes () public com.android.adservices.jarjar.server.protobuf.Value$Builder setStringValue (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.Value$Builder clearStringValue () public com.android.adservices.jarjar.server.protobuf.Value$Builder setStringValueBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasBoolValue () public boolean getBoolValue () public com.android.adservices.jarjar.server.protobuf.Value$Builder setBoolValue (boolean) boolean value public com.android.adservices.jarjar.server.protobuf.Value$Builder clearBoolValue () public boolean hasStructValue () public com.android.adservices.jarjar.server.protobuf.Struct getStructValue () public com.android.adservices.jarjar.server.protobuf.Value$Builder setStructValue (com.android.adservices.jarjar.server.protobuf.Struct) com.android.adservices.jarjar.server.protobuf.Struct value public com.android.adservices.jarjar.server.protobuf.Value$Builder setStructValue (com.android.adservices.jarjar.server.protobuf.Struct$Builder) com.android.adservices.jarjar.server.protobuf.Struct$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.Value$Builder mergeStructValue (com.android.adservices.jarjar.server.protobuf.Struct) com.android.adservices.jarjar.server.protobuf.Struct value public com.android.adservices.jarjar.server.protobuf.Value$Builder clearStructValue () public boolean hasListValue () public com.android.adservices.jarjar.server.protobuf.ListValue getListValue () public com.android.adservices.jarjar.server.protobuf.Value$Builder setListValue (com.android.adservices.jarjar.server.protobuf.ListValue) com.android.adservices.jarjar.server.protobuf.ListValue value public com.android.adservices.jarjar.server.protobuf.Value$Builder setListValue (com.android.adservices.jarjar.server.protobuf.ListValue$Builder) com.android.adservices.jarjar.server.protobuf.ListValue$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.Value$Builder mergeListValue (com.android.adservices.jarjar.server.protobuf.ListValue) com.android.adservices.jarjar.server.protobuf.ListValue value public com.android.adservices.jarjar.server.protobuf.Value$Builder clearListValue () }
com/android/adservices/jarjar/server/protobuf/Value$1.class
Value.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.Value$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/Utf8.class
Utf8.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.Utf8 extends java.lang.Object { private static final com.android.adservices.jarjar.server.protobuf.Utf8$Processor processor private static final long ASCII_MASK_LONG static final int MAX_BYTES_PER_CHAR static final int COMPLETE static final int MALFORMED private static final int UNSAFE_COUNT_ASCII_THRESHOLD static boolean isValidUtf8 (byte[]) byte[] bytes static boolean isValidUtf8 (byte[], int, int) byte[] bytes int index int limit static int partialIsValidUtf8 (int, byte[], int, int) int state byte[] bytes int index int limit private static int incompleteStateFor (int) int byte1 private static int incompleteStateFor (int, int) int byte1 int byte2 private static int incompleteStateFor (int, int, int) int byte1 int byte2 int byte3 private static int incompleteStateFor (byte[], int, int) byte[] bytes int index int limit int byte1 private static int incompleteStateFor (java.nio.ByteBuffer, int, int, int) java.nio.ByteBuffer buffer int byte1 int index int remaining static int encodedLength (java.lang.CharSequence) char c CharSequence sequence int utf16Length int utf8Length int i private static int encodedLengthGeneral (java.lang.CharSequence, int) int cp char c int i CharSequence sequence int start int utf16Length int utf8Length static int encode (java.lang.CharSequence, byte[], int, int) CharSequence in byte[] out int offset int length static boolean isValidUtf8 (java.nio.ByteBuffer) java.nio.ByteBuffer buffer static int partialIsValidUtf8 (int, java.nio.ByteBuffer, int, int) int state java.nio.ByteBuffer buffer int index int limit static java.lang.String decodeUtf8 (java.nio.ByteBuffer, int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer buffer int index int size static java.lang.String decodeUtf8 (byte[], int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] bytes int index int size static void encodeUtf8 (java.lang.CharSequence, java.nio.ByteBuffer) CharSequence in java.nio.ByteBuffer out private static int estimateConsecutiveAscii (java.nio.ByteBuffer, int, int) java.nio.ByteBuffer buffer int index int limit int i int lim private void <init> () static synthetic int access$000 (int, int) int x0 int x1 static synthetic int access$100 (int, int, int) int x0 int x1 int x2 static synthetic int access$200 (java.nio.ByteBuffer, int, int) java.nio.ByteBuffer x0 int x1 int x2 static synthetic int access$300 (java.nio.ByteBuffer, int, int, int) java.nio.ByteBuffer x0 int x1 int x2 int x3 static synthetic int access$1100 (byte[], int, int) byte[] x0 int x1 int x2 static synthetic int access$1200 (int) int x0 static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/Utf8$UnsafeProcessor.class
Utf8.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.Utf8$UnsafeProcessor extends com.android.adservices.jarjar.server.protobuf.Utf8$Processor { void <init> () static boolean isAvailable () int partialIsValidUtf8 (int, byte[], int, int) int byte2 int byte2 int byte3 int byte1 int state byte[] bytes int index int limit long offset long offsetLimit int partialIsValidUtf8Direct (int, java.nio.ByteBuffer, int, int) int byte2 int byte2 int byte3 int byte1 int state java.nio.ByteBuffer buffer int index int limit long address long addressLimit java.lang.String decodeUtf8 (byte[], int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] bytes int index int size String s java.lang.String decodeUtf8Direct (java.nio.ByteBuffer, int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte b byte b byte byte1 java.nio.ByteBuffer buffer int index int size long address long addressLimit char[] resultArr int resultPos int encodeUtf8 (java.lang.CharSequence, byte[], int, int) char c char low char low int codePoint char c CharSequence in byte[] out int offset int length long outIx long outLimit int inLimit int inIx void encodeUtf8Direct (java.lang.CharSequence, java.nio.ByteBuffer) char c char low char low int codePoint char c CharSequence in java.nio.ByteBuffer out long address long outIx long outLimit int inLimit int inIx private static int unsafeEstimateConsecutiveAscii (byte[], long, int) byte[] bytes long offset int maxChars int unaligned int i private static int unsafeEstimateConsecutiveAscii (long, int) int j long address int maxChars int remaining int unaligned private static int partialIsValidUtf8 (byte[], long, int) int byte2 int byte2 int byte1 byte[] bytes long offset int remaining int skipped private static int partialIsValidUtf8 (long, int) byte byte2 byte byte2 int byte1 long address int remaining int skipped private static int unsafeIncompleteStateFor (byte[], int, long, int) byte[] bytes int byte1 long offset int remaining private static int unsafeIncompleteStateFor (long, int, int) long address int byte1 int remaining }
com/android/adservices/jarjar/server/protobuf/Utf8$UnpairedSurrogateException.class
Utf8.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.Utf8$UnpairedSurrogateException extends java.lang.IllegalArgumentException { void <init> (int, int) int index int length }
com/android/adservices/jarjar/server/protobuf/Utf8$SafeProcessor.class
Utf8.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.Utf8$SafeProcessor extends com.android.adservices.jarjar.server.protobuf.Utf8$Processor { void <init> () int partialIsValidUtf8 (int, byte[], int, int) int byte2 int byte2 int byte3 int byte1 int state byte[] bytes int index int limit int partialIsValidUtf8Direct (int, java.nio.ByteBuffer, int, int) int state java.nio.ByteBuffer buffer int index int limit java.lang.String decodeUtf8 (byte[], int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte b byte b byte byte1 byte[] bytes int index int size int offset int limit char[] resultArr int resultPos java.lang.String decodeUtf8Direct (java.nio.ByteBuffer, int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer buffer int index int size int encodeUtf8 (java.lang.CharSequence, byte[], int, int) char c char low char low int codePoint char c CharSequence in byte[] out int offset int length int utf16Length int j int i int limit void encodeUtf8Direct (java.lang.CharSequence, java.nio.ByteBuffer) CharSequence in java.nio.ByteBuffer out private static int partialIsValidUtf8 (byte[], int, int) byte[] bytes int index int limit private static int partialIsValidUtf8NonAscii (byte[], int, int) int byte2 int byte1 int byte2 byte[] bytes int index int limit }
com/android/adservices/jarjar/server/protobuf/Utf8$Processor.class
Utf8.java package com.android.adservices.jarjar.server.protobuf abstract com.android.adservices.jarjar.server.protobuf.Utf8$Processor extends java.lang.Object { void <init> () final boolean isValidUtf8 (byte[], int, int) byte[] bytes int index int limit abstract int partialIsValidUtf8 (int, byte[], int, int) final boolean isValidUtf8 (java.nio.ByteBuffer, int, int) java.nio.ByteBuffer buffer int index int limit final int partialIsValidUtf8 (int, java.nio.ByteBuffer, int, int) int offset int state java.nio.ByteBuffer buffer int index int limit abstract int partialIsValidUtf8Direct (int, java.nio.ByteBuffer, int, int) final int partialIsValidUtf8Default (int, java.nio.ByteBuffer, int, int) byte byte2 byte byte2 byte byte3 byte byte1 int state java.nio.ByteBuffer buffer int index int limit private static int partialIsValidUtf8 (java.nio.ByteBuffer, int, int) byte byte2 int byte2 int byte1 java.nio.ByteBuffer buffer int index int limit abstract java.lang.String decodeUtf8 (byte[], int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException final java.lang.String decodeUtf8 (java.nio.ByteBuffer, int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException int offset java.nio.ByteBuffer buffer int index int size abstract java.lang.String decodeUtf8Direct (java.nio.ByteBuffer, int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException final java.lang.String decodeUtf8Default (java.nio.ByteBuffer, int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte b byte b byte byte1 java.nio.ByteBuffer buffer int index int size int offset int limit char[] resultArr int resultPos abstract int encodeUtf8 (java.lang.CharSequence, byte[], int, int) final void encodeUtf8 (java.lang.CharSequence, java.nio.ByteBuffer) int offset int endIndex CharSequence in java.nio.ByteBuffer out abstract void encodeUtf8Direct (java.lang.CharSequence, java.nio.ByteBuffer) final void encodeUtf8Default (java.lang.CharSequence, java.nio.ByteBuffer) char c char low char low int codePoint char c int badWriteIndex IndexOutOfBoundsException e CharSequence in java.nio.ByteBuffer out int inLength int outIx int inIx }
com/android/adservices/jarjar/server/protobuf/Utf8$DecodeUtil.class
Utf8.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.Utf8$DecodeUtil extends java.lang.Object { private void <init> () private static boolean isOneByte (byte) byte b private static boolean isTwoBytes (byte) byte b private static boolean isThreeBytes (byte) byte b private static void handleOneByte (byte, char[], int) byte byte1 char[] resultArr int resultPos private static void handleTwoBytes (byte, byte, char[], int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte byte1 byte byte2 char[] resultArr int resultPos private static void handleThreeBytes (byte, byte, byte, char[], int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte byte1 byte byte2 byte byte3 char[] resultArr int resultPos private static void handleFourBytes (byte, byte, byte, byte, char[], int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte byte1 byte byte2 byte byte3 byte byte4 char[] resultArr int resultPos int codepoint private static boolean isNotTrailingByte (byte) byte b private static int trailingByteValue (byte) byte b private static char highSurrogate (int) int codePoint private static char lowSurrogate (int) int codePoint static synthetic boolean access$400 (byte) byte x0 static synthetic void access$500 (byte, char[], int) byte x0 char[] x1 int x2 static synthetic boolean access$600 (byte) byte x0 static synthetic void access$700 (byte, byte, char[], int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte x0 byte x1 char[] x2 int x3 static synthetic boolean access$800 (byte) byte x0 static synthetic void access$900 (byte, byte, byte, char[], int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte x0 byte x1 byte x2 char[] x3 int x4 static synthetic void access$1000 (byte, byte, byte, byte, char[], int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte x0 byte x1 byte x2 byte x3 char[] x4 int x5 }
com/android/adservices/jarjar/server/protobuf/UnsafeUtil.class
UnsafeUtil.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.UnsafeUtil extends java.lang.Object { private static final sun.misc.Unsafe UNSAFE private static final Class MEMORY_CLASS private static final boolean IS_ANDROID_64 private static final boolean IS_ANDROID_32 private static final com.android.adservices.jarjar.server.protobuf.UnsafeUtil$MemoryAccessor MEMORY_ACCESSOR private static final boolean HAS_UNSAFE_BYTEBUFFER_OPERATIONS private static final boolean HAS_UNSAFE_ARRAY_OPERATIONS static final long BYTE_ARRAY_BASE_OFFSET private static final long BOOLEAN_ARRAY_BASE_OFFSET private static final long BOOLEAN_ARRAY_INDEX_SCALE private static final long INT_ARRAY_BASE_OFFSET private static final long INT_ARRAY_INDEX_SCALE private static final long LONG_ARRAY_BASE_OFFSET private static final long LONG_ARRAY_INDEX_SCALE private static final long FLOAT_ARRAY_BASE_OFFSET private static final long FLOAT_ARRAY_INDEX_SCALE private static final long DOUBLE_ARRAY_BASE_OFFSET private static final long DOUBLE_ARRAY_INDEX_SCALE private static final long OBJECT_ARRAY_BASE_OFFSET private static final long OBJECT_ARRAY_INDEX_SCALE private static final long BUFFER_ADDRESS_OFFSET private static final int STRIDE private static final int STRIDE_ALIGNMENT_MASK private static final int BYTE_ARRAY_ALIGNMENT static final boolean IS_BIG_ENDIAN private void <init> () static boolean hasUnsafeArrayOperations () static boolean hasUnsafeByteBufferOperations () static boolean isAndroid64 () static java.lang.Object allocateInstance (java.lang.Class) InstantiationException e Class clazz static long objectFieldOffset (java.lang.reflect.Field) java.lang.reflect.Field field private static int arrayBaseOffset (java.lang.Class) Class clazz private static int arrayIndexScale (java.lang.Class) Class clazz static byte getByte (java.lang.Object, long) Object target long offset static void putByte (java.lang.Object, long, byte) Object target long offset byte value static int getInt (java.lang.Object, long) Object target long offset static void putInt (java.lang.Object, long, int) Object target long offset int value static long getLong (java.lang.Object, long) Object target long offset static void putLong (java.lang.Object, long, long) Object target long offset long value static boolean getBoolean (java.lang.Object, long) Object target long offset static void putBoolean (java.lang.Object, long, boolean) Object target long offset boolean value static float getFloat (java.lang.Object, long) Object target long offset static void putFloat (java.lang.Object, long, float) Object target long offset float value static double getDouble (java.lang.Object, long) Object target long offset static void putDouble (java.lang.Object, long, double) Object target long offset double value static java.lang.Object getObject (java.lang.Object, long) Object target long offset static void putObject (java.lang.Object, long, java.lang.Object) Object target long offset Object value static byte getByte (byte[], long) byte[] target long index static void putByte (byte[], long, byte) byte[] target long index byte value static int getInt (int[], long) int[] target long index static void putInt (int[], long, int) int[] target long index int value static long getLong (long[], long) long[] target long index static void putLong (long[], long, long) long[] target long index long value static boolean getBoolean (boolean[], long) boolean[] target long index static void putBoolean (boolean[], long, boolean) boolean[] target long index boolean value static float getFloat (float[], long) float[] target long index static void putFloat (float[], long, float) float[] target long index float value static double getDouble (double[], long) double[] target long index static void putDouble (double[], long, double) double[] target long index double value static java.lang.Object getObject (java.lang.Object[], long) Object[] target long index static void putObject (java.lang.Object[], long, java.lang.Object) Object[] target long index Object value static void copyMemory (byte[], long, long, long) byte[] src long srcIndex long targetOffset long length static void copyMemory (long, byte[], long, long) long srcOffset byte[] target long targetIndex long length static void copyMemory (byte[], long, byte[], long, long) byte[] src long srcIndex byte[] target long targetIndex long length static byte getByte (long) long address static void putByte (long, byte) long address byte value static int getInt (long) long address static void putInt (long, int) long address int value static long getLong (long) long address static void putLong (long, long) long address long value static long addressOffset (java.nio.ByteBuffer) java.nio.ByteBuffer buffer static java.lang.Object getStaticObject (java.lang.reflect.Field) java.lang.reflect.Field field static sun.misc.Unsafe getUnsafe () sun.misc.Unsafe unsafe private static com.android.adservices.jarjar.server.protobuf.UnsafeUtil$MemoryAccessor getMemoryAccessor () private static boolean supportsUnsafeArrayOperations () private static boolean supportsUnsafeByteBufferOperations () static boolean determineAndroidSupportByAddressSize (java.lang.Class) Class clazz Throwable t Class addressClass private static java.lang.reflect.Field bufferAddressField () java.lang.reflect.Field field java.lang.reflect.Field field private static int firstDifferingByteIndexNativeEndian (long, long) long left long right int n static int mismatch (byte[], int, byte[], int, int) long leftLongWord long rightLongWord int leftAlignment int strideLength byte[] left int leftOff byte[] right int rightOff int length int index private static long fieldOffset (java.lang.reflect.Field) java.lang.reflect.Field field private static java.lang.reflect.Field field (java.lang.Class, java.lang.String) java.lang.reflect.Field field Throwable t Class clazz String fieldName java.lang.reflect.Field field private static byte getByteBigEndian (java.lang.Object, long) Object target long offset private static byte getByteLittleEndian (java.lang.Object, long) Object target long offset private static void putByteBigEndian (java.lang.Object, long, byte) Object target long offset byte value int intValue int shift int output private static void putByteLittleEndian (java.lang.Object, long, byte) Object target long offset byte value int intValue int shift int output private static boolean getBooleanBigEndian (java.lang.Object, long) Object target long offset private static boolean getBooleanLittleEndian (java.lang.Object, long) Object target long offset private static void putBooleanBigEndian (java.lang.Object, long, boolean) Object target long offset boolean value private static void putBooleanLittleEndian (java.lang.Object, long, boolean) Object target long offset boolean value private static void logMissingMethod (java.lang.Throwable) Throwable e static synthetic void access$000 (java.lang.Throwable) Throwable x0 static synthetic java.lang.reflect.Field access$100 () static synthetic byte access$200 (java.lang.Object, long) Object x0 long x1 static synthetic byte access$300 (java.lang.Object, long) Object x0 long x1 static synthetic void access$400 (java.lang.Object, long, byte) Object x0 long x1 byte x2 static synthetic void access$500 (java.lang.Object, long, byte) Object x0 long x1 byte x2 static synthetic boolean access$600 (java.lang.Object, long) Object x0 long x1 static synthetic boolean access$700 (java.lang.Object, long) Object x0 long x1 static synthetic void access$800 (java.lang.Object, long, boolean) Object x0 long x1 boolean x2 static synthetic void access$900 (java.lang.Object, long, boolean) Object x0 long x1 boolean x2 static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/UnsafeUtil$MemoryAccessor.class
UnsafeUtil.java package com.android.adservices.jarjar.server.protobuf abstract com.android.adservices.jarjar.server.protobuf.UnsafeUtil$MemoryAccessor extends java.lang.Object { sun.misc.Unsafe unsafe void <init> (sun.misc.Unsafe) sun.misc.Unsafe unsafe public final long objectFieldOffset (java.lang.reflect.Field) java.lang.reflect.Field field public final int arrayBaseOffset (java.lang.Class) Class clazz public final int arrayIndexScale (java.lang.Class) Class clazz public abstract java.lang.Object getStaticObject (java.lang.reflect.Field) public boolean supportsUnsafeArrayOperations () Class clazz Throwable e public abstract byte getByte (java.lang.Object, long) public abstract void putByte (java.lang.Object, long, byte) public final int getInt (java.lang.Object, long) Object target long offset public final void putInt (java.lang.Object, long, int) Object target long offset int value public final long getLong (java.lang.Object, long) Object target long offset public final void putLong (java.lang.Object, long, long) Object target long offset long value public abstract boolean getBoolean (java.lang.Object, long) public abstract void putBoolean (java.lang.Object, long, boolean) public abstract float getFloat (java.lang.Object, long) public abstract void putFloat (java.lang.Object, long, float) public abstract double getDouble (java.lang.Object, long) public abstract void putDouble (java.lang.Object, long, double) public final java.lang.Object getObject (java.lang.Object, long) Object target long offset public final void putObject (java.lang.Object, long, java.lang.Object) Object target long offset Object value public boolean supportsUnsafeByteBufferOperations () Class clazz Throwable e public abstract byte getByte (long) public abstract void putByte (long, byte) public abstract int getInt (long) public abstract void putInt (long, int) public abstract long getLong (long) public abstract void putLong (long, long) public abstract void copyMemory (long, byte[], long, long) public abstract void copyMemory (byte[], long, long, long) }
com/android/adservices/jarjar/server/protobuf/UnsafeUtil$JvmMemoryAccessor.class
UnsafeUtil.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.UnsafeUtil$JvmMemoryAccessor extends com.android.adservices.jarjar.server.protobuf.UnsafeUtil$MemoryAccessor { void <init> (sun.misc.Unsafe) sun.misc.Unsafe unsafe public java.lang.Object getStaticObject (java.lang.reflect.Field) java.lang.reflect.Field field public boolean supportsUnsafeArrayOperations () Class clazz Throwable e public byte getByte (java.lang.Object, long) Object target long offset public void putByte (java.lang.Object, long, byte) Object target long offset byte value public boolean getBoolean (java.lang.Object, long) Object target long offset public void putBoolean (java.lang.Object, long, boolean) Object target long offset boolean value public float getFloat (java.lang.Object, long) Object target long offset public void putFloat (java.lang.Object, long, float) Object target long offset float value public double getDouble (java.lang.Object, long) Object target long offset public void putDouble (java.lang.Object, long, double) Object target long offset double value public boolean supportsUnsafeByteBufferOperations () Class clazz Throwable e public byte getByte (long) long address public void putByte (long, byte) long address byte value public int getInt (long) long address public void putInt (long, int) long address int value public long getLong (long) long address public void putLong (long, long) long address long value public void copyMemory (long, byte[], long, long) long srcOffset byte[] target long targetIndex long length public void copyMemory (byte[], long, long, long) byte[] src long srcIndex long targetOffset long length }
com/android/adservices/jarjar/server/protobuf/UnsafeUtil$Android64MemoryAccessor.class
UnsafeUtil.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.UnsafeUtil$Android64MemoryAccessor extends com.android.adservices.jarjar.server.protobuf.UnsafeUtil$MemoryAccessor { void <init> (sun.misc.Unsafe) sun.misc.Unsafe unsafe public java.lang.Object getStaticObject (java.lang.reflect.Field) IllegalAccessException e java.lang.reflect.Field field public byte getByte (java.lang.Object, long) Object target long offset public void putByte (java.lang.Object, long, byte) Object target long offset byte value public boolean getBoolean (java.lang.Object, long) Object target long offset public void putBoolean (java.lang.Object, long, boolean) Object target long offset boolean value public float getFloat (java.lang.Object, long) Object target long offset public void putFloat (java.lang.Object, long, float) Object target long offset float value public double getDouble (java.lang.Object, long) Object target long offset public void putDouble (java.lang.Object, long, double) Object target long offset double value public boolean supportsUnsafeByteBufferOperations () public byte getByte (long) long address public void putByte (long, byte) long address byte value public int getInt (long) long address public void putInt (long, int) long address int value public long getLong (long) long address public void putLong (long, long) long address long value public void copyMemory (long, byte[], long, long) long srcOffset byte[] target long targetIndex long length public void copyMemory (byte[], long, long, long) byte[] src long srcIndex long targetOffset long length }
com/android/adservices/jarjar/server/protobuf/UnsafeUtil$Android32MemoryAccessor.class
UnsafeUtil.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.UnsafeUtil$Android32MemoryAccessor extends com.android.adservices.jarjar.server.protobuf.UnsafeUtil$MemoryAccessor { private static final long SMALL_ADDRESS_MASK private static int smallAddress (long) long address void <init> (sun.misc.Unsafe) sun.misc.Unsafe unsafe public java.lang.Object getStaticObject (java.lang.reflect.Field) IllegalAccessException e java.lang.reflect.Field field public byte getByte (java.lang.Object, long) Object target long offset public void putByte (java.lang.Object, long, byte) Object target long offset byte value public boolean getBoolean (java.lang.Object, long) Object target long offset public void putBoolean (java.lang.Object, long, boolean) Object target long offset boolean value public float getFloat (java.lang.Object, long) Object target long offset public void putFloat (java.lang.Object, long, float) Object target long offset float value public double getDouble (java.lang.Object, long) Object target long offset public void putDouble (java.lang.Object, long, double) Object target long offset double value public boolean supportsUnsafeByteBufferOperations () public byte getByte (long) long address public void putByte (long, byte) long address byte value public int getInt (long) long address public void putInt (long, int) long address int value public long getLong (long) long address public void putLong (long, long) long address long value public void copyMemory (long, byte[], long, long) long srcOffset byte[] target long targetIndex long length public void copyMemory (byte[], long, long, long) byte[] src long srcIndex long targetOffset long length }
com/android/adservices/jarjar/server/protobuf/UnsafeUtil$1.class
UnsafeUtil.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.UnsafeUtil$1 extends java.lang.Object implements java.security.PrivilegedExceptionAction { void <init> () public sun.misc.Unsafe run () throws java.lang.Exception Object x java.lang.reflect.Field f Class k public volatile synthetic java.lang.Object run () throws java.lang.Exception }
com/android/adservices/jarjar/server/protobuf/UnsafeByteOperations.class
UnsafeByteOperations.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.UnsafeByteOperations extends java.lang.Object { private void <init> () public static com.android.adservices.jarjar.server.protobuf.ByteString unsafeWrap (byte[]) byte[] buffer public static com.android.adservices.jarjar.server.protobuf.ByteString unsafeWrap (byte[], int, int) byte[] buffer int offset int length public static com.android.adservices.jarjar.server.protobuf.ByteString unsafeWrap (java.nio.ByteBuffer) java.nio.ByteBuffer buffer public static void unsafeWriteTo (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ByteOutput) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.ByteString bytes com.android.adservices.jarjar.server.protobuf.ByteOutput output }
com/android/adservices/jarjar/server/protobuf/UnmodifiableLazyStringList.class
UnmodifiableLazyStringList.java package com.android.adservices.jarjar.server.protobuf public com.android.adservices.jarjar.server.protobuf.UnmodifiableLazyStringList extends java.util.AbstractList implements com.android.adservices.jarjar.server.protobuf.LazyStringList java.util.RandomAccess { private final com.android.adservices.jarjar.server.protobuf.LazyStringList list public void <init> (com.android.adservices.jarjar.server.protobuf.LazyStringList) com.android.adservices.jarjar.server.protobuf.LazyStringList list public java.lang.String get (int) int index public java.lang.Object getRaw (int) int index public int size () public com.android.adservices.jarjar.server.protobuf.ByteString getByteString (int) int index public void add (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString element public void set (int, com.android.adservices.jarjar.server.protobuf.ByteString) int index com.android.adservices.jarjar.server.protobuf.ByteString element public boolean addAllByteString (java.util.Collection) java.util.Collection element public byte[] getByteArray (int) int index public void add (byte[]) byte[] element public void set (int, byte[]) int index byte[] element public boolean addAllByteArray (java.util.Collection) java.util.Collection element public java.util.ListIterator listIterator (int) int index public java.util.Iterator iterator () public java.util.List getUnderlyingElements () public void mergeFrom (com.android.adservices.jarjar.server.protobuf.LazyStringList) com.android.adservices.jarjar.server.protobuf.LazyStringList other public java.util.List asByteArrayList () public java.util.List asByteStringList () public com.android.adservices.jarjar.server.protobuf.LazyStringList getUnmodifiableView () public volatile synthetic java.lang.Object get (int) static synthetic com.android.adservices.jarjar.server.protobuf.LazyStringList access$000 (com.android.adservices.jarjar.server.protobuf.UnmodifiableLazyStringList) com.android.adservices.jarjar.server.protobuf.UnmodifiableLazyStringList x0 }
com/android/adservices/jarjar/server/protobuf/UnmodifiableLazyStringList$2.class
UnmodifiableLazyStringList.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.UnmodifiableLazyStringList$2 extends java.lang.Object implements java.util.Iterator { java.util.Iterator iter final synthetic com.android.adservices.jarjar.server.protobuf.UnmodifiableLazyStringList this$0 void <init> (com.android.adservices.jarjar.server.protobuf.UnmodifiableLazyStringList) com.android.adservices.jarjar.server.protobuf.UnmodifiableLazyStringList this$0 public boolean hasNext () public java.lang.String next () public void remove () public volatile synthetic java.lang.Object next () }
com/android/adservices/jarjar/server/protobuf/UnmodifiableLazyStringList$1.class
UnmodifiableLazyStringList.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.UnmodifiableLazyStringList$1 extends java.lang.Object implements java.util.ListIterator { java.util.ListIterator iter final synthetic int val$index final synthetic com.android.adservices.jarjar.server.protobuf.UnmodifiableLazyStringList this$0 void <init> (com.android.adservices.jarjar.server.protobuf.UnmodifiableLazyStringList, int) com.android.adservices.jarjar.server.protobuf.UnmodifiableLazyStringList this$0 public boolean hasNext () public java.lang.String next () public boolean hasPrevious () public java.lang.String previous () public int nextIndex () public int previousIndex () public void remove () public void set (java.lang.String) String o public void add (java.lang.String) String o public volatile synthetic void set (java.lang.Object) public volatile synthetic java.lang.Object previous () public volatile synthetic void add (java.lang.Object) public volatile synthetic java.lang.Object next () }
com/android/adservices/jarjar/server/protobuf/UnknownFieldSetLiteSchema.class
UnknownFieldSetLiteSchema.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLiteSchema extends com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema { void <init> () boolean shouldDiscardUnknownFields (com.android.adservices.jarjar.server.protobuf.Reader) com.android.adservices.jarjar.server.protobuf.Reader reader com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite newBuilder () void addVarint (com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite, int, long) com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite fields int number long value void addFixed32 (com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite, int, int) com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite fields int number int value void addFixed64 (com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite, int, long) com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite fields int number long value void addLengthDelimited (com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite, int, com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite fields int number com.android.adservices.jarjar.server.protobuf.ByteString value void addGroup (com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite, int, com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite) com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite fields int number com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite subFieldSet com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite toImmutable (com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite) com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite fields void setToMessage (java.lang.Object, com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite) Object message com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite fields com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite getFromMessage (java.lang.Object) Object message com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite getBuilderFromMessage (java.lang.Object) Object message com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite unknownFields void setBuilderToMessage (java.lang.Object, com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite) Object message com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite fields void makeImmutable (java.lang.Object) Object message void writeTo (com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite fields com.android.adservices.jarjar.server.protobuf.Writer writer void writeAsMessageSetTo (com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite fields com.android.adservices.jarjar.server.protobuf.Writer writer com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite merge (com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite, com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite) com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite target com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite source int getSerializedSize (com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite) com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite unknowns int getSerializedSizeAsMessageSet (com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite) com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite unknowns volatile synthetic int getSerializedSize (java.lang.Object) volatile synthetic int getSerializedSizeAsMessageSet (java.lang.Object) volatile synthetic java.lang.Object merge (java.lang.Object, java.lang.Object) volatile synthetic void writeAsMessageSetTo (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException volatile synthetic void writeTo (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException volatile synthetic void setBuilderToMessage (java.lang.Object, java.lang.Object) volatile synthetic java.lang.Object getBuilderFromMessage (java.lang.Object) volatile synthetic java.lang.Object getFromMessage (java.lang.Object) volatile synthetic void setToMessage (java.lang.Object, java.lang.Object) volatile synthetic java.lang.Object toImmutable (java.lang.Object) volatile synthetic java.lang.Object newBuilder () volatile synthetic void addGroup (java.lang.Object, int, java.lang.Object) volatile synthetic void addLengthDelimited (java.lang.Object, int, com.android.adservices.jarjar.server.protobuf.ByteString) volatile synthetic void addFixed64 (java.lang.Object, int, long) volatile synthetic void addFixed32 (java.lang.Object, int, int) volatile synthetic void addVarint (java.lang.Object, int, long) }
com/android/adservices/jarjar/server/protobuf/UnknownFieldSetLite.class
UnknownFieldSetLite.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite extends java.lang.Object { private static final int MIN_CAPACITY private static final com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite DEFAULT_INSTANCE private int count private int[] tags private Object[] objects private int memoizedSerializedSize private boolean isMutable public static com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite getDefaultInstance () static com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite newInstance () static com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite mutableCopyOf (com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite, com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite) com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite first com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite second int count int[] tags Object[] objects private void <init> () private void <init> (int, int[], java.lang.Object[], boolean) int count int[] tags Object[] objects boolean isMutable public void makeImmutable () void checkMutable () public void writeTo (com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException int tag int fieldNumber int i com.android.adservices.jarjar.server.protobuf.CodedOutputStream output public void writeAsMessageSetTo (com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException int fieldNumber int i com.android.adservices.jarjar.server.protobuf.CodedOutputStream output void writeAsMessageSetTo (com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException int fieldNumber int i int fieldNumber int i com.android.adservices.jarjar.server.protobuf.Writer writer public void writeTo (com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException int i int i com.android.adservices.jarjar.server.protobuf.Writer writer private static void writeField (int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException int tag Object object com.android.adservices.jarjar.server.protobuf.Writer writer int fieldNumber public int getSerializedSizeAsMessageSet () int tag int fieldNumber int i int size public int getSerializedSize () int tag int fieldNumber int i int size private static boolean tagsEquals (int[], int[], int) int i int[] tags1 int[] tags2 int count private static boolean objectsEquals (java.lang.Object[], java.lang.Object[], int) int i Object[] objects1 Object[] objects2 int count public boolean equals (java.lang.Object) Object obj com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite other private static int hashCode (int[], int) int i int[] tags int count int hashCode private static int hashCode (java.lang.Object[], int) int i Object[] objects int count int hashCode public int hashCode () int hashCode final void printWithIndent (java.lang.StringBuilder, int) int fieldNumber int i StringBuilder buffer int indent void storeField (int, java.lang.Object) int tag Object value private void ensureCapacity (int) int newCapacity int minCapacity boolean mergeFieldFrom (int, com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite subFieldSet int tag com.android.adservices.jarjar.server.protobuf.CodedInputStream input int fieldNumber com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite mergeVarintField (int, int) int fieldNumber int value com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite mergeLengthDelimitedField (int, com.android.adservices.jarjar.server.protobuf.ByteString) int fieldNumber com.android.adservices.jarjar.server.protobuf.ByteString value private com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite mergeFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException int tag com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite mergeFrom (com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite) com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite other int newCount static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/UnknownFieldSchema.class
UnknownFieldSchema.java package com.android.adservices.jarjar.server.protobuf abstract com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema extends java.lang.Object { void <init> () abstract boolean shouldDiscardUnknownFields (com.android.adservices.jarjar.server.protobuf.Reader) abstract void addVarint (java.lang.Object, int, long) abstract void addFixed32 (java.lang.Object, int, int) abstract void addFixed64 (java.lang.Object, int, long) abstract void addLengthDelimited (java.lang.Object, int, com.android.adservices.jarjar.server.protobuf.ByteString) abstract void addGroup (java.lang.Object, int, java.lang.Object) abstract java.lang.Object newBuilder () abstract java.lang.Object toImmutable (java.lang.Object) abstract void setToMessage (java.lang.Object, java.lang.Object) abstract java.lang.Object getFromMessage (java.lang.Object) abstract java.lang.Object getBuilderFromMessage (java.lang.Object) abstract void setBuilderToMessage (java.lang.Object, java.lang.Object) abstract void makeImmutable (java.lang.Object) final boolean mergeOneFieldFrom (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Reader) throws java.io.IOException Object subFields int endGroupTag Object unknownFields com.android.adservices.jarjar.server.protobuf.Reader reader int tag int fieldNumber final void mergeFrom (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Reader) throws java.io.IOException Object unknownFields com.android.adservices.jarjar.server.protobuf.Reader reader abstract void writeTo (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException abstract void writeAsMessageSetTo (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException abstract java.lang.Object merge (java.lang.Object, java.lang.Object) abstract int getSerializedSizeAsMessageSet (java.lang.Object) abstract int getSerializedSize (java.lang.Object) }
com/android/adservices/jarjar/server/protobuf/UninitializedMessageException.class
UninitializedMessageException.java package com.android.adservices.jarjar.server.protobuf public com.android.adservices.jarjar.server.protobuf.UninitializedMessageException extends java.lang.RuntimeException { private static final long serialVersionUID private final java.util.List missingFields public void <init> (com.android.adservices.jarjar.server.protobuf.MessageLite) com.android.adservices.jarjar.server.protobuf.MessageLite message public void <init> (java.util.List) java.util.List missingFields public java.util.List getMissingFields () public com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException asInvalidProtocolBufferException () private static java.lang.String buildDescription (java.util.List) String field java.util.List missingFields StringBuilder description boolean first }
com/android/adservices/jarjar/server/protobuf/UInt64ValueOrBuilder.class
UInt64ValueOrBuilder.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.UInt64ValueOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract long getValue () }
com/android/adservices/jarjar/server/protobuf/UInt64Value.class
UInt64Value.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.UInt64Value extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.UInt64ValueOrBuilder { public static final int VALUE_FIELD_NUMBER private long value_ private static final com.android.adservices.jarjar.server.protobuf.UInt64Value DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public long getValue () private void setValue (long) long value private void clearValue () public static com.android.adservices.jarjar.server.protobuf.UInt64Value parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.UInt64Value parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.UInt64Value parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.UInt64Value parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.UInt64Value parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.UInt64Value parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.UInt64Value parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.UInt64Value parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.UInt64Value parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.UInt64Value parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.UInt64Value parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.UInt64Value parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.UInt64Value$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.UInt64Value$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.UInt64Value) com.android.adservices.jarjar.server.protobuf.UInt64Value prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.UInt64Value getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.UInt64Value of (long) long value public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.UInt64Value defaultInstance }
com/android/adservices/jarjar/server/protobuf/UInt64Value$Builder.class
UInt64Value.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.UInt64Value$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.UInt64ValueOrBuilder { private void <init> () public long getValue () public com.android.adservices.jarjar.server.protobuf.UInt64Value$Builder setValue (long) long value public com.android.adservices.jarjar.server.protobuf.UInt64Value$Builder clearValue () }
com/android/adservices/jarjar/server/protobuf/UInt64Value$1.class
UInt64Value.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.UInt64Value$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/UInt32ValueOrBuilder.class
UInt32ValueOrBuilder.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.UInt32ValueOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract int getValue () }
com/android/adservices/jarjar/server/protobuf/UInt32Value.class
UInt32Value.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.UInt32Value extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.UInt32ValueOrBuilder { public static final int VALUE_FIELD_NUMBER private int value_ private static final com.android.adservices.jarjar.server.protobuf.UInt32Value DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public int getValue () private void setValue (int) int value private void clearValue () public static com.android.adservices.jarjar.server.protobuf.UInt32Value parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.UInt32Value parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.UInt32Value parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.UInt32Value parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.UInt32Value parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.UInt32Value parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.UInt32Value parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.UInt32Value parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.UInt32Value parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.UInt32Value parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.UInt32Value parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.UInt32Value parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.UInt32Value$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.UInt32Value$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.UInt32Value) com.android.adservices.jarjar.server.protobuf.UInt32Value prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.UInt32Value getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.UInt32Value of (int) int value public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.UInt32Value defaultInstance }
com/android/adservices/jarjar/server/protobuf/UInt32Value$Builder.class
UInt32Value.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.UInt32Value$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.UInt32ValueOrBuilder { private void <init> () public int getValue () public com.android.adservices.jarjar.server.protobuf.UInt32Value$Builder setValue (int) int value public com.android.adservices.jarjar.server.protobuf.UInt32Value$Builder clearValue () }
com/android/adservices/jarjar/server/protobuf/UInt32Value$1.class
UInt32Value.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.UInt32Value$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/TypeProto.class
TypeProto.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.TypeProto extends java.lang.Object { private void <init> () public static void registerAllExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite registry static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/TypeOrBuilder.class
TypeOrBuilder.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.TypeOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract java.lang.String getName () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () public abstract java.util.List getFieldsList () public abstract com.android.adservices.jarjar.server.protobuf.Field getFields (int) public abstract int getFieldsCount () public abstract java.util.List getOneofsList () public abstract int getOneofsCount () public abstract java.lang.String getOneofs (int) public abstract com.android.adservices.jarjar.server.protobuf.ByteString getOneofsBytes (int) public abstract java.util.List getOptionsList () public abstract com.android.adservices.jarjar.server.protobuf.Option getOptions (int) public abstract int getOptionsCount () public abstract boolean hasSourceContext () public abstract com.android.adservices.jarjar.server.protobuf.SourceContext getSourceContext () public abstract int getSyntaxValue () public abstract com.android.adservices.jarjar.server.protobuf.Syntax getSyntax () }
com/android/adservices/jarjar/server/protobuf/Type.class
Type.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.Type extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.TypeOrBuilder { public static final int NAME_FIELD_NUMBER private String name_ public static final int FIELDS_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList fields_ public static final int ONEOFS_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList oneofs_ public static final int OPTIONS_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList options_ public static final int SOURCE_CONTEXT_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.SourceContext sourceContext_ public static final int SYNTAX_FIELD_NUMBER private int syntax_ private static final com.android.adservices.jarjar.server.protobuf.Type DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public java.lang.String getName () public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () private void setName (java.lang.String) String value private void clearName () private void setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public java.util.List getFieldsList () public java.util.List getFieldsOrBuilderList () public int getFieldsCount () public com.android.adservices.jarjar.server.protobuf.Field getFields (int) int index public com.android.adservices.jarjar.server.protobuf.FieldOrBuilder getFieldsOrBuilder (int) int index private void ensureFieldsIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setFields (int, com.android.adservices.jarjar.server.protobuf.Field) int index com.android.adservices.jarjar.server.protobuf.Field value private void addFields (com.android.adservices.jarjar.server.protobuf.Field) com.android.adservices.jarjar.server.protobuf.Field value private void addFields (int, com.android.adservices.jarjar.server.protobuf.Field) int index com.android.adservices.jarjar.server.protobuf.Field value private void addAllFields (java.lang.Iterable) Iterable values private void clearFields () private void removeFields (int) int index public java.util.List getOneofsList () public int getOneofsCount () public java.lang.String getOneofs (int) int index public com.android.adservices.jarjar.server.protobuf.ByteString getOneofsBytes (int) int index private void ensureOneofsIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setOneofs (int, java.lang.String) int index String value private void addOneofs (java.lang.String) String value private void addAllOneofs (java.lang.Iterable) Iterable values private void clearOneofs () private void addOneofsBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public java.util.List getOptionsList () public java.util.List getOptionsOrBuilderList () public int getOptionsCount () public com.android.adservices.jarjar.server.protobuf.Option getOptions (int) int index public com.android.adservices.jarjar.server.protobuf.OptionOrBuilder getOptionsOrBuilder (int) int index private void ensureOptionsIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setOptions (int, com.android.adservices.jarjar.server.protobuf.Option) int index com.android.adservices.jarjar.server.protobuf.Option value private void addOptions (com.android.adservices.jarjar.server.protobuf.Option) com.android.adservices.jarjar.server.protobuf.Option value private void addOptions (int, com.android.adservices.jarjar.server.protobuf.Option) int index com.android.adservices.jarjar.server.protobuf.Option value private void addAllOptions (java.lang.Iterable) Iterable values private void clearOptions () private void removeOptions (int) int index public boolean hasSourceContext () public com.android.adservices.jarjar.server.protobuf.SourceContext getSourceContext () private void setSourceContext (com.android.adservices.jarjar.server.protobuf.SourceContext) com.android.adservices.jarjar.server.protobuf.SourceContext value private void mergeSourceContext (com.android.adservices.jarjar.server.protobuf.SourceContext) com.android.adservices.jarjar.server.protobuf.SourceContext value private void clearSourceContext () public int getSyntaxValue () public com.android.adservices.jarjar.server.protobuf.Syntax getSyntax () com.android.adservices.jarjar.server.protobuf.Syntax result private void setSyntaxValue (int) int value private void setSyntax (com.android.adservices.jarjar.server.protobuf.Syntax) com.android.adservices.jarjar.server.protobuf.Syntax value private void clearSyntax () public static com.android.adservices.jarjar.server.protobuf.Type parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.Type parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Type parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.Type parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Type parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.Type parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Type parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.Type parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Type parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.Type parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Type parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.Type parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Type$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.Type$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.Type) com.android.adservices.jarjar.server.protobuf.Type prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.Type getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.Type defaultInstance }
com/android/adservices/jarjar/server/protobuf/Type$Builder.class
Type.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.Type$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.TypeOrBuilder { private void <init> () public java.lang.String getName () public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () public com.android.adservices.jarjar.server.protobuf.Type$Builder setName (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.Type$Builder clearName () public com.android.adservices.jarjar.server.protobuf.Type$Builder setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public java.util.List getFieldsList () public int getFieldsCount () public com.android.adservices.jarjar.server.protobuf.Field getFields (int) int index public com.android.adservices.jarjar.server.protobuf.Type$Builder setFields (int, com.android.adservices.jarjar.server.protobuf.Field) int index com.android.adservices.jarjar.server.protobuf.Field value public com.android.adservices.jarjar.server.protobuf.Type$Builder setFields (int, com.android.adservices.jarjar.server.protobuf.Field$Builder) int index com.android.adservices.jarjar.server.protobuf.Field$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.Type$Builder addFields (com.android.adservices.jarjar.server.protobuf.Field) com.android.adservices.jarjar.server.protobuf.Field value public com.android.adservices.jarjar.server.protobuf.Type$Builder addFields (int, com.android.adservices.jarjar.server.protobuf.Field) int index com.android.adservices.jarjar.server.protobuf.Field value public com.android.adservices.jarjar.server.protobuf.Type$Builder addFields (com.android.adservices.jarjar.server.protobuf.Field$Builder) com.android.adservices.jarjar.server.protobuf.Field$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.Type$Builder addFields (int, com.android.adservices.jarjar.server.protobuf.Field$Builder) int index com.android.adservices.jarjar.server.protobuf.Field$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.Type$Builder addAllFields (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.Type$Builder clearFields () public com.android.adservices.jarjar.server.protobuf.Type$Builder removeFields (int) int index public java.util.List getOneofsList () public int getOneofsCount () public java.lang.String getOneofs (int) int index public com.android.adservices.jarjar.server.protobuf.ByteString getOneofsBytes (int) int index public com.android.adservices.jarjar.server.protobuf.Type$Builder setOneofs (int, java.lang.String) int index String value public com.android.adservices.jarjar.server.protobuf.Type$Builder addOneofs (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.Type$Builder addAllOneofs (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.Type$Builder clearOneofs () public com.android.adservices.jarjar.server.protobuf.Type$Builder addOneofsBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public java.util.List getOptionsList () public int getOptionsCount () public com.android.adservices.jarjar.server.protobuf.Option getOptions (int) int index public com.android.adservices.jarjar.server.protobuf.Type$Builder setOptions (int, com.android.adservices.jarjar.server.protobuf.Option) int index com.android.adservices.jarjar.server.protobuf.Option value public com.android.adservices.jarjar.server.protobuf.Type$Builder setOptions (int, com.android.adservices.jarjar.server.protobuf.Option$Builder) int index com.android.adservices.jarjar.server.protobuf.Option$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.Type$Builder addOptions (com.android.adservices.jarjar.server.protobuf.Option) com.android.adservices.jarjar.server.protobuf.Option value public com.android.adservices.jarjar.server.protobuf.Type$Builder addOptions (int, com.android.adservices.jarjar.server.protobuf.Option) int index com.android.adservices.jarjar.server.protobuf.Option value public com.android.adservices.jarjar.server.protobuf.Type$Builder addOptions (com.android.adservices.jarjar.server.protobuf.Option$Builder) com.android.adservices.jarjar.server.protobuf.Option$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.Type$Builder addOptions (int, com.android.adservices.jarjar.server.protobuf.Option$Builder) int index com.android.adservices.jarjar.server.protobuf.Option$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.Type$Builder addAllOptions (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.Type$Builder clearOptions () public com.android.adservices.jarjar.server.protobuf.Type$Builder removeOptions (int) int index public boolean hasSourceContext () public com.android.adservices.jarjar.server.protobuf.SourceContext getSourceContext () public com.android.adservices.jarjar.server.protobuf.Type$Builder setSourceContext (com.android.adservices.jarjar.server.protobuf.SourceContext) com.android.adservices.jarjar.server.protobuf.SourceContext value public com.android.adservices.jarjar.server.protobuf.Type$Builder setSourceContext (com.android.adservices.jarjar.server.protobuf.SourceContext$Builder) com.android.adservices.jarjar.server.protobuf.SourceContext$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.Type$Builder mergeSourceContext (com.android.adservices.jarjar.server.protobuf.SourceContext) com.android.adservices.jarjar.server.protobuf.SourceContext value public com.android.adservices.jarjar.server.protobuf.Type$Builder clearSourceContext () public int getSyntaxValue () public com.android.adservices.jarjar.server.protobuf.Type$Builder setSyntaxValue (int) int value public com.android.adservices.jarjar.server.protobuf.Syntax getSyntax () public com.android.adservices.jarjar.server.protobuf.Type$Builder setSyntax (com.android.adservices.jarjar.server.protobuf.Syntax) com.android.adservices.jarjar.server.protobuf.Syntax value public com.android.adservices.jarjar.server.protobuf.Type$Builder clearSyntax () }
com/android/adservices/jarjar/server/protobuf/Type$1.class
Type.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.Type$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/TimestampProto.class
TimestampProto.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.TimestampProto extends java.lang.Object { private void <init> () public static void registerAllExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite registry static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/TimestampOrBuilder.class
TimestampOrBuilder.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.TimestampOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract long getSeconds () public abstract int getNanos () }
com/android/adservices/jarjar/server/protobuf/Timestamp.class
Timestamp.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.Timestamp extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.TimestampOrBuilder { public static final int SECONDS_FIELD_NUMBER private long seconds_ public static final int NANOS_FIELD_NUMBER private int nanos_ private static final com.android.adservices.jarjar.server.protobuf.Timestamp DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public long getSeconds () private void setSeconds (long) long value private void clearSeconds () public int getNanos () private void setNanos (int) int value private void clearNanos () public static com.android.adservices.jarjar.server.protobuf.Timestamp parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.Timestamp parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Timestamp parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.Timestamp parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Timestamp parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.Timestamp parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Timestamp parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.Timestamp parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Timestamp parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.Timestamp parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Timestamp parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.Timestamp parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Timestamp$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.Timestamp$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.Timestamp) com.android.adservices.jarjar.server.protobuf.Timestamp prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.Timestamp getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.Timestamp defaultInstance }
com/android/adservices/jarjar/server/protobuf/Timestamp$Builder.class
Timestamp.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.Timestamp$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.TimestampOrBuilder { private void <init> () public long getSeconds () public com.android.adservices.jarjar.server.protobuf.Timestamp$Builder setSeconds (long) long value public com.android.adservices.jarjar.server.protobuf.Timestamp$Builder clearSeconds () public int getNanos () public com.android.adservices.jarjar.server.protobuf.Timestamp$Builder setNanos (int) int value public com.android.adservices.jarjar.server.protobuf.Timestamp$Builder clearNanos () }
com/android/adservices/jarjar/server/protobuf/Timestamp$1.class
Timestamp.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.Timestamp$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/TextFormatEscaper.class
TextFormatEscaper.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.TextFormatEscaper extends java.lang.Object { private void <init> () static java.lang.String escapeBytes (com.android.adservices.jarjar.server.protobuf.TextFormatEscaper$ByteSequence) byte b int i com.android.adservices.jarjar.server.protobuf.TextFormatEscaper$ByteSequence input StringBuilder builder static java.lang.String escapeBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString input static java.lang.String escapeBytes (byte[]) byte[] input static java.lang.String escapeText (java.lang.String) String input static java.lang.String escapeDoubleQuotesAndBackslashes (java.lang.String) String input }
com/android/adservices/jarjar/server/protobuf/TextFormatEscaper$ByteSequence.class
TextFormatEscaper.java package com.android.adservices.jarjar.server.protobuf abstract com.android.adservices.jarjar.server.protobuf.TextFormatEscaper$ByteSequence extends java.lang.Object { public abstract int size () public abstract byte byteAt (int) }
com/android/adservices/jarjar/server/protobuf/TextFormatEscaper$2.class
TextFormatEscaper.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.TextFormatEscaper$2 extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.TextFormatEscaper$ByteSequence { final synthetic byte[] val$input void <init> (byte[]) public int size () public byte byteAt (int) int offset }
com/android/adservices/jarjar/server/protobuf/TextFormatEscaper$1.class
TextFormatEscaper.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.TextFormatEscaper$1 extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.TextFormatEscaper$ByteSequence { final synthetic com.android.adservices.jarjar.server.protobuf.ByteString val$input void <init> (com.android.adservices.jarjar.server.protobuf.ByteString) public int size () public byte byteAt (int) int offset }
com/android/adservices/jarjar/server/protobuf/Syntax.class
Syntax.java package com.android.adservices.jarjar.server.protobuf public final enum com.android.adservices.jarjar.server.protobuf.Syntax extends java.lang.Enum implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLite { public static final enum com.android.adservices.jarjar.server.protobuf.Syntax SYNTAX_PROTO2 public static final enum com.android.adservices.jarjar.server.protobuf.Syntax SYNTAX_PROTO3 public static final enum com.android.adservices.jarjar.server.protobuf.Syntax UNRECOGNIZED public static final int SYNTAX_PROTO2_VALUE public static final int SYNTAX_PROTO3_VALUE private static final com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalValueMap private final int value private static final synthetic com.android.adservices.jarjar.server.protobuf.Syntax[] $VALUES public static com.android.adservices.jarjar.server.protobuf.Syntax[] values () public static com.android.adservices.jarjar.server.protobuf.Syntax valueOf (java.lang.String) String name public final int getNumber () public static com.android.adservices.jarjar.server.protobuf.Syntax valueOf (int) int value public static com.android.adservices.jarjar.server.protobuf.Syntax forNumber (int) int value public static com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalGetValueMap () public static com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier internalGetVerifier () private void <init> (java.lang.String, int, int) int value private static synthetic com.android.adservices.jarjar.server.protobuf.Syntax[] $values () static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/Syntax$SyntaxVerifier.class
Syntax.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.Syntax$SyntaxVerifier extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier { static final com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier INSTANCE private void <init> () public boolean isInRange (int) int number static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/Syntax$1.class
Syntax.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.Syntax$1 extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap { void <init> () public com.android.adservices.jarjar.server.protobuf.Syntax findValueByNumber (int) int number public volatile synthetic com.android.adservices.jarjar.server.protobuf.Internal$EnumLite findValueByNumber (int) }
com/android/adservices/jarjar/server/protobuf/StructuralMessageInfo.class
StructuralMessageInfo.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.StructuralMessageInfo extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageInfo { private final com.android.adservices.jarjar.server.protobuf.ProtoSyntax syntax private final boolean messageSetWireFormat private final int[] checkInitialized private final com.android.adservices.jarjar.server.protobuf.FieldInfo[] fields private final com.android.adservices.jarjar.server.protobuf.MessageLite defaultInstance void <init> (com.android.adservices.jarjar.server.protobuf.ProtoSyntax, boolean, int[], com.android.adservices.jarjar.server.protobuf.FieldInfo[], java.lang.Object) com.android.adservices.jarjar.server.protobuf.ProtoSyntax syntax boolean messageSetWireFormat int[] checkInitialized com.android.adservices.jarjar.server.protobuf.FieldInfo[] fields Object defaultInstance public com.android.adservices.jarjar.server.protobuf.ProtoSyntax getSyntax () public boolean isMessageSetWireFormat () public int[] getCheckInitialized () public com.android.adservices.jarjar.server.protobuf.FieldInfo[] getFields () public com.android.adservices.jarjar.server.protobuf.MessageLite getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.StructuralMessageInfo$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.StructuralMessageInfo$Builder newBuilder (int) int numFields }
com/android/adservices/jarjar/server/protobuf/StructuralMessageInfo$Builder.class
StructuralMessageInfo.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.StructuralMessageInfo$Builder extends java.lang.Object { private final java.util.List fields private com.android.adservices.jarjar.server.protobuf.ProtoSyntax syntax private boolean wasBuilt private boolean messageSetWireFormat private int[] checkInitialized private Object defaultInstance public void <init> () public void <init> (int) int numFields public void withDefaultInstance (java.lang.Object) Object defaultInstance public void withSyntax (com.android.adservices.jarjar.server.protobuf.ProtoSyntax) com.android.adservices.jarjar.server.protobuf.ProtoSyntax syntax public void withMessageSetWireFormat (boolean) boolean messageSetWireFormat public void withCheckInitialized (int[]) int[] checkInitialized public void withField (com.android.adservices.jarjar.server.protobuf.FieldInfo) com.android.adservices.jarjar.server.protobuf.FieldInfo field public com.android.adservices.jarjar.server.protobuf.StructuralMessageInfo build () }
com/android/adservices/jarjar/server/protobuf/StructProto.class
StructProto.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.StructProto extends java.lang.Object { private void <init> () public static void registerAllExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite registry static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/StructOrBuilder.class
StructOrBuilder.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.StructOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract int getFieldsCount () public abstract boolean containsFields (java.lang.String) public abstract java.util.Map getFields () public abstract java.util.Map getFieldsMap () public abstract com.android.adservices.jarjar.server.protobuf.Value getFieldsOrDefault (java.lang.String, com.android.adservices.jarjar.server.protobuf.Value) public abstract com.android.adservices.jarjar.server.protobuf.Value getFieldsOrThrow (java.lang.String) }
com/android/adservices/jarjar/server/protobuf/Struct.class
Struct.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.Struct extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.StructOrBuilder { public static final int FIELDS_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.MapFieldLite fields_ private static final com.android.adservices.jarjar.server.protobuf.Struct DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () private com.android.adservices.jarjar.server.protobuf.MapFieldLite internalGetFields () private com.android.adservices.jarjar.server.protobuf.MapFieldLite internalGetMutableFields () public int getFieldsCount () public boolean containsFields (java.lang.String) String key Class keyClass public java.util.Map getFields () public java.util.Map getFieldsMap () public com.android.adservices.jarjar.server.protobuf.Value getFieldsOrDefault (java.lang.String, com.android.adservices.jarjar.server.protobuf.Value) String key com.android.adservices.jarjar.server.protobuf.Value defaultValue Class keyClass java.util.Map map public com.android.adservices.jarjar.server.protobuf.Value getFieldsOrThrow (java.lang.String) String key Class keyClass java.util.Map map private java.util.Map getMutableFieldsMap () public static com.android.adservices.jarjar.server.protobuf.Struct parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.Struct parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Struct parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.Struct parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Struct parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.Struct parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Struct parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.Struct parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Struct parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.Struct parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Struct parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.Struct parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Struct$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.Struct$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.Struct) com.android.adservices.jarjar.server.protobuf.Struct prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.Struct getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.Struct defaultInstance }
com/android/adservices/jarjar/server/protobuf/Struct$FieldsDefaultEntryHolder.class
Struct.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.Struct$FieldsDefaultEntryHolder extends java.lang.Object { static final com.android.adservices.jarjar.server.protobuf.MapEntryLite defaultEntry private void <init> () static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/Struct$Builder.class
Struct.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.Struct$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.StructOrBuilder { private void <init> () public int getFieldsCount () public boolean containsFields (java.lang.String) String key Class keyClass public com.android.adservices.jarjar.server.protobuf.Struct$Builder clearFields () public com.android.adservices.jarjar.server.protobuf.Struct$Builder removeFields (java.lang.String) String key Class keyClass public java.util.Map getFields () public java.util.Map getFieldsMap () public com.android.adservices.jarjar.server.protobuf.Value getFieldsOrDefault (java.lang.String, com.android.adservices.jarjar.server.protobuf.Value) String key com.android.adservices.jarjar.server.protobuf.Value defaultValue Class keyClass java.util.Map map public com.android.adservices.jarjar.server.protobuf.Value getFieldsOrThrow (java.lang.String) String key Class keyClass java.util.Map map public com.android.adservices.jarjar.server.protobuf.Struct$Builder putFields (java.lang.String, com.android.adservices.jarjar.server.protobuf.Value) String key com.android.adservices.jarjar.server.protobuf.Value value Class keyClass Class valueClass public com.android.adservices.jarjar.server.protobuf.Struct$Builder putAllFields (java.util.Map) java.util.Map values }
com/android/adservices/jarjar/server/protobuf/Struct$1.class
Struct.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.Struct$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/StringValueOrBuilder.class
StringValueOrBuilder.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.StringValueOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract java.lang.String getValue () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getValueBytes () }
com/android/adservices/jarjar/server/protobuf/StringValue.class
StringValue.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.StringValue extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.StringValueOrBuilder { public static final int VALUE_FIELD_NUMBER private String value_ private static final com.android.adservices.jarjar.server.protobuf.StringValue DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public java.lang.String getValue () public com.android.adservices.jarjar.server.protobuf.ByteString getValueBytes () private void setValue (java.lang.String) String value private void clearValue () private void setValueBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public static com.android.adservices.jarjar.server.protobuf.StringValue parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.StringValue parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.StringValue parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.StringValue parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.StringValue parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.StringValue parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.StringValue parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.StringValue parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.StringValue parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.StringValue parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.StringValue parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.StringValue parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.StringValue$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.StringValue$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.StringValue) com.android.adservices.jarjar.server.protobuf.StringValue prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.StringValue getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.StringValue of (java.lang.String) String value public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.StringValue defaultInstance }
com/android/adservices/jarjar/server/protobuf/StringValue$Builder.class
StringValue.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.StringValue$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.StringValueOrBuilder { private void <init> () public java.lang.String getValue () public com.android.adservices.jarjar.server.protobuf.ByteString getValueBytes () public com.android.adservices.jarjar.server.protobuf.StringValue$Builder setValue (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.StringValue$Builder clearValue () public com.android.adservices.jarjar.server.protobuf.StringValue$Builder setValueBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value }
com/android/adservices/jarjar/server/protobuf/StringValue$1.class
StringValue.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.StringValue$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/SourceContextProto.class
SourceContextProto.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.SourceContextProto extends java.lang.Object { private void <init> () public static void registerAllExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite registry static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/SourceContextOrBuilder.class
SourceContextOrBuilder.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.SourceContextOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract java.lang.String getFileName () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getFileNameBytes () }
com/android/adservices/jarjar/server/protobuf/SourceContext.class
SourceContext.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.SourceContext extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.SourceContextOrBuilder { public static final int FILE_NAME_FIELD_NUMBER private String fileName_ private static final com.android.adservices.jarjar.server.protobuf.SourceContext DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public java.lang.String getFileName () public com.android.adservices.jarjar.server.protobuf.ByteString getFileNameBytes () private void setFileName (java.lang.String) String value private void clearFileName () private void setFileNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public static com.android.adservices.jarjar.server.protobuf.SourceContext parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.SourceContext parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.SourceContext parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.SourceContext parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.SourceContext parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.SourceContext parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.SourceContext parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.SourceContext parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.SourceContext parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.SourceContext parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.SourceContext parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.SourceContext parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.SourceContext$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.SourceContext$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.SourceContext) com.android.adservices.jarjar.server.protobuf.SourceContext prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.SourceContext getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.SourceContext defaultInstance }
com/android/adservices/jarjar/server/protobuf/SourceContext$Builder.class
SourceContext.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.SourceContext$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.SourceContextOrBuilder { private void <init> () public java.lang.String getFileName () public com.android.adservices.jarjar.server.protobuf.ByteString getFileNameBytes () public com.android.adservices.jarjar.server.protobuf.SourceContext$Builder setFileName (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.SourceContext$Builder clearFileName () public com.android.adservices.jarjar.server.protobuf.SourceContext$Builder setFileNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value }
com/android/adservices/jarjar/server/protobuf/SourceContext$1.class
SourceContext.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.SourceContext$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/SmallSortedMap.class
SmallSortedMap.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.SmallSortedMap extends java.util.AbstractMap { private final int maxArraySize private java.util.List entryList private java.util.Map overflowEntries private boolean isImmutable private volatile com.android.adservices.jarjar.server.protobuf.SmallSortedMap$EntrySet lazyEntrySet private java.util.Map overflowEntriesDescending private volatile com.android.adservices.jarjar.server.protobuf.SmallSortedMap$DescendingEntrySet lazyDescendingEntrySet static com.android.adservices.jarjar.server.protobuf.SmallSortedMap newFieldMap (int) int arraySize static com.android.adservices.jarjar.server.protobuf.SmallSortedMap newInstanceForTest (int) int arraySize private void <init> (int) int arraySize public void makeImmutable () public boolean isImmutable () public int getNumArrayEntries () public java.util.Map$Entry getArrayEntryAt (int) int index public int getNumOverflowEntries () public java.lang.Iterable getOverflowEntries () java.lang.Iterable getOverflowEntriesDescending () public int size () public boolean containsKey (java.lang.Object) Object o Comparable key public java.lang.Object get (java.lang.Object) Object o Comparable key int index public java.lang.Object put (java.lang.Comparable, java.lang.Object) com.android.adservices.jarjar.server.protobuf.SmallSortedMap$Entry lastEntryInArray Comparable key Object value int index int insertionPoint public void clear () public java.lang.Object remove (java.lang.Object) Object o Comparable key int index private java.lang.Object removeArrayEntryAt (int) java.util.Iterator iterator int index Object removed private int binarySearchInArray (java.lang.Comparable) int cmp int mid int cmp Comparable key int left int right public java.util.Set entrySet () java.util.Set descendingEntrySet () private void checkMutable () private java.util.SortedMap getOverflowEntriesMutable () private void ensureEntryArrayMutable () public boolean equals (java.lang.Object) int i Object o com.android.adservices.jarjar.server.protobuf.SmallSortedMap other int size int numArrayEntries public int hashCode () int i int h int listSize public volatile synthetic java.lang.Object put (java.lang.Object, java.lang.Object) synthetic void <init> (int, com.android.adservices.jarjar.server.protobuf.SmallSortedMap$1) int x0 com.android.adservices.jarjar.server.protobuf.SmallSortedMap$1 x1 static synthetic void access$300 (com.android.adservices.jarjar.server.protobuf.SmallSortedMap) com.android.adservices.jarjar.server.protobuf.SmallSortedMap x0 static synthetic java.util.List access$600 (com.android.adservices.jarjar.server.protobuf.SmallSortedMap) com.android.adservices.jarjar.server.protobuf.SmallSortedMap x0 static synthetic java.util.Map access$700 (com.android.adservices.jarjar.server.protobuf.SmallSortedMap) com.android.adservices.jarjar.server.protobuf.SmallSortedMap x0 static synthetic java.lang.Object access$800 (com.android.adservices.jarjar.server.protobuf.SmallSortedMap, int) com.android.adservices.jarjar.server.protobuf.SmallSortedMap x0 int x1 static synthetic java.util.Map access$900 (com.android.adservices.jarjar.server.protobuf.SmallSortedMap) com.android.adservices.jarjar.server.protobuf.SmallSortedMap x0 }
com/android/adservices/jarjar/server/protobuf/SmallSortedMap$EntrySet.class
SmallSortedMap.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.SmallSortedMap$EntrySet extends java.util.AbstractSet { final synthetic com.android.adservices.jarjar.server.protobuf.SmallSortedMap this$0 private void <init> (com.android.adservices.jarjar.server.protobuf.SmallSortedMap) public java.util.Iterator iterator () public int size () public boolean contains (java.lang.Object) Object o java.util.Map$Entry entry Object existing Object value public boolean add (java.util.Map$Entry) java.util.Map$Entry entry public boolean remove (java.lang.Object) Object o java.util.Map$Entry entry public void clear () public volatile synthetic boolean add (java.lang.Object) synthetic void <init> (com.android.adservices.jarjar.server.protobuf.SmallSortedMap, com.android.adservices.jarjar.server.protobuf.SmallSortedMap$1) com.android.adservices.jarjar.server.protobuf.SmallSortedMap x0 com.android.adservices.jarjar.server.protobuf.SmallSortedMap$1 x1 }
com/android/adservices/jarjar/server/protobuf/SmallSortedMap$EntryIterator.class
SmallSortedMap.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.SmallSortedMap$EntryIterator extends java.lang.Object implements java.util.Iterator { private int pos private boolean nextCalledBeforeRemove private java.util.Iterator lazyOverflowIterator final synthetic com.android.adservices.jarjar.server.protobuf.SmallSortedMap this$0 private void <init> (com.android.adservices.jarjar.server.protobuf.SmallSortedMap) public boolean hasNext () public java.util.Map$Entry next () public void remove () private java.util.Iterator getOverflowIterator () public volatile synthetic java.lang.Object next () synthetic void <init> (com.android.adservices.jarjar.server.protobuf.SmallSortedMap, com.android.adservices.jarjar.server.protobuf.SmallSortedMap$1) com.android.adservices.jarjar.server.protobuf.SmallSortedMap x0 com.android.adservices.jarjar.server.protobuf.SmallSortedMap$1 x1 }
com/android/adservices/jarjar/server/protobuf/SmallSortedMap$Entry.class
SmallSortedMap.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.SmallSortedMap$Entry extends java.lang.Object implements java.util.Map$Entry java.lang.Comparable { private final Comparable key private Object value final synthetic com.android.adservices.jarjar.server.protobuf.SmallSortedMap this$0 void <init> (com.android.adservices.jarjar.server.protobuf.SmallSortedMap, java.util.Map$Entry) java.util.Map$Entry copy void <init> (com.android.adservices.jarjar.server.protobuf.SmallSortedMap, java.lang.Comparable, java.lang.Object) Comparable key Object value public java.lang.Comparable getKey () public java.lang.Object getValue () public int compareTo (com.android.adservices.jarjar.server.protobuf.SmallSortedMap$Entry) com.android.adservices.jarjar.server.protobuf.SmallSortedMap$Entry other public java.lang.Object setValue (java.lang.Object) Object newValue Object oldValue public boolean equals (java.lang.Object) Object o java.util.Map$Entry other public int hashCode () public java.lang.String toString () private boolean equals (java.lang.Object, java.lang.Object) Object o1 Object o2 public volatile synthetic java.lang.Object getKey () public volatile synthetic int compareTo (java.lang.Object) }
com/android/adservices/jarjar/server/protobuf/SmallSortedMap$EmptySet.class
SmallSortedMap.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.SmallSortedMap$EmptySet extends java.lang.Object { private static final java.util.Iterator ITERATOR private static final Iterable ITERABLE private void <init> () static java.lang.Iterable iterable () static synthetic java.util.Iterator access$1000 () static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/SmallSortedMap$EmptySet$2.class
SmallSortedMap.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.SmallSortedMap$EmptySet$2 extends java.lang.Object implements java.lang.Iterable { void <init> () public java.util.Iterator iterator () }
com/android/adservices/jarjar/server/protobuf/SmallSortedMap$EmptySet$1.class
SmallSortedMap.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.SmallSortedMap$EmptySet$1 extends java.lang.Object implements java.util.Iterator { void <init> () public boolean hasNext () public java.lang.Object next () public void remove () }
com/android/adservices/jarjar/server/protobuf/SmallSortedMap$DescendingEntrySet.class
SmallSortedMap.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.SmallSortedMap$DescendingEntrySet extends com.android.adservices.jarjar.server.protobuf.SmallSortedMap$EntrySet { final synthetic com.android.adservices.jarjar.server.protobuf.SmallSortedMap this$0 private void <init> (com.android.adservices.jarjar.server.protobuf.SmallSortedMap) public java.util.Iterator iterator () synthetic void <init> (com.android.adservices.jarjar.server.protobuf.SmallSortedMap, com.android.adservices.jarjar.server.protobuf.SmallSortedMap$1) com.android.adservices.jarjar.server.protobuf.SmallSortedMap x0 com.android.adservices.jarjar.server.protobuf.SmallSortedMap$1 x1 }
com/android/adservices/jarjar/server/protobuf/SmallSortedMap$DescendingEntryIterator.class
SmallSortedMap.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.SmallSortedMap$DescendingEntryIterator extends java.lang.Object implements java.util.Iterator { private int pos private java.util.Iterator lazyOverflowIterator final synthetic com.android.adservices.jarjar.server.protobuf.SmallSortedMap this$0 private void <init> (com.android.adservices.jarjar.server.protobuf.SmallSortedMap) public boolean hasNext () public java.util.Map$Entry next () public void remove () private java.util.Iterator getOverflowIterator () public volatile synthetic java.lang.Object next () synthetic void <init> (com.android.adservices.jarjar.server.protobuf.SmallSortedMap, com.android.adservices.jarjar.server.protobuf.SmallSortedMap$1) com.android.adservices.jarjar.server.protobuf.SmallSortedMap x0 com.android.adservices.jarjar.server.protobuf.SmallSortedMap$1 x1 }
com/android/adservices/jarjar/server/protobuf/SmallSortedMap$1.class
SmallSortedMap.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.SmallSortedMap$1 extends com.android.adservices.jarjar.server.protobuf.SmallSortedMap { void <init> (int) int arraySize public void makeImmutable () java.util.List value java.util.Map$Entry entry int i java.util.List value java.util.Map$Entry entry }
com/android/adservices/jarjar/server/protobuf/SchemaUtil.class
SchemaUtil.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.SchemaUtil extends java.lang.Object { private static final Class GENERATED_MESSAGE_CLASS private static final com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema PROTO2_UNKNOWN_FIELD_SET_SCHEMA private static final com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema PROTO3_UNKNOWN_FIELD_SET_SCHEMA private static final com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema UNKNOWN_FIELD_SET_LITE_SCHEMA private static final int DEFAULT_LOOK_UP_START_NUMBER private void <init> () public static void requireGeneratedMessage (java.lang.Class) Class messageType public static void writeDouble (int, double, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException int fieldNumber double value com.android.adservices.jarjar.server.protobuf.Writer writer public static void writeFloat (int, float, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException int fieldNumber float value com.android.adservices.jarjar.server.protobuf.Writer writer public static void writeInt64 (int, long, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException int fieldNumber long value com.android.adservices.jarjar.server.protobuf.Writer writer public static void writeUInt64 (int, long, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException int fieldNumber long value com.android.adservices.jarjar.server.protobuf.Writer writer public static void writeSInt64 (int, long, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException int fieldNumber long value com.android.adservices.jarjar.server.protobuf.Writer writer public static void writeFixed64 (int, long, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException int fieldNumber long value com.android.adservices.jarjar.server.protobuf.Writer writer public static void writeSFixed64 (int, long, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException int fieldNumber long value com.android.adservices.jarjar.server.protobuf.Writer writer public static void writeInt32 (int, int, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException int fieldNumber int value com.android.adservices.jarjar.server.protobuf.Writer writer public static void writeUInt32 (int, int, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException int fieldNumber int value com.android.adservices.jarjar.server.protobuf.Writer writer public static void writeSInt32 (int, int, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException int fieldNumber int value com.android.adservices.jarjar.server.protobuf.Writer writer public static void writeFixed32 (int, int, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException int fieldNumber int value com.android.adservices.jarjar.server.protobuf.Writer writer public static void writeSFixed32 (int, int, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException int fieldNumber int value com.android.adservices.jarjar.server.protobuf.Writer writer public static void writeEnum (int, int, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException int fieldNumber int value com.android.adservices.jarjar.server.protobuf.Writer writer public static void writeBool (int, boolean, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException int fieldNumber boolean value com.android.adservices.jarjar.server.protobuf.Writer writer public static void writeString (int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException int fieldNumber Object value com.android.adservices.jarjar.server.protobuf.Writer writer private static void writeStringInternal (int, java.lang.String, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException int fieldNumber String value com.android.adservices.jarjar.server.protobuf.Writer writer public static void writeBytes (int, com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.ByteString value com.android.adservices.jarjar.server.protobuf.Writer writer public static void writeMessage (int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException int fieldNumber Object value com.android.adservices.jarjar.server.protobuf.Writer writer public static void writeDoubleList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.android.adservices.jarjar.server.protobuf.Writer writer boolean packed public static void writeFloatList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.android.adservices.jarjar.server.protobuf.Writer writer boolean packed public static void writeInt64List (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.android.adservices.jarjar.server.protobuf.Writer writer boolean packed public static void writeUInt64List (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.android.adservices.jarjar.server.protobuf.Writer writer boolean packed public static void writeSInt64List (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.android.adservices.jarjar.server.protobuf.Writer writer boolean packed public static void writeFixed64List (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.android.adservices.jarjar.server.protobuf.Writer writer boolean packed public static void writeSFixed64List (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.android.adservices.jarjar.server.protobuf.Writer writer boolean packed public static void writeInt32List (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.android.adservices.jarjar.server.protobuf.Writer writer boolean packed public static void writeUInt32List (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.android.adservices.jarjar.server.protobuf.Writer writer boolean packed public static void writeSInt32List (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.android.adservices.jarjar.server.protobuf.Writer writer boolean packed public static void writeFixed32List (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.android.adservices.jarjar.server.protobuf.Writer writer boolean packed public static void writeSFixed32List (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.android.adservices.jarjar.server.protobuf.Writer writer boolean packed public static void writeEnumList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.android.adservices.jarjar.server.protobuf.Writer writer boolean packed public static void writeBoolList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.android.adservices.jarjar.server.protobuf.Writer writer boolean packed public static void writeStringList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException int fieldNumber java.util.List value com.android.adservices.jarjar.server.protobuf.Writer writer public static void writeBytesList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException int fieldNumber java.util.List value com.android.adservices.jarjar.server.protobuf.Writer writer public static void writeMessageList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException int fieldNumber java.util.List value com.android.adservices.jarjar.server.protobuf.Writer writer public static void writeMessageList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException int fieldNumber java.util.List value com.android.adservices.jarjar.server.protobuf.Writer writer com.android.adservices.jarjar.server.protobuf.Schema schema public static void writeLazyFieldList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException Object item int fieldNumber java.util.List value com.android.adservices.jarjar.server.protobuf.Writer writer public static void writeGroupList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException int fieldNumber java.util.List value com.android.adservices.jarjar.server.protobuf.Writer writer public static void writeGroupList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Writer, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException int fieldNumber java.util.List value com.android.adservices.jarjar.server.protobuf.Writer writer com.android.adservices.jarjar.server.protobuf.Schema schema static int computeSizeInt64ListNoTag (java.util.List) int i com.android.adservices.jarjar.server.protobuf.LongArrayList primitiveList int i java.util.List list int length int size static int computeSizeInt64List (int, java.util.List, boolean) int fieldNumber java.util.List list boolean packed int length int size static int computeSizeUInt64ListNoTag (java.util.List) int i com.android.adservices.jarjar.server.protobuf.LongArrayList primitiveList int i java.util.List list int length int size static int computeSizeUInt64List (int, java.util.List, boolean) int fieldNumber java.util.List list boolean packed int length int size static int computeSizeSInt64ListNoTag (java.util.List) int i com.android.adservices.jarjar.server.protobuf.LongArrayList primitiveList int i java.util.List list int length int size static int computeSizeSInt64List (int, java.util.List, boolean) int fieldNumber java.util.List list boolean packed int length int size static int computeSizeEnumListNoTag (java.util.List) int i com.android.adservices.jarjar.server.protobuf.IntArrayList primitiveList int i java.util.List list int length int size static int computeSizeEnumList (int, java.util.List, boolean) int fieldNumber java.util.List list boolean packed int length int size static int computeSizeInt32ListNoTag (java.util.List) int i com.android.adservices.jarjar.server.protobuf.IntArrayList primitiveList int i java.util.List list int length int size static int computeSizeInt32List (int, java.util.List, boolean) int fieldNumber java.util.List list boolean packed int length int size static int computeSizeUInt32ListNoTag (java.util.List) int i com.android.adservices.jarjar.server.protobuf.IntArrayList primitiveList int i java.util.List list int length int size static int computeSizeUInt32List (int, java.util.List, boolean) int fieldNumber java.util.List list boolean packed int length int size static int computeSizeSInt32ListNoTag (java.util.List) int i com.android.adservices.jarjar.server.protobuf.IntArrayList primitiveList int i java.util.List list int length int size static int computeSizeSInt32List (int, java.util.List, boolean) int fieldNumber java.util.List list boolean packed int length int size static int computeSizeFixed32ListNoTag (java.util.List) java.util.List list static int computeSizeFixed32List (int, java.util.List, boolean) int dataSize int fieldNumber java.util.List list boolean packed int length static int computeSizeFixed64ListNoTag (java.util.List) java.util.List list static int computeSizeFixed64List (int, java.util.List, boolean) int dataSize int fieldNumber java.util.List list boolean packed int length static int computeSizeBoolListNoTag (java.util.List) java.util.List list static int computeSizeBoolList (int, java.util.List, boolean) int fieldNumber java.util.List list boolean packed int length static int computeSizeStringList (int, java.util.List) Object value int i com.android.adservices.jarjar.server.protobuf.LazyStringList lazyList Object value int i int fieldNumber java.util.List list int length int size static int computeSizeMessage (int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema) int fieldNumber Object value com.android.adservices.jarjar.server.protobuf.Schema schema static int computeSizeMessageList (int, java.util.List) Object value int i int fieldNumber java.util.List list int length int size static int computeSizeMessageList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Schema) Object value int i int fieldNumber java.util.List list com.android.adservices.jarjar.server.protobuf.Schema schema int length int size static int computeSizeByteStringList (int, java.util.List) int i int fieldNumber java.util.List list int length int size static int computeSizeGroupList (int, java.util.List) int i int fieldNumber java.util.List list int length int size static int computeSizeGroupList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Schema) int i int fieldNumber java.util.List list com.android.adservices.jarjar.server.protobuf.Schema schema int length int size public static boolean shouldUseTableSwitch (com.android.adservices.jarjar.server.protobuf.FieldInfo[]) com.android.adservices.jarjar.server.protobuf.FieldInfo[] fields int lo int hi public static boolean shouldUseTableSwitch (int, int, int) int lo int hi int numFields long tableSpaceCost long tableTimeCost long lookupSpaceCost long lookupTimeCost public static com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema proto2UnknownFieldSetSchema () public static com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema proto3UnknownFieldSetSchema () public static com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema unknownFieldSetLiteSchema () private static com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema getUnknownFieldSetSchema (boolean) Class clz Throwable t boolean proto3 private static java.lang.Class getGeneratedMessageClass () Throwable e private static java.lang.Class getUnknownFieldSetSchemaClass () Throwable e static java.lang.Object getMapDefaultEntry (java.lang.Class, java.lang.String) Class holder java.lang.reflect.Field[] fields Throwable t Class clazz String name static java.lang.String toCamelCase (java.lang.String, boolean) char c int i String name boolean capNext StringBuilder sb static boolean safeEquals (java.lang.Object, java.lang.Object) Object a Object b static void mergeMap (com.android.adservices.jarjar.server.protobuf.MapFieldSchema, java.lang.Object, java.lang.Object, long) com.android.adservices.jarjar.server.protobuf.MapFieldSchema mapFieldSchema Object message Object o long offset Object merged static void mergeExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionSchema, java.lang.Object, java.lang.Object) com.android.adservices.jarjar.server.protobuf.FieldSet messageExtensions com.android.adservices.jarjar.server.protobuf.ExtensionSchema schema Object message Object other com.android.adservices.jarjar.server.protobuf.FieldSet otherExtensions static void mergeUnknownFields (com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema, java.lang.Object, java.lang.Object) com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema schema Object message Object other Object messageUnknowns Object otherUnknowns Object merged static java.lang.Object filterUnknownEnumList (java.lang.Object, int, java.util.List, com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap, java.lang.Object, com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema) int enumValue int readPos int writePos int size int enumValue java.util.Iterator it Object containerMessage int number java.util.List enumList com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap enumMap Object unknownFields com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema unknownFieldSchema static java.lang.Object filterUnknownEnumList (java.lang.Object, int, java.util.List, com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier, java.lang.Object, com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema) int enumValue int readPos int writePos int size int enumValue java.util.Iterator it Object containerMessage int number java.util.List enumList com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier enumVerifier Object unknownFields com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema unknownFieldSchema static java.lang.Object storeUnknownEnum (java.lang.Object, int, int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema) Object containerMessage int number int enumValue Object unknownFields com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema unknownFieldSchema static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/SchemaFactory.class
SchemaFactory.java package com.android.adservices.jarjar.server.protobuf abstract com.android.adservices.jarjar.server.protobuf.SchemaFactory extends java.lang.Object { public abstract com.android.adservices.jarjar.server.protobuf.Schema createSchema (java.lang.Class) }
com/android/adservices/jarjar/server/protobuf/Schema.class
Schema.java package com.android.adservices.jarjar.server.protobuf abstract com.android.adservices.jarjar.server.protobuf.Schema extends java.lang.Object { public abstract void writeTo (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException public abstract void mergeFrom (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Reader, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract void mergeFrom (java.lang.Object, byte[], int, int, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException public abstract void makeImmutable (java.lang.Object) public abstract boolean isInitialized (java.lang.Object) public abstract java.lang.Object newInstance () public abstract boolean equals (java.lang.Object, java.lang.Object) public abstract int hashCode (java.lang.Object) public abstract void mergeFrom (java.lang.Object, java.lang.Object) public abstract int getSerializedSize (java.lang.Object) }
com/android/adservices/jarjar/server/protobuf/RopeByteString.class
RopeByteString.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.RopeByteString extends com.android.adservices.jarjar.server.protobuf.ByteString { static final int[] minLengthByDepth private final int totalLength private final com.android.adservices.jarjar.server.protobuf.ByteString left private final com.android.adservices.jarjar.server.protobuf.ByteString right private final int leftLength private final int treeDepth private static final long serialVersionUID private void <init> (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString left com.android.adservices.jarjar.server.protobuf.ByteString right static com.android.adservices.jarjar.server.protobuf.ByteString concatenate (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString newRight com.android.adservices.jarjar.server.protobuf.ByteString newRight com.android.adservices.jarjar.server.protobuf.RopeByteString leftRope com.android.adservices.jarjar.server.protobuf.ByteString left com.android.adservices.jarjar.server.protobuf.ByteString right int newLength int newDepth private static com.android.adservices.jarjar.server.protobuf.ByteString concatenateBytes (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString left com.android.adservices.jarjar.server.protobuf.ByteString right int leftSize int rightSize byte[] bytes static com.android.adservices.jarjar.server.protobuf.RopeByteString newInstanceForTest (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString left com.android.adservices.jarjar.server.protobuf.ByteString right static int minLength (int) int depth public byte byteAt (int) int index byte internalByteAt (int) int index public int size () public com.android.adservices.jarjar.server.protobuf.ByteString$ByteIterator iterator () protected int getTreeDepth () protected boolean isBalanced () public com.android.adservices.jarjar.server.protobuf.ByteString substring (int, int) int beginIndex int endIndex int length com.android.adservices.jarjar.server.protobuf.ByteString leftSub com.android.adservices.jarjar.server.protobuf.ByteString rightSub protected void copyToInternal (byte[], int, int, int) int leftLength byte[] target int sourceOffset int targetOffset int numberToCopy public void copyTo (java.nio.ByteBuffer) java.nio.ByteBuffer target public java.nio.ByteBuffer asReadOnlyByteBuffer () java.nio.ByteBuffer byteBuffer public java.util.List asReadOnlyByteBufferList () com.android.adservices.jarjar.server.protobuf.ByteString$LeafByteString byteString java.util.List result com.android.adservices.jarjar.server.protobuf.RopeByteString$PieceIterator pieces public void writeTo (java.io.OutputStream) throws java.io.IOException java.io.OutputStream outputStream void writeToInternal (java.io.OutputStream, int, int) throws java.io.IOException int numberToWriteInLeft java.io.OutputStream out int sourceOffset int numberToWrite void writeTo (com.android.adservices.jarjar.server.protobuf.ByteOutput) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.ByteOutput output void writeToReverse (com.android.adservices.jarjar.server.protobuf.ByteOutput) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.ByteOutput output protected java.lang.String toStringInternal (java.nio.charset.Charset) java.nio.charset.Charset charset public boolean isValidUtf8 () int leftPartial int state protected int partialIsValidUtf8 (int, int, int) int leftLength int leftPartial int state int offset int length int toIndex public boolean equals (java.lang.Object) Object other com.android.adservices.jarjar.server.protobuf.ByteString otherByteString int thisHash int thatHash private boolean equalsFragments (com.android.adservices.jarjar.server.protobuf.ByteString) int thisRemaining int thatRemaining int bytesToCompare boolean stillEqual com.android.adservices.jarjar.server.protobuf.ByteString other int thisOffset java.util.Iterator thisIter com.android.adservices.jarjar.server.protobuf.ByteString$LeafByteString thisString int thatOffset java.util.Iterator thatIter com.android.adservices.jarjar.server.protobuf.ByteString$LeafByteString thatString int pos protected int partialHash (int, int, int) int leftLength int leftPartial int h int offset int length int toIndex public com.android.adservices.jarjar.server.protobuf.CodedInputStream newCodedInput () public java.io.InputStream newInput () java.lang.Object writeReplace () private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.io.ObjectInputStream in public volatile synthetic java.util.Iterator iterator () synthetic void <init> (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.RopeByteString$1) com.android.adservices.jarjar.server.protobuf.ByteString x0 com.android.adservices.jarjar.server.protobuf.ByteString x1 com.android.adservices.jarjar.server.protobuf.RopeByteString$1 x2 static synthetic com.android.adservices.jarjar.server.protobuf.ByteString access$400 (com.android.adservices.jarjar.server.protobuf.RopeByteString) com.android.adservices.jarjar.server.protobuf.RopeByteString x0 static synthetic com.android.adservices.jarjar.server.protobuf.ByteString access$500 (com.android.adservices.jarjar.server.protobuf.RopeByteString) com.android.adservices.jarjar.server.protobuf.RopeByteString x0 static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/RopeByteString$RopeInputStream.class
RopeByteString.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.RopeByteString$RopeInputStream extends java.io.InputStream { private com.android.adservices.jarjar.server.protobuf.RopeByteString$PieceIterator pieceIterator private com.android.adservices.jarjar.server.protobuf.ByteString$LeafByteString currentPiece private int currentPieceSize private int currentPieceIndex private int currentPieceOffsetInRope private int mark final synthetic com.android.adservices.jarjar.server.protobuf.RopeByteString this$0 public void <init> (com.android.adservices.jarjar.server.protobuf.RopeByteString) public int read (byte[], int, int) byte[] b int offset int length int bytesRead public long skip (long) long length private int readSkipInternal (byte[], int, int) int currentPieceRemaining int count byte[] b int offset int length int bytesRemaining public int read () throws java.io.IOException public int available () throws java.io.IOException public boolean markSupported () public void mark (int) int readAheadLimit public synchronized void reset () private void initialize () private void advanceIfCurrentPieceFullyRead () private int availableInternal () int bytesRead }
com/android/adservices/jarjar/server/protobuf/RopeByteString$PieceIterator.class
RopeByteString.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.RopeByteString$PieceIterator extends java.lang.Object implements java.util.Iterator { private final java.util.ArrayDeque breadCrumbs private com.android.adservices.jarjar.server.protobuf.ByteString$LeafByteString next private void <init> (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.RopeByteString rbs com.android.adservices.jarjar.server.protobuf.ByteString root private com.android.adservices.jarjar.server.protobuf.ByteString$LeafByteString getLeafByLeft (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.RopeByteString rbs com.android.adservices.jarjar.server.protobuf.ByteString root com.android.adservices.jarjar.server.protobuf.ByteString pos private com.android.adservices.jarjar.server.protobuf.ByteString$LeafByteString getNextNonEmptyLeaf () com.android.adservices.jarjar.server.protobuf.ByteString$LeafByteString result public boolean hasNext () public com.android.adservices.jarjar.server.protobuf.ByteString$LeafByteString next () com.android.adservices.jarjar.server.protobuf.ByteString$LeafByteString result public void remove () public volatile synthetic java.lang.Object next () synthetic void <init> (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.RopeByteString$1) com.android.adservices.jarjar.server.protobuf.ByteString x0 com.android.adservices.jarjar.server.protobuf.RopeByteString$1 x1 }
com/android/adservices/jarjar/server/protobuf/RopeByteString$Balancer.class
RopeByteString.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.RopeByteString$Balancer extends java.lang.Object { private final java.util.ArrayDeque prefixesStack private void <init> () private com.android.adservices.jarjar.server.protobuf.ByteString balance (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString newLeft com.android.adservices.jarjar.server.protobuf.ByteString left com.android.adservices.jarjar.server.protobuf.ByteString right com.android.adservices.jarjar.server.protobuf.ByteString partialString private void doBalance (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.RopeByteString rbs com.android.adservices.jarjar.server.protobuf.ByteString root private void insert (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString left com.android.adservices.jarjar.server.protobuf.ByteString left int binStart com.android.adservices.jarjar.server.protobuf.ByteString newTree com.android.adservices.jarjar.server.protobuf.ByteString byteString int depthBin int binEnd private int getDepthBinForLength (int) int insertionPoint int length int depth synthetic void <init> (com.android.adservices.jarjar.server.protobuf.RopeByteString$1) com.android.adservices.jarjar.server.protobuf.RopeByteString$1 x0 static synthetic com.android.adservices.jarjar.server.protobuf.ByteString access$100 (com.android.adservices.jarjar.server.protobuf.RopeByteString$Balancer, com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.RopeByteString$Balancer x0 com.android.adservices.jarjar.server.protobuf.ByteString x1 com.android.adservices.jarjar.server.protobuf.ByteString x2 }
com/android/adservices/jarjar/server/protobuf/RopeByteString$1.class
RopeByteString.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.RopeByteString$1 extends com.android.adservices.jarjar.server.protobuf.ByteString$AbstractByteIterator { final com.android.adservices.jarjar.server.protobuf.RopeByteString$PieceIterator pieces com.android.adservices.jarjar.server.protobuf.ByteString$ByteIterator current final synthetic com.android.adservices.jarjar.server.protobuf.RopeByteString this$0 void <init> (com.android.adservices.jarjar.server.protobuf.RopeByteString) com.android.adservices.jarjar.server.protobuf.RopeByteString this$0 private com.android.adservices.jarjar.server.protobuf.ByteString$ByteIterator nextPiece () public boolean hasNext () public byte nextByte () byte b }
com/android/adservices/jarjar/server/protobuf/Reader.class
Reader.java package com.android.adservices.jarjar.server.protobuf abstract com.android.adservices.jarjar.server.protobuf.Reader extends java.lang.Object { public static final int READ_DONE public static final int TAG_UNKNOWN public abstract boolean shouldDiscardUnknownFields () public abstract int getFieldNumber () throws java.io.IOException public abstract int getTag () public abstract boolean skipField () throws java.io.IOException public abstract double readDouble () throws java.io.IOException public abstract float readFloat () throws java.io.IOException public abstract long readUInt64 () throws java.io.IOException public abstract long readInt64 () throws java.io.IOException public abstract int readInt32 () throws java.io.IOException public abstract long readFixed64 () throws java.io.IOException public abstract int readFixed32 () throws java.io.IOException public abstract boolean readBool () throws java.io.IOException public abstract java.lang.String readString () throws java.io.IOException public abstract java.lang.String readStringRequireUtf8 () throws java.io.IOException public abstract java.lang.Object readMessageBySchemaWithCheck (com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract java.lang.Object readMessage (java.lang.Class, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract java.lang.Object readGroup (java.lang.Class, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract java.lang.Object readGroupBySchemaWithCheck (com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract void mergeMessageField (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract void mergeGroupField (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract com.android.adservices.jarjar.server.protobuf.ByteString readBytes () throws java.io.IOException public abstract int readUInt32 () throws java.io.IOException public abstract int readEnum () throws java.io.IOException public abstract int readSFixed32 () throws java.io.IOException public abstract long readSFixed64 () throws java.io.IOException public abstract int readSInt32 () throws java.io.IOException public abstract long readSInt64 () throws java.io.IOException public abstract void readDoubleList (java.util.List) throws java.io.IOException public abstract void readFloatList (java.util.List) throws java.io.IOException public abstract void readUInt64List (java.util.List) throws java.io.IOException public abstract void readInt64List (java.util.List) throws java.io.IOException public abstract void readInt32List (java.util.List) throws java.io.IOException public abstract void readFixed64List (java.util.List) throws java.io.IOException public abstract void readFixed32List (java.util.List) throws java.io.IOException public abstract void readBoolList (java.util.List) throws java.io.IOException public abstract void readStringList (java.util.List) throws java.io.IOException public abstract void readStringListRequireUtf8 (java.util.List) throws java.io.IOException public abstract void readMessageList (java.util.List, com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract void readMessageList (java.util.List, java.lang.Class, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract void readGroupList (java.util.List, java.lang.Class, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract void readGroupList (java.util.List, com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract void readBytesList (java.util.List) throws java.io.IOException public abstract void readUInt32List (java.util.List) throws java.io.IOException public abstract void readEnumList (java.util.List) throws java.io.IOException public abstract void readSFixed32List (java.util.List) throws java.io.IOException public abstract void readSFixed64List (java.util.List) throws java.io.IOException public abstract void readSInt32List (java.util.List) throws java.io.IOException public abstract void readSInt64List (java.util.List) throws java.io.IOException public abstract void readMap (java.util.Map, com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException }
com/android/adservices/jarjar/server/protobuf/RawMessageInfo.class
RawMessageInfo.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.RawMessageInfo extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageInfo { private final com.android.adservices.jarjar.server.protobuf.MessageLite defaultInstance private final String info private final Object[] objects private final int flags void <init> (com.android.adservices.jarjar.server.protobuf.MessageLite, java.lang.String, java.lang.Object[]) int result int shift com.android.adservices.jarjar.server.protobuf.MessageLite defaultInstance String info Object[] objects int position int value java.lang.String getStringInfo () java.lang.Object[] getObjects () public com.android.adservices.jarjar.server.protobuf.MessageLite getDefaultInstance () public com.android.adservices.jarjar.server.protobuf.ProtoSyntax getSyntax () public boolean isMessageSetWireFormat () }
com/android/adservices/jarjar/server/protobuf/ProtocolStringList.class
ProtocolStringList.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.ProtocolStringList extends java.lang.Object implements java.util.List { public abstract java.util.List asByteStringList () }
com/android/adservices/jarjar/server/protobuf/ProtobufLists.class
ProtobufLists.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.ProtobufLists extends java.lang.Object { private void <init> () public static com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList emptyProtobufList () public static com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList mutableCopy (com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList) com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList list int size public static com.android.adservices.jarjar.server.protobuf.Internal$BooleanList emptyBooleanList () public static com.android.adservices.jarjar.server.protobuf.Internal$BooleanList newBooleanList () public static com.android.adservices.jarjar.server.protobuf.Internal$IntList emptyIntList () public static com.android.adservices.jarjar.server.protobuf.Internal$IntList newIntList () public static com.android.adservices.jarjar.server.protobuf.Internal$LongList emptyLongList () public static com.android.adservices.jarjar.server.protobuf.Internal$LongList newLongList () public static com.android.adservices.jarjar.server.protobuf.Internal$FloatList emptyFloatList () public static com.android.adservices.jarjar.server.protobuf.Internal$FloatList newFloatList () public static com.android.adservices.jarjar.server.protobuf.Internal$DoubleList emptyDoubleList () public static com.android.adservices.jarjar.server.protobuf.Internal$DoubleList newDoubleList () }
com/android/adservices/jarjar/server/protobuf/ProtobufArrayList.class
ProtobufArrayList.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.ProtobufArrayList extends com.android.adservices.jarjar.server.protobuf.AbstractProtobufList implements java.util.RandomAccess { private static final com.android.adservices.jarjar.server.protobuf.ProtobufArrayList EMPTY_LIST private Object[] array private int size public static com.android.adservices.jarjar.server.protobuf.ProtobufArrayList emptyList () void <init> () private void <init> (java.lang.Object[], int) Object[] array int size public com.android.adservices.jarjar.server.protobuf.ProtobufArrayList mutableCopyWithCapacity (int) int capacity Object[] newArray public boolean add (java.lang.Object) int length Object[] newArray Object element public void add (int, java.lang.Object) int length Object[] newArray int index Object element public java.lang.Object get (int) int index public java.lang.Object remove (int) int index Object value public java.lang.Object set (int, java.lang.Object) int index Object element Object toReturn public int size () private static java.lang.Object[] createArray (int) int capacity private void ensureIndexInRange (int) int index private java.lang.String makeOutOfBoundsExceptionMessage (int) int index public volatile synthetic com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/Protobuf.class
Protobuf.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.Protobuf extends java.lang.Object { private static final com.android.adservices.jarjar.server.protobuf.Protobuf INSTANCE private final com.android.adservices.jarjar.server.protobuf.SchemaFactory schemaFactory private final java.util.concurrent.ConcurrentMap schemaCache public static com.android.adservices.jarjar.server.protobuf.Protobuf getInstance () public void writeTo (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException Object message com.android.adservices.jarjar.server.protobuf.Writer writer public void mergeFrom (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Reader) throws java.io.IOException Object message com.android.adservices.jarjar.server.protobuf.Reader reader public void mergeFrom (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Reader, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException Object message com.android.adservices.jarjar.server.protobuf.Reader reader com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public void makeImmutable (java.lang.Object) Object message boolean isInitialized (java.lang.Object) Object message public com.android.adservices.jarjar.server.protobuf.Schema schemaFor (java.lang.Class) com.android.adservices.jarjar.server.protobuf.Schema previous Class messageType com.android.adservices.jarjar.server.protobuf.Schema schema public com.android.adservices.jarjar.server.protobuf.Schema schemaFor (java.lang.Object) Object message public com.android.adservices.jarjar.server.protobuf.Schema registerSchema (java.lang.Class, com.android.adservices.jarjar.server.protobuf.Schema) Class messageType com.android.adservices.jarjar.server.protobuf.Schema schema public com.android.adservices.jarjar.server.protobuf.Schema registerSchemaOverride (java.lang.Class, com.android.adservices.jarjar.server.protobuf.Schema) Class messageType com.android.adservices.jarjar.server.protobuf.Schema schema private void <init> () int getTotalSchemaSize () com.android.adservices.jarjar.server.protobuf.Schema schema int result static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/ProtoSyntax.class
ProtoSyntax.java package com.android.adservices.jarjar.server.protobuf public final enum com.android.adservices.jarjar.server.protobuf.ProtoSyntax extends java.lang.Enum { public static final enum com.android.adservices.jarjar.server.protobuf.ProtoSyntax PROTO2 public static final enum com.android.adservices.jarjar.server.protobuf.ProtoSyntax PROTO3 private static final synthetic com.android.adservices.jarjar.server.protobuf.ProtoSyntax[] $VALUES public static com.android.adservices.jarjar.server.protobuf.ProtoSyntax[] values () public static com.android.adservices.jarjar.server.protobuf.ProtoSyntax valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.android.adservices.jarjar.server.protobuf.ProtoSyntax[] $values () static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/PrimitiveNonBoxingCollection.class
PrimitiveNonBoxingCollection.java package com.android.adservices.jarjar.server.protobuf abstract com.android.adservices.jarjar.server.protobuf.PrimitiveNonBoxingCollection extends java.lang.Object { }
com/android/adservices/jarjar/server/protobuf/Parser.class
Parser.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.Parser extends java.lang.Object { public abstract java.lang.Object parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseFrom (byte[], int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseFrom (byte[], int, int, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialFrom (byte[], int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialFrom (byte[], int, int, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseFrom (java.io.InputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialFrom (java.io.InputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException }
com/android/adservices/jarjar/server/protobuf/OptionOrBuilder.class
OptionOrBuilder.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.OptionOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract java.lang.String getName () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () public abstract boolean hasValue () public abstract com.android.adservices.jarjar.server.protobuf.Any getValue () }
com/android/adservices/jarjar/server/protobuf/Option.class
Option.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.Option extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.OptionOrBuilder { public static final int NAME_FIELD_NUMBER private String name_ public static final int VALUE_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Any value_ private static final com.android.adservices.jarjar.server.protobuf.Option DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public java.lang.String getName () public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () private void setName (java.lang.String) String value private void clearName () private void setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasValue () public com.android.adservices.jarjar.server.protobuf.Any getValue () private void setValue (com.android.adservices.jarjar.server.protobuf.Any) com.android.adservices.jarjar.server.protobuf.Any value private void mergeValue (com.android.adservices.jarjar.server.protobuf.Any) com.android.adservices.jarjar.server.protobuf.Any value private void clearValue () public static com.android.adservices.jarjar.server.protobuf.Option parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.Option parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Option parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.Option parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Option parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.Option parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Option parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.Option parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Option parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.Option parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Option parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.Option parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Option$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.Option$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.Option) com.android.adservices.jarjar.server.protobuf.Option prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.Option getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.Option defaultInstance }
com/android/adservices/jarjar/server/protobuf/Option$Builder.class
Option.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.Option$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.OptionOrBuilder { private void <init> () public java.lang.String getName () public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () public com.android.adservices.jarjar.server.protobuf.Option$Builder setName (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.Option$Builder clearName () public com.android.adservices.jarjar.server.protobuf.Option$Builder setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasValue () public com.android.adservices.jarjar.server.protobuf.Any getValue () public com.android.adservices.jarjar.server.protobuf.Option$Builder setValue (com.android.adservices.jarjar.server.protobuf.Any) com.android.adservices.jarjar.server.protobuf.Any value public com.android.adservices.jarjar.server.protobuf.Option$Builder setValue (com.android.adservices.jarjar.server.protobuf.Any$Builder) com.android.adservices.jarjar.server.protobuf.Any$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.Option$Builder mergeValue (com.android.adservices.jarjar.server.protobuf.Any) com.android.adservices.jarjar.server.protobuf.Any value public com.android.adservices.jarjar.server.protobuf.Option$Builder clearValue () }
com/android/adservices/jarjar/server/protobuf/Option$1.class
Option.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.Option$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/OneofInfo.class
OneofInfo.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.OneofInfo extends java.lang.Object { private final int id private final java.lang.reflect.Field caseField private final java.lang.reflect.Field valueField public void <init> (int, java.lang.reflect.Field, java.lang.reflect.Field) int id java.lang.reflect.Field caseField java.lang.reflect.Field valueField public int getId () public java.lang.reflect.Field getCaseField () public java.lang.reflect.Field getValueField () }
com/android/adservices/jarjar/server/protobuf/NullValue.class
NullValue.java package com.android.adservices.jarjar.server.protobuf public final enum com.android.adservices.jarjar.server.protobuf.NullValue extends java.lang.Enum implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLite { public static final enum com.android.adservices.jarjar.server.protobuf.NullValue NULL_VALUE public static final enum com.android.adservices.jarjar.server.protobuf.NullValue UNRECOGNIZED public static final int NULL_VALUE_VALUE private static final com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalValueMap private final int value private static final synthetic com.android.adservices.jarjar.server.protobuf.NullValue[] $VALUES public static com.android.adservices.jarjar.server.protobuf.NullValue[] values () public static com.android.adservices.jarjar.server.protobuf.NullValue valueOf (java.lang.String) String name public final int getNumber () public static com.android.adservices.jarjar.server.protobuf.NullValue valueOf (int) int value public static com.android.adservices.jarjar.server.protobuf.NullValue forNumber (int) int value public static com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalGetValueMap () public static com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier internalGetVerifier () private void <init> (java.lang.String, int, int) int value private static synthetic com.android.adservices.jarjar.server.protobuf.NullValue[] $values () static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/NullValue$NullValueVerifier.class
NullValue.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.NullValue$NullValueVerifier extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier { static final com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier INSTANCE private void <init> () public boolean isInRange (int) int number static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/NullValue$1.class
NullValue.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.NullValue$1 extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap { void <init> () public com.android.adservices.jarjar.server.protobuf.NullValue findValueByNumber (int) int number public volatile synthetic com.android.adservices.jarjar.server.protobuf.Internal$EnumLite findValueByNumber (int) }
com/android/adservices/jarjar/server/protobuf/NioByteString.class
NioByteString.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.NioByteString extends com.android.adservices.jarjar.server.protobuf.ByteString$LeafByteString { private final java.nio.ByteBuffer buffer void <init> (java.nio.ByteBuffer) java.nio.ByteBuffer buffer private java.lang.Object writeReplace () private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.io.ObjectInputStream in public byte byteAt (int) ArrayIndexOutOfBoundsException e IndexOutOfBoundsException e int index public byte internalByteAt (int) int index public int size () public com.android.adservices.jarjar.server.protobuf.ByteString substring (int, int) java.nio.ByteBuffer slice ArrayIndexOutOfBoundsException e IndexOutOfBoundsException e int beginIndex int endIndex protected void copyToInternal (byte[], int, int, int) byte[] target int sourceOffset int targetOffset int numberToCopy java.nio.ByteBuffer slice public void copyTo (java.nio.ByteBuffer) java.nio.ByteBuffer target public void writeTo (java.io.OutputStream) throws java.io.IOException java.io.OutputStream out boolean equalsRange (com.android.adservices.jarjar.server.protobuf.ByteString, int, int) com.android.adservices.jarjar.server.protobuf.ByteString other int offset int length void writeToInternal (java.io.OutputStream, int, int) throws java.io.IOException int bufferOffset java.io.OutputStream out int sourceOffset int numberToWrite void writeTo (com.android.adservices.jarjar.server.protobuf.ByteOutput) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.ByteOutput output public java.nio.ByteBuffer asReadOnlyByteBuffer () public java.util.List asReadOnlyByteBufferList () protected java.lang.String toStringInternal (java.nio.charset.Charset) byte[] bytes int offset int length java.nio.charset.Charset charset byte[] bytes int offset int length public boolean isValidUtf8 () protected int partialIsValidUtf8 (int, int, int) int state int offset int length public boolean equals (java.lang.Object) Object other com.android.adservices.jarjar.server.protobuf.ByteString otherString protected int partialHash (int, int, int) int i int h int offset int length public java.io.InputStream newInput () public com.android.adservices.jarjar.server.protobuf.CodedInputStream newCodedInput () private java.nio.ByteBuffer slice (int, int) int beginIndex int endIndex java.nio.ByteBuffer slice static synthetic java.nio.ByteBuffer access$000 (com.android.adservices.jarjar.server.protobuf.NioByteString) com.android.adservices.jarjar.server.protobuf.NioByteString x0 }
com/android/adservices/jarjar/server/protobuf/NioByteString$1.class
NioByteString.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.NioByteString$1 extends java.io.InputStream { private final java.nio.ByteBuffer buf final synthetic com.android.adservices.jarjar.server.protobuf.NioByteString this$0 void <init> (com.android.adservices.jarjar.server.protobuf.NioByteString) com.android.adservices.jarjar.server.protobuf.NioByteString this$0 public void mark (int) int readlimit public boolean markSupported () public void reset () throws java.io.IOException java.nio.InvalidMarkException e public int available () throws java.io.IOException public int read () throws java.io.IOException public int read (byte[], int, int) throws java.io.IOException byte[] bytes int off int len }
com/android/adservices/jarjar/server/protobuf/NewInstanceSchemas.class
NewInstanceSchemas.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.NewInstanceSchemas extends java.lang.Object { private static final com.android.adservices.jarjar.server.protobuf.NewInstanceSchema FULL_SCHEMA private static final com.android.adservices.jarjar.server.protobuf.NewInstanceSchema LITE_SCHEMA void <init> () static com.android.adservices.jarjar.server.protobuf.NewInstanceSchema full () static com.android.adservices.jarjar.server.protobuf.NewInstanceSchema lite () private static com.android.adservices.jarjar.server.protobuf.NewInstanceSchema loadSchemaForFullRuntime () Class clazz Exception e static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/NewInstanceSchemaLite.class
NewInstanceSchemaLite.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.NewInstanceSchemaLite extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.NewInstanceSchema { void <init> () public java.lang.Object newInstance (java.lang.Object) Object defaultInstance }
com/android/adservices/jarjar/server/protobuf/NewInstanceSchema.class
NewInstanceSchema.java package com.android.adservices.jarjar.server.protobuf abstract com.android.adservices.jarjar.server.protobuf.NewInstanceSchema extends java.lang.Object { public abstract java.lang.Object newInstance (java.lang.Object) }
com/android/adservices/jarjar/server/protobuf/MutabilityOracle.class
MutabilityOracle.java package com.android.adservices.jarjar.server.protobuf abstract com.android.adservices.jarjar.server.protobuf.MutabilityOracle extends java.lang.Object { public static final com.android.adservices.jarjar.server.protobuf.MutabilityOracle IMMUTABLE public abstract void ensureMutable () static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/MutabilityOracle$1.class
MutabilityOracle.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.MutabilityOracle$1 extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MutabilityOracle { void <init> () public void ensureMutable () }
com/android/adservices/jarjar/server/protobuf/MixinOrBuilder.class
MixinOrBuilder.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.MixinOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract java.lang.String getName () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () public abstract java.lang.String getRoot () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getRootBytes () }
com/android/adservices/jarjar/server/protobuf/Mixin.class
Mixin.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.Mixin extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.MixinOrBuilder { public static final int NAME_FIELD_NUMBER private String name_ public static final int ROOT_FIELD_NUMBER private String root_ private static final com.android.adservices.jarjar.server.protobuf.Mixin DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public java.lang.String getName () public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () private void setName (java.lang.String) String value private void clearName () private void setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public java.lang.String getRoot () public com.android.adservices.jarjar.server.protobuf.ByteString getRootBytes () private void setRoot (java.lang.String) String value private void clearRoot () private void setRootBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public static com.android.adservices.jarjar.server.protobuf.Mixin parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.Mixin parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Mixin parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.Mixin parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Mixin parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.Mixin parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Mixin parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.Mixin parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Mixin parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.Mixin parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Mixin parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.Mixin parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Mixin$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.Mixin$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.Mixin) com.android.adservices.jarjar.server.protobuf.Mixin prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.Mixin getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.Mixin defaultInstance }
com/android/adservices/jarjar/server/protobuf/Mixin$Builder.class
Mixin.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.Mixin$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.MixinOrBuilder { private void <init> () public java.lang.String getName () public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () public com.android.adservices.jarjar.server.protobuf.Mixin$Builder setName (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.Mixin$Builder clearName () public com.android.adservices.jarjar.server.protobuf.Mixin$Builder setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public java.lang.String getRoot () public com.android.adservices.jarjar.server.protobuf.ByteString getRootBytes () public com.android.adservices.jarjar.server.protobuf.Mixin$Builder setRoot (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.Mixin$Builder clearRoot () public com.android.adservices.jarjar.server.protobuf.Mixin$Builder setRootBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value }
com/android/adservices/jarjar/server/protobuf/Mixin$1.class
Mixin.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.Mixin$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/MethodOrBuilder.class
MethodOrBuilder.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.MethodOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract java.lang.String getName () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () public abstract java.lang.String getRequestTypeUrl () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getRequestTypeUrlBytes () public abstract boolean getRequestStreaming () public abstract java.lang.String getResponseTypeUrl () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getResponseTypeUrlBytes () public abstract boolean getResponseStreaming () public abstract java.util.List getOptionsList () public abstract com.android.adservices.jarjar.server.protobuf.Option getOptions (int) public abstract int getOptionsCount () public abstract int getSyntaxValue () public abstract com.android.adservices.jarjar.server.protobuf.Syntax getSyntax () }
com/android/adservices/jarjar/server/protobuf/Method.class
Method.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.Method extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.MethodOrBuilder { public static final int NAME_FIELD_NUMBER private String name_ public static final int REQUEST_TYPE_URL_FIELD_NUMBER private String requestTypeUrl_ public static final int REQUEST_STREAMING_FIELD_NUMBER private boolean requestStreaming_ public static final int RESPONSE_TYPE_URL_FIELD_NUMBER private String responseTypeUrl_ public static final int RESPONSE_STREAMING_FIELD_NUMBER private boolean responseStreaming_ public static final int OPTIONS_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList options_ public static final int SYNTAX_FIELD_NUMBER private int syntax_ private static final com.android.adservices.jarjar.server.protobuf.Method DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public java.lang.String getName () public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () private void setName (java.lang.String) String value private void clearName () private void setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public java.lang.String getRequestTypeUrl () public com.android.adservices.jarjar.server.protobuf.ByteString getRequestTypeUrlBytes () private void setRequestTypeUrl (java.lang.String) String value private void clearRequestTypeUrl () private void setRequestTypeUrlBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean getRequestStreaming () private void setRequestStreaming (boolean) boolean value private void clearRequestStreaming () public java.lang.String getResponseTypeUrl () public com.android.adservices.jarjar.server.protobuf.ByteString getResponseTypeUrlBytes () private void setResponseTypeUrl (java.lang.String) String value private void clearResponseTypeUrl () private void setResponseTypeUrlBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean getResponseStreaming () private void setResponseStreaming (boolean) boolean value private void clearResponseStreaming () public java.util.List getOptionsList () public java.util.List getOptionsOrBuilderList () public int getOptionsCount () public com.android.adservices.jarjar.server.protobuf.Option getOptions (int) int index public com.android.adservices.jarjar.server.protobuf.OptionOrBuilder getOptionsOrBuilder (int) int index private void ensureOptionsIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setOptions (int, com.android.adservices.jarjar.server.protobuf.Option) int index com.android.adservices.jarjar.server.protobuf.Option value private void addOptions (com.android.adservices.jarjar.server.protobuf.Option) com.android.adservices.jarjar.server.protobuf.Option value private void addOptions (int, com.android.adservices.jarjar.server.protobuf.Option) int index com.android.adservices.jarjar.server.protobuf.Option value private void addAllOptions (java.lang.Iterable) Iterable values private void clearOptions () private void removeOptions (int) int index public int getSyntaxValue () public com.android.adservices.jarjar.server.protobuf.Syntax getSyntax () com.android.adservices.jarjar.server.protobuf.Syntax result private void setSyntaxValue (int) int value private void setSyntax (com.android.adservices.jarjar.server.protobuf.Syntax) com.android.adservices.jarjar.server.protobuf.Syntax value private void clearSyntax () public static com.android.adservices.jarjar.server.protobuf.Method parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.Method parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Method parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.Method parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Method parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.Method parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Method parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.Method parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Method parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.Method parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Method parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.Method parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Method$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.Method$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.Method) com.android.adservices.jarjar.server.protobuf.Method prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.Method getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.Method defaultInstance }
com/android/adservices/jarjar/server/protobuf/Method$Builder.class
Method.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.Method$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.MethodOrBuilder { private void <init> () public java.lang.String getName () public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () public com.android.adservices.jarjar.server.protobuf.Method$Builder setName (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.Method$Builder clearName () public com.android.adservices.jarjar.server.protobuf.Method$Builder setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public java.lang.String getRequestTypeUrl () public com.android.adservices.jarjar.server.protobuf.ByteString getRequestTypeUrlBytes () public com.android.adservices.jarjar.server.protobuf.Method$Builder setRequestTypeUrl (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.Method$Builder clearRequestTypeUrl () public com.android.adservices.jarjar.server.protobuf.Method$Builder setRequestTypeUrlBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean getRequestStreaming () public com.android.adservices.jarjar.server.protobuf.Method$Builder setRequestStreaming (boolean) boolean value public com.android.adservices.jarjar.server.protobuf.Method$Builder clearRequestStreaming () public java.lang.String getResponseTypeUrl () public com.android.adservices.jarjar.server.protobuf.ByteString getResponseTypeUrlBytes () public com.android.adservices.jarjar.server.protobuf.Method$Builder setResponseTypeUrl (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.Method$Builder clearResponseTypeUrl () public com.android.adservices.jarjar.server.protobuf.Method$Builder setResponseTypeUrlBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean getResponseStreaming () public com.android.adservices.jarjar.server.protobuf.Method$Builder setResponseStreaming (boolean) boolean value public com.android.adservices.jarjar.server.protobuf.Method$Builder clearResponseStreaming () public java.util.List getOptionsList () public int getOptionsCount () public com.android.adservices.jarjar.server.protobuf.Option getOptions (int) int index public com.android.adservices.jarjar.server.protobuf.Method$Builder setOptions (int, com.android.adservices.jarjar.server.protobuf.Option) int index com.android.adservices.jarjar.server.protobuf.Option value public com.android.adservices.jarjar.server.protobuf.Method$Builder setOptions (int, com.android.adservices.jarjar.server.protobuf.Option$Builder) int index com.android.adservices.jarjar.server.protobuf.Option$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.Method$Builder addOptions (com.android.adservices.jarjar.server.protobuf.Option) com.android.adservices.jarjar.server.protobuf.Option value public com.android.adservices.jarjar.server.protobuf.Method$Builder addOptions (int, com.android.adservices.jarjar.server.protobuf.Option) int index com.android.adservices.jarjar.server.protobuf.Option value public com.android.adservices.jarjar.server.protobuf.Method$Builder addOptions (com.android.adservices.jarjar.server.protobuf.Option$Builder) com.android.adservices.jarjar.server.protobuf.Option$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.Method$Builder addOptions (int, com.android.adservices.jarjar.server.protobuf.Option$Builder) int index com.android.adservices.jarjar.server.protobuf.Option$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.Method$Builder addAllOptions (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.Method$Builder clearOptions () public com.android.adservices.jarjar.server.protobuf.Method$Builder removeOptions (int) int index public int getSyntaxValue () public com.android.adservices.jarjar.server.protobuf.Method$Builder setSyntaxValue (int) int value public com.android.adservices.jarjar.server.protobuf.Syntax getSyntax () public com.android.adservices.jarjar.server.protobuf.Method$Builder setSyntax (com.android.adservices.jarjar.server.protobuf.Syntax) com.android.adservices.jarjar.server.protobuf.Syntax value public com.android.adservices.jarjar.server.protobuf.Method$Builder clearSyntax () }
com/android/adservices/jarjar/server/protobuf/Method$1.class
Method.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.Method$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/MessageSetSchema.class
MessageSetSchema.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.MessageSetSchema extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Schema { private final com.android.adservices.jarjar.server.protobuf.MessageLite defaultInstance private final com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema unknownFieldSchema private final boolean hasExtensions private final com.android.adservices.jarjar.server.protobuf.ExtensionSchema extensionSchema private void <init> (com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema, com.android.adservices.jarjar.server.protobuf.ExtensionSchema, com.android.adservices.jarjar.server.protobuf.MessageLite) com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema unknownFieldSchema com.android.adservices.jarjar.server.protobuf.ExtensionSchema extensionSchema com.android.adservices.jarjar.server.protobuf.MessageLite defaultInstance static com.android.adservices.jarjar.server.protobuf.MessageSetSchema newSchema (com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema, com.android.adservices.jarjar.server.protobuf.ExtensionSchema, com.android.adservices.jarjar.server.protobuf.MessageLite) com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema unknownFieldSchema com.android.adservices.jarjar.server.protobuf.ExtensionSchema extensionSchema com.android.adservices.jarjar.server.protobuf.MessageLite defaultInstance public java.lang.Object newInstance () public boolean equals (java.lang.Object, java.lang.Object) com.android.adservices.jarjar.server.protobuf.FieldSet messageExtensions com.android.adservices.jarjar.server.protobuf.FieldSet otherExtensions Object message Object other Object messageUnknown Object otherUnknown public int hashCode (java.lang.Object) com.android.adservices.jarjar.server.protobuf.FieldSet extensions Object message int hashCode public void mergeFrom (java.lang.Object, java.lang.Object) Object message Object other public void writeTo (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException java.util.Map$Entry extension com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite fd Object message com.android.adservices.jarjar.server.protobuf.Writer writer com.android.adservices.jarjar.server.protobuf.FieldSet extensions java.util.Iterator iterator private void writeUnknownFieldsHelper (com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema unknownFieldSchema Object message com.android.adservices.jarjar.server.protobuf.Writer writer public void mergeFrom (java.lang.Object, byte[], int, int, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException int tag int number int wireType int startTag int typeId com.android.adservices.jarjar.server.protobuf.ByteString rawBytes Object message byte[] data int position int limit com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite unknownFields com.android.adservices.jarjar.server.protobuf.FieldSet extensions com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension extension public void mergeFrom (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Reader, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException Object message com.android.adservices.jarjar.server.protobuf.Reader reader com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry private void mergeFromHelper (com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema, com.android.adservices.jarjar.server.protobuf.ExtensionSchema, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Reader, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException int number com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema unknownFieldSchema com.android.adservices.jarjar.server.protobuf.ExtensionSchema extensionSchema Object message com.android.adservices.jarjar.server.protobuf.Reader reader com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry Object unknownFields com.android.adservices.jarjar.server.protobuf.FieldSet extensions public void makeImmutable (java.lang.Object) Object message private boolean parseMessageSetItemOrUnknownField (com.android.adservices.jarjar.server.protobuf.Reader, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite, com.android.adservices.jarjar.server.protobuf.ExtensionSchema, com.android.adservices.jarjar.server.protobuf.FieldSet, com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema, java.lang.Object) throws java.io.IOException Object extension int number int tag com.android.adservices.jarjar.server.protobuf.Reader reader com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry com.android.adservices.jarjar.server.protobuf.ExtensionSchema extensionSchema com.android.adservices.jarjar.server.protobuf.FieldSet extensions com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema unknownFieldSchema Object unknownFields int startTag int typeId com.android.adservices.jarjar.server.protobuf.ByteString rawBytes Object extension public final boolean isInitialized (java.lang.Object) Object message com.android.adservices.jarjar.server.protobuf.FieldSet extensions public int getSerializedSize (java.lang.Object) Object message int size private int getUnknownFieldsSerializedSize (com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema, java.lang.Object) com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema schema Object message Object unknowns }
com/android/adservices/jarjar/server/protobuf/MessageSchema.class
MessageSchema.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.MessageSchema extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Schema { private static final int INTS_PER_FIELD private static final int OFFSET_BITS private static final int OFFSET_MASK private static final int FIELD_TYPE_MASK private static final int REQUIRED_MASK private static final int ENFORCE_UTF8_MASK private static final int NO_PRESENCE_SENTINEL private static final int[] EMPTY_INT_ARRAY static final int ONEOF_TYPE_OFFSET private static final sun.misc.Unsafe UNSAFE private final int[] buffer private final Object[] objects private final int minFieldNumber private final int maxFieldNumber private final com.android.adservices.jarjar.server.protobuf.MessageLite defaultInstance private final boolean hasExtensions private final boolean lite private final boolean proto3 private final boolean useCachedSizeField private final int[] intArray private final int checkInitializedCount private final int repeatedFieldOffsetStart private final com.android.adservices.jarjar.server.protobuf.NewInstanceSchema newInstanceSchema private final com.android.adservices.jarjar.server.protobuf.ListFieldSchema listFieldSchema private final com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema unknownFieldSchema private final com.android.adservices.jarjar.server.protobuf.ExtensionSchema extensionSchema private final com.android.adservices.jarjar.server.protobuf.MapFieldSchema mapFieldSchema private void <init> (int[], java.lang.Object[], int, int, com.android.adservices.jarjar.server.protobuf.MessageLite, boolean, boolean, int[], int, int, com.android.adservices.jarjar.server.protobuf.NewInstanceSchema, com.android.adservices.jarjar.server.protobuf.ListFieldSchema, com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema, com.android.adservices.jarjar.server.protobuf.ExtensionSchema, com.android.adservices.jarjar.server.protobuf.MapFieldSchema) int[] buffer Object[] objects int minFieldNumber int maxFieldNumber com.android.adservices.jarjar.server.protobuf.MessageLite defaultInstance boolean proto3 boolean useCachedSizeField int[] intArray int checkInitialized int mapFieldPositions com.android.adservices.jarjar.server.protobuf.NewInstanceSchema newInstanceSchema com.android.adservices.jarjar.server.protobuf.ListFieldSchema listFieldSchema com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema unknownFieldSchema com.android.adservices.jarjar.server.protobuf.ExtensionSchema extensionSchema com.android.adservices.jarjar.server.protobuf.MapFieldSchema mapFieldSchema static com.android.adservices.jarjar.server.protobuf.MessageSchema newSchema (java.lang.Class, com.android.adservices.jarjar.server.protobuf.MessageInfo, com.android.adservices.jarjar.server.protobuf.NewInstanceSchema, com.android.adservices.jarjar.server.protobuf.ListFieldSchema, com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema, com.android.adservices.jarjar.server.protobuf.ExtensionSchema, com.android.adservices.jarjar.server.protobuf.MapFieldSchema) Class messageClass com.android.adservices.jarjar.server.protobuf.MessageInfo messageInfo com.android.adservices.jarjar.server.protobuf.NewInstanceSchema newInstanceSchema com.android.adservices.jarjar.server.protobuf.ListFieldSchema listFieldSchema com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema unknownFieldSchema com.android.adservices.jarjar.server.protobuf.ExtensionSchema extensionSchema com.android.adservices.jarjar.server.protobuf.MapFieldSchema mapFieldSchema static com.android.adservices.jarjar.server.protobuf.MessageSchema newSchemaForRawMessageInfo (com.android.adservices.jarjar.server.protobuf.RawMessageInfo, com.android.adservices.jarjar.server.protobuf.NewInstanceSchema, com.android.adservices.jarjar.server.protobuf.ListFieldSchema, com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema, com.android.adservices.jarjar.server.protobuf.ExtensionSchema, com.android.adservices.jarjar.server.protobuf.MapFieldSchema) int result int shift int result int shift int oneofCount int hasBitsCount int minFieldNumber int maxFieldNumber int numEntries int mapFieldCount int repeatedFieldCount int checkInitialized int[] intArray int objectsPosition int result int shift int result int shift int result int shift int result int shift int result int shift int result int shift int result int shift int result int shift int result int shift int result int shift int result int shift java.lang.reflect.Field oneofField java.lang.reflect.Field oneofCaseField int oneofIndex int oneofFieldType java.lang.reflect.Field oneofField int index Object o java.lang.reflect.Field oneofCaseField int fieldOffset int presenceMaskShift int presenceFieldOffset int result int shift java.lang.reflect.Field hasBitsField int hasBitsIndex java.lang.reflect.Field hasBitsField int index Object o int presenceMaskShift int presenceFieldOffset java.lang.reflect.Field field boolean hasHasBit int fieldNumber int fieldTypeWithExtraBits int fieldType int fieldOffset int presenceMaskShift int presenceFieldOffset com.android.adservices.jarjar.server.protobuf.RawMessageInfo messageInfo com.android.adservices.jarjar.server.protobuf.NewInstanceSchema newInstanceSchema com.android.adservices.jarjar.server.protobuf.ListFieldSchema listFieldSchema com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema unknownFieldSchema com.android.adservices.jarjar.server.protobuf.ExtensionSchema extensionSchema com.android.adservices.jarjar.server.protobuf.MapFieldSchema mapFieldSchema boolean isProto3 String info int length int i int next int unusedFlags int fieldCount int oneofCount int hasBitsCount int minFieldNumber int maxFieldNumber int numEntries int mapFieldCount int repeatedFieldCount int checkInitialized int[] intArray int objectsPosition sun.misc.Unsafe unsafe Object[] messageInfoObjects int checkInitializedPosition Class messageClass int[] buffer Object[] objects int mapFieldIndex int repeatedFieldIndex int bufferIndex private static java.lang.reflect.Field reflectField (java.lang.Class, java.lang.String) java.lang.reflect.Field field java.lang.reflect.Field[] fields NoSuchFieldException e Class messageClass String fieldName static com.android.adservices.jarjar.server.protobuf.MessageSchema newSchemaForMessageInfo (com.android.adservices.jarjar.server.protobuf.StructuralMessageInfo, com.android.adservices.jarjar.server.protobuf.NewInstanceSchema, com.android.adservices.jarjar.server.protobuf.ListFieldSchema, com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema, com.android.adservices.jarjar.server.protobuf.ExtensionSchema, com.android.adservices.jarjar.server.protobuf.MapFieldSchema) int minFieldNumber int maxFieldNumber com.android.adservices.jarjar.server.protobuf.FieldInfo fi com.android.adservices.jarjar.server.protobuf.FieldInfo fi int fieldNumber int bufferIndex com.android.adservices.jarjar.server.protobuf.StructuralMessageInfo messageInfo com.android.adservices.jarjar.server.protobuf.NewInstanceSchema newInstanceSchema com.android.adservices.jarjar.server.protobuf.ListFieldSchema listFieldSchema com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema unknownFieldSchema com.android.adservices.jarjar.server.protobuf.ExtensionSchema extensionSchema com.android.adservices.jarjar.server.protobuf.MapFieldSchema mapFieldSchema boolean isProto3 com.android.adservices.jarjar.server.protobuf.FieldInfo[] fis int minFieldNumber int maxFieldNumber int numEntries int[] buffer Object[] objects int mapFieldCount int repeatedFieldCount int[] mapFieldPositions int[] repeatedFieldOffsets int[] checkInitialized int checkInitializedIndex int fieldIndex int[] combined private static void storeFieldData (com.android.adservices.jarjar.server.protobuf.FieldInfo, int[], int, java.lang.Object[]) int fieldOffset int typeId int presenceMaskShift int presenceFieldOffset int presenceFieldOffset java.lang.reflect.Field presenceField int presenceMaskShift int presenceFieldOffset int presenceMaskShift int presenceFieldOffset com.android.adservices.jarjar.server.protobuf.FieldType type com.android.adservices.jarjar.server.protobuf.FieldInfo fi int[] buffer int bufferIndex Object[] objects int fieldOffset int typeId int presenceMaskShift int presenceFieldOffset com.android.adservices.jarjar.server.protobuf.OneofInfo oneof Object messageFieldClass public java.lang.Object newInstance () public boolean equals (java.lang.Object, java.lang.Object) int pos com.android.adservices.jarjar.server.protobuf.FieldSet messageExtensions com.android.adservices.jarjar.server.protobuf.FieldSet otherExtensions Object message Object other int bufferLength Object messageUnknown Object otherUnknown private boolean equals (java.lang.Object, java.lang.Object, int) Object message Object other int pos int typeAndOffset long offset public int hashCode (java.lang.Object) int protoHash Object submessage int protoHash Object submessage Object submessage Object submessage int typeAndOffset int entryNumber long offset int pos Object message int hashCode int bufferLength public void mergeFrom (java.lang.Object, java.lang.Object) int i Object message Object other private void mergeSingleField (java.lang.Object, java.lang.Object, int) Object message Object other int pos int typeAndOffset long offset int number private void mergeMessage (java.lang.Object, java.lang.Object, int) Object copyOfSource Object newInstance Object targetParent Object sourceParent int pos int typeAndOffset long offset Object source com.android.adservices.jarjar.server.protobuf.Schema fieldSchema Object target private void mergeOneofMessage (java.lang.Object, java.lang.Object, int) Object copyOfSource Object newInstance Object targetParent Object sourceParent int pos int number long offset Object source com.android.adservices.jarjar.server.protobuf.Schema fieldSchema Object target public int getSerializedSize (java.lang.Object) Object message private int getSerializedSizeProto2 (java.lang.Object) int presenceFieldOffset Object value Object value com.android.adservices.jarjar.server.protobuf.ByteString value int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize Object value Object value int typeAndOffset int number int fieldType int presenceMaskAndOffset int presenceMask long offset int i Object message int size sun.misc.Unsafe unsafe int currentPresenceFieldOffset int currentPresenceField private int getSerializedSizeProto3 (java.lang.Object) Object value Object value com.android.adservices.jarjar.server.protobuf.ByteString value int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize int fieldSize Object value Object value int typeAndOffset int fieldType int number long offset int cachedSizeOffset int i Object message sun.misc.Unsafe unsafe int size private int getUnknownFieldsSerializedSize (com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema, java.lang.Object) com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema schema Object message Object unknowns private static java.util.List listAt (java.lang.Object, long) Object message long offset public void writeTo (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException Object message com.android.adservices.jarjar.server.protobuf.Writer writer private void writeFieldsInAscendingOrderProto2 (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.FieldSet extensions int presenceFieldOffset Object value Object value int typeAndOffset int number int fieldType int presenceMaskAndOffset int presenceMask long offset int pos Object message com.android.adservices.jarjar.server.protobuf.Writer writer java.util.Iterator extensionIterator java.util.Map$Entry nextExtension int currentPresenceFieldOffset int currentPresenceField int bufferLength sun.misc.Unsafe unsafe private void writeFieldsInAscendingOrderProto3 (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.FieldSet extensions Object value Object value int typeAndOffset int number int pos Object message com.android.adservices.jarjar.server.protobuf.Writer writer java.util.Iterator extensionIterator java.util.Map$Entry nextExtension int bufferLength private void writeFieldsInDescendingOrder (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.FieldSet extensions Object value Object value int typeAndOffset int number int pos Object message com.android.adservices.jarjar.server.protobuf.Writer writer java.util.Iterator extensionIterator java.util.Map$Entry nextExtension private void writeMapHelper (com.android.adservices.jarjar.server.protobuf.Writer, int, java.lang.Object, int) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.Writer writer int number Object mapField int pos private void writeUnknownInMessageTo (com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema schema Object message com.android.adservices.jarjar.server.protobuf.Writer writer public void mergeFrom (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Reader, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException Object message com.android.adservices.jarjar.server.protobuf.Reader reader com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry private void mergeFromHelper (com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema, com.android.adservices.jarjar.server.protobuf.ExtensionSchema, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Reader, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException int i int i Object extension com.android.adservices.jarjar.server.protobuf.MessageLite current int enumValue com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier enumVerifier com.android.adservices.jarjar.server.protobuf.MessageLite current java.util.List enumList java.util.List enumList com.android.adservices.jarjar.server.protobuf.MessageLite current int enumValue com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier enumVerifier com.android.adservices.jarjar.server.protobuf.MessageLite current int i int i int i com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException$InvalidWireTypeException e int number int pos int typeAndOffset int i com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema unknownFieldSchema com.android.adservices.jarjar.server.protobuf.ExtensionSchema extensionSchema Object message com.android.adservices.jarjar.server.protobuf.Reader reader com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry Object unknownFields com.android.adservices.jarjar.server.protobuf.FieldSet extensions static com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite getMutableUnknownFields (java.lang.Object) Object message com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite unknownFields private int decodeMapEntryValue (byte[], int, int, com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, java.lang.Class, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException byte[] data int position int limit com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType fieldType Class messageType com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers private int decodeMapEntry (byte[], int, int, com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata, java.util.Map, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException int tag int fieldNumber int wireType byte[] data int position int limit com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata metadata java.util.Map target com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers int length int end Object key Object value private int parseRepeatedField (java.lang.Object, byte[], int, int, int, int, int, int, long, int, long, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException int size Object message byte[] data int position int limit int tag int number int wireType int bufferPosition long typeAndOffset int fieldType long fieldOffset com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList list private int parseMapField (java.lang.Object, byte[], int, int, int, long, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException Object oldMapField Object message byte[] data int position int limit int bufferPosition long fieldOffset com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers sun.misc.Unsafe unsafe Object mapDefaultEntry Object mapField private int parseOneofField (java.lang.Object, byte[], int, int, int, int, int, int, int, long, int, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException String value int length Object current int enumValue com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier enumVerifier Object current int endTag Object message byte[] data int position int limit int tag int number int wireType int typeAndOffset int fieldType long fieldOffset int bufferPosition com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers sun.misc.Unsafe unsafe long oneofCaseOffset private com.android.adservices.jarjar.server.protobuf.Schema getMessageFieldSchema (int) int pos int index com.android.adservices.jarjar.server.protobuf.Schema schema private java.lang.Object getMapFieldDefaultEntry (int) int pos private com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier getEnumFieldVerifier (int) int pos int parseProto2Message (java.lang.Object, byte[], int, int, int, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException Object current int enumValue com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier enumVerifier Object current int endTag int presenceMaskAndOffset int presenceMask int presenceFieldOffset int size com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList list int oldPosition int oldPosition int oldPosition int typeAndOffset int fieldType long fieldOffset int number int wireType int i Object message byte[] data int position int limit int endGroup com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers sun.misc.Unsafe unsafe int currentPresenceFieldOffset int currentPresenceField int tag int oldNumber int pos com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite unknownFields private java.lang.Object mutableMessageFieldForMerge (java.lang.Object, int) Object message int pos com.android.adservices.jarjar.server.protobuf.Schema fieldSchema long offset Object current Object newMessage private void storeMessageField (java.lang.Object, int, java.lang.Object) Object message int pos Object field private java.lang.Object mutableOneofMessageFieldForMerge (java.lang.Object, int, int) Object message int fieldNumber int pos com.android.adservices.jarjar.server.protobuf.Schema fieldSchema Object current Object newMessage private void storeOneofMessageField (java.lang.Object, int, int, java.lang.Object) Object message int fieldNumber int pos Object field private int parseProto3Message (java.lang.Object, byte[], int, int, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException Object current int presenceMaskAndOffset int presenceMask int presenceFieldOffset int size com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList list int oldPosition int oldPosition int oldPosition int typeAndOffset int fieldType long fieldOffset int number int wireType Object message byte[] data int position int limit com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers sun.misc.Unsafe unsafe int currentPresenceFieldOffset int currentPresenceField int tag int oldNumber int pos public void mergeFrom (java.lang.Object, byte[], int, int, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException Object message byte[] data int position int limit com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers public void makeImmutable (java.lang.Object) com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite generatedMessage Object mapField int typeAndOffset long offset int pos Object message int bufferLength private final void mergeMap (java.lang.Object, int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite, com.android.adservices.jarjar.server.protobuf.Reader) throws java.io.IOException Object oldMapField Object message int pos Object mapDefaultEntry com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry com.android.adservices.jarjar.server.protobuf.Reader reader long offset Object mapField private java.lang.Object filterMapUnknownEnumValues (java.lang.Object, int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema, java.lang.Object) Object message int pos Object unknownFields com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema unknownFieldSchema Object containerMessage int fieldNumber long offset Object mapField com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier enumVerifier java.util.Map mapData private java.lang.Object filterUnknownEnumMap (int, int, java.util.Map, com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier, java.lang.Object, com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema, java.lang.Object) java.io.IOException e int entrySize com.android.adservices.jarjar.server.protobuf.ByteString$CodedBuilder codedBuilder com.android.adservices.jarjar.server.protobuf.CodedOutputStream codedOutput java.util.Map$Entry entry java.util.Iterator it int pos int number java.util.Map mapData com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier enumVerifier Object unknownFields com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema unknownFieldSchema Object containerMessage com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata metadata public final boolean isInitialized (java.lang.Object) int pos int number int typeAndOffset int presenceMaskAndOffset int presenceFieldOffset int presenceMask int i Object message int currentPresenceFieldOffset int currentPresenceField private static boolean isInitialized (java.lang.Object, int, com.android.adservices.jarjar.server.protobuf.Schema) Object message int typeAndOffset com.android.adservices.jarjar.server.protobuf.Schema schema Object nested private boolean isListInitialized (java.lang.Object, int, int) Object nested int i Object message int typeAndOffset int pos java.util.List list com.android.adservices.jarjar.server.protobuf.Schema schema private boolean isMapInitialized (java.lang.Object, int, int) Object nested Object message int typeAndOffset int pos java.util.Map map Object mapDefaultEntry com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata metadata com.android.adservices.jarjar.server.protobuf.Schema schema private void writeString (int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Writer) throws java.io.IOException int fieldNumber Object value com.android.adservices.jarjar.server.protobuf.Writer writer private void readString (java.lang.Object, int, com.android.adservices.jarjar.server.protobuf.Reader) throws java.io.IOException Object message int typeAndOffset com.android.adservices.jarjar.server.protobuf.Reader reader private void readStringList (java.lang.Object, int, com.android.adservices.jarjar.server.protobuf.Reader) throws java.io.IOException Object message int typeAndOffset com.android.adservices.jarjar.server.protobuf.Reader reader private void readMessageList (java.lang.Object, int, com.android.adservices.jarjar.server.protobuf.Reader, com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException Object message int typeAndOffset com.android.adservices.jarjar.server.protobuf.Reader reader com.android.adservices.jarjar.server.protobuf.Schema schema com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry long offset private void readGroupList (java.lang.Object, long, com.android.adservices.jarjar.server.protobuf.Reader, com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException Object message long offset com.android.adservices.jarjar.server.protobuf.Reader reader com.android.adservices.jarjar.server.protobuf.Schema schema com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry private int numberAt (int) int pos private int typeAndOffsetAt (int) int pos private int presenceMaskAndOffsetAt (int) int pos private static int type (int) int value private static boolean isRequired (int) int value private static boolean isEnforceUtf8 (int) int value private static long offset (int) int value private static boolean isMutable (java.lang.Object) Object message private static void checkMutable (java.lang.Object) Object message private static double doubleAt (java.lang.Object, long) Object message long offset private static float floatAt (java.lang.Object, long) Object message long offset private static int intAt (java.lang.Object, long) Object message long offset private static long longAt (java.lang.Object, long) Object message long offset private static boolean booleanAt (java.lang.Object, long) Object message long offset private static double oneofDoubleAt (java.lang.Object, long) Object message long offset private static float oneofFloatAt (java.lang.Object, long) Object message long offset private static int oneofIntAt (java.lang.Object, long) Object message long offset private static long oneofLongAt (java.lang.Object, long) Object message long offset private static boolean oneofBooleanAt (java.lang.Object, long) Object message long offset private boolean arePresentForEquals (java.lang.Object, java.lang.Object, int) Object message Object other int pos private boolean isFieldPresent (java.lang.Object, int, int, int, int) Object message int pos int presenceFieldOffset int presenceField int presenceMask private boolean isFieldPresent (java.lang.Object, int) Object value int typeAndOffset long offset int presenceMask Object message int pos int presenceMaskAndOffset long presenceFieldOffset private void setFieldPresent (java.lang.Object, int) Object message int pos int presenceMaskAndOffset long presenceFieldOffset int presenceMask private boolean isOneofPresent (java.lang.Object, int, int) Object message int fieldNumber int pos int presenceMaskAndOffset private boolean isOneofCaseEqual (java.lang.Object, java.lang.Object, int) Object message Object other int pos int presenceMaskAndOffset private void setOneofPresent (java.lang.Object, int, int) Object message int fieldNumber int pos int presenceMaskAndOffset private int positionForFieldNumber (int) int number private int positionForFieldNumber (int, int) int number int min private int slowPositionForFieldNumber (int, int) int mid int pos int midFieldNumber int number int min int max int getSchemaSize () static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/MessageSchema$1.class
MessageSchema.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.MessageSchema$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/MessageLiteToString.class
MessageLiteToString.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.MessageLiteToString extends java.lang.Object { private static final String LIST_SUFFIX private static final String BUILDER_LIST_SUFFIX private static final String MAP_SUFFIX private static final String BYTES_SUFFIX private static final char[] INDENT_BUFFER private void <init> () static java.lang.String toString (com.android.adservices.jarjar.server.protobuf.MessageLite, java.lang.String) com.android.adservices.jarjar.server.protobuf.MessageLite messageLite String commentString StringBuilder buffer private static void reflectivePrintWithIndent (com.android.adservices.jarjar.server.protobuf.MessageLite, java.lang.StringBuilder, int) java.lang.reflect.Method method java.lang.reflect.Method listMethod java.lang.reflect.Method mapMethod Object value boolean hasValue String suffix java.lang.reflect.Method getMethod java.lang.reflect.Method hasMethod java.util.Map$Entry getter java.util.Map$Entry entry java.util.Iterator iter com.android.adservices.jarjar.server.protobuf.MessageLite messageLite StringBuilder buffer int indent java.util.Set setters java.util.Map hazzers java.util.Map getters private static boolean isDefaultValue (java.lang.Object) Object o static void printField (java.lang.StringBuilder, int, java.lang.String, java.lang.Object) Object entry java.util.List list java.util.Map$Entry entry java.util.Map map java.util.Map$Entry entry StringBuilder buffer int indent String name Object object private static void indent (int, java.lang.StringBuilder) int partialIndent int indent StringBuilder buffer private static java.lang.String pascalCaseToSnakeCase (java.lang.String) char ch int i String pascalCase StringBuilder builder static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/MessageLiteOrBuilder.class
MessageLiteOrBuilder.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder extends java.lang.Object { public abstract com.android.adservices.jarjar.server.protobuf.MessageLite getDefaultInstanceForType () public abstract boolean isInitialized () }
com/android/adservices/jarjar/server/protobuf/MessageLite.class
MessageLite.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.MessageLite extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract void writeTo (com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException public abstract int getSerializedSize () public abstract com.android.adservices.jarjar.server.protobuf.Parser getParserForType () public abstract com.android.adservices.jarjar.server.protobuf.ByteString toByteString () public abstract byte[] toByteArray () public abstract void writeTo (java.io.OutputStream) throws java.io.IOException public abstract void writeDelimitedTo (java.io.OutputStream) throws java.io.IOException public abstract com.android.adservices.jarjar.server.protobuf.MessageLite$Builder newBuilderForType () public abstract com.android.adservices.jarjar.server.protobuf.MessageLite$Builder toBuilder () }
com/android/adservices/jarjar/server/protobuf/MessageLite$Builder.class
MessageLite.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.MessageLite$Builder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder java.lang.Cloneable { public abstract com.android.adservices.jarjar.server.protobuf.MessageLite$Builder clear () public abstract com.android.adservices.jarjar.server.protobuf.MessageLite build () public abstract com.android.adservices.jarjar.server.protobuf.MessageLite buildPartial () public abstract com.android.adservices.jarjar.server.protobuf.MessageLite$Builder clone () public abstract com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException public abstract com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public abstract com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public abstract com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public abstract com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (byte[], int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public abstract com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public abstract com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (byte[], int, int, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public abstract com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public abstract com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (com.android.adservices.jarjar.server.protobuf.MessageLite) public abstract boolean mergeDelimitedFrom (java.io.InputStream) throws java.io.IOException public abstract boolean mergeDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException }
com/android/adservices/jarjar/server/protobuf/MessageInfoFactory.class
MessageInfoFactory.java package com.android.adservices.jarjar.server.protobuf abstract com.android.adservices.jarjar.server.protobuf.MessageInfoFactory extends java.lang.Object { public abstract boolean isSupported (java.lang.Class) public abstract com.android.adservices.jarjar.server.protobuf.MessageInfo messageInfoFor (java.lang.Class) }
com/android/adservices/jarjar/server/protobuf/MessageInfo.class
MessageInfo.java package com.android.adservices.jarjar.server.protobuf abstract com.android.adservices.jarjar.server.protobuf.MessageInfo extends java.lang.Object { public abstract com.android.adservices.jarjar.server.protobuf.ProtoSyntax getSyntax () public abstract boolean isMessageSetWireFormat () public abstract com.android.adservices.jarjar.server.protobuf.MessageLite getDefaultInstance () }
com/android/adservices/jarjar/server/protobuf/MapFieldSchemas.class
MapFieldSchemas.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.MapFieldSchemas extends java.lang.Object { private static final com.android.adservices.jarjar.server.protobuf.MapFieldSchema FULL_SCHEMA private static final com.android.adservices.jarjar.server.protobuf.MapFieldSchema LITE_SCHEMA void <init> () static com.android.adservices.jarjar.server.protobuf.MapFieldSchema full () static com.android.adservices.jarjar.server.protobuf.MapFieldSchema lite () private static com.android.adservices.jarjar.server.protobuf.MapFieldSchema loadSchemaForFullRuntime () Class clazz Exception e static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/MapFieldSchemaLite.class
MapFieldSchemaLite.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.MapFieldSchemaLite extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MapFieldSchema { void <init> () public java.util.Map forMutableMapData (java.lang.Object) Object mapField public com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata forMapMetadata (java.lang.Object) Object mapDefaultEntry public java.util.Map forMapData (java.lang.Object) Object mapField public boolean isImmutable (java.lang.Object) Object mapField public java.lang.Object toImmutable (java.lang.Object) Object mapField public java.lang.Object newMapField (java.lang.Object) Object unused public java.lang.Object mergeFrom (java.lang.Object, java.lang.Object) Object destMapField Object srcMapField private static com.android.adservices.jarjar.server.protobuf.MapFieldLite mergeFromLite (java.lang.Object, java.lang.Object) Object destMapField Object srcMapField com.android.adservices.jarjar.server.protobuf.MapFieldLite mine com.android.adservices.jarjar.server.protobuf.MapFieldLite other public int getSerializedSize (int, java.lang.Object, java.lang.Object) int fieldNumber Object mapField Object mapDefaultEntry private static int getSerializedSizeLite (int, java.lang.Object, java.lang.Object) java.util.Map$Entry entry int fieldNumber Object mapField Object defaultEntry com.android.adservices.jarjar.server.protobuf.MapFieldLite mapFieldLite com.android.adservices.jarjar.server.protobuf.MapEntryLite defaultEntryLite int size }
com/android/adservices/jarjar/server/protobuf/MapFieldSchema.class
MapFieldSchema.java package com.android.adservices.jarjar.server.protobuf abstract com.android.adservices.jarjar.server.protobuf.MapFieldSchema extends java.lang.Object { public abstract java.util.Map forMutableMapData (java.lang.Object) public abstract java.util.Map forMapData (java.lang.Object) public abstract boolean isImmutable (java.lang.Object) public abstract java.lang.Object toImmutable (java.lang.Object) public abstract java.lang.Object newMapField (java.lang.Object) public abstract com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata forMapMetadata (java.lang.Object) public abstract java.lang.Object mergeFrom (java.lang.Object, java.lang.Object) public abstract int getSerializedSize (int, java.lang.Object, java.lang.Object) }
com/android/adservices/jarjar/server/protobuf/MapFieldLite.class
MapFieldLite.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.MapFieldLite extends java.util.LinkedHashMap { private boolean isMutable private static final com.android.adservices.jarjar.server.protobuf.MapFieldLite EMPTY_MAP_FIELD private void <init> () private void <init> (java.util.Map) java.util.Map mapData public static com.android.adservices.jarjar.server.protobuf.MapFieldLite emptyMapField () public void mergeFrom (com.android.adservices.jarjar.server.protobuf.MapFieldLite) com.android.adservices.jarjar.server.protobuf.MapFieldLite other public java.util.Set entrySet () public void clear () public java.lang.Object put (java.lang.Object, java.lang.Object) Object key Object value public java.lang.Object put (java.util.Map$Entry) java.util.Map$Entry entry public void putAll (java.util.Map) java.util.Map m public java.lang.Object remove (java.lang.Object) Object key private static void checkForNullKeysAndValues (java.util.Map) Object key java.util.Map m private static boolean equals (java.lang.Object, java.lang.Object) Object a Object b static boolean equals (java.util.Map, java.util.Map) java.util.Map$Entry entry java.util.Map a java.util.Map b public boolean equals (java.lang.Object) Object object private static int calculateHashCodeForObject (java.lang.Object) Object a static int calculateHashCodeForMap (java.util.Map) java.util.Map$Entry entry java.util.Map a int result public int hashCode () private static java.lang.Object copy (java.lang.Object) byte[] data Object object static java.util.Map copy (java.util.Map) java.util.Map$Entry entry java.util.Map map java.util.Map result public com.android.adservices.jarjar.server.protobuf.MapFieldLite mutableCopy () public void makeImmutable () public boolean isMutable () private void ensureMutable () static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/MapEntryLite.class
MapEntryLite.java package com.android.adservices.jarjar.server.protobuf public com.android.adservices.jarjar.server.protobuf.MapEntryLite extends java.lang.Object { private static final int KEY_FIELD_NUMBER private static final int VALUE_FIELD_NUMBER private final com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata metadata private final Object key private final Object value private void <init> (com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, java.lang.Object, com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, java.lang.Object) com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType keyType Object defaultKey com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType valueType Object defaultValue private void <init> (com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata, java.lang.Object, java.lang.Object) com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata metadata Object key Object value public java.lang.Object getKey () public java.lang.Object getValue () public static com.android.adservices.jarjar.server.protobuf.MapEntryLite newDefaultInstance (com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, java.lang.Object, com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, java.lang.Object) com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType keyType Object defaultKey com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType valueType Object defaultValue static void writeTo (com.android.adservices.jarjar.server.protobuf.CodedOutputStream, com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata, java.lang.Object, java.lang.Object) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedOutputStream output com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata metadata Object key Object value static int computeSerializedSize (com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata, java.lang.Object, java.lang.Object) com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata metadata Object key Object value static java.lang.Object parseField (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite, com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, java.lang.Object) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.MessageLite$Builder subBuilder com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType type Object value public void serializeTo (com.android.adservices.jarjar.server.protobuf.CodedOutputStream, int, java.lang.Object, java.lang.Object) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedOutputStream output int fieldNumber Object key Object value public int computeMessageSize (int, java.lang.Object, java.lang.Object) int fieldNumber Object key Object value public java.util.Map$Entry parseEntry (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.ByteString bytes com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry static java.util.Map$Entry parseEntry (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata metadata com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry Object key Object value public void parseInto (com.android.adservices.jarjar.server.protobuf.MapFieldLite, com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag com.android.adservices.jarjar.server.protobuf.MapFieldLite map com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry int length int oldLimit Object key Object value com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata getMetadata () }
com/android/adservices/jarjar/server/protobuf/MapEntryLite$Metadata.class
MapEntryLite.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata extends java.lang.Object { public final com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType keyType public final Object defaultKey public final com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType valueType public final Object defaultValue public void <init> (com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, java.lang.Object, com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, java.lang.Object) com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType keyType Object defaultKey com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType valueType Object defaultValue }
com/android/adservices/jarjar/server/protobuf/MapEntryLite$1.class
MapEntryLite.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.MapEntryLite$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/ManifestSchemaFactory.class
ManifestSchemaFactory.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.ManifestSchemaFactory extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.SchemaFactory { private final com.android.adservices.jarjar.server.protobuf.MessageInfoFactory messageInfoFactory private static final com.android.adservices.jarjar.server.protobuf.MessageInfoFactory EMPTY_FACTORY public void <init> () private void <init> (com.android.adservices.jarjar.server.protobuf.MessageInfoFactory) com.android.adservices.jarjar.server.protobuf.MessageInfoFactory messageInfoFactory public com.android.adservices.jarjar.server.protobuf.Schema createSchema (java.lang.Class) Class messageType com.android.adservices.jarjar.server.protobuf.MessageInfo messageInfo private static com.android.adservices.jarjar.server.protobuf.Schema newSchema (java.lang.Class, com.android.adservices.jarjar.server.protobuf.MessageInfo) Class messageType com.android.adservices.jarjar.server.protobuf.MessageInfo messageInfo private static boolean isProto2 (com.android.adservices.jarjar.server.protobuf.MessageInfo) com.android.adservices.jarjar.server.protobuf.MessageInfo messageInfo private static com.android.adservices.jarjar.server.protobuf.MessageInfoFactory getDefaultMessageInfoFactory () private static com.android.adservices.jarjar.server.protobuf.MessageInfoFactory getDescriptorMessageInfoFactory () Class clazz Exception e static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/ManifestSchemaFactory$CompositeMessageInfoFactory.class
ManifestSchemaFactory.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.ManifestSchemaFactory$CompositeMessageInfoFactory extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageInfoFactory { private com.android.adservices.jarjar.server.protobuf.MessageInfoFactory[] factories transient void <init> (com.android.adservices.jarjar.server.protobuf.MessageInfoFactory[]) com.android.adservices.jarjar.server.protobuf.MessageInfoFactory[] factories public boolean isSupported (java.lang.Class) com.android.adservices.jarjar.server.protobuf.MessageInfoFactory factory Class clazz public com.android.adservices.jarjar.server.protobuf.MessageInfo messageInfoFor (java.lang.Class) com.android.adservices.jarjar.server.protobuf.MessageInfoFactory factory Class clazz }
com/android/adservices/jarjar/server/protobuf/ManifestSchemaFactory$1.class
ManifestSchemaFactory.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.ManifestSchemaFactory$1 extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageInfoFactory { void <init> () public boolean isSupported (java.lang.Class) Class clazz public com.android.adservices.jarjar.server.protobuf.MessageInfo messageInfoFor (java.lang.Class) Class clazz }
com/android/adservices/jarjar/server/protobuf/LongArrayList.class
LongArrayList.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.LongArrayList extends com.android.adservices.jarjar.server.protobuf.AbstractProtobufList implements com.android.adservices.jarjar.server.protobuf.Internal$LongList java.util.RandomAccess com.android.adservices.jarjar.server.protobuf.PrimitiveNonBoxingCollection { private static final com.android.adservices.jarjar.server.protobuf.LongArrayList EMPTY_LIST private long[] array private int size public static com.android.adservices.jarjar.server.protobuf.LongArrayList emptyList () void <init> () private void <init> (long[], int) long[] other int size protected void removeRange (int, int) int fromIndex int toIndex public boolean equals (java.lang.Object) int i Object o com.android.adservices.jarjar.server.protobuf.LongArrayList other long[] arr public int hashCode () int i int result public com.android.adservices.jarjar.server.protobuf.Internal$LongList mutableCopyWithCapacity (int) int capacity public java.lang.Long get (int) int index public long getLong (int) int index public int indexOf (java.lang.Object) int i Object element long unboxedElement int numElems public boolean contains (java.lang.Object) Object element public int size () public java.lang.Long set (int, java.lang.Long) int index Long element public long setLong (int, long) int index long element long previousValue public boolean add (java.lang.Long) Long element public void add (int, java.lang.Long) int index Long element public void addLong (long) int length long[] newArray long element private void addLong (int, long) int length long[] newArray int index long element public boolean addAll (java.util.Collection) java.util.Collection collection com.android.adservices.jarjar.server.protobuf.LongArrayList list int overflow int newSize public java.lang.Long remove (int) int index long value private void ensureIndexInRange (int) int index private java.lang.String makeOutOfBoundsExceptionMessage (int) int index public volatile synthetic java.lang.Object set (int, java.lang.Object) public volatile synthetic java.lang.Object remove (int) public volatile synthetic void add (int, java.lang.Object) public volatile synthetic boolean add (java.lang.Object) public volatile synthetic com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) public volatile synthetic java.lang.Object get (int) static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/ListValueOrBuilder.class
ListValueOrBuilder.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.ListValueOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract java.util.List getValuesList () public abstract com.android.adservices.jarjar.server.protobuf.Value getValues (int) public abstract int getValuesCount () }
com/android/adservices/jarjar/server/protobuf/ListValue.class
ListValue.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.ListValue extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.ListValueOrBuilder { public static final int VALUES_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList values_ private static final com.android.adservices.jarjar.server.protobuf.ListValue DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public java.util.List getValuesList () public java.util.List getValuesOrBuilderList () public int getValuesCount () public com.android.adservices.jarjar.server.protobuf.Value getValues (int) int index public com.android.adservices.jarjar.server.protobuf.ValueOrBuilder getValuesOrBuilder (int) int index private void ensureValuesIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setValues (int, com.android.adservices.jarjar.server.protobuf.Value) int index com.android.adservices.jarjar.server.protobuf.Value value private void addValues (com.android.adservices.jarjar.server.protobuf.Value) com.android.adservices.jarjar.server.protobuf.Value value private void addValues (int, com.android.adservices.jarjar.server.protobuf.Value) int index com.android.adservices.jarjar.server.protobuf.Value value private void addAllValues (java.lang.Iterable) Iterable values private void clearValues () private void removeValues (int) int index public static com.android.adservices.jarjar.server.protobuf.ListValue parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.ListValue parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.ListValue parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.ListValue parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.ListValue parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.ListValue parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.ListValue parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.ListValue parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.ListValue parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.ListValue parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.ListValue parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.ListValue parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.ListValue$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.ListValue$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.ListValue) com.android.adservices.jarjar.server.protobuf.ListValue prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.ListValue getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.ListValue defaultInstance }
com/android/adservices/jarjar/server/protobuf/ListValue$Builder.class
ListValue.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.ListValue$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.ListValueOrBuilder { private void <init> () public java.util.List getValuesList () public int getValuesCount () public com.android.adservices.jarjar.server.protobuf.Value getValues (int) int index public com.android.adservices.jarjar.server.protobuf.ListValue$Builder setValues (int, com.android.adservices.jarjar.server.protobuf.Value) int index com.android.adservices.jarjar.server.protobuf.Value value public com.android.adservices.jarjar.server.protobuf.ListValue$Builder setValues (int, com.android.adservices.jarjar.server.protobuf.Value$Builder) int index com.android.adservices.jarjar.server.protobuf.Value$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.ListValue$Builder addValues (com.android.adservices.jarjar.server.protobuf.Value) com.android.adservices.jarjar.server.protobuf.Value value public com.android.adservices.jarjar.server.protobuf.ListValue$Builder addValues (int, com.android.adservices.jarjar.server.protobuf.Value) int index com.android.adservices.jarjar.server.protobuf.Value value public com.android.adservices.jarjar.server.protobuf.ListValue$Builder addValues (com.android.adservices.jarjar.server.protobuf.Value$Builder) com.android.adservices.jarjar.server.protobuf.Value$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.ListValue$Builder addValues (int, com.android.adservices.jarjar.server.protobuf.Value$Builder) int index com.android.adservices.jarjar.server.protobuf.Value$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.ListValue$Builder addAllValues (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.ListValue$Builder clearValues () public com.android.adservices.jarjar.server.protobuf.ListValue$Builder removeValues (int) int index }
com/android/adservices/jarjar/server/protobuf/ListValue$1.class
ListValue.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.ListValue$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/ListFieldSchema.class
ListFieldSchema.java package com.android.adservices.jarjar.server.protobuf abstract com.android.adservices.jarjar.server.protobuf.ListFieldSchema extends java.lang.Object { private static final com.android.adservices.jarjar.server.protobuf.ListFieldSchema FULL_INSTANCE private static final com.android.adservices.jarjar.server.protobuf.ListFieldSchema LITE_INSTANCE private void <init> () abstract java.util.List mutableListAt (java.lang.Object, long) abstract void makeImmutableListAt (java.lang.Object, long) abstract void mergeListsAt (java.lang.Object, java.lang.Object, long) static com.android.adservices.jarjar.server.protobuf.ListFieldSchema full () static com.android.adservices.jarjar.server.protobuf.ListFieldSchema lite () synthetic void <init> (com.android.adservices.jarjar.server.protobuf.ListFieldSchema$1) com.android.adservices.jarjar.server.protobuf.ListFieldSchema$1 x0 static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/ListFieldSchema$ListFieldSchemaLite.class
ListFieldSchema.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.ListFieldSchema$ListFieldSchemaLite extends com.android.adservices.jarjar.server.protobuf.ListFieldSchema { private void <init> () java.util.List mutableListAt (java.lang.Object, long) int size Object message long offset com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList list void makeImmutableListAt (java.lang.Object, long) Object message long offset com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList list void mergeListsAt (java.lang.Object, java.lang.Object, long) Object msg Object otherMsg long offset com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList mine com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList other int size int otherSize com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList merged static com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList getProtobufList (java.lang.Object, long) Object message long offset synthetic void <init> (com.android.adservices.jarjar.server.protobuf.ListFieldSchema$1) com.android.adservices.jarjar.server.protobuf.ListFieldSchema$1 x0 }
com/android/adservices/jarjar/server/protobuf/ListFieldSchema$ListFieldSchemaFull.class
ListFieldSchema.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.ListFieldSchema$ListFieldSchemaFull extends com.android.adservices.jarjar.server.protobuf.ListFieldSchema { private static final Class UNMODIFIABLE_LIST_CLASS private void <init> () java.util.List mutableListAt (java.lang.Object, long) Object message long offset void makeImmutableListAt (java.lang.Object, long) Object message long offset java.util.List list Object immutable private static java.util.List mutableListAt (java.lang.Object, long, int) java.util.ArrayList newList com.android.adservices.jarjar.server.protobuf.LazyStringArrayList newList Object message long offset int additionalCapacity java.util.List list void mergeListsAt (java.lang.Object, java.lang.Object, long) Object msg Object otherMsg long offset java.util.List other java.util.List mine int size int otherSize java.util.List merged static java.util.List getList (java.lang.Object, long) Object message long offset synthetic void <init> (com.android.adservices.jarjar.server.protobuf.ListFieldSchema$1) com.android.adservices.jarjar.server.protobuf.ListFieldSchema$1 x0 static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/ListFieldSchema$1.class
ListFieldSchema.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.ListFieldSchema$1 extends java.lang.Object { }
com/android/adservices/jarjar/server/protobuf/LazyStringList.class
LazyStringList.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.LazyStringList extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.ProtocolStringList { public abstract com.android.adservices.jarjar.server.protobuf.ByteString getByteString (int) public abstract java.lang.Object getRaw (int) public abstract byte[] getByteArray (int) public abstract void add (com.android.adservices.jarjar.server.protobuf.ByteString) public abstract void add (byte[]) public abstract void set (int, com.android.adservices.jarjar.server.protobuf.ByteString) public abstract void set (int, byte[]) public abstract boolean addAllByteString (java.util.Collection) public abstract boolean addAllByteArray (java.util.Collection) public abstract java.util.List getUnderlyingElements () public abstract void mergeFrom (com.android.adservices.jarjar.server.protobuf.LazyStringList) public abstract java.util.List asByteArrayList () public abstract com.android.adservices.jarjar.server.protobuf.LazyStringList getUnmodifiableView () }
com/android/adservices/jarjar/server/protobuf/LazyStringArrayList.class
LazyStringArrayList.java package com.android.adservices.jarjar.server.protobuf public com.android.adservices.jarjar.server.protobuf.LazyStringArrayList extends com.android.adservices.jarjar.server.protobuf.AbstractProtobufList implements com.android.adservices.jarjar.server.protobuf.LazyStringList java.util.RandomAccess { private static final com.android.adservices.jarjar.server.protobuf.LazyStringArrayList EMPTY_LIST public static final com.android.adservices.jarjar.server.protobuf.LazyStringList EMPTY private final java.util.List list static com.android.adservices.jarjar.server.protobuf.LazyStringArrayList emptyList () public void <init> () public void <init> (int) int initialCapacity public void <init> (com.android.adservices.jarjar.server.protobuf.LazyStringList) com.android.adservices.jarjar.server.protobuf.LazyStringList from public void <init> (java.util.List) java.util.List from private void <init> (java.util.ArrayList) java.util.ArrayList list public com.android.adservices.jarjar.server.protobuf.LazyStringArrayList mutableCopyWithCapacity (int) int capacity java.util.ArrayList newList public java.lang.String get (int) com.android.adservices.jarjar.server.protobuf.ByteString bs String s byte[] ba String s int index Object o public int size () public java.lang.String set (int, java.lang.String) int index String s Object o public void add (int, java.lang.String) int index String element private void add (int, com.android.adservices.jarjar.server.protobuf.ByteString) int index com.android.adservices.jarjar.server.protobuf.ByteString element private void add (int, byte[]) int index byte[] element public boolean addAll (java.util.Collection) java.util.Collection c public boolean addAll (int, java.util.Collection) int index java.util.Collection c java.util.Collection collection boolean ret public boolean addAllByteString (java.util.Collection) java.util.Collection values boolean ret public boolean addAllByteArray (java.util.Collection) java.util.Collection c boolean ret public java.lang.String remove (int) int index Object o public void clear () public void add (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString element public void add (byte[]) byte[] element public java.lang.Object getRaw (int) int index public com.android.adservices.jarjar.server.protobuf.ByteString getByteString (int) int index Object o com.android.adservices.jarjar.server.protobuf.ByteString b public byte[] getByteArray (int) int index Object o byte[] b public void set (int, com.android.adservices.jarjar.server.protobuf.ByteString) int index com.android.adservices.jarjar.server.protobuf.ByteString s private java.lang.Object setAndReturn (int, com.android.adservices.jarjar.server.protobuf.ByteString) int index com.android.adservices.jarjar.server.protobuf.ByteString s public void set (int, byte[]) int index byte[] s private java.lang.Object setAndReturn (int, byte[]) int index byte[] s private static java.lang.String asString (java.lang.Object) Object o private static com.android.adservices.jarjar.server.protobuf.ByteString asByteString (java.lang.Object) Object o private static byte[] asByteArray (java.lang.Object) Object o public java.util.List getUnderlyingElements () public void mergeFrom (com.android.adservices.jarjar.server.protobuf.LazyStringList) byte[] b Object o com.android.adservices.jarjar.server.protobuf.LazyStringList other public java.util.List asByteArrayList () public java.util.List asByteStringList () public com.android.adservices.jarjar.server.protobuf.LazyStringList getUnmodifiableView () public volatile synthetic java.lang.Object set (int, java.lang.Object) public volatile synthetic boolean retainAll (java.util.Collection) public volatile synthetic boolean removeAll (java.util.Collection) public volatile synthetic boolean remove (java.lang.Object) public volatile synthetic java.lang.Object remove (int) public volatile synthetic boolean isModifiable () public volatile synthetic void add (int, java.lang.Object) public volatile synthetic boolean add (java.lang.Object) public volatile synthetic int hashCode () public volatile synthetic boolean equals (java.lang.Object) public volatile synthetic com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) public volatile synthetic java.lang.Object get (int) static synthetic java.lang.Object access$000 (com.android.adservices.jarjar.server.protobuf.LazyStringArrayList, int, byte[]) com.android.adservices.jarjar.server.protobuf.LazyStringArrayList x0 int x1 byte[] x2 static synthetic byte[] access$100 (java.lang.Object) Object x0 static synthetic void access$200 (com.android.adservices.jarjar.server.protobuf.LazyStringArrayList, int, byte[]) com.android.adservices.jarjar.server.protobuf.LazyStringArrayList x0 int x1 byte[] x2 static synthetic java.lang.Object access$300 (com.android.adservices.jarjar.server.protobuf.LazyStringArrayList, int, com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.LazyStringArrayList x0 int x1 com.android.adservices.jarjar.server.protobuf.ByteString x2 static synthetic com.android.adservices.jarjar.server.protobuf.ByteString access$400 (java.lang.Object) Object x0 static synthetic void access$500 (com.android.adservices.jarjar.server.protobuf.LazyStringArrayList, int, com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.LazyStringArrayList x0 int x1 com.android.adservices.jarjar.server.protobuf.ByteString x2 static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/LazyStringArrayList$ByteStringListView.class
LazyStringArrayList.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.LazyStringArrayList$ByteStringListView extends java.util.AbstractList implements java.util.RandomAccess { private final com.android.adservices.jarjar.server.protobuf.LazyStringArrayList list void <init> (com.android.adservices.jarjar.server.protobuf.LazyStringArrayList) com.android.adservices.jarjar.server.protobuf.LazyStringArrayList list public com.android.adservices.jarjar.server.protobuf.ByteString get (int) int index public int size () public com.android.adservices.jarjar.server.protobuf.ByteString set (int, com.android.adservices.jarjar.server.protobuf.ByteString) int index com.android.adservices.jarjar.server.protobuf.ByteString s Object o public void add (int, com.android.adservices.jarjar.server.protobuf.ByteString) int index com.android.adservices.jarjar.server.protobuf.ByteString s public com.android.adservices.jarjar.server.protobuf.ByteString remove (int) int index Object o public volatile synthetic java.lang.Object set (int, java.lang.Object) public volatile synthetic java.lang.Object remove (int) public volatile synthetic void add (int, java.lang.Object) public volatile synthetic java.lang.Object get (int) }
com/android/adservices/jarjar/server/protobuf/LazyStringArrayList$ByteArrayListView.class
LazyStringArrayList.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.LazyStringArrayList$ByteArrayListView extends java.util.AbstractList implements java.util.RandomAccess { private final com.android.adservices.jarjar.server.protobuf.LazyStringArrayList list void <init> (com.android.adservices.jarjar.server.protobuf.LazyStringArrayList) com.android.adservices.jarjar.server.protobuf.LazyStringArrayList list public byte[] get (int) int index public int size () public byte[] set (int, byte[]) int index byte[] s Object o public void add (int, byte[]) int index byte[] s public byte[] remove (int) int index Object o public volatile synthetic java.lang.Object set (int, java.lang.Object) public volatile synthetic java.lang.Object remove (int) public volatile synthetic void add (int, java.lang.Object) public volatile synthetic java.lang.Object get (int) }
com/android/adservices/jarjar/server/protobuf/LazyFieldLite.class
LazyFieldLite.java package com.android.adservices.jarjar.server.protobuf public com.android.adservices.jarjar.server.protobuf.LazyFieldLite extends java.lang.Object { private static final com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite EMPTY_REGISTRY private com.android.adservices.jarjar.server.protobuf.ByteString delayedBytes private com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry protected volatile com.android.adservices.jarjar.server.protobuf.MessageLite value private volatile com.android.adservices.jarjar.server.protobuf.ByteString memoizedBytes public void <init> (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite, com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry com.android.adservices.jarjar.server.protobuf.ByteString bytes public void <init> () public static com.android.adservices.jarjar.server.protobuf.LazyFieldLite fromValue (com.android.adservices.jarjar.server.protobuf.MessageLite) com.android.adservices.jarjar.server.protobuf.MessageLite value com.android.adservices.jarjar.server.protobuf.LazyFieldLite lf public boolean equals (java.lang.Object) Object o com.android.adservices.jarjar.server.protobuf.LazyFieldLite other com.android.adservices.jarjar.server.protobuf.MessageLite value1 com.android.adservices.jarjar.server.protobuf.MessageLite value2 public int hashCode () public boolean containsDefaultInstance () public void clear () public void set (com.android.adservices.jarjar.server.protobuf.LazyFieldLite) com.android.adservices.jarjar.server.protobuf.LazyFieldLite other public com.android.adservices.jarjar.server.protobuf.MessageLite getValue (com.android.adservices.jarjar.server.protobuf.MessageLite) com.android.adservices.jarjar.server.protobuf.MessageLite defaultInstance public com.android.adservices.jarjar.server.protobuf.MessageLite setValue (com.android.adservices.jarjar.server.protobuf.MessageLite) com.android.adservices.jarjar.server.protobuf.MessageLite value com.android.adservices.jarjar.server.protobuf.MessageLite originalValue public void merge (com.android.adservices.jarjar.server.protobuf.LazyFieldLite) com.android.adservices.jarjar.server.protobuf.LazyFieldLite other public void mergeFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry private static com.android.adservices.jarjar.server.protobuf.MessageLite mergeValueAndBytes (com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException e com.android.adservices.jarjar.server.protobuf.MessageLite value com.android.adservices.jarjar.server.protobuf.ByteString otherBytes com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public void setByteString (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) com.android.adservices.jarjar.server.protobuf.ByteString bytes com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public int getSerializedSize () public com.android.adservices.jarjar.server.protobuf.ByteString toByteString () void writeTo (com.android.adservices.jarjar.server.protobuf.Writer, int) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.Writer writer int fieldNumber protected void ensureInitialized (com.android.adservices.jarjar.server.protobuf.MessageLite) com.android.adservices.jarjar.server.protobuf.MessageLite parsedValue com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException e com.android.adservices.jarjar.server.protobuf.MessageLite defaultInstance private static void checkArguments (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite, com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry com.android.adservices.jarjar.server.protobuf.ByteString bytes static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/LazyField.class
LazyField.java package com.android.adservices.jarjar.server.protobuf public com.android.adservices.jarjar.server.protobuf.LazyField extends com.android.adservices.jarjar.server.protobuf.LazyFieldLite { private final com.android.adservices.jarjar.server.protobuf.MessageLite defaultInstance public void <init> (com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite, com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.MessageLite defaultInstance com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry com.android.adservices.jarjar.server.protobuf.ByteString bytes public boolean containsDefaultInstance () public com.android.adservices.jarjar.server.protobuf.MessageLite getValue () public int hashCode () public boolean equals (java.lang.Object) Object obj public java.lang.String toString () }
com/android/adservices/jarjar/server/protobuf/LazyField$LazyIterator.class
LazyField.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.LazyField$LazyIterator extends java.lang.Object implements java.util.Iterator { private java.util.Iterator iterator public void <init> (java.util.Iterator) java.util.Iterator iterator public boolean hasNext () public java.util.Map$Entry next () java.util.Map$Entry entry public void remove () public volatile synthetic java.lang.Object next () }
com/android/adservices/jarjar/server/protobuf/LazyField$LazyEntry.class
LazyField.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.LazyField$LazyEntry extends java.lang.Object implements java.util.Map$Entry { private java.util.Map$Entry entry private void <init> (java.util.Map$Entry) java.util.Map$Entry entry public java.lang.Object getKey () public java.lang.Object getValue () com.android.adservices.jarjar.server.protobuf.LazyField field public com.android.adservices.jarjar.server.protobuf.LazyField getField () public java.lang.Object setValue (java.lang.Object) Object value synthetic void <init> (java.util.Map$Entry, com.android.adservices.jarjar.server.protobuf.LazyField$1) java.util.Map$Entry x0 com.android.adservices.jarjar.server.protobuf.LazyField$1 x1 }
com/android/adservices/jarjar/server/protobuf/LazyField$1.class
LazyField.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.LazyField$1 extends java.lang.Object { }
com/android/adservices/jarjar/server/protobuf/JavaType.class
JavaType.java package com.android.adservices.jarjar.server.protobuf public final enum com.android.adservices.jarjar.server.protobuf.JavaType extends java.lang.Enum { public static final enum com.android.adservices.jarjar.server.protobuf.JavaType VOID public static final enum com.android.adservices.jarjar.server.protobuf.JavaType INT public static final enum com.android.adservices.jarjar.server.protobuf.JavaType LONG public static final enum com.android.adservices.jarjar.server.protobuf.JavaType FLOAT public static final enum com.android.adservices.jarjar.server.protobuf.JavaType DOUBLE public static final enum com.android.adservices.jarjar.server.protobuf.JavaType BOOLEAN public static final enum com.android.adservices.jarjar.server.protobuf.JavaType STRING public static final enum com.android.adservices.jarjar.server.protobuf.JavaType BYTE_STRING public static final enum com.android.adservices.jarjar.server.protobuf.JavaType ENUM public static final enum com.android.adservices.jarjar.server.protobuf.JavaType MESSAGE private final Class type private final Class boxedType private final Object defaultDefault private static final synthetic com.android.adservices.jarjar.server.protobuf.JavaType[] $VALUES public static com.android.adservices.jarjar.server.protobuf.JavaType[] values () public static com.android.adservices.jarjar.server.protobuf.JavaType valueOf (java.lang.String) String name private void <init> (java.lang.String, int, java.lang.Class, java.lang.Class, java.lang.Object) Class type Class boxedType Object defaultDefault public java.lang.Object getDefaultDefault () public java.lang.Class getType () public java.lang.Class getBoxedType () public boolean isValidType (java.lang.Class) Class t private static synthetic com.android.adservices.jarjar.server.protobuf.JavaType[] $values () static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/IterableByteBufferInputStream.class
IterableByteBufferInputStream.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.IterableByteBufferInputStream extends java.io.InputStream { private java.util.Iterator iterator private java.nio.ByteBuffer currentByteBuffer private int dataSize private int currentIndex private int currentByteBufferPos private boolean hasArray private byte[] currentArray private int currentArrayOffset private long currentAddress void <init> (java.lang.Iterable) java.nio.ByteBuffer unused Iterable data private boolean getNextByteBuffer () private void updateCurrentByteBufferPos (int) int numberOfBytesRead public int read () throws java.io.IOException int result int result public int read (byte[], int, int) throws java.io.IOException int prevPos byte[] output int offset int length int remaining }
com/android/adservices/jarjar/server/protobuf/InvalidProtocolBufferException.class
InvalidProtocolBufferException.java package com.android.adservices.jarjar.server.protobuf public com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException extends java.io.IOException { private static final long serialVersionUID private com.android.adservices.jarjar.server.protobuf.MessageLite unfinishedMessage private boolean wasThrownFromInputStream public void <init> (java.lang.String) String description public void <init> (java.lang.Exception) Exception e public void <init> (java.lang.String, java.lang.Exception) String description Exception e public void <init> (java.io.IOException) java.io.IOException e public void <init> (java.lang.String, java.io.IOException) String description java.io.IOException e public com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException setUnfinishedMessage (com.android.adservices.jarjar.server.protobuf.MessageLite) com.android.adservices.jarjar.server.protobuf.MessageLite unfinishedMessage public com.android.adservices.jarjar.server.protobuf.MessageLite getUnfinishedMessage () void setThrownFromInputStream () boolean getThrownFromInputStream () public java.io.IOException unwrapIOException () static com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException truncatedMessage () static com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException negativeSize () static com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException malformedVarint () static com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException invalidTag () static com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException invalidEndTag () static com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException$InvalidWireTypeException invalidWireType () static com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException recursionLimitExceeded () static com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException sizeLimitExceeded () static com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException parseFailure () static com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException invalidUtf8 () }
com/android/adservices/jarjar/server/protobuf/InvalidProtocolBufferException$InvalidWireTypeException.class
InvalidProtocolBufferException.java package com.android.adservices.jarjar.server.protobuf public com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException$InvalidWireTypeException extends com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException { private static final long serialVersionUID public void <init> (java.lang.String) String description }
com/android/adservices/jarjar/server/protobuf/Internal.class
Internal.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.Internal extends java.lang.Object { static final java.nio.charset.Charset US_ASCII static final java.nio.charset.Charset UTF_8 static final java.nio.charset.Charset ISO_8859_1 private static final int DEFAULT_BUFFER_SIZE public static final byte[] EMPTY_BYTE_ARRAY public static final java.nio.ByteBuffer EMPTY_BYTE_BUFFER public static final com.android.adservices.jarjar.server.protobuf.CodedInputStream EMPTY_CODED_INPUT_STREAM private void <init> () static java.lang.Object checkNotNull (java.lang.Object) Object obj static java.lang.Object checkNotNull (java.lang.Object, java.lang.String) Object obj String message public static java.lang.String stringDefaultValue (java.lang.String) String bytes public static com.android.adservices.jarjar.server.protobuf.ByteString bytesDefaultValue (java.lang.String) String bytes public static byte[] byteArrayDefaultValue (java.lang.String) String bytes public static java.nio.ByteBuffer byteBufferDefaultValue (java.lang.String) String bytes public static java.nio.ByteBuffer copyByteBuffer (java.nio.ByteBuffer) java.nio.ByteBuffer source java.nio.ByteBuffer temp java.nio.ByteBuffer result public static boolean isValidUtf8 (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString byteString public static boolean isValidUtf8 (byte[]) byte[] byteArray public static byte[] toByteArray (java.lang.String) String value public static java.lang.String toStringUtf8 (byte[]) byte[] bytes public static int hashLong (long) long n public static int hashBoolean (boolean) boolean b public static int hashEnum (com.android.adservices.jarjar.server.protobuf.Internal$EnumLite) com.android.adservices.jarjar.server.protobuf.Internal$EnumLite e public static int hashEnumList (java.util.List) com.android.adservices.jarjar.server.protobuf.Internal$EnumLite e java.util.List list int hash public static boolean equals (java.util.List, java.util.List) int i java.util.List a java.util.List b public static int hashCode (java.util.List) byte[] bytes java.util.List list int hash public static int hashCode (byte[]) byte[] bytes static int hashCode (byte[], int, int) byte[] bytes int offset int length int h static int partialHash (int, byte[], int, int) int i int h byte[] bytes int offset int length public static boolean equalsByteBuffer (java.nio.ByteBuffer, java.nio.ByteBuffer) java.nio.ByteBuffer a java.nio.ByteBuffer b public static boolean equalsByteBuffer (java.util.List, java.util.List) int i java.util.List a java.util.List b public static int hashCodeByteBuffer (java.util.List) java.nio.ByteBuffer bytes java.util.List list int hash public static int hashCodeByteBuffer (java.nio.ByteBuffer) int h int length int bufferSize byte[] buffer java.nio.ByteBuffer duplicated int h java.nio.ByteBuffer bytes public static com.android.adservices.jarjar.server.protobuf.MessageLite getDefaultInstance (java.lang.Class) java.lang.reflect.Method method Exception e Class clazz static java.lang.Object mergeMessage (java.lang.Object, java.lang.Object) Object destination Object source static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/Internal$ProtobufList.class
Internal.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList extends java.lang.Object implements java.util.List java.util.RandomAccess { public abstract void makeImmutable () public abstract boolean isModifiable () public abstract com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) }
com/android/adservices/jarjar/server/protobuf/Internal$MapAdapter.class
Internal.java package com.android.adservices.jarjar.server.protobuf public com.android.adservices.jarjar.server.protobuf.Internal$MapAdapter extends java.util.AbstractMap { private final java.util.Map realMap private final com.android.adservices.jarjar.server.protobuf.Internal$MapAdapter$Converter valueConverter public static com.android.adservices.jarjar.server.protobuf.Internal$MapAdapter$Converter newEnumConverter (com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap, com.android.adservices.jarjar.server.protobuf.Internal$EnumLite) com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap enumMap com.android.adservices.jarjar.server.protobuf.Internal$EnumLite unrecognizedValue public void <init> (java.util.Map, com.android.adservices.jarjar.server.protobuf.Internal$MapAdapter$Converter) java.util.Map realMap com.android.adservices.jarjar.server.protobuf.Internal$MapAdapter$Converter valueConverter public java.lang.Object get (java.lang.Object) Object key Object result public java.lang.Object put (java.lang.Object, java.lang.Object) Object key Object value Object oldValue public java.util.Set entrySet () static synthetic com.android.adservices.jarjar.server.protobuf.Internal$MapAdapter$Converter access$000 (com.android.adservices.jarjar.server.protobuf.Internal$MapAdapter) com.android.adservices.jarjar.server.protobuf.Internal$MapAdapter x0 }
com/android/adservices/jarjar/server/protobuf/Internal$MapAdapter$SetAdapter.class
Internal.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.Internal$MapAdapter$SetAdapter extends java.util.AbstractSet { private final java.util.Set realSet final synthetic com.android.adservices.jarjar.server.protobuf.Internal$MapAdapter this$0 public void <init> (com.android.adservices.jarjar.server.protobuf.Internal$MapAdapter, java.util.Set) java.util.Set realSet public java.util.Iterator iterator () public int size () }
com/android/adservices/jarjar/server/protobuf/Internal$MapAdapter$IteratorAdapter.class
Internal.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.Internal$MapAdapter$IteratorAdapter extends java.lang.Object implements java.util.Iterator { private final java.util.Iterator realIterator final synthetic com.android.adservices.jarjar.server.protobuf.Internal$MapAdapter this$0 public void <init> (com.android.adservices.jarjar.server.protobuf.Internal$MapAdapter, java.util.Iterator) java.util.Iterator realIterator public boolean hasNext () public java.util.Map$Entry next () public void remove () public volatile synthetic java.lang.Object next () }
com/android/adservices/jarjar/server/protobuf/Internal$MapAdapter$EntryAdapter.class
Internal.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.Internal$MapAdapter$EntryAdapter extends java.lang.Object implements java.util.Map$Entry { private final java.util.Map$Entry realEntry final synthetic com.android.adservices.jarjar.server.protobuf.Internal$MapAdapter this$0 public void <init> (com.android.adservices.jarjar.server.protobuf.Internal$MapAdapter, java.util.Map$Entry) java.util.Map$Entry realEntry public java.lang.Object getKey () public java.lang.Object getValue () public java.lang.Object setValue (java.lang.Object) Object value Object oldValue public boolean equals (java.lang.Object) Object o java.util.Map$Entry other public int hashCode () }
com/android/adservices/jarjar/server/protobuf/Internal$MapAdapter$Converter.class
Internal.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.Internal$MapAdapter$Converter extends java.lang.Object { public abstract java.lang.Object doForward (java.lang.Object) public abstract java.lang.Object doBackward (java.lang.Object) }
com/android/adservices/jarjar/server/protobuf/Internal$MapAdapter$1.class
Internal.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.Internal$MapAdapter$1 extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$MapAdapter$Converter { final synthetic com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap val$enumMap final synthetic com.android.adservices.jarjar.server.protobuf.Internal$EnumLite val$unrecognizedValue void <init> (com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap, com.android.adservices.jarjar.server.protobuf.Internal$EnumLite) public com.android.adservices.jarjar.server.protobuf.Internal$EnumLite doForward (java.lang.Integer) Integer value com.android.adservices.jarjar.server.protobuf.Internal$EnumLite result public java.lang.Integer doBackward (com.android.adservices.jarjar.server.protobuf.Internal$EnumLite) com.android.adservices.jarjar.server.protobuf.Internal$EnumLite value public volatile synthetic java.lang.Object doBackward (java.lang.Object) public volatile synthetic java.lang.Object doForward (java.lang.Object) }
com/android/adservices/jarjar/server/protobuf/Internal$LongList.class
Internal.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.Internal$LongList extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList { public abstract long getLong (int) public abstract void addLong (long) public abstract long setLong (int, long) public abstract com.android.adservices.jarjar.server.protobuf.Internal$LongList mutableCopyWithCapacity (int) public volatile synthetic com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) }
com/android/adservices/jarjar/server/protobuf/Internal$ListAdapter.class
Internal.java package com.android.adservices.jarjar.server.protobuf public com.android.adservices.jarjar.server.protobuf.Internal$ListAdapter extends java.util.AbstractList { private final java.util.List fromList private final com.android.adservices.jarjar.server.protobuf.Internal$ListAdapter$Converter converter public void <init> (java.util.List, com.android.adservices.jarjar.server.protobuf.Internal$ListAdapter$Converter) java.util.List fromList com.android.adservices.jarjar.server.protobuf.Internal$ListAdapter$Converter converter public java.lang.Object get (int) int index public int size () }
com/android/adservices/jarjar/server/protobuf/Internal$ListAdapter$Converter.class
Internal.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.Internal$ListAdapter$Converter extends java.lang.Object { public abstract java.lang.Object convert (java.lang.Object) }
com/android/adservices/jarjar/server/protobuf/Internal$IntList.class
Internal.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.Internal$IntList extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList { public abstract int getInt (int) public abstract void addInt (int) public abstract int setInt (int, int) public abstract com.android.adservices.jarjar.server.protobuf.Internal$IntList mutableCopyWithCapacity (int) public volatile synthetic com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) }
com/android/adservices/jarjar/server/protobuf/Internal$FloatList.class
Internal.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.Internal$FloatList extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList { public abstract float getFloat (int) public abstract void addFloat (float) public abstract float setFloat (int, float) public abstract com.android.adservices.jarjar.server.protobuf.Internal$FloatList mutableCopyWithCapacity (int) public volatile synthetic com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) }
com/android/adservices/jarjar/server/protobuf/Internal$EnumVerifier.class
Internal.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier extends java.lang.Object { public abstract boolean isInRange (int) }
com/android/adservices/jarjar/server/protobuf/Internal$EnumLiteMap.class
Internal.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap extends java.lang.Object { public abstract com.android.adservices.jarjar.server.protobuf.Internal$EnumLite findValueByNumber (int) }
com/android/adservices/jarjar/server/protobuf/Internal$EnumLite.class
Internal.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.Internal$EnumLite extends java.lang.Object { public abstract int getNumber () }
com/android/adservices/jarjar/server/protobuf/Internal$DoubleList.class
Internal.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.Internal$DoubleList extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList { public abstract double getDouble (int) public abstract void addDouble (double) public abstract double setDouble (int, double) public abstract com.android.adservices.jarjar.server.protobuf.Internal$DoubleList mutableCopyWithCapacity (int) public volatile synthetic com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) }
com/android/adservices/jarjar/server/protobuf/Internal$BooleanList.class
Internal.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.Internal$BooleanList extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList { public abstract boolean getBoolean (int) public abstract void addBoolean (boolean) public abstract boolean setBoolean (int, boolean) public abstract com.android.adservices.jarjar.server.protobuf.Internal$BooleanList mutableCopyWithCapacity (int) public volatile synthetic com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) }
com/android/adservices/jarjar/server/protobuf/IntArrayList.class
IntArrayList.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.IntArrayList extends com.android.adservices.jarjar.server.protobuf.AbstractProtobufList implements com.android.adservices.jarjar.server.protobuf.Internal$IntList java.util.RandomAccess com.android.adservices.jarjar.server.protobuf.PrimitiveNonBoxingCollection { private static final com.android.adservices.jarjar.server.protobuf.IntArrayList EMPTY_LIST private int[] array private int size public static com.android.adservices.jarjar.server.protobuf.IntArrayList emptyList () void <init> () private void <init> (int[], int) int[] other int size protected void removeRange (int, int) int fromIndex int toIndex public boolean equals (java.lang.Object) int i Object o com.android.adservices.jarjar.server.protobuf.IntArrayList other int[] arr public int hashCode () int i int result public com.android.adservices.jarjar.server.protobuf.Internal$IntList mutableCopyWithCapacity (int) int capacity public java.lang.Integer get (int) int index public int getInt (int) int index public int indexOf (java.lang.Object) int i Object element int unboxedElement int numElems public boolean contains (java.lang.Object) Object element public int size () public java.lang.Integer set (int, java.lang.Integer) int index Integer element public int setInt (int, int) int index int element int previousValue public boolean add (java.lang.Integer) Integer element public void add (int, java.lang.Integer) int index Integer element public void addInt (int) int length int[] newArray int element private void addInt (int, int) int length int[] newArray int index int element public boolean addAll (java.util.Collection) java.util.Collection collection com.android.adservices.jarjar.server.protobuf.IntArrayList list int overflow int newSize public java.lang.Integer remove (int) int index int value private void ensureIndexInRange (int) int index private java.lang.String makeOutOfBoundsExceptionMessage (int) int index public volatile synthetic java.lang.Object set (int, java.lang.Object) public volatile synthetic java.lang.Object remove (int) public volatile synthetic void add (int, java.lang.Object) public volatile synthetic boolean add (java.lang.Object) public volatile synthetic com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) public volatile synthetic java.lang.Object get (int) static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/Int64ValueOrBuilder.class
Int64ValueOrBuilder.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.Int64ValueOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract long getValue () }
com/android/adservices/jarjar/server/protobuf/Int64Value.class
Int64Value.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.Int64Value extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.Int64ValueOrBuilder { public static final int VALUE_FIELD_NUMBER private long value_ private static final com.android.adservices.jarjar.server.protobuf.Int64Value DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public long getValue () private void setValue (long) long value private void clearValue () public static com.android.adservices.jarjar.server.protobuf.Int64Value parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.Int64Value parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Int64Value parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.Int64Value parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Int64Value parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.Int64Value parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Int64Value parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.Int64Value parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Int64Value parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.Int64Value parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Int64Value parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.Int64Value parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Int64Value$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.Int64Value$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.Int64Value) com.android.adservices.jarjar.server.protobuf.Int64Value prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.Int64Value getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Int64Value of (long) long value public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.Int64Value defaultInstance }
com/android/adservices/jarjar/server/protobuf/Int64Value$Builder.class
Int64Value.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.Int64Value$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.Int64ValueOrBuilder { private void <init> () public long getValue () public com.android.adservices.jarjar.server.protobuf.Int64Value$Builder setValue (long) long value public com.android.adservices.jarjar.server.protobuf.Int64Value$Builder clearValue () }
com/android/adservices/jarjar/server/protobuf/Int64Value$1.class
Int64Value.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.Int64Value$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/Int32ValueOrBuilder.class
Int32ValueOrBuilder.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.Int32ValueOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract int getValue () }
com/android/adservices/jarjar/server/protobuf/Int32Value.class
Int32Value.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.Int32Value extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.Int32ValueOrBuilder { public static final int VALUE_FIELD_NUMBER private int value_ private static final com.android.adservices.jarjar.server.protobuf.Int32Value DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public int getValue () private void setValue (int) int value private void clearValue () public static com.android.adservices.jarjar.server.protobuf.Int32Value parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.Int32Value parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Int32Value parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.Int32Value parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Int32Value parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.Int32Value parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Int32Value parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.Int32Value parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Int32Value parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.Int32Value parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Int32Value parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.Int32Value parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Int32Value$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.Int32Value$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.Int32Value) com.android.adservices.jarjar.server.protobuf.Int32Value prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.Int32Value getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Int32Value of (int) int value public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.Int32Value defaultInstance }
com/android/adservices/jarjar/server/protobuf/Int32Value$Builder.class
Int32Value.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.Int32Value$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.Int32ValueOrBuilder { private void <init> () public int getValue () public com.android.adservices.jarjar.server.protobuf.Int32Value$Builder setValue (int) int value public com.android.adservices.jarjar.server.protobuf.Int32Value$Builder clearValue () }
com/android/adservices/jarjar/server/protobuf/Int32Value$1.class
Int32Value.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.Int32Value$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/InlineMe.class
InlineMe.java package com.android.adservices.jarjar.server.protobuf abstract annotation com.android.adservices.jarjar.server.protobuf.InlineMe extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String replacement () public abstract java.lang.String[] imports () public abstract java.lang.String[] staticImports () }
com/android/adservices/jarjar/server/protobuf/GeneratedMessageLite.class
GeneratedMessageLite.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite extends com.android.adservices.jarjar.server.protobuf.AbstractMessageLite { static final int UNINITIALIZED_SERIALIZED_SIZE private static final int MUTABLE_FLAG_MASK private static final int MEMOIZED_SERIALIZED_SIZE_MASK private int memoizedSerializedSize static final int UNINITIALIZED_HASH_CODE protected com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite unknownFields private static java.util.Map defaultInstanceMap public void <init> () boolean isMutable () void markImmutable () int getMemoizedHashCode () void setMemoizedHashCode (int) int value void clearMemoizedHashCode () boolean hashCodeIsNotMemoized () public final com.android.adservices.jarjar.server.protobuf.Parser getParserForType () public final com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite getDefaultInstanceForType () public final com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder newBuilderForType () com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite newMutableInstance () public java.lang.String toString () public int hashCode () int computeHashCode () public boolean equals (java.lang.Object) Object other private final void ensureUnknownFieldsInitialized () protected boolean parseUnknownField (int, com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException int tag com.android.adservices.jarjar.server.protobuf.CodedInputStream input protected void mergeVarintField (int, int) int tag int value protected void mergeLengthDelimitedField (int, com.android.adservices.jarjar.server.protobuf.ByteString) int fieldNumber com.android.adservices.jarjar.server.protobuf.ByteString value protected void makeImmutable () protected final com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder createBuilder () protected final com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder createBuilder (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite) com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite prototype public final boolean isInitialized () public final com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder toBuilder () com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder builder protected abstract java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) protected java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object) com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 protected java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke) com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method void clearMemoizedSerializedSize () int getMemoizedSerializedSize () void setMemoizedSerializedSize (int) int size public void writeTo (com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedOutputStream output int getSerializedSize (com.android.adservices.jarjar.server.protobuf.Schema) int size com.android.adservices.jarjar.server.protobuf.Schema schema int size public int getSerializedSize () private int computeSerializedSize (com.android.adservices.jarjar.server.protobuf.Schema) com.android.adservices.jarjar.server.protobuf.Schema nullableSchema java.lang.Object buildMessageInfo () throws java.lang.Exception static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite getDefaultInstance (java.lang.Class) ClassNotFoundException e Class clazz com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite result protected static void registerDefaultInstance (java.lang.Class, com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite) Class clazz com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite defaultInstance protected static java.lang.Object newMessageInfo (com.android.adservices.jarjar.server.protobuf.MessageLite, java.lang.String, java.lang.Object[]) com.android.adservices.jarjar.server.protobuf.MessageLite defaultInstance String info Object[] objects protected final void mergeUnknownFields (com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite) com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite unknownFields public static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension newSingularGeneratedExtension (com.android.adservices.jarjar.server.protobuf.MessageLite, java.lang.Object, com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap, int, com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, java.lang.Class) com.android.adservices.jarjar.server.protobuf.MessageLite containingTypeDefaultInstance Object defaultValue com.android.adservices.jarjar.server.protobuf.MessageLite messageDefaultInstance com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap enumTypeMap int number com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType type Class singularType public static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension newRepeatedGeneratedExtension (com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap, int, com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, boolean, java.lang.Class) com.android.adservices.jarjar.server.protobuf.MessageLite containingTypeDefaultInstance com.android.adservices.jarjar.server.protobuf.MessageLite messageDefaultInstance com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap enumTypeMap int number com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType type boolean isPacked Class singularType Object emptyList static transient java.lang.reflect.Method getMethodOrDie (java.lang.Class, java.lang.String, java.lang.Class[]) NoSuchMethodException e Class clazz String name Class[] params static transient java.lang.Object invokeOrDie (java.lang.reflect.Method, java.lang.Object, java.lang.Object[]) IllegalAccessException e Throwable cause java.lang.reflect.InvocationTargetException e java.lang.reflect.Method method Object object Object[] params private static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension checkIsLite (com.android.adservices.jarjar.server.protobuf.ExtensionLite) com.android.adservices.jarjar.server.protobuf.ExtensionLite extension protected static final boolean isInitialized (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite, boolean) com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite message boolean shouldMemoize byte memoizedIsInitialized boolean isInitialized protected static com.android.adservices.jarjar.server.protobuf.Internal$IntList emptyIntList () protected static com.android.adservices.jarjar.server.protobuf.Internal$IntList mutableCopy (com.android.adservices.jarjar.server.protobuf.Internal$IntList) com.android.adservices.jarjar.server.protobuf.Internal$IntList list int size protected static com.android.adservices.jarjar.server.protobuf.Internal$LongList emptyLongList () protected static com.android.adservices.jarjar.server.protobuf.Internal$LongList mutableCopy (com.android.adservices.jarjar.server.protobuf.Internal$LongList) com.android.adservices.jarjar.server.protobuf.Internal$LongList list int size protected static com.android.adservices.jarjar.server.protobuf.Internal$FloatList emptyFloatList () protected static com.android.adservices.jarjar.server.protobuf.Internal$FloatList mutableCopy (com.android.adservices.jarjar.server.protobuf.Internal$FloatList) com.android.adservices.jarjar.server.protobuf.Internal$FloatList list int size protected static com.android.adservices.jarjar.server.protobuf.Internal$DoubleList emptyDoubleList () protected static com.android.adservices.jarjar.server.protobuf.Internal$DoubleList mutableCopy (com.android.adservices.jarjar.server.protobuf.Internal$DoubleList) com.android.adservices.jarjar.server.protobuf.Internal$DoubleList list int size protected static com.android.adservices.jarjar.server.protobuf.Internal$BooleanList emptyBooleanList () protected static com.android.adservices.jarjar.server.protobuf.Internal$BooleanList mutableCopy (com.android.adservices.jarjar.server.protobuf.Internal$BooleanList) com.android.adservices.jarjar.server.protobuf.Internal$BooleanList list int size protected static com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList emptyProtobufList () protected static com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList mutableCopy (com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList) com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList list int size static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parsePartialFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite, com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.Schema schema com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException e com.android.adservices.jarjar.server.protobuf.UninitializedMessageException e java.io.IOException e RuntimeException e com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite instance com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite result private static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parsePartialFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite, byte[], int, int, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.Schema schema com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException e com.android.adservices.jarjar.server.protobuf.UninitializedMessageException e java.io.IOException e IndexOutOfBoundsException e com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite instance byte[] input int offset int length com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite result protected static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parsePartialFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite, com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite defaultInstance com.android.adservices.jarjar.server.protobuf.CodedInputStream input private static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite checkMessageInitialized (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite message protected static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parseFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite, java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite defaultInstance java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry protected static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parseFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite, java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite defaultInstance java.nio.ByteBuffer data protected static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parseFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite, com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite defaultInstance com.android.adservices.jarjar.server.protobuf.ByteString data protected static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parseFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite, com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite defaultInstance com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry private static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parsePartialFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite, com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException e com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite defaultInstance com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite message protected static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parseFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite, byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite defaultInstance byte[] data protected static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parseFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite, byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite defaultInstance byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry protected static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parseFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite, java.io.InputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite defaultInstance java.io.InputStream input protected static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parseFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite, java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite defaultInstance java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry protected static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parseFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite, com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite defaultInstance com.android.adservices.jarjar.server.protobuf.CodedInputStream input protected static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parseFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite, com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite defaultInstance com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry protected static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parseDelimitedFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite, java.io.InputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite defaultInstance java.io.InputStream input protected static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parseDelimitedFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite, java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite defaultInstance java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry private static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parsePartialDelimitedFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite, java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException int firstByte int size com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException e java.io.IOException e com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException e com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite defaultInstance java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry int size java.io.InputStream limitedInput com.android.adservices.jarjar.server.protobuf.CodedInputStream codedInput com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite message public volatile synthetic com.android.adservices.jarjar.server.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.android.adservices.jarjar.server.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.android.adservices.jarjar.server.protobuf.MessageLite getDefaultInstanceForType () static synthetic com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension access$000 (com.android.adservices.jarjar.server.protobuf.ExtensionLite) com.android.adservices.jarjar.server.protobuf.ExtensionLite x0 static synthetic com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite access$200 (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite, byte[], int, int, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite x0 byte[] x1 int x2 int x3 com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite x4 static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/GeneratedMessageLite$SerializedForm.class
GeneratedMessageLite.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$SerializedForm extends java.lang.Object implements java.io.Serializable { private static final long serialVersionUID private final Class messageClass private final String messageClassName private final byte[] asBytes public static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$SerializedForm of (com.android.adservices.jarjar.server.protobuf.MessageLite) com.android.adservices.jarjar.server.protobuf.MessageLite message void <init> (com.android.adservices.jarjar.server.protobuf.MessageLite) com.android.adservices.jarjar.server.protobuf.MessageLite regularForm protected java.lang.Object readResolve () throws java.io.ObjectStreamException Class messageClass java.lang.reflect.Field defaultInstanceField com.android.adservices.jarjar.server.protobuf.MessageLite defaultInstance ClassNotFoundException e NoSuchFieldException e SecurityException e IllegalAccessException e com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException e private java.lang.Object readResolveFallback () throws java.io.ObjectStreamException Class messageClass java.lang.reflect.Field defaultInstanceField com.android.adservices.jarjar.server.protobuf.MessageLite defaultInstance ClassNotFoundException e NoSuchFieldException e SecurityException e IllegalAccessException e com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException e private java.lang.Class resolveMessageClass () throws java.lang.ClassNotFoundException }
com/android/adservices/jarjar/server/protobuf/GeneratedMessageLite$MethodToInvoke.class
GeneratedMessageLite.java package com.android.adservices.jarjar.server.protobuf public final enum com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke extends java.lang.Enum { public static final enum com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke GET_MEMOIZED_IS_INITIALIZED public static final enum com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke SET_MEMOIZED_IS_INITIALIZED public static final enum com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke BUILD_MESSAGE_INFO public static final enum com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke NEW_MUTABLE_INSTANCE public static final enum com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke NEW_BUILDER public static final enum com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke GET_DEFAULT_INSTANCE public static final enum com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke GET_PARSER private static final synthetic com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke[] $VALUES public static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke[] values () public static com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke[] $values () static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/GeneratedMessageLite$GeneratedExtension.class
GeneratedMessageLite.java package com.android.adservices.jarjar.server.protobuf public com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension extends com.android.adservices.jarjar.server.protobuf.ExtensionLite { final com.android.adservices.jarjar.server.protobuf.MessageLite containingTypeDefaultInstance final Object defaultValue final com.android.adservices.jarjar.server.protobuf.MessageLite messageDefaultInstance final com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtensionDescriptor descriptor void <init> (com.android.adservices.jarjar.server.protobuf.MessageLite, java.lang.Object, com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtensionDescriptor, java.lang.Class) com.android.adservices.jarjar.server.protobuf.MessageLite containingTypeDefaultInstance Object defaultValue com.android.adservices.jarjar.server.protobuf.MessageLite messageDefaultInstance com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtensionDescriptor descriptor Class singularType public com.android.adservices.jarjar.server.protobuf.MessageLite getContainingTypeDefaultInstance () public int getNumber () public com.android.adservices.jarjar.server.protobuf.MessageLite getMessageDefaultInstance () java.lang.Object fromFieldSetType (java.lang.Object) Object element java.util.List result Object value java.lang.Object singularFromFieldSetType (java.lang.Object) Object value java.lang.Object toFieldSetType (java.lang.Object) Object element java.util.List result Object value java.lang.Object singularToFieldSetType (java.lang.Object) Object value public com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType getLiteType () public boolean isRepeated () public java.lang.Object getDefaultValue () }
com/android/adservices/jarjar/server/protobuf/GeneratedMessageLite$ExtensionDescriptor.class
GeneratedMessageLite.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtensionDescriptor extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite { final com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap enumTypeMap final int number final com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType type final boolean isRepeated final boolean isPacked void <init> (com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap, int, com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, boolean, boolean) com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap enumTypeMap int number com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType type boolean isRepeated boolean isPacked public int getNumber () public com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType getLiteType () public com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType getLiteJavaType () public boolean isRepeated () public boolean isPacked () public com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap getEnumType () public com.android.adservices.jarjar.server.protobuf.MessageLite$Builder internalMergeFrom (com.android.adservices.jarjar.server.protobuf.MessageLite$Builder, com.android.adservices.jarjar.server.protobuf.MessageLite) com.android.adservices.jarjar.server.protobuf.MessageLite$Builder to com.android.adservices.jarjar.server.protobuf.MessageLite from public int compareTo (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtensionDescriptor) com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtensionDescriptor other public volatile synthetic int compareTo (java.lang.Object) }
com/android/adservices/jarjar/server/protobuf/GeneratedMessageLite$ExtendableMessageOrBuilder.class
GeneratedMessageLite.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract boolean hasExtension (com.android.adservices.jarjar.server.protobuf.ExtensionLite) public abstract int getExtensionCount (com.android.adservices.jarjar.server.protobuf.ExtensionLite) public abstract java.lang.Object getExtension (com.android.adservices.jarjar.server.protobuf.ExtensionLite) public abstract java.lang.Object getExtension (com.android.adservices.jarjar.server.protobuf.ExtensionLite, int) }
com/android/adservices/jarjar/server/protobuf/GeneratedMessageLite$ExtendableMessage.class
GeneratedMessageLite.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder { protected com.android.adservices.jarjar.server.protobuf.FieldSet extensions public void <init> () protected final void mergeExtensionFields (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage) com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage other protected boolean parseUnknownField (com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite, int) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.MessageLite defaultInstance com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry int tag int fieldNumber com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension extension private boolean parseExtension (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite, com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension, int, int) throws java.io.IOException int rawValue Object value Object value int length int limit com.android.adservices.jarjar.server.protobuf.MessageLite existingValue com.android.adservices.jarjar.server.protobuf.MessageLite$Builder subBuilder Object value Object value int rawValue Object value com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension extension int tag int fieldNumber int wireType boolean unknown boolean packed com.android.adservices.jarjar.server.protobuf.FieldSet unused protected boolean parseUnknownFieldAsMessageSet (com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite, int) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.MessageLite defaultInstance com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry int tag int wireType private void mergeMessageSetExtensionFromCodedStream (com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag com.android.adservices.jarjar.server.protobuf.MessageLite defaultInstance com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry int typeId com.android.adservices.jarjar.server.protobuf.ByteString rawBytes com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension extension private void eagerlyMergeMessageSetExtension (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite, int) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension extension com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry int typeId int fieldNumber int tag boolean unused private void mergeMessageSetExtensionFromBytes (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite, com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.ByteString rawBytes com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension extension com.android.adservices.jarjar.server.protobuf.MessageLite$Builder subBuilder com.android.adservices.jarjar.server.protobuf.MessageLite existingValue com.android.adservices.jarjar.server.protobuf.MessageLite value com.android.adservices.jarjar.server.protobuf.FieldSet ensureExtensionsAreMutable () private void verifyExtensionContainingType (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension) com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension extension public final boolean hasExtension (com.android.adservices.jarjar.server.protobuf.ExtensionLite) com.android.adservices.jarjar.server.protobuf.ExtensionLite extension com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension extensionLite public final int getExtensionCount (com.android.adservices.jarjar.server.protobuf.ExtensionLite) com.android.adservices.jarjar.server.protobuf.ExtensionLite extension com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension extensionLite public final java.lang.Object getExtension (com.android.adservices.jarjar.server.protobuf.ExtensionLite) com.android.adservices.jarjar.server.protobuf.ExtensionLite extension com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension extensionLite Object value public final java.lang.Object getExtension (com.android.adservices.jarjar.server.protobuf.ExtensionLite, int) com.android.adservices.jarjar.server.protobuf.ExtensionLite extension int index com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension extensionLite protected boolean extensionsAreInitialized () protected com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage$ExtensionWriter newExtensionWriter () protected com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage$ExtensionWriter newMessageSetExtensionWriter () protected int extensionsSerializedSize () protected int extensionsSerializedSizeAsMessageSet () }
com/android/adservices/jarjar/server/protobuf/GeneratedMessageLite$ExtendableMessage$ExtensionWriter.class
GeneratedMessageLite.java package com.android.adservices.jarjar.server.protobuf public com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage$ExtensionWriter extends java.lang.Object { private final java.util.Iterator iter private java.util.Map$Entry next private final boolean messageSetWireFormat final synthetic com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage this$0 private void <init> (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage, boolean) com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage this$0 boolean messageSetWireFormat public void writeUntil (int, com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtensionDescriptor extension int end com.android.adservices.jarjar.server.protobuf.CodedOutputStream output synthetic void <init> (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage, boolean, com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$1) com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage x0 boolean x1 com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$1 x2 }
com/android/adservices/jarjar/server/protobuf/GeneratedMessageLite$ExtendableBuilder.class
GeneratedMessageLite.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableBuilder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder { protected void <init> (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage) com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage defaultInstance void internalSetExtensionSet (com.android.adservices.jarjar.server.protobuf.FieldSet) com.android.adservices.jarjar.server.protobuf.FieldSet extensions protected void copyOnWriteInternal () private com.android.adservices.jarjar.server.protobuf.FieldSet ensureExtensionsAreMutable () com.android.adservices.jarjar.server.protobuf.FieldSet extensions public final com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage buildPartial () private void verifyExtensionContainingType (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension) com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension extension public final boolean hasExtension (com.android.adservices.jarjar.server.protobuf.ExtensionLite) com.android.adservices.jarjar.server.protobuf.ExtensionLite extension public final int getExtensionCount (com.android.adservices.jarjar.server.protobuf.ExtensionLite) com.android.adservices.jarjar.server.protobuf.ExtensionLite extension public final java.lang.Object getExtension (com.android.adservices.jarjar.server.protobuf.ExtensionLite) com.android.adservices.jarjar.server.protobuf.ExtensionLite extension public final java.lang.Object getExtension (com.android.adservices.jarjar.server.protobuf.ExtensionLite, int) com.android.adservices.jarjar.server.protobuf.ExtensionLite extension int index public final com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableBuilder setExtension (com.android.adservices.jarjar.server.protobuf.ExtensionLite, java.lang.Object) com.android.adservices.jarjar.server.protobuf.ExtensionLite extension Object value com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension extensionLite public final com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableBuilder setExtension (com.android.adservices.jarjar.server.protobuf.ExtensionLite, int, java.lang.Object) com.android.adservices.jarjar.server.protobuf.ExtensionLite extension int index Object value com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension extensionLite public final com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableBuilder addExtension (com.android.adservices.jarjar.server.protobuf.ExtensionLite, java.lang.Object) com.android.adservices.jarjar.server.protobuf.ExtensionLite extension Object value com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension extensionLite public final com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableBuilder clearExtension (com.android.adservices.jarjar.server.protobuf.ExtensionLite) com.android.adservices.jarjar.server.protobuf.ExtensionLite extension com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension extensionLite public volatile synthetic com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite buildPartial () public volatile synthetic com.android.adservices.jarjar.server.protobuf.MessageLite buildPartial () }
com/android/adservices/jarjar/server/protobuf/GeneratedMessageLite$DefaultInstanceBasedParser.class
GeneratedMessageLite.java package com.android.adservices.jarjar.server.protobuf public com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$DefaultInstanceBasedParser extends com.android.adservices.jarjar.server.protobuf.AbstractParser { private final com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite defaultInstance public void <init> (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite) com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite defaultInstance public com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parsePartialFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite parsePartialFrom (byte[], int, int, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] input int offset int length com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public volatile synthetic com.android.adservices.jarjar.server.protobuf.MessageLite parsePartialFrom (byte[], int, int, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException }
com/android/adservices/jarjar/server/protobuf/GeneratedMessageLite$Builder.class
GeneratedMessageLite.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder extends com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder { private final com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite defaultInstance protected com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite instance protected void <init> (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite) com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite defaultInstance private com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite newMutableInstance () protected final void copyOnWrite () protected void copyOnWriteInternal () com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite newInstance public final boolean isInitialized () public final com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder clear () public com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder clone () com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder builder public com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite buildPartial () public final com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite build () com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite result protected com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder internalMergeFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite) com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite message public com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder mergeFrom (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite) com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite message private static void mergeFromInstance (java.lang.Object, java.lang.Object) Object dest Object src public com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite getDefaultInstanceForType () public com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder mergeFrom (byte[], int, int, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException e IndexOutOfBoundsException e java.io.IOException e byte[] input int offset int length com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder mergeFrom (byte[], int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] input int offset int length public com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder mergeFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException RuntimeException e com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry protected volatile synthetic com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder internalMergeFrom (com.android.adservices.jarjar.server.protobuf.AbstractMessageLite) public volatile synthetic com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder mergeFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (byte[], int, int, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (byte[], int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.android.adservices.jarjar.server.protobuf.MessageLite$Builder clone () public volatile synthetic com.android.adservices.jarjar.server.protobuf.MessageLite buildPartial () public volatile synthetic com.android.adservices.jarjar.server.protobuf.MessageLite build () public volatile synthetic com.android.adservices.jarjar.server.protobuf.MessageLite$Builder clear () public volatile synthetic com.android.adservices.jarjar.server.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException }
com/android/adservices/jarjar/server/protobuf/GeneratedMessageLite$1.class
GeneratedMessageLite.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$JavaType static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/GeneratedMessageInfoFactory.class
GeneratedMessageInfoFactory.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.GeneratedMessageInfoFactory extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageInfoFactory { private static final com.android.adservices.jarjar.server.protobuf.GeneratedMessageInfoFactory instance private void <init> () public static com.android.adservices.jarjar.server.protobuf.GeneratedMessageInfoFactory getInstance () public boolean isSupported (java.lang.Class) Class messageType public com.android.adservices.jarjar.server.protobuf.MessageInfo messageInfoFor (java.lang.Class) Exception e Class messageType static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/FloatValueOrBuilder.class
FloatValueOrBuilder.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.FloatValueOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract float getValue () }
com/android/adservices/jarjar/server/protobuf/FloatValue.class
FloatValue.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.FloatValue extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.FloatValueOrBuilder { public static final int VALUE_FIELD_NUMBER private float value_ private static final com.android.adservices.jarjar.server.protobuf.FloatValue DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public float getValue () private void setValue (float) float value private void clearValue () public static com.android.adservices.jarjar.server.protobuf.FloatValue parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.FloatValue parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.FloatValue parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.FloatValue parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.FloatValue parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.FloatValue parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.FloatValue parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.FloatValue parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.FloatValue parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.FloatValue parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.FloatValue parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.FloatValue parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.FloatValue$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.FloatValue$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.FloatValue) com.android.adservices.jarjar.server.protobuf.FloatValue prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.FloatValue getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.FloatValue of (float) float value public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.FloatValue defaultInstance }
com/android/adservices/jarjar/server/protobuf/FloatValue$Builder.class
FloatValue.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.FloatValue$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.FloatValueOrBuilder { private void <init> () public float getValue () public com.android.adservices.jarjar.server.protobuf.FloatValue$Builder setValue (float) float value public com.android.adservices.jarjar.server.protobuf.FloatValue$Builder clearValue () }
com/android/adservices/jarjar/server/protobuf/FloatValue$1.class
FloatValue.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.FloatValue$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/FloatArrayList.class
FloatArrayList.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.FloatArrayList extends com.android.adservices.jarjar.server.protobuf.AbstractProtobufList implements com.android.adservices.jarjar.server.protobuf.Internal$FloatList java.util.RandomAccess com.android.adservices.jarjar.server.protobuf.PrimitiveNonBoxingCollection { private static final com.android.adservices.jarjar.server.protobuf.FloatArrayList EMPTY_LIST private float[] array private int size public static com.android.adservices.jarjar.server.protobuf.FloatArrayList emptyList () void <init> () private void <init> (float[], int) float[] other int size protected void removeRange (int, int) int fromIndex int toIndex public boolean equals (java.lang.Object) int i Object o com.android.adservices.jarjar.server.protobuf.FloatArrayList other float[] arr public int hashCode () int i int result public com.android.adservices.jarjar.server.protobuf.Internal$FloatList mutableCopyWithCapacity (int) int capacity public java.lang.Float get (int) int index public float getFloat (int) int index public int indexOf (java.lang.Object) int i Object element float unboxedElement int numElems public boolean contains (java.lang.Object) Object element public int size () public java.lang.Float set (int, java.lang.Float) int index Float element public float setFloat (int, float) int index float element float previousValue public boolean add (java.lang.Float) Float element public void add (int, java.lang.Float) int index Float element public void addFloat (float) int length float[] newArray float element private void addFloat (int, float) int length float[] newArray int index float element public boolean addAll (java.util.Collection) java.util.Collection collection com.android.adservices.jarjar.server.protobuf.FloatArrayList list int overflow int newSize public java.lang.Float remove (int) int index float value private void ensureIndexInRange (int) int index private java.lang.String makeOutOfBoundsExceptionMessage (int) int index public volatile synthetic java.lang.Object set (int, java.lang.Object) public volatile synthetic java.lang.Object remove (int) public volatile synthetic void add (int, java.lang.Object) public volatile synthetic boolean add (java.lang.Object) public volatile synthetic com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) public volatile synthetic java.lang.Object get (int) static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/FieldType.class
FieldType.java package com.android.adservices.jarjar.server.protobuf public final enum com.android.adservices.jarjar.server.protobuf.FieldType extends java.lang.Enum { public static final enum com.android.adservices.jarjar.server.protobuf.FieldType DOUBLE public static final enum com.android.adservices.jarjar.server.protobuf.FieldType FLOAT public static final enum com.android.adservices.jarjar.server.protobuf.FieldType INT64 public static final enum com.android.adservices.jarjar.server.protobuf.FieldType UINT64 public static final enum com.android.adservices.jarjar.server.protobuf.FieldType INT32 public static final enum com.android.adservices.jarjar.server.protobuf.FieldType FIXED64 public static final enum com.android.adservices.jarjar.server.protobuf.FieldType FIXED32 public static final enum com.android.adservices.jarjar.server.protobuf.FieldType BOOL public static final enum com.android.adservices.jarjar.server.protobuf.FieldType STRING public static final enum com.android.adservices.jarjar.server.protobuf.FieldType MESSAGE public static final enum com.android.adservices.jarjar.server.protobuf.FieldType BYTES public static final enum com.android.adservices.jarjar.server.protobuf.FieldType UINT32 public static final enum com.android.adservices.jarjar.server.protobuf.FieldType ENUM public static final enum com.android.adservices.jarjar.server.protobuf.FieldType SFIXED32 public static final enum com.android.adservices.jarjar.server.protobuf.FieldType SFIXED64 public static final enum com.android.adservices.jarjar.server.protobuf.FieldType SINT32 public static final enum com.android.adservices.jarjar.server.protobuf.FieldType SINT64 public static final enum com.android.adservices.jarjar.server.protobuf.FieldType GROUP public static final enum com.android.adservices.jarjar.server.protobuf.FieldType DOUBLE_LIST public static final enum com.android.adservices.jarjar.server.protobuf.FieldType FLOAT_LIST public static final enum com.android.adservices.jarjar.server.protobuf.FieldType INT64_LIST public static final enum com.android.adservices.jarjar.server.protobuf.FieldType UINT64_LIST public static final enum com.android.adservices.jarjar.server.protobuf.FieldType INT32_LIST public static final enum com.android.adservices.jarjar.server.protobuf.FieldType FIXED64_LIST public static final enum com.android.adservices.jarjar.server.protobuf.FieldType FIXED32_LIST public static final enum com.android.adservices.jarjar.server.protobuf.FieldType BOOL_LIST public static final enum com.android.adservices.jarjar.server.protobuf.FieldType STRING_LIST public static final enum com.android.adservices.jarjar.server.protobuf.FieldType MESSAGE_LIST public static final enum com.android.adservices.jarjar.server.protobuf.FieldType BYTES_LIST public static final enum com.android.adservices.jarjar.server.protobuf.FieldType UINT32_LIST public static final enum com.android.adservices.jarjar.server.protobuf.FieldType ENUM_LIST public static final enum com.android.adservices.jarjar.server.protobuf.FieldType SFIXED32_LIST public static final enum com.android.adservices.jarjar.server.protobuf.FieldType SFIXED64_LIST public static final enum com.android.adservices.jarjar.server.protobuf.FieldType SINT32_LIST public static final enum com.android.adservices.jarjar.server.protobuf.FieldType SINT64_LIST public static final enum com.android.adservices.jarjar.server.protobuf.FieldType DOUBLE_LIST_PACKED public static final enum com.android.adservices.jarjar.server.protobuf.FieldType FLOAT_LIST_PACKED public static final enum com.android.adservices.jarjar.server.protobuf.FieldType INT64_LIST_PACKED public static final enum com.android.adservices.jarjar.server.protobuf.FieldType UINT64_LIST_PACKED public static final enum com.android.adservices.jarjar.server.protobuf.FieldType INT32_LIST_PACKED public static final enum com.android.adservices.jarjar.server.protobuf.FieldType FIXED64_LIST_PACKED public static final enum com.android.adservices.jarjar.server.protobuf.FieldType FIXED32_LIST_PACKED public static final enum com.android.adservices.jarjar.server.protobuf.FieldType BOOL_LIST_PACKED public static final enum com.android.adservices.jarjar.server.protobuf.FieldType UINT32_LIST_PACKED public static final enum com.android.adservices.jarjar.server.protobuf.FieldType ENUM_LIST_PACKED public static final enum com.android.adservices.jarjar.server.protobuf.FieldType SFIXED32_LIST_PACKED public static final enum com.android.adservices.jarjar.server.protobuf.FieldType SFIXED64_LIST_PACKED public static final enum com.android.adservices.jarjar.server.protobuf.FieldType SINT32_LIST_PACKED public static final enum com.android.adservices.jarjar.server.protobuf.FieldType SINT64_LIST_PACKED public static final enum com.android.adservices.jarjar.server.protobuf.FieldType GROUP_LIST public static final enum com.android.adservices.jarjar.server.protobuf.FieldType MAP private final com.android.adservices.jarjar.server.protobuf.JavaType javaType private final int id private final com.android.adservices.jarjar.server.protobuf.FieldType$Collection collection private final Class elementType private final boolean primitiveScalar private static final com.android.adservices.jarjar.server.protobuf.FieldType[] VALUES private static final java.lang.reflect.Type[] EMPTY_TYPES private static final synthetic com.android.adservices.jarjar.server.protobuf.FieldType[] $VALUES public static com.android.adservices.jarjar.server.protobuf.FieldType[] values () public static com.android.adservices.jarjar.server.protobuf.FieldType valueOf (java.lang.String) String name private void <init> (java.lang.String, int, int, com.android.adservices.jarjar.server.protobuf.FieldType$Collection, com.android.adservices.jarjar.server.protobuf.JavaType) int id com.android.adservices.jarjar.server.protobuf.FieldType$Collection collection com.android.adservices.jarjar.server.protobuf.JavaType javaType boolean primitiveScalar public int id () public com.android.adservices.jarjar.server.protobuf.JavaType getJavaType () public boolean isPacked () public boolean isPrimitiveScalar () public boolean isScalar () public boolean isList () public boolean isMap () public boolean isValidForField (java.lang.reflect.Field) java.lang.reflect.Field field private boolean isValidForList (java.lang.reflect.Field) java.lang.reflect.Field field Class clazz java.lang.reflect.Type[] types java.lang.reflect.Type genericType java.lang.reflect.Type listParameter public static com.android.adservices.jarjar.server.protobuf.FieldType forId (int) int id private static java.lang.reflect.Type getGenericSuperList (java.lang.Class) java.lang.reflect.ParameterizedType parameterizedType Class rawType java.lang.reflect.Type genericInterface java.lang.reflect.ParameterizedType parameterizedType Class rawType Class clazz java.lang.reflect.Type[] genericInterfaces java.lang.reflect.Type type private static java.lang.reflect.Type getListParameter (java.lang.Class, java.lang.reflect.Type[]) java.lang.reflect.Type realType int j java.lang.reflect.TypeVariable[] clazzParams boolean foundReplacement java.lang.reflect.Type superArg int i java.lang.reflect.ParameterizedType parameterizedType java.lang.reflect.Type[] superArgs Class parent Class iface java.lang.reflect.Type genericType Class clazz java.lang.reflect.Type[] realTypes private static synthetic com.android.adservices.jarjar.server.protobuf.FieldType[] $values () static void <clinit> () com.android.adservices.jarjar.server.protobuf.FieldType type com.android.adservices.jarjar.server.protobuf.FieldType[] values }
com/android/adservices/jarjar/server/protobuf/FieldType$Collection.class
FieldType.java package com.android.adservices.jarjar.server.protobuf final enum com.android.adservices.jarjar.server.protobuf.FieldType$Collection extends java.lang.Enum { public static final enum com.android.adservices.jarjar.server.protobuf.FieldType$Collection SCALAR public static final enum com.android.adservices.jarjar.server.protobuf.FieldType$Collection VECTOR public static final enum com.android.adservices.jarjar.server.protobuf.FieldType$Collection PACKED_VECTOR public static final enum com.android.adservices.jarjar.server.protobuf.FieldType$Collection MAP private final boolean isList private static final synthetic com.android.adservices.jarjar.server.protobuf.FieldType$Collection[] $VALUES public static com.android.adservices.jarjar.server.protobuf.FieldType$Collection[] values () public static com.android.adservices.jarjar.server.protobuf.FieldType$Collection valueOf (java.lang.String) String name private void <init> (java.lang.String, int, boolean) boolean isList public boolean isList () private static synthetic com.android.adservices.jarjar.server.protobuf.FieldType$Collection[] $values () static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/FieldType$1.class
FieldType.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.FieldType$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$JavaType static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/FieldSet.class
FieldSet.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.FieldSet extends java.lang.Object { private static final int DEFAULT_FIELD_MAP_ARRAY_SIZE private final com.android.adservices.jarjar.server.protobuf.SmallSortedMap fields private boolean isImmutable private boolean hasLazyField private static final com.android.adservices.jarjar.server.protobuf.FieldSet DEFAULT_INSTANCE private void <init> () private void <init> (boolean) boolean dummy private void <init> (com.android.adservices.jarjar.server.protobuf.SmallSortedMap) com.android.adservices.jarjar.server.protobuf.SmallSortedMap fields public static com.android.adservices.jarjar.server.protobuf.FieldSet newFieldSet () public static com.android.adservices.jarjar.server.protobuf.FieldSet emptySet () public static com.android.adservices.jarjar.server.protobuf.FieldSet$Builder newBuilder () boolean isEmpty () public void makeImmutable () java.util.Map$Entry entry int i public boolean isImmutable () public boolean equals (java.lang.Object) Object o com.android.adservices.jarjar.server.protobuf.FieldSet other public int hashCode () public com.android.adservices.jarjar.server.protobuf.FieldSet clone () java.util.Map$Entry entry int i java.util.Map$Entry entry com.android.adservices.jarjar.server.protobuf.FieldSet clone public void clear () public java.util.Map getAllFields () com.android.adservices.jarjar.server.protobuf.SmallSortedMap result private static com.android.adservices.jarjar.server.protobuf.SmallSortedMap cloneAllFieldsMap (com.android.adservices.jarjar.server.protobuf.SmallSortedMap, boolean) int i java.util.Map$Entry entry com.android.adservices.jarjar.server.protobuf.SmallSortedMap fields boolean copyList com.android.adservices.jarjar.server.protobuf.SmallSortedMap result private static void cloneFieldEntry (java.util.Map, java.util.Map$Entry, boolean) java.util.Map map java.util.Map$Entry entry boolean copyList com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite key Object value public java.util.Iterator iterator () java.util.Iterator descendingIterator () public boolean hasField (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite) com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite descriptor public java.lang.Object getField (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite) com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite descriptor Object o public void setField (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object) Object element java.util.List newList com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite descriptor Object value public void clearField (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite) com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite descriptor public int getRepeatedFieldCount (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite) com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite descriptor Object value public java.lang.Object getRepeatedField (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite, int) com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite descriptor int index Object value public void setRepeatedField (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite, int, java.lang.Object) com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite descriptor int index Object value Object list public void addRepeatedField (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object) java.util.List list com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite descriptor Object value Object existingValue java.util.List list private void verifyType (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object) com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite descriptor Object value private static boolean isValidType (com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, java.lang.Object) com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType type Object value public boolean isInitialized () int i java.util.Map$Entry entry private static boolean isInitialized (java.util.Map$Entry) Object element java.util.Map$Entry entry com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite descriptor private static boolean isMessageFieldValueInitialized (java.lang.Object) Object value static int getWireFormatForFieldType (com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, boolean) com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType type boolean isPacked public void mergeFrom (com.android.adservices.jarjar.server.protobuf.FieldSet) int i java.util.Map$Entry entry com.android.adservices.jarjar.server.protobuf.FieldSet other private static java.lang.Object cloneIfMutable (java.lang.Object) byte[] bytes byte[] copy Object value private void mergeFromField (java.util.Map$Entry) Object element Object value Object value java.util.Map$Entry entry com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite descriptor Object otherValue public static java.lang.Object readPrimitiveField (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, boolean) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType type boolean checkUtf8 public void writeTo (com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException java.util.Map$Entry entry int i java.util.Map$Entry entry com.android.adservices.jarjar.server.protobuf.CodedOutputStream output public void writeMessageSetTo (com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException int i java.util.Map$Entry entry com.android.adservices.jarjar.server.protobuf.CodedOutputStream output private void writeMessageSetTo (java.util.Map$Entry, com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException Object value java.util.Map$Entry entry com.android.adservices.jarjar.server.protobuf.CodedOutputStream output com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite descriptor static void writeElement (com.android.adservices.jarjar.server.protobuf.CodedOutputStream, com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, int, java.lang.Object) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedOutputStream output com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType type int number Object value static void writeElementNoTag (com.android.adservices.jarjar.server.protobuf.CodedOutputStream, com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, java.lang.Object) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedOutputStream output com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType type Object value public static void writeField (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object, com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException Object element Object element int dataSize Object element java.util.List valueList com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite descriptor Object value com.android.adservices.jarjar.server.protobuf.CodedOutputStream output com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType type int number public int getSerializedSize () java.util.Map$Entry entry int i java.util.Map$Entry entry int size public int getMessageSetSerializedSize () int i java.util.Map$Entry entry int size private int getMessageSetSerializedSize (java.util.Map$Entry) java.util.Map$Entry entry com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite descriptor Object value static int computeElementSize (com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, int, java.lang.Object) com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType type int number Object value int tagSize static int computeElementSizeNoTag (com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, java.lang.Object) com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType type Object value public static int computeFieldSize (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object) Object element int dataSize Object element int size com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite descriptor Object value com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType type int number public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException static synthetic com.android.adservices.jarjar.server.protobuf.SmallSortedMap access$100 (com.android.adservices.jarjar.server.protobuf.SmallSortedMap, boolean) com.android.adservices.jarjar.server.protobuf.SmallSortedMap x0 boolean x1 synthetic void <init> (com.android.adservices.jarjar.server.protobuf.SmallSortedMap, com.android.adservices.jarjar.server.protobuf.FieldSet$1) com.android.adservices.jarjar.server.protobuf.SmallSortedMap x0 com.android.adservices.jarjar.server.protobuf.FieldSet$1 x1 static synthetic boolean access$302 (com.android.adservices.jarjar.server.protobuf.FieldSet, boolean) com.android.adservices.jarjar.server.protobuf.FieldSet x0 boolean x1 static synthetic com.android.adservices.jarjar.server.protobuf.SmallSortedMap access$400 (com.android.adservices.jarjar.server.protobuf.FieldSet) com.android.adservices.jarjar.server.protobuf.FieldSet x0 static synthetic boolean access$300 (com.android.adservices.jarjar.server.protobuf.FieldSet) com.android.adservices.jarjar.server.protobuf.FieldSet x0 static synthetic boolean access$500 (com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, java.lang.Object) com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType x0 Object x1 static synthetic boolean access$600 (java.util.Map$Entry) java.util.Map$Entry x0 static synthetic java.lang.Object access$700 (java.lang.Object) Object x0 static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/FieldSet$FieldDescriptorLite.class
FieldSet.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite extends java.lang.Object implements java.lang.Comparable { public abstract int getNumber () public abstract com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType getLiteType () public abstract com.android.adservices.jarjar.server.protobuf.WireFormat$JavaType getLiteJavaType () public abstract boolean isRepeated () public abstract boolean isPacked () public abstract com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap getEnumType () public abstract com.android.adservices.jarjar.server.protobuf.MessageLite$Builder internalMergeFrom (com.android.adservices.jarjar.server.protobuf.MessageLite$Builder, com.android.adservices.jarjar.server.protobuf.MessageLite) }
com/android/adservices/jarjar/server/protobuf/FieldSet$Builder.class
FieldSet.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.FieldSet$Builder extends java.lang.Object { private com.android.adservices.jarjar.server.protobuf.SmallSortedMap fields private boolean hasLazyField private boolean isMutable private boolean hasNestedBuilders private void <init> () private void <init> (com.android.adservices.jarjar.server.protobuf.SmallSortedMap) com.android.adservices.jarjar.server.protobuf.SmallSortedMap fields public com.android.adservices.jarjar.server.protobuf.FieldSet build () public com.android.adservices.jarjar.server.protobuf.FieldSet buildPartial () private com.android.adservices.jarjar.server.protobuf.FieldSet buildImpl (boolean) boolean partial com.android.adservices.jarjar.server.protobuf.SmallSortedMap fieldsForBuild com.android.adservices.jarjar.server.protobuf.FieldSet fieldSet private static void replaceBuilders (com.android.adservices.jarjar.server.protobuf.SmallSortedMap, boolean) int i java.util.Map$Entry entry com.android.adservices.jarjar.server.protobuf.SmallSortedMap fieldMap boolean partial private static void replaceBuilders (java.util.Map$Entry, boolean) java.util.Map$Entry entry boolean partial private static java.lang.Object replaceBuilders (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object, boolean) Object oldElement Object newElement int i java.util.List list com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite descriptor Object value boolean partial private static java.lang.Object replaceBuilder (java.lang.Object, boolean) Object value boolean partial com.android.adservices.jarjar.server.protobuf.MessageLite$Builder builder public static com.android.adservices.jarjar.server.protobuf.FieldSet$Builder fromFieldSet (com.android.adservices.jarjar.server.protobuf.FieldSet) com.android.adservices.jarjar.server.protobuf.FieldSet fieldSet com.android.adservices.jarjar.server.protobuf.FieldSet$Builder builder public java.util.Map getAllFields () com.android.adservices.jarjar.server.protobuf.SmallSortedMap result public boolean hasField (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite) com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite descriptor public java.lang.Object getField (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite) com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite descriptor Object value java.lang.Object getFieldAllowBuilders (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite) com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite descriptor Object o private void ensureIsMutable () public void setField (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object) Object element java.util.List newList com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite descriptor Object value public void clearField (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite) com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite descriptor public int getRepeatedFieldCount (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite) com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite descriptor Object value public java.lang.Object getRepeatedField (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite, int) com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite descriptor int index Object value java.lang.Object getRepeatedFieldAllowBuilders (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite, int) com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite descriptor int index Object value public void setRepeatedField (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite, int, java.lang.Object) com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite descriptor int index Object value Object list public void addRepeatedField (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object) java.util.List list com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite descriptor Object value Object existingValue java.util.List list private void verifyType (com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object) com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite descriptor Object value public boolean isInitialized () int i java.util.Map$Entry entry public void mergeFrom (com.android.adservices.jarjar.server.protobuf.FieldSet) int i java.util.Map$Entry entry com.android.adservices.jarjar.server.protobuf.FieldSet other private void mergeFromField (java.util.Map$Entry) Object element java.util.List value Object value java.util.Map$Entry entry com.android.adservices.jarjar.server.protobuf.FieldSet$FieldDescriptorLite descriptor Object otherValue synthetic void <init> (com.android.adservices.jarjar.server.protobuf.FieldSet$1) com.android.adservices.jarjar.server.protobuf.FieldSet$1 x0 }
com/android/adservices/jarjar/server/protobuf/FieldSet$1.class
FieldSet.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.FieldSet$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$JavaType static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/FieldOrBuilder.class
FieldOrBuilder.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.FieldOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract int getKindValue () public abstract com.android.adservices.jarjar.server.protobuf.Field$Kind getKind () public abstract int getCardinalityValue () public abstract com.android.adservices.jarjar.server.protobuf.Field$Cardinality getCardinality () public abstract int getNumber () public abstract java.lang.String getName () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () public abstract java.lang.String getTypeUrl () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getTypeUrlBytes () public abstract int getOneofIndex () public abstract boolean getPacked () public abstract java.util.List getOptionsList () public abstract com.android.adservices.jarjar.server.protobuf.Option getOptions (int) public abstract int getOptionsCount () public abstract java.lang.String getJsonName () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getJsonNameBytes () public abstract java.lang.String getDefaultValue () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getDefaultValueBytes () }
com/android/adservices/jarjar/server/protobuf/FieldMaskProto.class
FieldMaskProto.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.FieldMaskProto extends java.lang.Object { private void <init> () public static void registerAllExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite registry static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/FieldMaskOrBuilder.class
FieldMaskOrBuilder.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.FieldMaskOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract java.util.List getPathsList () public abstract int getPathsCount () public abstract java.lang.String getPaths (int) public abstract com.android.adservices.jarjar.server.protobuf.ByteString getPathsBytes (int) }
com/android/adservices/jarjar/server/protobuf/FieldMask.class
FieldMask.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.FieldMask extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.FieldMaskOrBuilder { public static final int PATHS_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList paths_ private static final com.android.adservices.jarjar.server.protobuf.FieldMask DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public java.util.List getPathsList () public int getPathsCount () public java.lang.String getPaths (int) int index public com.android.adservices.jarjar.server.protobuf.ByteString getPathsBytes (int) int index private void ensurePathsIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setPaths (int, java.lang.String) int index String value private void addPaths (java.lang.String) String value private void addAllPaths (java.lang.Iterable) Iterable values private void clearPaths () private void addPathsBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public static com.android.adservices.jarjar.server.protobuf.FieldMask parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.FieldMask parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.FieldMask parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.FieldMask parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.FieldMask parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.FieldMask parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.FieldMask parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.FieldMask parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.FieldMask parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.FieldMask parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.FieldMask parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.FieldMask parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.FieldMask$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.FieldMask$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.FieldMask) com.android.adservices.jarjar.server.protobuf.FieldMask prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.FieldMask getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.FieldMask defaultInstance }
com/android/adservices/jarjar/server/protobuf/FieldMask$Builder.class
FieldMask.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.FieldMask$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.FieldMaskOrBuilder { private void <init> () public java.util.List getPathsList () public int getPathsCount () public java.lang.String getPaths (int) int index public com.android.adservices.jarjar.server.protobuf.ByteString getPathsBytes (int) int index public com.android.adservices.jarjar.server.protobuf.FieldMask$Builder setPaths (int, java.lang.String) int index String value public com.android.adservices.jarjar.server.protobuf.FieldMask$Builder addPaths (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.FieldMask$Builder addAllPaths (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.FieldMask$Builder clearPaths () public com.android.adservices.jarjar.server.protobuf.FieldMask$Builder addPathsBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value }
com/android/adservices/jarjar/server/protobuf/FieldMask$1.class
FieldMask.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.FieldMask$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/FieldInfo.class
FieldInfo.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.FieldInfo extends java.lang.Object implements java.lang.Comparable { private final java.lang.reflect.Field field private final com.android.adservices.jarjar.server.protobuf.FieldType type private final Class messageClass private final int fieldNumber private final java.lang.reflect.Field presenceField private final int presenceMask private final boolean required private final boolean enforceUtf8 private final com.android.adservices.jarjar.server.protobuf.OneofInfo oneof private final java.lang.reflect.Field cachedSizeField private final Class oneofStoredType private final Object mapDefaultEntry private final com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier enumVerifier public static com.android.adservices.jarjar.server.protobuf.FieldInfo forField (java.lang.reflect.Field, int, com.android.adservices.jarjar.server.protobuf.FieldType, boolean) java.lang.reflect.Field field int fieldNumber com.android.adservices.jarjar.server.protobuf.FieldType fieldType boolean enforceUtf8 public static com.android.adservices.jarjar.server.protobuf.FieldInfo forPackedField (java.lang.reflect.Field, int, com.android.adservices.jarjar.server.protobuf.FieldType, java.lang.reflect.Field) java.lang.reflect.Field field int fieldNumber com.android.adservices.jarjar.server.protobuf.FieldType fieldType java.lang.reflect.Field cachedSizeField public static com.android.adservices.jarjar.server.protobuf.FieldInfo forRepeatedMessageField (java.lang.reflect.Field, int, com.android.adservices.jarjar.server.protobuf.FieldType, java.lang.Class) java.lang.reflect.Field field int fieldNumber com.android.adservices.jarjar.server.protobuf.FieldType fieldType Class messageClass public static com.android.adservices.jarjar.server.protobuf.FieldInfo forFieldWithEnumVerifier (java.lang.reflect.Field, int, com.android.adservices.jarjar.server.protobuf.FieldType, com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier) java.lang.reflect.Field field int fieldNumber com.android.adservices.jarjar.server.protobuf.FieldType fieldType com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier enumVerifier public static com.android.adservices.jarjar.server.protobuf.FieldInfo forPackedFieldWithEnumVerifier (java.lang.reflect.Field, int, com.android.adservices.jarjar.server.protobuf.FieldType, com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier, java.lang.reflect.Field) java.lang.reflect.Field field int fieldNumber com.android.adservices.jarjar.server.protobuf.FieldType fieldType com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier enumVerifier java.lang.reflect.Field cachedSizeField public static com.android.adservices.jarjar.server.protobuf.FieldInfo forProto2OptionalField (java.lang.reflect.Field, int, com.android.adservices.jarjar.server.protobuf.FieldType, java.lang.reflect.Field, int, boolean, com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier) java.lang.reflect.Field field int fieldNumber com.android.adservices.jarjar.server.protobuf.FieldType fieldType java.lang.reflect.Field presenceField int presenceMask boolean enforceUtf8 com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier enumVerifier public static com.android.adservices.jarjar.server.protobuf.FieldInfo forOneofMemberField (int, com.android.adservices.jarjar.server.protobuf.FieldType, com.android.adservices.jarjar.server.protobuf.OneofInfo, java.lang.Class, boolean, com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier) int fieldNumber com.android.adservices.jarjar.server.protobuf.FieldType fieldType com.android.adservices.jarjar.server.protobuf.OneofInfo oneof Class oneofStoredType boolean enforceUtf8 com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier enumVerifier private static void checkFieldNumber (int) int fieldNumber public static com.android.adservices.jarjar.server.protobuf.FieldInfo forProto2RequiredField (java.lang.reflect.Field, int, com.android.adservices.jarjar.server.protobuf.FieldType, java.lang.reflect.Field, int, boolean, com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier) java.lang.reflect.Field field int fieldNumber com.android.adservices.jarjar.server.protobuf.FieldType fieldType java.lang.reflect.Field presenceField int presenceMask boolean enforceUtf8 com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier enumVerifier public static com.android.adservices.jarjar.server.protobuf.FieldInfo forMapField (java.lang.reflect.Field, int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier) java.lang.reflect.Field field int fieldNumber Object mapDefaultEntry com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier enumVerifier private void <init> (java.lang.reflect.Field, int, com.android.adservices.jarjar.server.protobuf.FieldType, java.lang.Class, java.lang.reflect.Field, int, boolean, boolean, com.android.adservices.jarjar.server.protobuf.OneofInfo, java.lang.Class, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier, java.lang.reflect.Field) java.lang.reflect.Field field int fieldNumber com.android.adservices.jarjar.server.protobuf.FieldType type Class messageClass java.lang.reflect.Field presenceField int presenceMask boolean required boolean enforceUtf8 com.android.adservices.jarjar.server.protobuf.OneofInfo oneof Class oneofStoredType Object mapDefaultEntry com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier enumVerifier java.lang.reflect.Field cachedSizeField public int getFieldNumber () public java.lang.reflect.Field getField () public com.android.adservices.jarjar.server.protobuf.FieldType getType () public com.android.adservices.jarjar.server.protobuf.OneofInfo getOneof () public java.lang.Class getOneofStoredType () public com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier getEnumVerifier () public int compareTo (com.android.adservices.jarjar.server.protobuf.FieldInfo) com.android.adservices.jarjar.server.protobuf.FieldInfo o public java.lang.Class getListElementType () public java.lang.reflect.Field getPresenceField () public java.lang.Object getMapDefaultEntry () public int getPresenceMask () public boolean isRequired () public boolean isEnforceUtf8 () public java.lang.reflect.Field getCachedSizeField () public java.lang.Class getMessageFieldClass () public static com.android.adservices.jarjar.server.protobuf.FieldInfo$Builder newBuilder () private static boolean isExactlyOneBitSet (int) int value public volatile synthetic int compareTo (java.lang.Object) }
com/android/adservices/jarjar/server/protobuf/FieldInfo$Builder.class
FieldInfo.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.FieldInfo$Builder extends java.lang.Object { private java.lang.reflect.Field field private com.android.adservices.jarjar.server.protobuf.FieldType type private int fieldNumber private java.lang.reflect.Field presenceField private int presenceMask private boolean required private boolean enforceUtf8 private com.android.adservices.jarjar.server.protobuf.OneofInfo oneof private Class oneofStoredType private Object mapDefaultEntry private com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier enumVerifier private java.lang.reflect.Field cachedSizeField private void <init> () public com.android.adservices.jarjar.server.protobuf.FieldInfo$Builder withField (java.lang.reflect.Field) java.lang.reflect.Field field public com.android.adservices.jarjar.server.protobuf.FieldInfo$Builder withType (com.android.adservices.jarjar.server.protobuf.FieldType) com.android.adservices.jarjar.server.protobuf.FieldType type public com.android.adservices.jarjar.server.protobuf.FieldInfo$Builder withFieldNumber (int) int fieldNumber public com.android.adservices.jarjar.server.protobuf.FieldInfo$Builder withPresence (java.lang.reflect.Field, int) java.lang.reflect.Field presenceField int presenceMask public com.android.adservices.jarjar.server.protobuf.FieldInfo$Builder withOneof (com.android.adservices.jarjar.server.protobuf.OneofInfo, java.lang.Class) com.android.adservices.jarjar.server.protobuf.OneofInfo oneof Class oneofStoredType public com.android.adservices.jarjar.server.protobuf.FieldInfo$Builder withRequired (boolean) boolean required public com.android.adservices.jarjar.server.protobuf.FieldInfo$Builder withMapDefaultEntry (java.lang.Object) Object mapDefaultEntry public com.android.adservices.jarjar.server.protobuf.FieldInfo$Builder withEnforceUtf8 (boolean) boolean enforceUtf8 public com.android.adservices.jarjar.server.protobuf.FieldInfo$Builder withEnumVerifier (com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier) com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier enumVerifier public com.android.adservices.jarjar.server.protobuf.FieldInfo$Builder withCachedSizeField (java.lang.reflect.Field) java.lang.reflect.Field cachedSizeField public com.android.adservices.jarjar.server.protobuf.FieldInfo build () synthetic void <init> (com.android.adservices.jarjar.server.protobuf.FieldInfo$1) com.android.adservices.jarjar.server.protobuf.FieldInfo$1 x0 }
com/android/adservices/jarjar/server/protobuf/FieldInfo$1.class
FieldInfo.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.FieldInfo$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$FieldType static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/Field.class
Field.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.Field extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.FieldOrBuilder { public static final int KIND_FIELD_NUMBER private int kind_ public static final int CARDINALITY_FIELD_NUMBER private int cardinality_ public static final int NUMBER_FIELD_NUMBER private int number_ public static final int NAME_FIELD_NUMBER private String name_ public static final int TYPE_URL_FIELD_NUMBER private String typeUrl_ public static final int ONEOF_INDEX_FIELD_NUMBER private int oneofIndex_ public static final int PACKED_FIELD_NUMBER private boolean packed_ public static final int OPTIONS_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList options_ public static final int JSON_NAME_FIELD_NUMBER private String jsonName_ public static final int DEFAULT_VALUE_FIELD_NUMBER private String defaultValue_ private static final com.android.adservices.jarjar.server.protobuf.Field DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public int getKindValue () public com.android.adservices.jarjar.server.protobuf.Field$Kind getKind () com.android.adservices.jarjar.server.protobuf.Field$Kind result private void setKindValue (int) int value private void setKind (com.android.adservices.jarjar.server.protobuf.Field$Kind) com.android.adservices.jarjar.server.protobuf.Field$Kind value private void clearKind () public int getCardinalityValue () public com.android.adservices.jarjar.server.protobuf.Field$Cardinality getCardinality () com.android.adservices.jarjar.server.protobuf.Field$Cardinality result private void setCardinalityValue (int) int value private void setCardinality (com.android.adservices.jarjar.server.protobuf.Field$Cardinality) com.android.adservices.jarjar.server.protobuf.Field$Cardinality value private void clearCardinality () public int getNumber () private void setNumber (int) int value private void clearNumber () public java.lang.String getName () public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () private void setName (java.lang.String) String value private void clearName () private void setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public java.lang.String getTypeUrl () public com.android.adservices.jarjar.server.protobuf.ByteString getTypeUrlBytes () private void setTypeUrl (java.lang.String) String value private void clearTypeUrl () private void setTypeUrlBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public int getOneofIndex () private void setOneofIndex (int) int value private void clearOneofIndex () public boolean getPacked () private void setPacked (boolean) boolean value private void clearPacked () public java.util.List getOptionsList () public java.util.List getOptionsOrBuilderList () public int getOptionsCount () public com.android.adservices.jarjar.server.protobuf.Option getOptions (int) int index public com.android.adservices.jarjar.server.protobuf.OptionOrBuilder getOptionsOrBuilder (int) int index private void ensureOptionsIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setOptions (int, com.android.adservices.jarjar.server.protobuf.Option) int index com.android.adservices.jarjar.server.protobuf.Option value private void addOptions (com.android.adservices.jarjar.server.protobuf.Option) com.android.adservices.jarjar.server.protobuf.Option value private void addOptions (int, com.android.adservices.jarjar.server.protobuf.Option) int index com.android.adservices.jarjar.server.protobuf.Option value private void addAllOptions (java.lang.Iterable) Iterable values private void clearOptions () private void removeOptions (int) int index public java.lang.String getJsonName () public com.android.adservices.jarjar.server.protobuf.ByteString getJsonNameBytes () private void setJsonName (java.lang.String) String value private void clearJsonName () private void setJsonNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public java.lang.String getDefaultValue () public com.android.adservices.jarjar.server.protobuf.ByteString getDefaultValueBytes () private void setDefaultValue (java.lang.String) String value private void clearDefaultValue () private void setDefaultValueBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public static com.android.adservices.jarjar.server.protobuf.Field parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.Field parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Field parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.Field parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Field parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.Field parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Field parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.Field parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Field parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.Field parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Field parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.Field parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Field$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.Field$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.Field) com.android.adservices.jarjar.server.protobuf.Field prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.Field getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.Field defaultInstance }
com/android/adservices/jarjar/server/protobuf/Field$Kind.class
Field.java package com.android.adservices.jarjar.server.protobuf public final enum com.android.adservices.jarjar.server.protobuf.Field$Kind extends java.lang.Enum implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLite { public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_UNKNOWN public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_DOUBLE public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_FLOAT public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_INT64 public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_UINT64 public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_INT32 public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_FIXED64 public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_FIXED32 public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_BOOL public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_STRING public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_GROUP public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_MESSAGE public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_BYTES public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_UINT32 public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_ENUM public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_SFIXED32 public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_SFIXED64 public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_SINT32 public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind TYPE_SINT64 public static final enum com.android.adservices.jarjar.server.protobuf.Field$Kind UNRECOGNIZED public static final int TYPE_UNKNOWN_VALUE public static final int TYPE_DOUBLE_VALUE public static final int TYPE_FLOAT_VALUE public static final int TYPE_INT64_VALUE public static final int TYPE_UINT64_VALUE public static final int TYPE_INT32_VALUE public static final int TYPE_FIXED64_VALUE public static final int TYPE_FIXED32_VALUE public static final int TYPE_BOOL_VALUE public static final int TYPE_STRING_VALUE public static final int TYPE_GROUP_VALUE public static final int TYPE_MESSAGE_VALUE public static final int TYPE_BYTES_VALUE public static final int TYPE_UINT32_VALUE public static final int TYPE_ENUM_VALUE public static final int TYPE_SFIXED32_VALUE public static final int TYPE_SFIXED64_VALUE public static final int TYPE_SINT32_VALUE public static final int TYPE_SINT64_VALUE private static final com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalValueMap private final int value private static final synthetic com.android.adservices.jarjar.server.protobuf.Field$Kind[] $VALUES public static com.android.adservices.jarjar.server.protobuf.Field$Kind[] values () public static com.android.adservices.jarjar.server.protobuf.Field$Kind valueOf (java.lang.String) String name public final int getNumber () public static com.android.adservices.jarjar.server.protobuf.Field$Kind valueOf (int) int value public static com.android.adservices.jarjar.server.protobuf.Field$Kind forNumber (int) int value public static com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalGetValueMap () public static com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier internalGetVerifier () private void <init> (java.lang.String, int, int) int value private static synthetic com.android.adservices.jarjar.server.protobuf.Field$Kind[] $values () static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/Field$Kind$KindVerifier.class
Field.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.Field$Kind$KindVerifier extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier { static final com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier INSTANCE private void <init> () public boolean isInRange (int) int number static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/Field$Kind$1.class
Field.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.Field$Kind$1 extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap { void <init> () public com.android.adservices.jarjar.server.protobuf.Field$Kind findValueByNumber (int) int number public volatile synthetic com.android.adservices.jarjar.server.protobuf.Internal$EnumLite findValueByNumber (int) }
com/android/adservices/jarjar/server/protobuf/Field$Cardinality.class
Field.java package com.android.adservices.jarjar.server.protobuf public final enum com.android.adservices.jarjar.server.protobuf.Field$Cardinality extends java.lang.Enum implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLite { public static final enum com.android.adservices.jarjar.server.protobuf.Field$Cardinality CARDINALITY_UNKNOWN public static final enum com.android.adservices.jarjar.server.protobuf.Field$Cardinality CARDINALITY_OPTIONAL public static final enum com.android.adservices.jarjar.server.protobuf.Field$Cardinality CARDINALITY_REQUIRED public static final enum com.android.adservices.jarjar.server.protobuf.Field$Cardinality CARDINALITY_REPEATED public static final enum com.android.adservices.jarjar.server.protobuf.Field$Cardinality UNRECOGNIZED public static final int CARDINALITY_UNKNOWN_VALUE public static final int CARDINALITY_OPTIONAL_VALUE public static final int CARDINALITY_REQUIRED_VALUE public static final int CARDINALITY_REPEATED_VALUE private static final com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalValueMap private final int value private static final synthetic com.android.adservices.jarjar.server.protobuf.Field$Cardinality[] $VALUES public static com.android.adservices.jarjar.server.protobuf.Field$Cardinality[] values () public static com.android.adservices.jarjar.server.protobuf.Field$Cardinality valueOf (java.lang.String) String name public final int getNumber () public static com.android.adservices.jarjar.server.protobuf.Field$Cardinality valueOf (int) int value public static com.android.adservices.jarjar.server.protobuf.Field$Cardinality forNumber (int) int value public static com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalGetValueMap () public static com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier internalGetVerifier () private void <init> (java.lang.String, int, int) int value private static synthetic com.android.adservices.jarjar.server.protobuf.Field$Cardinality[] $values () static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/Field$Cardinality$CardinalityVerifier.class
Field.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.Field$Cardinality$CardinalityVerifier extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier { static final com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier INSTANCE private void <init> () public boolean isInRange (int) int number static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/Field$Cardinality$1.class
Field.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.Field$Cardinality$1 extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap { void <init> () public com.android.adservices.jarjar.server.protobuf.Field$Cardinality findValueByNumber (int) int number public volatile synthetic com.android.adservices.jarjar.server.protobuf.Internal$EnumLite findValueByNumber (int) }
com/android/adservices/jarjar/server/protobuf/Field$Builder.class
Field.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.Field$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.FieldOrBuilder { private void <init> () public int getKindValue () public com.android.adservices.jarjar.server.protobuf.Field$Builder setKindValue (int) int value public com.android.adservices.jarjar.server.protobuf.Field$Kind getKind () public com.android.adservices.jarjar.server.protobuf.Field$Builder setKind (com.android.adservices.jarjar.server.protobuf.Field$Kind) com.android.adservices.jarjar.server.protobuf.Field$Kind value public com.android.adservices.jarjar.server.protobuf.Field$Builder clearKind () public int getCardinalityValue () public com.android.adservices.jarjar.server.protobuf.Field$Builder setCardinalityValue (int) int value public com.android.adservices.jarjar.server.protobuf.Field$Cardinality getCardinality () public com.android.adservices.jarjar.server.protobuf.Field$Builder setCardinality (com.android.adservices.jarjar.server.protobuf.Field$Cardinality) com.android.adservices.jarjar.server.protobuf.Field$Cardinality value public com.android.adservices.jarjar.server.protobuf.Field$Builder clearCardinality () public int getNumber () public com.android.adservices.jarjar.server.protobuf.Field$Builder setNumber (int) int value public com.android.adservices.jarjar.server.protobuf.Field$Builder clearNumber () public java.lang.String getName () public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () public com.android.adservices.jarjar.server.protobuf.Field$Builder setName (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.Field$Builder clearName () public com.android.adservices.jarjar.server.protobuf.Field$Builder setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public java.lang.String getTypeUrl () public com.android.adservices.jarjar.server.protobuf.ByteString getTypeUrlBytes () public com.android.adservices.jarjar.server.protobuf.Field$Builder setTypeUrl (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.Field$Builder clearTypeUrl () public com.android.adservices.jarjar.server.protobuf.Field$Builder setTypeUrlBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public int getOneofIndex () public com.android.adservices.jarjar.server.protobuf.Field$Builder setOneofIndex (int) int value public com.android.adservices.jarjar.server.protobuf.Field$Builder clearOneofIndex () public boolean getPacked () public com.android.adservices.jarjar.server.protobuf.Field$Builder setPacked (boolean) boolean value public com.android.adservices.jarjar.server.protobuf.Field$Builder clearPacked () public java.util.List getOptionsList () public int getOptionsCount () public com.android.adservices.jarjar.server.protobuf.Option getOptions (int) int index public com.android.adservices.jarjar.server.protobuf.Field$Builder setOptions (int, com.android.adservices.jarjar.server.protobuf.Option) int index com.android.adservices.jarjar.server.protobuf.Option value public com.android.adservices.jarjar.server.protobuf.Field$Builder setOptions (int, com.android.adservices.jarjar.server.protobuf.Option$Builder) int index com.android.adservices.jarjar.server.protobuf.Option$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.Field$Builder addOptions (com.android.adservices.jarjar.server.protobuf.Option) com.android.adservices.jarjar.server.protobuf.Option value public com.android.adservices.jarjar.server.protobuf.Field$Builder addOptions (int, com.android.adservices.jarjar.server.protobuf.Option) int index com.android.adservices.jarjar.server.protobuf.Option value public com.android.adservices.jarjar.server.protobuf.Field$Builder addOptions (com.android.adservices.jarjar.server.protobuf.Option$Builder) com.android.adservices.jarjar.server.protobuf.Option$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.Field$Builder addOptions (int, com.android.adservices.jarjar.server.protobuf.Option$Builder) int index com.android.adservices.jarjar.server.protobuf.Option$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.Field$Builder addAllOptions (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.Field$Builder clearOptions () public com.android.adservices.jarjar.server.protobuf.Field$Builder removeOptions (int) int index public java.lang.String getJsonName () public com.android.adservices.jarjar.server.protobuf.ByteString getJsonNameBytes () public com.android.adservices.jarjar.server.protobuf.Field$Builder setJsonName (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.Field$Builder clearJsonName () public com.android.adservices.jarjar.server.protobuf.Field$Builder setJsonNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public java.lang.String getDefaultValue () public com.android.adservices.jarjar.server.protobuf.ByteString getDefaultValueBytes () public com.android.adservices.jarjar.server.protobuf.Field$Builder setDefaultValue (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.Field$Builder clearDefaultValue () public com.android.adservices.jarjar.server.protobuf.Field$Builder setDefaultValueBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value }
com/android/adservices/jarjar/server/protobuf/Field$1.class
Field.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.Field$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/ExtensionSchemas.class
ExtensionSchemas.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.ExtensionSchemas extends java.lang.Object { private static final com.android.adservices.jarjar.server.protobuf.ExtensionSchema LITE_SCHEMA private static final com.android.adservices.jarjar.server.protobuf.ExtensionSchema FULL_SCHEMA void <init> () private static com.android.adservices.jarjar.server.protobuf.ExtensionSchema loadSchemaForFullRuntime () Class clazz Exception e static com.android.adservices.jarjar.server.protobuf.ExtensionSchema lite () static com.android.adservices.jarjar.server.protobuf.ExtensionSchema full () static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/ExtensionSchemaLite.class
ExtensionSchemaLite.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.ExtensionSchemaLite extends com.android.adservices.jarjar.server.protobuf.ExtensionSchema { void <init> () boolean hasExtensions (com.android.adservices.jarjar.server.protobuf.MessageLite) com.android.adservices.jarjar.server.protobuf.MessageLite prototype com.android.adservices.jarjar.server.protobuf.FieldSet getExtensions (java.lang.Object) Object message void setExtensions (java.lang.Object, com.android.adservices.jarjar.server.protobuf.FieldSet) Object message com.android.adservices.jarjar.server.protobuf.FieldSet extensions com.android.adservices.jarjar.server.protobuf.FieldSet getMutableExtensions (java.lang.Object) Object message void makeImmutable (java.lang.Object) Object message java.lang.Object parseExtension (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Reader, java.lang.Object, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite, com.android.adservices.jarjar.server.protobuf.FieldSet, java.lang.Object, com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema) throws java.io.IOException java.util.List list java.util.List list java.util.List list java.util.List list java.util.List list java.util.List list java.util.List list java.util.List list java.util.List list java.util.List list java.util.List list java.util.List list java.util.List list java.util.List list Object value int number Object enumValue Object newValue com.android.adservices.jarjar.server.protobuf.Schema extSchema Object oldValue Object newValue com.android.adservices.jarjar.server.protobuf.Schema extSchema Object oldValue Object oldValue Object value Object containerMessage com.android.adservices.jarjar.server.protobuf.Reader reader Object extensionObject com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry com.android.adservices.jarjar.server.protobuf.FieldSet extensions Object unknownFields com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema unknownFieldSchema com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension extension int fieldNumber int extensionNumber (java.util.Map$Entry) java.util.Map$Entry extension com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtensionDescriptor descriptor void serializeExtension (com.android.adservices.jarjar.server.protobuf.Writer, java.util.Map$Entry) throws java.io.IOException java.util.List data java.util.List data com.android.adservices.jarjar.server.protobuf.Writer writer java.util.Map$Entry extension com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtensionDescriptor descriptor java.lang.Object findExtensionByNumber (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite, com.android.adservices.jarjar.server.protobuf.MessageLite, int) com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry com.android.adservices.jarjar.server.protobuf.MessageLite defaultInstance int number void parseLengthPrefixedMessageSetItem (com.android.adservices.jarjar.server.protobuf.Reader, java.lang.Object, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite, com.android.adservices.jarjar.server.protobuf.FieldSet) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.Reader reader Object extensionObject com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry com.android.adservices.jarjar.server.protobuf.FieldSet extensions com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension extension Object value void parseMessageSetItem (com.android.adservices.jarjar.server.protobuf.ByteString, java.lang.Object, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite, com.android.adservices.jarjar.server.protobuf.FieldSet) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.ByteString data Object extensionObject com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry com.android.adservices.jarjar.server.protobuf.FieldSet extensions com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension extension com.android.adservices.jarjar.server.protobuf.MessageLite$Builder builder com.android.adservices.jarjar.server.protobuf.CodedInputStream input }
com/android/adservices/jarjar/server/protobuf/ExtensionSchemaLite$1.class
ExtensionSchemaLite.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.ExtensionSchemaLite$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/ExtensionSchema.class
ExtensionSchema.java package com.android.adservices.jarjar.server.protobuf abstract com.android.adservices.jarjar.server.protobuf.ExtensionSchema extends java.lang.Object { void <init> () abstract boolean hasExtensions (com.android.adservices.jarjar.server.protobuf.MessageLite) abstract com.android.adservices.jarjar.server.protobuf.FieldSet getExtensions (java.lang.Object) abstract void setExtensions (java.lang.Object, com.android.adservices.jarjar.server.protobuf.FieldSet) abstract com.android.adservices.jarjar.server.protobuf.FieldSet getMutableExtensions (java.lang.Object) abstract void makeImmutable (java.lang.Object) abstract java.lang.Object parseExtension (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Reader, java.lang.Object, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite, com.android.adservices.jarjar.server.protobuf.FieldSet, java.lang.Object, com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema) throws java.io.IOException abstract int extensionNumber (java.util.Map$Entry) abstract void serializeExtension (com.android.adservices.jarjar.server.protobuf.Writer, java.util.Map$Entry) throws java.io.IOException abstract java.lang.Object findExtensionByNumber (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite, com.android.adservices.jarjar.server.protobuf.MessageLite, int) abstract void parseLengthPrefixedMessageSetItem (com.android.adservices.jarjar.server.protobuf.Reader, java.lang.Object, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite, com.android.adservices.jarjar.server.protobuf.FieldSet) throws java.io.IOException abstract void parseMessageSetItem (com.android.adservices.jarjar.server.protobuf.ByteString, java.lang.Object, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite, com.android.adservices.jarjar.server.protobuf.FieldSet) throws java.io.IOException }
com/android/adservices/jarjar/server/protobuf/ExtensionRegistryLite.class
ExtensionRegistryLite.java package com.android.adservices.jarjar.server.protobuf public com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extends java.lang.Object { private static volatile boolean eagerlyParseMessageSets private static boolean doFullRuntimeInheritanceCheck static final String EXTENSION_CLASS_NAME private static volatile com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite emptyRegistry static final com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite EMPTY_REGISTRY_LITE private final java.util.Map extensionsByNumber public static boolean isEagerlyParseMessageSets () public static void setEagerlyParseMessageSets (boolean) boolean isEagerlyParse public static com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite newInstance () public static com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite getEmptyRegistry () com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite result public com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite getUnmodifiable () public com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension findLiteExtensionByNumber (com.android.adservices.jarjar.server.protobuf.MessageLite, int) com.android.adservices.jarjar.server.protobuf.MessageLite containingTypeDefaultInstance int fieldNumber public final void add (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension) com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension extension public final void add (com.android.adservices.jarjar.server.protobuf.ExtensionLite) Exception e com.android.adservices.jarjar.server.protobuf.ExtensionLite extension void <init> () void <init> (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite other void <init> (boolean) boolean empty static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/ExtensionRegistryLite$ObjectIntPair.class
ExtensionRegistryLite.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite$ObjectIntPair extends java.lang.Object { private final Object object private final int number void <init> (java.lang.Object, int) Object object int number public int hashCode () public boolean equals (java.lang.Object) Object obj com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite$ObjectIntPair other }
com/android/adservices/jarjar/server/protobuf/ExtensionRegistryLite$ExtensionClassHolder.class
ExtensionRegistryLite.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite$ExtensionClassHolder extends java.lang.Object { static final Class INSTANCE private void <init> () static java.lang.Class resolveExtensionClass () ClassNotFoundException e static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/ExtensionRegistryFactory.class
ExtensionRegistryFactory.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.ExtensionRegistryFactory extends java.lang.Object { static final String FULL_REGISTRY_CLASS_NAME static final Class EXTENSION_REGISTRY_CLASS void <init> () static java.lang.Class reflectExtensionRegistry () ClassNotFoundException e public static com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite create () com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite result public static com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite createEmpty () com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite result static boolean isFullRegistry (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite registry private static final com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite invokeSubclassFactory (java.lang.String) Exception e String methodName static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/ExtensionLite.class
ExtensionLite.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.ExtensionLite extends java.lang.Object { public void <init> () public abstract int getNumber () public abstract com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType getLiteType () public abstract boolean isRepeated () public abstract java.lang.Object getDefaultValue () public abstract com.android.adservices.jarjar.server.protobuf.MessageLite getMessageDefaultInstance () boolean isLite () }
com/android/adservices/jarjar/server/protobuf/ExperimentalApi.class
ExperimentalApi.java package com.android.adservices.jarjar.server.protobuf public abstract annotation com.android.adservices.jarjar.server.protobuf.ExperimentalApi extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
com/android/adservices/jarjar/server/protobuf/EnumValueOrBuilder.class
EnumValueOrBuilder.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.EnumValueOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract java.lang.String getName () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () public abstract int getNumber () public abstract java.util.List getOptionsList () public abstract com.android.adservices.jarjar.server.protobuf.Option getOptions (int) public abstract int getOptionsCount () }
com/android/adservices/jarjar/server/protobuf/EnumValue.class
EnumValue.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.EnumValue extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.EnumValueOrBuilder { public static final int NAME_FIELD_NUMBER private String name_ public static final int NUMBER_FIELD_NUMBER private int number_ public static final int OPTIONS_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList options_ private static final com.android.adservices.jarjar.server.protobuf.EnumValue DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public java.lang.String getName () public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () private void setName (java.lang.String) String value private void clearName () private void setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public int getNumber () private void setNumber (int) int value private void clearNumber () public java.util.List getOptionsList () public java.util.List getOptionsOrBuilderList () public int getOptionsCount () public com.android.adservices.jarjar.server.protobuf.Option getOptions (int) int index public com.android.adservices.jarjar.server.protobuf.OptionOrBuilder getOptionsOrBuilder (int) int index private void ensureOptionsIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setOptions (int, com.android.adservices.jarjar.server.protobuf.Option) int index com.android.adservices.jarjar.server.protobuf.Option value private void addOptions (com.android.adservices.jarjar.server.protobuf.Option) com.android.adservices.jarjar.server.protobuf.Option value private void addOptions (int, com.android.adservices.jarjar.server.protobuf.Option) int index com.android.adservices.jarjar.server.protobuf.Option value private void addAllOptions (java.lang.Iterable) Iterable values private void clearOptions () private void removeOptions (int) int index public static com.android.adservices.jarjar.server.protobuf.EnumValue parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.EnumValue parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.EnumValue parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.EnumValue parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.EnumValue parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.EnumValue parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.EnumValue parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.EnumValue parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.EnumValue parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.EnumValue parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.EnumValue parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.EnumValue parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.EnumValue$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.EnumValue$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.EnumValue) com.android.adservices.jarjar.server.protobuf.EnumValue prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.EnumValue getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.EnumValue defaultInstance }
com/android/adservices/jarjar/server/protobuf/EnumValue$Builder.class
EnumValue.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.EnumValue$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.EnumValueOrBuilder { private void <init> () public java.lang.String getName () public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () public com.android.adservices.jarjar.server.protobuf.EnumValue$Builder setName (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.EnumValue$Builder clearName () public com.android.adservices.jarjar.server.protobuf.EnumValue$Builder setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public int getNumber () public com.android.adservices.jarjar.server.protobuf.EnumValue$Builder setNumber (int) int value public com.android.adservices.jarjar.server.protobuf.EnumValue$Builder clearNumber () public java.util.List getOptionsList () public int getOptionsCount () public com.android.adservices.jarjar.server.protobuf.Option getOptions (int) int index public com.android.adservices.jarjar.server.protobuf.EnumValue$Builder setOptions (int, com.android.adservices.jarjar.server.protobuf.Option) int index com.android.adservices.jarjar.server.protobuf.Option value public com.android.adservices.jarjar.server.protobuf.EnumValue$Builder setOptions (int, com.android.adservices.jarjar.server.protobuf.Option$Builder) int index com.android.adservices.jarjar.server.protobuf.Option$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.EnumValue$Builder addOptions (com.android.adservices.jarjar.server.protobuf.Option) com.android.adservices.jarjar.server.protobuf.Option value public com.android.adservices.jarjar.server.protobuf.EnumValue$Builder addOptions (int, com.android.adservices.jarjar.server.protobuf.Option) int index com.android.adservices.jarjar.server.protobuf.Option value public com.android.adservices.jarjar.server.protobuf.EnumValue$Builder addOptions (com.android.adservices.jarjar.server.protobuf.Option$Builder) com.android.adservices.jarjar.server.protobuf.Option$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.EnumValue$Builder addOptions (int, com.android.adservices.jarjar.server.protobuf.Option$Builder) int index com.android.adservices.jarjar.server.protobuf.Option$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.EnumValue$Builder addAllOptions (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.EnumValue$Builder clearOptions () public com.android.adservices.jarjar.server.protobuf.EnumValue$Builder removeOptions (int) int index }
com/android/adservices/jarjar/server/protobuf/EnumValue$1.class
EnumValue.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.EnumValue$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/EnumOrBuilder.class
EnumOrBuilder.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.EnumOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract java.lang.String getName () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () public abstract java.util.List getEnumvalueList () public abstract com.android.adservices.jarjar.server.protobuf.EnumValue getEnumvalue (int) public abstract int getEnumvalueCount () public abstract java.util.List getOptionsList () public abstract com.android.adservices.jarjar.server.protobuf.Option getOptions (int) public abstract int getOptionsCount () public abstract boolean hasSourceContext () public abstract com.android.adservices.jarjar.server.protobuf.SourceContext getSourceContext () public abstract int getSyntaxValue () public abstract com.android.adservices.jarjar.server.protobuf.Syntax getSyntax () }
com/android/adservices/jarjar/server/protobuf/Enum.class
Enum.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.Enum extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.EnumOrBuilder { public static final int NAME_FIELD_NUMBER private String name_ public static final int ENUMVALUE_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList enumvalue_ public static final int OPTIONS_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList options_ public static final int SOURCE_CONTEXT_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.SourceContext sourceContext_ public static final int SYNTAX_FIELD_NUMBER private int syntax_ private static final com.android.adservices.jarjar.server.protobuf.Enum DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public java.lang.String getName () public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () private void setName (java.lang.String) String value private void clearName () private void setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public java.util.List getEnumvalueList () public java.util.List getEnumvalueOrBuilderList () public int getEnumvalueCount () public com.android.adservices.jarjar.server.protobuf.EnumValue getEnumvalue (int) int index public com.android.adservices.jarjar.server.protobuf.EnumValueOrBuilder getEnumvalueOrBuilder (int) int index private void ensureEnumvalueIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setEnumvalue (int, com.android.adservices.jarjar.server.protobuf.EnumValue) int index com.android.adservices.jarjar.server.protobuf.EnumValue value private void addEnumvalue (com.android.adservices.jarjar.server.protobuf.EnumValue) com.android.adservices.jarjar.server.protobuf.EnumValue value private void addEnumvalue (int, com.android.adservices.jarjar.server.protobuf.EnumValue) int index com.android.adservices.jarjar.server.protobuf.EnumValue value private void addAllEnumvalue (java.lang.Iterable) Iterable values private void clearEnumvalue () private void removeEnumvalue (int) int index public java.util.List getOptionsList () public java.util.List getOptionsOrBuilderList () public int getOptionsCount () public com.android.adservices.jarjar.server.protobuf.Option getOptions (int) int index public com.android.adservices.jarjar.server.protobuf.OptionOrBuilder getOptionsOrBuilder (int) int index private void ensureOptionsIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setOptions (int, com.android.adservices.jarjar.server.protobuf.Option) int index com.android.adservices.jarjar.server.protobuf.Option value private void addOptions (com.android.adservices.jarjar.server.protobuf.Option) com.android.adservices.jarjar.server.protobuf.Option value private void addOptions (int, com.android.adservices.jarjar.server.protobuf.Option) int index com.android.adservices.jarjar.server.protobuf.Option value private void addAllOptions (java.lang.Iterable) Iterable values private void clearOptions () private void removeOptions (int) int index public boolean hasSourceContext () public com.android.adservices.jarjar.server.protobuf.SourceContext getSourceContext () private void setSourceContext (com.android.adservices.jarjar.server.protobuf.SourceContext) com.android.adservices.jarjar.server.protobuf.SourceContext value private void mergeSourceContext (com.android.adservices.jarjar.server.protobuf.SourceContext) com.android.adservices.jarjar.server.protobuf.SourceContext value private void clearSourceContext () public int getSyntaxValue () public com.android.adservices.jarjar.server.protobuf.Syntax getSyntax () com.android.adservices.jarjar.server.protobuf.Syntax result private void setSyntaxValue (int) int value private void setSyntax (com.android.adservices.jarjar.server.protobuf.Syntax) com.android.adservices.jarjar.server.protobuf.Syntax value private void clearSyntax () public static com.android.adservices.jarjar.server.protobuf.Enum parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.Enum parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Enum parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.Enum parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Enum parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.Enum parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Enum parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.Enum parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Enum parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.Enum parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Enum parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.Enum parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Enum$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.Enum$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.Enum) com.android.adservices.jarjar.server.protobuf.Enum prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.Enum getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.Enum defaultInstance }
com/android/adservices/jarjar/server/protobuf/Enum$Builder.class
Enum.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.Enum$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.EnumOrBuilder { private void <init> () public java.lang.String getName () public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () public com.android.adservices.jarjar.server.protobuf.Enum$Builder setName (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.Enum$Builder clearName () public com.android.adservices.jarjar.server.protobuf.Enum$Builder setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public java.util.List getEnumvalueList () public int getEnumvalueCount () public com.android.adservices.jarjar.server.protobuf.EnumValue getEnumvalue (int) int index public com.android.adservices.jarjar.server.protobuf.Enum$Builder setEnumvalue (int, com.android.adservices.jarjar.server.protobuf.EnumValue) int index com.android.adservices.jarjar.server.protobuf.EnumValue value public com.android.adservices.jarjar.server.protobuf.Enum$Builder setEnumvalue (int, com.android.adservices.jarjar.server.protobuf.EnumValue$Builder) int index com.android.adservices.jarjar.server.protobuf.EnumValue$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.Enum$Builder addEnumvalue (com.android.adservices.jarjar.server.protobuf.EnumValue) com.android.adservices.jarjar.server.protobuf.EnumValue value public com.android.adservices.jarjar.server.protobuf.Enum$Builder addEnumvalue (int, com.android.adservices.jarjar.server.protobuf.EnumValue) int index com.android.adservices.jarjar.server.protobuf.EnumValue value public com.android.adservices.jarjar.server.protobuf.Enum$Builder addEnumvalue (com.android.adservices.jarjar.server.protobuf.EnumValue$Builder) com.android.adservices.jarjar.server.protobuf.EnumValue$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.Enum$Builder addEnumvalue (int, com.android.adservices.jarjar.server.protobuf.EnumValue$Builder) int index com.android.adservices.jarjar.server.protobuf.EnumValue$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.Enum$Builder addAllEnumvalue (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.Enum$Builder clearEnumvalue () public com.android.adservices.jarjar.server.protobuf.Enum$Builder removeEnumvalue (int) int index public java.util.List getOptionsList () public int getOptionsCount () public com.android.adservices.jarjar.server.protobuf.Option getOptions (int) int index public com.android.adservices.jarjar.server.protobuf.Enum$Builder setOptions (int, com.android.adservices.jarjar.server.protobuf.Option) int index com.android.adservices.jarjar.server.protobuf.Option value public com.android.adservices.jarjar.server.protobuf.Enum$Builder setOptions (int, com.android.adservices.jarjar.server.protobuf.Option$Builder) int index com.android.adservices.jarjar.server.protobuf.Option$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.Enum$Builder addOptions (com.android.adservices.jarjar.server.protobuf.Option) com.android.adservices.jarjar.server.protobuf.Option value public com.android.adservices.jarjar.server.protobuf.Enum$Builder addOptions (int, com.android.adservices.jarjar.server.protobuf.Option) int index com.android.adservices.jarjar.server.protobuf.Option value public com.android.adservices.jarjar.server.protobuf.Enum$Builder addOptions (com.android.adservices.jarjar.server.protobuf.Option$Builder) com.android.adservices.jarjar.server.protobuf.Option$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.Enum$Builder addOptions (int, com.android.adservices.jarjar.server.protobuf.Option$Builder) int index com.android.adservices.jarjar.server.protobuf.Option$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.Enum$Builder addAllOptions (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.Enum$Builder clearOptions () public com.android.adservices.jarjar.server.protobuf.Enum$Builder removeOptions (int) int index public boolean hasSourceContext () public com.android.adservices.jarjar.server.protobuf.SourceContext getSourceContext () public com.android.adservices.jarjar.server.protobuf.Enum$Builder setSourceContext (com.android.adservices.jarjar.server.protobuf.SourceContext) com.android.adservices.jarjar.server.protobuf.SourceContext value public com.android.adservices.jarjar.server.protobuf.Enum$Builder setSourceContext (com.android.adservices.jarjar.server.protobuf.SourceContext$Builder) com.android.adservices.jarjar.server.protobuf.SourceContext$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.Enum$Builder mergeSourceContext (com.android.adservices.jarjar.server.protobuf.SourceContext) com.android.adservices.jarjar.server.protobuf.SourceContext value public com.android.adservices.jarjar.server.protobuf.Enum$Builder clearSourceContext () public int getSyntaxValue () public com.android.adservices.jarjar.server.protobuf.Enum$Builder setSyntaxValue (int) int value public com.android.adservices.jarjar.server.protobuf.Syntax getSyntax () public com.android.adservices.jarjar.server.protobuf.Enum$Builder setSyntax (com.android.adservices.jarjar.server.protobuf.Syntax) com.android.adservices.jarjar.server.protobuf.Syntax value public com.android.adservices.jarjar.server.protobuf.Enum$Builder clearSyntax () }
com/android/adservices/jarjar/server/protobuf/Enum$1.class
Enum.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.Enum$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/EmptyProto.class
EmptyProto.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.EmptyProto extends java.lang.Object { private void <init> () public static void registerAllExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite registry static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/EmptyOrBuilder.class
EmptyOrBuilder.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.EmptyOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { }
com/android/adservices/jarjar/server/protobuf/Empty.class
Empty.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.Empty extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.EmptyOrBuilder { private static final com.android.adservices.jarjar.server.protobuf.Empty DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public static com.android.adservices.jarjar.server.protobuf.Empty parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.Empty parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Empty parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.Empty parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Empty parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.Empty parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Empty parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.Empty parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Empty parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.Empty parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Empty parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.Empty parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Empty$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.Empty$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.Empty) com.android.adservices.jarjar.server.protobuf.Empty prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.Empty getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.Empty defaultInstance }
com/android/adservices/jarjar/server/protobuf/Empty$Builder.class
Empty.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.Empty$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.EmptyOrBuilder { private void <init> () }
com/android/adservices/jarjar/server/protobuf/Empty$1.class
Empty.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.Empty$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/DurationProto.class
DurationProto.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DurationProto extends java.lang.Object { private void <init> () public static void registerAllExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite registry static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/DurationOrBuilder.class
DurationOrBuilder.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.DurationOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract long getSeconds () public abstract int getNanos () }
com/android/adservices/jarjar/server/protobuf/Duration.class
Duration.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.Duration extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DurationOrBuilder { public static final int SECONDS_FIELD_NUMBER private long seconds_ public static final int NANOS_FIELD_NUMBER private int nanos_ private static final com.android.adservices.jarjar.server.protobuf.Duration DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public long getSeconds () private void setSeconds (long) long value private void clearSeconds () public int getNanos () private void setNanos (int) int value private void clearNanos () public static com.android.adservices.jarjar.server.protobuf.Duration parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.Duration parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Duration parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.Duration parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Duration parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.Duration parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Duration parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.Duration parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Duration parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.Duration parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Duration parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.Duration parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Duration$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.Duration$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.Duration) com.android.adservices.jarjar.server.protobuf.Duration prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.Duration getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.Duration defaultInstance }
com/android/adservices/jarjar/server/protobuf/Duration$Builder.class
Duration.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.Duration$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DurationOrBuilder { private void <init> () public long getSeconds () public com.android.adservices.jarjar.server.protobuf.Duration$Builder setSeconds (long) long value public com.android.adservices.jarjar.server.protobuf.Duration$Builder clearSeconds () public int getNanos () public com.android.adservices.jarjar.server.protobuf.Duration$Builder setNanos (int) int value public com.android.adservices.jarjar.server.protobuf.Duration$Builder clearNanos () }
com/android/adservices/jarjar/server/protobuf/Duration$1.class
Duration.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.Duration$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/DoubleValueOrBuilder.class
DoubleValueOrBuilder.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.DoubleValueOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract double getValue () }
com/android/adservices/jarjar/server/protobuf/DoubleValue.class
DoubleValue.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DoubleValue extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DoubleValueOrBuilder { public static final int VALUE_FIELD_NUMBER private double value_ private static final com.android.adservices.jarjar.server.protobuf.DoubleValue DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public double getValue () private void setValue (double) double value private void clearValue () public static com.android.adservices.jarjar.server.protobuf.DoubleValue parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.DoubleValue parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DoubleValue parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.DoubleValue parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DoubleValue parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.DoubleValue parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DoubleValue parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DoubleValue parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DoubleValue parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DoubleValue parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DoubleValue parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.DoubleValue parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DoubleValue$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.DoubleValue$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DoubleValue) com.android.adservices.jarjar.server.protobuf.DoubleValue prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.DoubleValue getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.DoubleValue of (double) double value public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.DoubleValue defaultInstance }
com/android/adservices/jarjar/server/protobuf/DoubleValue$Builder.class
DoubleValue.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DoubleValue$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DoubleValueOrBuilder { private void <init> () public double getValue () public com.android.adservices.jarjar.server.protobuf.DoubleValue$Builder setValue (double) double value public com.android.adservices.jarjar.server.protobuf.DoubleValue$Builder clearValue () }
com/android/adservices/jarjar/server/protobuf/DoubleValue$1.class
DoubleValue.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.DoubleValue$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/DoubleArrayList.class
DoubleArrayList.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.DoubleArrayList extends com.android.adservices.jarjar.server.protobuf.AbstractProtobufList implements com.android.adservices.jarjar.server.protobuf.Internal$DoubleList java.util.RandomAccess com.android.adservices.jarjar.server.protobuf.PrimitiveNonBoxingCollection { private static final com.android.adservices.jarjar.server.protobuf.DoubleArrayList EMPTY_LIST private double[] array private int size public static com.android.adservices.jarjar.server.protobuf.DoubleArrayList emptyList () void <init> () private void <init> (double[], int) double[] other int size protected void removeRange (int, int) int fromIndex int toIndex public boolean equals (java.lang.Object) int i Object o com.android.adservices.jarjar.server.protobuf.DoubleArrayList other double[] arr public int hashCode () long bits int i int result public com.android.adservices.jarjar.server.protobuf.Internal$DoubleList mutableCopyWithCapacity (int) int capacity public java.lang.Double get (int) int index public double getDouble (int) int index public int indexOf (java.lang.Object) int i Object element double unboxedElement int numElems public boolean contains (java.lang.Object) Object element public int size () public java.lang.Double set (int, java.lang.Double) int index Double element public double setDouble (int, double) int index double element double previousValue public boolean add (java.lang.Double) Double element public void add (int, java.lang.Double) int index Double element public void addDouble (double) int length double[] newArray double element private void addDouble (int, double) int length double[] newArray int index double element public boolean addAll (java.util.Collection) java.util.Collection collection com.android.adservices.jarjar.server.protobuf.DoubleArrayList list int overflow int newSize public java.lang.Double remove (int) int index double value private void ensureIndexInRange (int) int index private java.lang.String makeOutOfBoundsExceptionMessage (int) int index public volatile synthetic java.lang.Object set (int, java.lang.Object) public volatile synthetic java.lang.Object remove (int) public volatile synthetic void add (int, java.lang.Object) public volatile synthetic boolean add (java.lang.Object) public volatile synthetic com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) public volatile synthetic java.lang.Object get (int) static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos extends java.lang.Object { private void <init> () public static void registerAllExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite registry static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$UninterpretedOptionOrBuilder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract java.util.List getNameList () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart getName (int) public abstract int getNameCount () public abstract boolean hasIdentifierValue () public abstract java.lang.String getIdentifierValue () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getIdentifierValueBytes () public abstract boolean hasPositiveIntValue () public abstract long getPositiveIntValue () public abstract boolean hasNegativeIntValue () public abstract long getNegativeIntValue () public abstract boolean hasDoubleValue () public abstract double getDoubleValue () public abstract boolean hasStringValue () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getStringValue () public abstract boolean hasAggregateValue () public abstract java.lang.String getAggregateValue () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getAggregateValueBytes () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$UninterpretedOption.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder { private int bitField0_ public static final int NAME_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList name_ public static final int IDENTIFIER_VALUE_FIELD_NUMBER private String identifierValue_ public static final int POSITIVE_INT_VALUE_FIELD_NUMBER private long positiveIntValue_ public static final int NEGATIVE_INT_VALUE_FIELD_NUMBER private long negativeIntValue_ public static final int DOUBLE_VALUE_FIELD_NUMBER private double doubleValue_ public static final int STRING_VALUE_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.ByteString stringValue_ public static final int AGGREGATE_VALUE_FIELD_NUMBER private String aggregateValue_ private byte memoizedIsInitialized private static final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public java.util.List getNameList () public java.util.List getNameOrBuilderList () public int getNameCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart getName (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePartOrBuilder getNameOrBuilder (int) int index private void ensureNameIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setName (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart value private void addName (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart value private void addName (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart value private void addAllName (java.lang.Iterable) Iterable values private void clearName () private void removeName (int) int index public boolean hasIdentifierValue () public java.lang.String getIdentifierValue () public com.android.adservices.jarjar.server.protobuf.ByteString getIdentifierValueBytes () private void setIdentifierValue (java.lang.String) String value private void clearIdentifierValue () private void setIdentifierValueBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasPositiveIntValue () public long getPositiveIntValue () private void setPositiveIntValue (long) long value private void clearPositiveIntValue () public boolean hasNegativeIntValue () public long getNegativeIntValue () private void setNegativeIntValue (long) long value private void clearNegativeIntValue () public boolean hasDoubleValue () public double getDoubleValue () private void setDoubleValue (double) double value private void clearDoubleValue () public boolean hasStringValue () public com.android.adservices.jarjar.server.protobuf.ByteString getStringValue () private void setStringValue (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value Class valueClass private void clearStringValue () public boolean hasAggregateValue () public java.lang.String getAggregateValue () public com.android.adservices.jarjar.server.protobuf.ByteString getAggregateValueBytes () private void setAggregateValue (java.lang.String) String value private void clearAggregateValue () private void setAggregateValueBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption defaultInstance }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$UninterpretedOption$NamePartOrBuilder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePartOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract boolean hasNamePart () public abstract java.lang.String getNamePart () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNamePartBytes () public abstract boolean hasIsExtension () public abstract boolean getIsExtension () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$UninterpretedOption$NamePart.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePartOrBuilder { private int bitField0_ public static final int NAME_PART_FIELD_NUMBER private String namePart_ public static final int IS_EXTENSION_FIELD_NUMBER private boolean isExtension_ private byte memoizedIsInitialized private static final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public boolean hasNamePart () public java.lang.String getNamePart () public com.android.adservices.jarjar.server.protobuf.ByteString getNamePartBytes () private void setNamePart (java.lang.String) String value private void clearNamePart () private void setNamePartBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasIsExtension () public boolean getIsExtension () private void setIsExtension (boolean) boolean value private void clearIsExtension () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart defaultInstance }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$UninterpretedOption$NamePart$Builder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePartOrBuilder { private void <init> () public boolean hasNamePart () public java.lang.String getNamePart () public com.android.adservices.jarjar.server.protobuf.ByteString getNamePartBytes () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder setNamePart (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder clearNamePart () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder setNamePartBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasIsExtension () public boolean getIsExtension () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder setIsExtension (boolean) boolean value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder clearIsExtension () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$UninterpretedOption$Builder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder { private void <init> () public java.util.List getNameList () public int getNameCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart getName (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder setName (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder setName (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder addName (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder addName (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder addName (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder addName (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder addAllName (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder clearName () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder removeName (int) int index public boolean hasIdentifierValue () public java.lang.String getIdentifierValue () public com.android.adservices.jarjar.server.protobuf.ByteString getIdentifierValueBytes () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder setIdentifierValue (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder clearIdentifierValue () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder setIdentifierValueBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasPositiveIntValue () public long getPositiveIntValue () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder setPositiveIntValue (long) long value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder clearPositiveIntValue () public boolean hasNegativeIntValue () public long getNegativeIntValue () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder setNegativeIntValue (long) long value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder clearNegativeIntValue () public boolean hasDoubleValue () public double getDoubleValue () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder setDoubleValue (double) double value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder clearDoubleValue () public boolean hasStringValue () public com.android.adservices.jarjar.server.protobuf.ByteString getStringValue () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder setStringValue (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder clearStringValue () public boolean hasAggregateValue () public java.lang.String getAggregateValue () public com.android.adservices.jarjar.server.protobuf.ByteString getAggregateValueBytes () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder setAggregateValue (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder clearAggregateValue () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder setAggregateValueBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$SourceCodeInfoOrBuilder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfoOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract java.util.List getLocationList () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location getLocation (int) public abstract int getLocationCount () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$SourceCodeInfo.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfoOrBuilder { public static final int LOCATION_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList location_ private static final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public java.util.List getLocationList () public java.util.List getLocationOrBuilderList () public int getLocationCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location getLocation (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$LocationOrBuilder getLocationOrBuilder (int) int index private void ensureLocationIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setLocation (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location value private void addLocation (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location value private void addLocation (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location value private void addAllLocation (java.lang.Iterable) Iterable values private void clearLocation () private void removeLocation (int) int index public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo defaultInstance }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$SourceCodeInfo$LocationOrBuilder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$LocationOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract java.util.List getPathList () public abstract int getPathCount () public abstract int getPath (int) public abstract java.util.List getSpanList () public abstract int getSpanCount () public abstract int getSpan (int) public abstract boolean hasLeadingComments () public abstract java.lang.String getLeadingComments () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getLeadingCommentsBytes () public abstract boolean hasTrailingComments () public abstract java.lang.String getTrailingComments () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getTrailingCommentsBytes () public abstract java.util.List getLeadingDetachedCommentsList () public abstract int getLeadingDetachedCommentsCount () public abstract java.lang.String getLeadingDetachedComments (int) public abstract com.android.adservices.jarjar.server.protobuf.ByteString getLeadingDetachedCommentsBytes (int) }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$SourceCodeInfo$Location.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$LocationOrBuilder { private int bitField0_ public static final int PATH_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$IntList path_ private int pathMemoizedSerializedSize public static final int SPAN_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$IntList span_ private int spanMemoizedSerializedSize public static final int LEADING_COMMENTS_FIELD_NUMBER private String leadingComments_ public static final int TRAILING_COMMENTS_FIELD_NUMBER private String trailingComments_ public static final int LEADING_DETACHED_COMMENTS_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList leadingDetachedComments_ private static final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public java.util.List getPathList () public int getPathCount () public int getPath (int) int index private void ensurePathIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$IntList tmp private void setPath (int, int) int index int value private void addPath (int) int value private void addAllPath (java.lang.Iterable) Iterable values private void clearPath () public java.util.List getSpanList () public int getSpanCount () public int getSpan (int) int index private void ensureSpanIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$IntList tmp private void setSpan (int, int) int index int value private void addSpan (int) int value private void addAllSpan (java.lang.Iterable) Iterable values private void clearSpan () public boolean hasLeadingComments () public java.lang.String getLeadingComments () public com.android.adservices.jarjar.server.protobuf.ByteString getLeadingCommentsBytes () private void setLeadingComments (java.lang.String) String value private void clearLeadingComments () private void setLeadingCommentsBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasTrailingComments () public java.lang.String getTrailingComments () public com.android.adservices.jarjar.server.protobuf.ByteString getTrailingCommentsBytes () private void setTrailingComments (java.lang.String) String value private void clearTrailingComments () private void setTrailingCommentsBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public java.util.List getLeadingDetachedCommentsList () public int getLeadingDetachedCommentsCount () public java.lang.String getLeadingDetachedComments (int) int index public com.android.adservices.jarjar.server.protobuf.ByteString getLeadingDetachedCommentsBytes (int) int index private void ensureLeadingDetachedCommentsIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setLeadingDetachedComments (int, java.lang.String) int index String value private void addLeadingDetachedComments (java.lang.String) String value private void addAllLeadingDetachedComments (java.lang.Iterable) Iterable values private void clearLeadingDetachedComments () private void addLeadingDetachedCommentsBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location defaultInstance }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$SourceCodeInfo$Location$Builder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$LocationOrBuilder { private void <init> () public java.util.List getPathList () public int getPathCount () public int getPath (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder setPath (int, int) int index int value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder addPath (int) int value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder addAllPath (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder clearPath () public java.util.List getSpanList () public int getSpanCount () public int getSpan (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder setSpan (int, int) int index int value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder addSpan (int) int value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder addAllSpan (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder clearSpan () public boolean hasLeadingComments () public java.lang.String getLeadingComments () public com.android.adservices.jarjar.server.protobuf.ByteString getLeadingCommentsBytes () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder setLeadingComments (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder clearLeadingComments () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder setLeadingCommentsBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasTrailingComments () public java.lang.String getTrailingComments () public com.android.adservices.jarjar.server.protobuf.ByteString getTrailingCommentsBytes () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder setTrailingComments (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder clearTrailingComments () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder setTrailingCommentsBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public java.util.List getLeadingDetachedCommentsList () public int getLeadingDetachedCommentsCount () public java.lang.String getLeadingDetachedComments (int) int index public com.android.adservices.jarjar.server.protobuf.ByteString getLeadingDetachedCommentsBytes (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder setLeadingDetachedComments (int, java.lang.String) int index String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder addLeadingDetachedComments (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder addAllLeadingDetachedComments (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder clearLeadingDetachedComments () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder addLeadingDetachedCommentsBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$SourceCodeInfo$Builder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfoOrBuilder { private void <init> () public java.util.List getLocationList () public int getLocationCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location getLocation (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Builder setLocation (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Builder setLocation (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Builder addLocation (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Builder addLocation (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Builder addLocation (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Builder addLocation (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Builder addAllLocation (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Builder clearLocation () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Builder removeLocation (int) int index }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$ServiceOptionsOrBuilder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptionsOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder { public abstract boolean hasDeprecated () public abstract boolean getDeprecated () public abstract java.util.List getUninterpretedOptionList () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) public abstract int getUninterpretedOptionCount () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$ServiceOptions.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptionsOrBuilder { private int bitField0_ public static final int DEPRECATED_FIELD_NUMBER private boolean deprecated_ public static final int UNINTERPRETED_OPTION_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList uninterpretedOption_ private byte memoizedIsInitialized private static final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public boolean hasDeprecated () public boolean getDeprecated () private void setDeprecated (boolean) boolean value private void clearDeprecated () public java.util.List getUninterpretedOptionList () public java.util.List getUninterpretedOptionOrBuilderList () public int getUninterpretedOptionCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) int index private void ensureUninterpretedOptionIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value private void addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value private void addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value private void addAllUninterpretedOption (java.lang.Iterable) Iterable values private void clearUninterpretedOption () private void removeUninterpretedOption (int) int index public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions defaultInstance }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$ServiceOptions$Builder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableBuilder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptionsOrBuilder { private void <init> () public boolean hasDeprecated () public boolean getDeprecated () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions$Builder setDeprecated (boolean) boolean value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions$Builder clearDeprecated () public java.util.List getUninterpretedOptionList () public int getUninterpretedOptionCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions$Builder addAllUninterpretedOption (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions$Builder clearUninterpretedOption () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions$Builder removeUninterpretedOption (int) int index }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$ServiceDescriptorProtoOrBuilder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProtoOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract boolean hasName () public abstract java.lang.String getName () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () public abstract java.util.List getMethodList () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto getMethod (int) public abstract int getMethodCount () public abstract boolean hasOptions () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions getOptions () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$ServiceDescriptorProto.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProtoOrBuilder { private int bitField0_ public static final int NAME_FIELD_NUMBER private String name_ public static final int METHOD_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList method_ public static final int OPTIONS_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions options_ private byte memoizedIsInitialized private static final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public boolean hasName () public java.lang.String getName () public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () private void setName (java.lang.String) String value private void clearName () private void setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public java.util.List getMethodList () public java.util.List getMethodOrBuilderList () public int getMethodCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto getMethod (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProtoOrBuilder getMethodOrBuilder (int) int index private void ensureMethodIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setMethod (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto value private void addMethod (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto value private void addMethod (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto value private void addAllMethod (java.lang.Iterable) Iterable values private void clearMethod () private void removeMethod (int) int index public boolean hasOptions () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions getOptions () private void setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions value private void mergeOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions value private void clearOptions () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto defaultInstance }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$ServiceDescriptorProto$Builder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProtoOrBuilder { private void <init> () public boolean hasName () public java.lang.String getName () public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder setName (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder clearName () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public java.util.List getMethodList () public int getMethodCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto getMethod (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder setMethod (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder setMethod (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder addMethod (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder addMethod (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder addMethod (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder addMethod (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder addAllMethod (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder clearMethod () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder removeMethod (int) int index public boolean hasOptions () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions getOptions () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder mergeOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceOptions value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder clearOptions () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$OneofOptionsOrBuilder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptionsOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder { public abstract java.util.List getUninterpretedOptionList () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) public abstract int getUninterpretedOptionCount () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$OneofOptions.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptionsOrBuilder { public static final int UNINTERPRETED_OPTION_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList uninterpretedOption_ private byte memoizedIsInitialized private static final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public java.util.List getUninterpretedOptionList () public java.util.List getUninterpretedOptionOrBuilderList () public int getUninterpretedOptionCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) int index private void ensureUninterpretedOptionIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value private void addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value private void addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value private void addAllUninterpretedOption (java.lang.Iterable) Iterable values private void clearUninterpretedOption () private void removeUninterpretedOption (int) int index public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions defaultInstance }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$OneofOptions$Builder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableBuilder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptionsOrBuilder { private void <init> () public java.util.List getUninterpretedOptionList () public int getUninterpretedOptionCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions$Builder addAllUninterpretedOption (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions$Builder clearUninterpretedOption () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions$Builder removeUninterpretedOption (int) int index }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$OneofDescriptorProtoOrBuilder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProtoOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract boolean hasName () public abstract java.lang.String getName () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () public abstract boolean hasOptions () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions getOptions () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$OneofDescriptorProto.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProtoOrBuilder { private int bitField0_ public static final int NAME_FIELD_NUMBER private String name_ public static final int OPTIONS_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions options_ private byte memoizedIsInitialized private static final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public boolean hasName () public java.lang.String getName () public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () private void setName (java.lang.String) String value private void clearName () private void setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasOptions () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions getOptions () private void setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions value private void mergeOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions value private void clearOptions () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto defaultInstance }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$OneofDescriptorProto$Builder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProtoOrBuilder { private void <init> () public boolean hasName () public java.lang.String getName () public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto$Builder setName (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto$Builder clearName () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto$Builder setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasOptions () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions getOptions () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto$Builder mergeOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofOptions value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto$Builder clearOptions () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$MethodOptionsOrBuilder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptionsOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder { public abstract boolean hasDeprecated () public abstract boolean getDeprecated () public abstract boolean hasIdempotencyLevel () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel getIdempotencyLevel () public abstract java.util.List getUninterpretedOptionList () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) public abstract int getUninterpretedOptionCount () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$MethodOptions.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptionsOrBuilder { private int bitField0_ public static final int DEPRECATED_FIELD_NUMBER private boolean deprecated_ public static final int IDEMPOTENCY_LEVEL_FIELD_NUMBER private int idempotencyLevel_ public static final int UNINTERPRETED_OPTION_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList uninterpretedOption_ private byte memoizedIsInitialized private static final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public boolean hasDeprecated () public boolean getDeprecated () private void setDeprecated (boolean) boolean value private void clearDeprecated () public boolean hasIdempotencyLevel () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel getIdempotencyLevel () com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel result private void setIdempotencyLevel (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel value private void clearIdempotencyLevel () public java.util.List getUninterpretedOptionList () public java.util.List getUninterpretedOptionOrBuilderList () public int getUninterpretedOptionCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) int index private void ensureUninterpretedOptionIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value private void addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value private void addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value private void addAllUninterpretedOption (java.lang.Iterable) Iterable values private void clearUninterpretedOption () private void removeUninterpretedOption (int) int index public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions defaultInstance }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$MethodOptions$IdempotencyLevel.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel extends java.lang.Enum implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLite { public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel IDEMPOTENCY_UNKNOWN public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel NO_SIDE_EFFECTS public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel IDEMPOTENT public static final int IDEMPOTENCY_UNKNOWN_VALUE public static final int NO_SIDE_EFFECTS_VALUE public static final int IDEMPOTENT_VALUE private static final com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalValueMap private final int value private static final synthetic com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel[] $VALUES public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel[] values () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel valueOf (java.lang.String) String name public final int getNumber () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel valueOf (int) int value public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel forNumber (int) int value public static com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalGetValueMap () public static com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier internalGetVerifier () private void <init> (java.lang.String, int, int) int value private static synthetic com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel[] $values () static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$MethodOptions$IdempotencyLevel$IdempotencyLevelVerifier.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel$IdempotencyLevelVerifier extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier { static final com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier INSTANCE private void <init> () public boolean isInRange (int) int number static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$MethodOptions$IdempotencyLevel$1.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel$1 extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap { void <init> () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel findValueByNumber (int) int number public volatile synthetic com.android.adservices.jarjar.server.protobuf.Internal$EnumLite findValueByNumber (int) }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$MethodOptions$Builder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableBuilder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptionsOrBuilder { private void <init> () public boolean hasDeprecated () public boolean getDeprecated () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder setDeprecated (boolean) boolean value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder clearDeprecated () public boolean hasIdempotencyLevel () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel getIdempotencyLevel () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder setIdempotencyLevel (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder clearIdempotencyLevel () public java.util.List getUninterpretedOptionList () public int getUninterpretedOptionCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder addAllUninterpretedOption (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder clearUninterpretedOption () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder removeUninterpretedOption (int) int index }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$MethodDescriptorProtoOrBuilder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProtoOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract boolean hasName () public abstract java.lang.String getName () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () public abstract boolean hasInputType () public abstract java.lang.String getInputType () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getInputTypeBytes () public abstract boolean hasOutputType () public abstract java.lang.String getOutputType () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getOutputTypeBytes () public abstract boolean hasOptions () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions getOptions () public abstract boolean hasClientStreaming () public abstract boolean getClientStreaming () public abstract boolean hasServerStreaming () public abstract boolean getServerStreaming () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$MethodDescriptorProto.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProtoOrBuilder { private int bitField0_ public static final int NAME_FIELD_NUMBER private String name_ public static final int INPUT_TYPE_FIELD_NUMBER private String inputType_ public static final int OUTPUT_TYPE_FIELD_NUMBER private String outputType_ public static final int OPTIONS_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions options_ public static final int CLIENT_STREAMING_FIELD_NUMBER private boolean clientStreaming_ public static final int SERVER_STREAMING_FIELD_NUMBER private boolean serverStreaming_ private byte memoizedIsInitialized private static final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public boolean hasName () public java.lang.String getName () public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () private void setName (java.lang.String) String value private void clearName () private void setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasInputType () public java.lang.String getInputType () public com.android.adservices.jarjar.server.protobuf.ByteString getInputTypeBytes () private void setInputType (java.lang.String) String value private void clearInputType () private void setInputTypeBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasOutputType () public java.lang.String getOutputType () public com.android.adservices.jarjar.server.protobuf.ByteString getOutputTypeBytes () private void setOutputType (java.lang.String) String value private void clearOutputType () private void setOutputTypeBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasOptions () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions getOptions () private void setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions value private void mergeOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions value private void clearOptions () public boolean hasClientStreaming () public boolean getClientStreaming () private void setClientStreaming (boolean) boolean value private void clearClientStreaming () public boolean hasServerStreaming () public boolean getServerStreaming () private void setServerStreaming (boolean) boolean value private void clearServerStreaming () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto defaultInstance }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$MethodDescriptorProto$Builder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProtoOrBuilder { private void <init> () public boolean hasName () public java.lang.String getName () public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder setName (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder clearName () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasInputType () public java.lang.String getInputType () public com.android.adservices.jarjar.server.protobuf.ByteString getInputTypeBytes () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder setInputType (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder clearInputType () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder setInputTypeBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasOutputType () public java.lang.String getOutputType () public com.android.adservices.jarjar.server.protobuf.ByteString getOutputTypeBytes () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder setOutputType (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder clearOutputType () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder setOutputTypeBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasOptions () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions getOptions () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder mergeOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodOptions value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder clearOptions () public boolean hasClientStreaming () public boolean getClientStreaming () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder setClientStreaming (boolean) boolean value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder clearClientStreaming () public boolean hasServerStreaming () public boolean getServerStreaming () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder setServerStreaming (boolean) boolean value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MethodDescriptorProto$Builder clearServerStreaming () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$MessageOptionsOrBuilder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptionsOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder { public abstract boolean hasMessageSetWireFormat () public abstract boolean getMessageSetWireFormat () public abstract boolean hasNoStandardDescriptorAccessor () public abstract boolean getNoStandardDescriptorAccessor () public abstract boolean hasDeprecated () public abstract boolean getDeprecated () public abstract boolean hasMapEntry () public abstract boolean getMapEntry () public abstract java.util.List getUninterpretedOptionList () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) public abstract int getUninterpretedOptionCount () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$MessageOptions.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptionsOrBuilder { private int bitField0_ public static final int MESSAGE_SET_WIRE_FORMAT_FIELD_NUMBER private boolean messageSetWireFormat_ public static final int NO_STANDARD_DESCRIPTOR_ACCESSOR_FIELD_NUMBER private boolean noStandardDescriptorAccessor_ public static final int DEPRECATED_FIELD_NUMBER private boolean deprecated_ public static final int MAP_ENTRY_FIELD_NUMBER private boolean mapEntry_ public static final int UNINTERPRETED_OPTION_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList uninterpretedOption_ private byte memoizedIsInitialized private static final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public boolean hasMessageSetWireFormat () public boolean getMessageSetWireFormat () private void setMessageSetWireFormat (boolean) boolean value private void clearMessageSetWireFormat () public boolean hasNoStandardDescriptorAccessor () public boolean getNoStandardDescriptorAccessor () private void setNoStandardDescriptorAccessor (boolean) boolean value private void clearNoStandardDescriptorAccessor () public boolean hasDeprecated () public boolean getDeprecated () private void setDeprecated (boolean) boolean value private void clearDeprecated () public boolean hasMapEntry () public boolean getMapEntry () private void setMapEntry (boolean) boolean value private void clearMapEntry () public java.util.List getUninterpretedOptionList () public java.util.List getUninterpretedOptionOrBuilderList () public int getUninterpretedOptionCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) int index private void ensureUninterpretedOptionIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value private void addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value private void addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value private void addAllUninterpretedOption (java.lang.Iterable) Iterable values private void clearUninterpretedOption () private void removeUninterpretedOption (int) int index public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions defaultInstance }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$MessageOptions$Builder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableBuilder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptionsOrBuilder { private void <init> () public boolean hasMessageSetWireFormat () public boolean getMessageSetWireFormat () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder setMessageSetWireFormat (boolean) boolean value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder clearMessageSetWireFormat () public boolean hasNoStandardDescriptorAccessor () public boolean getNoStandardDescriptorAccessor () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder setNoStandardDescriptorAccessor (boolean) boolean value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder clearNoStandardDescriptorAccessor () public boolean hasDeprecated () public boolean getDeprecated () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder setDeprecated (boolean) boolean value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder clearDeprecated () public boolean hasMapEntry () public boolean getMapEntry () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder setMapEntry (boolean) boolean value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder clearMapEntry () public java.util.List getUninterpretedOptionList () public int getUninterpretedOptionCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder addAllUninterpretedOption (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder clearUninterpretedOption () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder removeUninterpretedOption (int) int index }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$GeneratedCodeInfoOrBuilder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfoOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract java.util.List getAnnotationList () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation getAnnotation (int) public abstract int getAnnotationCount () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$GeneratedCodeInfo.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfoOrBuilder { public static final int ANNOTATION_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList annotation_ private static final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public java.util.List getAnnotationList () public java.util.List getAnnotationOrBuilderList () public int getAnnotationCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation getAnnotation (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$AnnotationOrBuilder getAnnotationOrBuilder (int) int index private void ensureAnnotationIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setAnnotation (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation value private void addAnnotation (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation value private void addAnnotation (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation value private void addAllAnnotation (java.lang.Iterable) Iterable values private void clearAnnotation () private void removeAnnotation (int) int index public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo defaultInstance }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$GeneratedCodeInfo$Builder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfoOrBuilder { private void <init> () public java.util.List getAnnotationList () public int getAnnotationCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation getAnnotation (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder setAnnotation (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder setAnnotation (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder addAnnotation (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder addAnnotation (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder addAnnotation (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder addAnnotation (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder addAllAnnotation (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder clearAnnotation () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder removeAnnotation (int) int index }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$GeneratedCodeInfo$AnnotationOrBuilder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$AnnotationOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract java.util.List getPathList () public abstract int getPathCount () public abstract int getPath (int) public abstract boolean hasSourceFile () public abstract java.lang.String getSourceFile () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getSourceFileBytes () public abstract boolean hasBegin () public abstract int getBegin () public abstract boolean hasEnd () public abstract int getEnd () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$GeneratedCodeInfo$Annotation.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$AnnotationOrBuilder { private int bitField0_ public static final int PATH_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$IntList path_ private int pathMemoizedSerializedSize public static final int SOURCE_FILE_FIELD_NUMBER private String sourceFile_ public static final int BEGIN_FIELD_NUMBER private int begin_ public static final int END_FIELD_NUMBER private int end_ private static final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public java.util.List getPathList () public int getPathCount () public int getPath (int) int index private void ensurePathIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$IntList tmp private void setPath (int, int) int index int value private void addPath (int) int value private void addAllPath (java.lang.Iterable) Iterable values private void clearPath () public boolean hasSourceFile () public java.lang.String getSourceFile () public com.android.adservices.jarjar.server.protobuf.ByteString getSourceFileBytes () private void setSourceFile (java.lang.String) String value private void clearSourceFile () private void setSourceFileBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasBegin () public int getBegin () private void setBegin (int) int value private void clearBegin () public boolean hasEnd () public int getEnd () private void setEnd (int) int value private void clearEnd () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation defaultInstance }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$GeneratedCodeInfo$Annotation$Builder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$AnnotationOrBuilder { private void <init> () public java.util.List getPathList () public int getPathCount () public int getPath (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder setPath (int, int) int index int value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder addPath (int) int value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder addAllPath (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder clearPath () public boolean hasSourceFile () public java.lang.String getSourceFile () public com.android.adservices.jarjar.server.protobuf.ByteString getSourceFileBytes () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder setSourceFile (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder clearSourceFile () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder setSourceFileBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasBegin () public int getBegin () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder setBegin (int) int value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder clearBegin () public boolean hasEnd () public int getEnd () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder setEnd (int) int value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder clearEnd () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FileOptionsOrBuilder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptionsOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder { public abstract boolean hasJavaPackage () public abstract java.lang.String getJavaPackage () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getJavaPackageBytes () public abstract boolean hasJavaOuterClassname () public abstract java.lang.String getJavaOuterClassname () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getJavaOuterClassnameBytes () public abstract boolean hasJavaMultipleFiles () public abstract boolean getJavaMultipleFiles () public abstract boolean hasJavaGenerateEqualsAndHash () public abstract boolean getJavaGenerateEqualsAndHash () public abstract boolean hasJavaStringCheckUtf8 () public abstract boolean getJavaStringCheckUtf8 () public abstract boolean hasOptimizeFor () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$OptimizeMode getOptimizeFor () public abstract boolean hasGoPackage () public abstract java.lang.String getGoPackage () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getGoPackageBytes () public abstract boolean hasCcGenericServices () public abstract boolean getCcGenericServices () public abstract boolean hasJavaGenericServices () public abstract boolean getJavaGenericServices () public abstract boolean hasPyGenericServices () public abstract boolean getPyGenericServices () public abstract boolean hasPhpGenericServices () public abstract boolean getPhpGenericServices () public abstract boolean hasDeprecated () public abstract boolean getDeprecated () public abstract boolean hasCcEnableArenas () public abstract boolean getCcEnableArenas () public abstract boolean hasObjcClassPrefix () public abstract java.lang.String getObjcClassPrefix () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getObjcClassPrefixBytes () public abstract boolean hasCsharpNamespace () public abstract java.lang.String getCsharpNamespace () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getCsharpNamespaceBytes () public abstract boolean hasSwiftPrefix () public abstract java.lang.String getSwiftPrefix () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getSwiftPrefixBytes () public abstract boolean hasPhpClassPrefix () public abstract java.lang.String getPhpClassPrefix () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getPhpClassPrefixBytes () public abstract boolean hasPhpNamespace () public abstract java.lang.String getPhpNamespace () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getPhpNamespaceBytes () public abstract boolean hasPhpMetadataNamespace () public abstract java.lang.String getPhpMetadataNamespace () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getPhpMetadataNamespaceBytes () public abstract boolean hasRubyPackage () public abstract java.lang.String getRubyPackage () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getRubyPackageBytes () public abstract java.util.List getUninterpretedOptionList () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) public abstract int getUninterpretedOptionCount () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FileOptions.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptionsOrBuilder { private int bitField0_ public static final int JAVA_PACKAGE_FIELD_NUMBER private String javaPackage_ public static final int JAVA_OUTER_CLASSNAME_FIELD_NUMBER private String javaOuterClassname_ public static final int JAVA_MULTIPLE_FILES_FIELD_NUMBER private boolean javaMultipleFiles_ public static final int JAVA_GENERATE_EQUALS_AND_HASH_FIELD_NUMBER private boolean javaGenerateEqualsAndHash_ public static final int JAVA_STRING_CHECK_UTF8_FIELD_NUMBER private boolean javaStringCheckUtf8_ public static final int OPTIMIZE_FOR_FIELD_NUMBER private int optimizeFor_ public static final int GO_PACKAGE_FIELD_NUMBER private String goPackage_ public static final int CC_GENERIC_SERVICES_FIELD_NUMBER private boolean ccGenericServices_ public static final int JAVA_GENERIC_SERVICES_FIELD_NUMBER private boolean javaGenericServices_ public static final int PY_GENERIC_SERVICES_FIELD_NUMBER private boolean pyGenericServices_ public static final int PHP_GENERIC_SERVICES_FIELD_NUMBER private boolean phpGenericServices_ public static final int DEPRECATED_FIELD_NUMBER private boolean deprecated_ public static final int CC_ENABLE_ARENAS_FIELD_NUMBER private boolean ccEnableArenas_ public static final int OBJC_CLASS_PREFIX_FIELD_NUMBER private String objcClassPrefix_ public static final int CSHARP_NAMESPACE_FIELD_NUMBER private String csharpNamespace_ public static final int SWIFT_PREFIX_FIELD_NUMBER private String swiftPrefix_ public static final int PHP_CLASS_PREFIX_FIELD_NUMBER private String phpClassPrefix_ public static final int PHP_NAMESPACE_FIELD_NUMBER private String phpNamespace_ public static final int PHP_METADATA_NAMESPACE_FIELD_NUMBER private String phpMetadataNamespace_ public static final int RUBY_PACKAGE_FIELD_NUMBER private String rubyPackage_ public static final int UNINTERPRETED_OPTION_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList uninterpretedOption_ private byte memoizedIsInitialized private static final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public boolean hasJavaPackage () public java.lang.String getJavaPackage () public com.android.adservices.jarjar.server.protobuf.ByteString getJavaPackageBytes () private void setJavaPackage (java.lang.String) String value private void clearJavaPackage () private void setJavaPackageBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasJavaOuterClassname () public java.lang.String getJavaOuterClassname () public com.android.adservices.jarjar.server.protobuf.ByteString getJavaOuterClassnameBytes () private void setJavaOuterClassname (java.lang.String) String value private void clearJavaOuterClassname () private void setJavaOuterClassnameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasJavaMultipleFiles () public boolean getJavaMultipleFiles () private void setJavaMultipleFiles (boolean) boolean value private void clearJavaMultipleFiles () public boolean hasJavaGenerateEqualsAndHash () public boolean getJavaGenerateEqualsAndHash () private void setJavaGenerateEqualsAndHash (boolean) boolean value private void clearJavaGenerateEqualsAndHash () public boolean hasJavaStringCheckUtf8 () public boolean getJavaStringCheckUtf8 () private void setJavaStringCheckUtf8 (boolean) boolean value private void clearJavaStringCheckUtf8 () public boolean hasOptimizeFor () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$OptimizeMode getOptimizeFor () com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$OptimizeMode result private void setOptimizeFor (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$OptimizeMode) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$OptimizeMode value private void clearOptimizeFor () public boolean hasGoPackage () public java.lang.String getGoPackage () public com.android.adservices.jarjar.server.protobuf.ByteString getGoPackageBytes () private void setGoPackage (java.lang.String) String value private void clearGoPackage () private void setGoPackageBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasCcGenericServices () public boolean getCcGenericServices () private void setCcGenericServices (boolean) boolean value private void clearCcGenericServices () public boolean hasJavaGenericServices () public boolean getJavaGenericServices () private void setJavaGenericServices (boolean) boolean value private void clearJavaGenericServices () public boolean hasPyGenericServices () public boolean getPyGenericServices () private void setPyGenericServices (boolean) boolean value private void clearPyGenericServices () public boolean hasPhpGenericServices () public boolean getPhpGenericServices () private void setPhpGenericServices (boolean) boolean value private void clearPhpGenericServices () public boolean hasDeprecated () public boolean getDeprecated () private void setDeprecated (boolean) boolean value private void clearDeprecated () public boolean hasCcEnableArenas () public boolean getCcEnableArenas () private void setCcEnableArenas (boolean) boolean value private void clearCcEnableArenas () public boolean hasObjcClassPrefix () public java.lang.String getObjcClassPrefix () public com.android.adservices.jarjar.server.protobuf.ByteString getObjcClassPrefixBytes () private void setObjcClassPrefix (java.lang.String) String value private void clearObjcClassPrefix () private void setObjcClassPrefixBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasCsharpNamespace () public java.lang.String getCsharpNamespace () public com.android.adservices.jarjar.server.protobuf.ByteString getCsharpNamespaceBytes () private void setCsharpNamespace (java.lang.String) String value private void clearCsharpNamespace () private void setCsharpNamespaceBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasSwiftPrefix () public java.lang.String getSwiftPrefix () public com.android.adservices.jarjar.server.protobuf.ByteString getSwiftPrefixBytes () private void setSwiftPrefix (java.lang.String) String value private void clearSwiftPrefix () private void setSwiftPrefixBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasPhpClassPrefix () public java.lang.String getPhpClassPrefix () public com.android.adservices.jarjar.server.protobuf.ByteString getPhpClassPrefixBytes () private void setPhpClassPrefix (java.lang.String) String value private void clearPhpClassPrefix () private void setPhpClassPrefixBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasPhpNamespace () public java.lang.String getPhpNamespace () public com.android.adservices.jarjar.server.protobuf.ByteString getPhpNamespaceBytes () private void setPhpNamespace (java.lang.String) String value private void clearPhpNamespace () private void setPhpNamespaceBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasPhpMetadataNamespace () public java.lang.String getPhpMetadataNamespace () public com.android.adservices.jarjar.server.protobuf.ByteString getPhpMetadataNamespaceBytes () private void setPhpMetadataNamespace (java.lang.String) String value private void clearPhpMetadataNamespace () private void setPhpMetadataNamespaceBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasRubyPackage () public java.lang.String getRubyPackage () public com.android.adservices.jarjar.server.protobuf.ByteString getRubyPackageBytes () private void setRubyPackage (java.lang.String) String value private void clearRubyPackage () private void setRubyPackageBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public java.util.List getUninterpretedOptionList () public java.util.List getUninterpretedOptionOrBuilderList () public int getUninterpretedOptionCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) int index private void ensureUninterpretedOptionIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value private void addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value private void addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value private void addAllUninterpretedOption (java.lang.Iterable) Iterable values private void clearUninterpretedOption () private void removeUninterpretedOption (int) int index public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions defaultInstance }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FileOptions$OptimizeMode.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$OptimizeMode extends java.lang.Enum implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLite { public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$OptimizeMode SPEED public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$OptimizeMode CODE_SIZE public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$OptimizeMode LITE_RUNTIME public static final int SPEED_VALUE public static final int CODE_SIZE_VALUE public static final int LITE_RUNTIME_VALUE private static final com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalValueMap private final int value private static final synthetic com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$OptimizeMode[] $VALUES public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$OptimizeMode[] values () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$OptimizeMode valueOf (java.lang.String) String name public final int getNumber () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$OptimizeMode valueOf (int) int value public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$OptimizeMode forNumber (int) int value public static com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalGetValueMap () public static com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier internalGetVerifier () private void <init> (java.lang.String, int, int) int value private static synthetic com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$OptimizeMode[] $values () static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FileOptions$OptimizeMode$OptimizeModeVerifier.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$OptimizeMode$OptimizeModeVerifier extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier { static final com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier INSTANCE private void <init> () public boolean isInRange (int) int number static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FileOptions$OptimizeMode$1.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$OptimizeMode$1 extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap { void <init> () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$OptimizeMode findValueByNumber (int) int number public volatile synthetic com.android.adservices.jarjar.server.protobuf.Internal$EnumLite findValueByNumber (int) }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FileOptions$Builder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableBuilder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptionsOrBuilder { private void <init> () public boolean hasJavaPackage () public java.lang.String getJavaPackage () public com.android.adservices.jarjar.server.protobuf.ByteString getJavaPackageBytes () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setJavaPackage (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearJavaPackage () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setJavaPackageBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasJavaOuterClassname () public java.lang.String getJavaOuterClassname () public com.android.adservices.jarjar.server.protobuf.ByteString getJavaOuterClassnameBytes () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setJavaOuterClassname (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearJavaOuterClassname () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setJavaOuterClassnameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasJavaMultipleFiles () public boolean getJavaMultipleFiles () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setJavaMultipleFiles (boolean) boolean value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearJavaMultipleFiles () public boolean hasJavaGenerateEqualsAndHash () public boolean getJavaGenerateEqualsAndHash () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setJavaGenerateEqualsAndHash (boolean) boolean value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearJavaGenerateEqualsAndHash () public boolean hasJavaStringCheckUtf8 () public boolean getJavaStringCheckUtf8 () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setJavaStringCheckUtf8 (boolean) boolean value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearJavaStringCheckUtf8 () public boolean hasOptimizeFor () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$OptimizeMode getOptimizeFor () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setOptimizeFor (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$OptimizeMode) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$OptimizeMode value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearOptimizeFor () public boolean hasGoPackage () public java.lang.String getGoPackage () public com.android.adservices.jarjar.server.protobuf.ByteString getGoPackageBytes () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setGoPackage (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearGoPackage () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setGoPackageBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasCcGenericServices () public boolean getCcGenericServices () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setCcGenericServices (boolean) boolean value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearCcGenericServices () public boolean hasJavaGenericServices () public boolean getJavaGenericServices () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setJavaGenericServices (boolean) boolean value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearJavaGenericServices () public boolean hasPyGenericServices () public boolean getPyGenericServices () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setPyGenericServices (boolean) boolean value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearPyGenericServices () public boolean hasPhpGenericServices () public boolean getPhpGenericServices () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setPhpGenericServices (boolean) boolean value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearPhpGenericServices () public boolean hasDeprecated () public boolean getDeprecated () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setDeprecated (boolean) boolean value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearDeprecated () public boolean hasCcEnableArenas () public boolean getCcEnableArenas () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setCcEnableArenas (boolean) boolean value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearCcEnableArenas () public boolean hasObjcClassPrefix () public java.lang.String getObjcClassPrefix () public com.android.adservices.jarjar.server.protobuf.ByteString getObjcClassPrefixBytes () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setObjcClassPrefix (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearObjcClassPrefix () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setObjcClassPrefixBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasCsharpNamespace () public java.lang.String getCsharpNamespace () public com.android.adservices.jarjar.server.protobuf.ByteString getCsharpNamespaceBytes () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setCsharpNamespace (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearCsharpNamespace () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setCsharpNamespaceBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasSwiftPrefix () public java.lang.String getSwiftPrefix () public com.android.adservices.jarjar.server.protobuf.ByteString getSwiftPrefixBytes () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setSwiftPrefix (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearSwiftPrefix () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setSwiftPrefixBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasPhpClassPrefix () public java.lang.String getPhpClassPrefix () public com.android.adservices.jarjar.server.protobuf.ByteString getPhpClassPrefixBytes () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setPhpClassPrefix (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearPhpClassPrefix () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setPhpClassPrefixBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasPhpNamespace () public java.lang.String getPhpNamespace () public com.android.adservices.jarjar.server.protobuf.ByteString getPhpNamespaceBytes () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setPhpNamespace (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearPhpNamespace () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setPhpNamespaceBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasPhpMetadataNamespace () public java.lang.String getPhpMetadataNamespace () public com.android.adservices.jarjar.server.protobuf.ByteString getPhpMetadataNamespaceBytes () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setPhpMetadataNamespace (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearPhpMetadataNamespace () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setPhpMetadataNamespaceBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasRubyPackage () public java.lang.String getRubyPackage () public com.android.adservices.jarjar.server.protobuf.ByteString getRubyPackageBytes () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setRubyPackage (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearRubyPackage () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setRubyPackageBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public java.util.List getUninterpretedOptionList () public int getUninterpretedOptionCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder addAllUninterpretedOption (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder clearUninterpretedOption () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder removeUninterpretedOption (int) int index }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FileDescriptorSetOrBuilder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSetOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract java.util.List getFileList () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto getFile (int) public abstract int getFileCount () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FileDescriptorSet.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSetOrBuilder { public static final int FILE_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList file_ private byte memoizedIsInitialized private static final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public java.util.List getFileList () public java.util.List getFileOrBuilderList () public int getFileCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto getFile (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProtoOrBuilder getFileOrBuilder (int) int index private void ensureFileIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setFile (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto value private void addFile (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto value private void addFile (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto value private void addAllFile (java.lang.Iterable) Iterable values private void clearFile () private void removeFile (int) int index public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet defaultInstance }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FileDescriptorSet$Builder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSetOrBuilder { private void <init> () public java.util.List getFileList () public int getFileCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto getFile (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet$Builder setFile (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet$Builder setFile (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet$Builder addFile (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet$Builder addFile (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet$Builder addFile (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet$Builder addFile (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet$Builder addAllFile (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet$Builder clearFile () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorSet$Builder removeFile (int) int index }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FileDescriptorProtoOrBuilder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProtoOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract boolean hasName () public abstract java.lang.String getName () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () public abstract boolean hasPackage () public abstract java.lang.String getPackage () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getPackageBytes () public abstract java.util.List getDependencyList () public abstract int getDependencyCount () public abstract java.lang.String getDependency (int) public abstract com.android.adservices.jarjar.server.protobuf.ByteString getDependencyBytes (int) public abstract java.util.List getPublicDependencyList () public abstract int getPublicDependencyCount () public abstract int getPublicDependency (int) public abstract java.util.List getWeakDependencyList () public abstract int getWeakDependencyCount () public abstract int getWeakDependency (int) public abstract java.util.List getMessageTypeList () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto getMessageType (int) public abstract int getMessageTypeCount () public abstract java.util.List getEnumTypeList () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto getEnumType (int) public abstract int getEnumTypeCount () public abstract java.util.List getServiceList () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto getService (int) public abstract int getServiceCount () public abstract java.util.List getExtensionList () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto getExtension (int) public abstract int getExtensionCount () public abstract boolean hasOptions () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions getOptions () public abstract boolean hasSourceCodeInfo () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo getSourceCodeInfo () public abstract boolean hasSyntax () public abstract java.lang.String getSyntax () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getSyntaxBytes () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FileDescriptorProto.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProtoOrBuilder { private int bitField0_ public static final int NAME_FIELD_NUMBER private String name_ public static final int PACKAGE_FIELD_NUMBER private String package_ public static final int DEPENDENCY_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList dependency_ public static final int PUBLIC_DEPENDENCY_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$IntList publicDependency_ public static final int WEAK_DEPENDENCY_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$IntList weakDependency_ public static final int MESSAGE_TYPE_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList messageType_ public static final int ENUM_TYPE_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList enumType_ public static final int SERVICE_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList service_ public static final int EXTENSION_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList extension_ public static final int OPTIONS_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions options_ public static final int SOURCE_CODE_INFO_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo sourceCodeInfo_ public static final int SYNTAX_FIELD_NUMBER private String syntax_ private byte memoizedIsInitialized private static final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public boolean hasName () public java.lang.String getName () public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () private void setName (java.lang.String) String value private void clearName () private void setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasPackage () public java.lang.String getPackage () public com.android.adservices.jarjar.server.protobuf.ByteString getPackageBytes () private void setPackage (java.lang.String) String value private void clearPackage () private void setPackageBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public java.util.List getDependencyList () public int getDependencyCount () public java.lang.String getDependency (int) int index public com.android.adservices.jarjar.server.protobuf.ByteString getDependencyBytes (int) int index private void ensureDependencyIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setDependency (int, java.lang.String) int index String value private void addDependency (java.lang.String) String value private void addAllDependency (java.lang.Iterable) Iterable values private void clearDependency () private void addDependencyBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public java.util.List getPublicDependencyList () public int getPublicDependencyCount () public int getPublicDependency (int) int index private void ensurePublicDependencyIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$IntList tmp private void setPublicDependency (int, int) int index int value private void addPublicDependency (int) int value private void addAllPublicDependency (java.lang.Iterable) Iterable values private void clearPublicDependency () public java.util.List getWeakDependencyList () public int getWeakDependencyCount () public int getWeakDependency (int) int index private void ensureWeakDependencyIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$IntList tmp private void setWeakDependency (int, int) int index int value private void addWeakDependency (int) int value private void addAllWeakDependency (java.lang.Iterable) Iterable values private void clearWeakDependency () public java.util.List getMessageTypeList () public java.util.List getMessageTypeOrBuilderList () public int getMessageTypeCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto getMessageType (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProtoOrBuilder getMessageTypeOrBuilder (int) int index private void ensureMessageTypeIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setMessageType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto value private void addMessageType (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto value private void addMessageType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto value private void addAllMessageType (java.lang.Iterable) Iterable values private void clearMessageType () private void removeMessageType (int) int index public java.util.List getEnumTypeList () public java.util.List getEnumTypeOrBuilderList () public int getEnumTypeCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto getEnumType (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProtoOrBuilder getEnumTypeOrBuilder (int) int index private void ensureEnumTypeIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setEnumType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto value private void addEnumType (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto value private void addEnumType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto value private void addAllEnumType (java.lang.Iterable) Iterable values private void clearEnumType () private void removeEnumType (int) int index public java.util.List getServiceList () public java.util.List getServiceOrBuilderList () public int getServiceCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto getService (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProtoOrBuilder getServiceOrBuilder (int) int index private void ensureServiceIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setService (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto value private void addService (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto value private void addService (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto value private void addAllService (java.lang.Iterable) Iterable values private void clearService () private void removeService (int) int index public java.util.List getExtensionList () public java.util.List getExtensionOrBuilderList () public int getExtensionCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto getExtension (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProtoOrBuilder getExtensionOrBuilder (int) int index private void ensureExtensionIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setExtension (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto value private void addExtension (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto value private void addExtension (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto value private void addAllExtension (java.lang.Iterable) Iterable values private void clearExtension () private void removeExtension (int) int index public boolean hasOptions () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions getOptions () private void setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions value private void mergeOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions value private void clearOptions () public boolean hasSourceCodeInfo () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo getSourceCodeInfo () private void setSourceCodeInfo (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo value private void mergeSourceCodeInfo (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo value private void clearSourceCodeInfo () public boolean hasSyntax () public java.lang.String getSyntax () public com.android.adservices.jarjar.server.protobuf.ByteString getSyntaxBytes () private void setSyntax (java.lang.String) String value private void clearSyntax () private void setSyntaxBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto defaultInstance }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FileDescriptorProto$Builder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProtoOrBuilder { private void <init> () public boolean hasName () public java.lang.String getName () public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setName (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearName () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasPackage () public java.lang.String getPackage () public com.android.adservices.jarjar.server.protobuf.ByteString getPackageBytes () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setPackage (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearPackage () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setPackageBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public java.util.List getDependencyList () public int getDependencyCount () public java.lang.String getDependency (int) int index public com.android.adservices.jarjar.server.protobuf.ByteString getDependencyBytes (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setDependency (int, java.lang.String) int index String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addDependency (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addAllDependency (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearDependency () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addDependencyBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public java.util.List getPublicDependencyList () public int getPublicDependencyCount () public int getPublicDependency (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setPublicDependency (int, int) int index int value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addPublicDependency (int) int value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addAllPublicDependency (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearPublicDependency () public java.util.List getWeakDependencyList () public int getWeakDependencyCount () public int getWeakDependency (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setWeakDependency (int, int) int index int value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addWeakDependency (int) int value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addAllWeakDependency (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearWeakDependency () public java.util.List getMessageTypeList () public int getMessageTypeCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto getMessageType (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setMessageType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setMessageType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addMessageType (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addMessageType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addMessageType (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addMessageType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addAllMessageType (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearMessageType () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder removeMessageType (int) int index public java.util.List getEnumTypeList () public int getEnumTypeCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto getEnumType (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setEnumType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setEnumType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addEnumType (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addEnumType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addEnumType (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addEnumType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addAllEnumType (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearEnumType () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder removeEnumType (int) int index public java.util.List getServiceList () public int getServiceCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto getService (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setService (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setService (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addService (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addService (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addService (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addService (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addAllService (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearService () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder removeService (int) int index public java.util.List getExtensionList () public int getExtensionCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto getExtension (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setExtension (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setExtension (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addExtension (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addExtension (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addExtension (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addExtension (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder addAllExtension (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearExtension () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder removeExtension (int) int index public boolean hasOptions () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions getOptions () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder mergeOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileOptions value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearOptions () public boolean hasSourceCodeInfo () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo getSourceCodeInfo () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setSourceCodeInfo (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setSourceCodeInfo (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder mergeSourceCodeInfo (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$SourceCodeInfo value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearSourceCodeInfo () public boolean hasSyntax () public java.lang.String getSyntax () public com.android.adservices.jarjar.server.protobuf.ByteString getSyntaxBytes () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setSyntax (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder clearSyntax () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FileDescriptorProto$Builder setSyntaxBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FieldOptionsOrBuilder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptionsOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder { public abstract boolean hasCtype () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$CType getCtype () public abstract boolean hasPacked () public abstract boolean getPacked () public abstract boolean hasJstype () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$JSType getJstype () public abstract boolean hasLazy () public abstract boolean getLazy () public abstract boolean hasUnverifiedLazy () public abstract boolean getUnverifiedLazy () public abstract boolean hasDeprecated () public abstract boolean getDeprecated () public abstract boolean hasWeak () public abstract boolean getWeak () public abstract java.util.List getUninterpretedOptionList () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) public abstract int getUninterpretedOptionCount () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FieldOptions.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptionsOrBuilder { private int bitField0_ public static final int CTYPE_FIELD_NUMBER private int ctype_ public static final int PACKED_FIELD_NUMBER private boolean packed_ public static final int JSTYPE_FIELD_NUMBER private int jstype_ public static final int LAZY_FIELD_NUMBER private boolean lazy_ public static final int UNVERIFIED_LAZY_FIELD_NUMBER private boolean unverifiedLazy_ public static final int DEPRECATED_FIELD_NUMBER private boolean deprecated_ public static final int WEAK_FIELD_NUMBER private boolean weak_ public static final int UNINTERPRETED_OPTION_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList uninterpretedOption_ private byte memoizedIsInitialized private static final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public boolean hasCtype () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$CType getCtype () com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$CType result private void setCtype (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$CType) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$CType value private void clearCtype () public boolean hasPacked () public boolean getPacked () private void setPacked (boolean) boolean value private void clearPacked () public boolean hasJstype () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$JSType getJstype () com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$JSType result private void setJstype (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$JSType) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$JSType value private void clearJstype () public boolean hasLazy () public boolean getLazy () private void setLazy (boolean) boolean value private void clearLazy () public boolean hasUnverifiedLazy () public boolean getUnverifiedLazy () private void setUnverifiedLazy (boolean) boolean value private void clearUnverifiedLazy () public boolean hasDeprecated () public boolean getDeprecated () private void setDeprecated (boolean) boolean value private void clearDeprecated () public boolean hasWeak () public boolean getWeak () private void setWeak (boolean) boolean value private void clearWeak () public java.util.List getUninterpretedOptionList () public java.util.List getUninterpretedOptionOrBuilderList () public int getUninterpretedOptionCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) int index private void ensureUninterpretedOptionIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value private void addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value private void addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value private void addAllUninterpretedOption (java.lang.Iterable) Iterable values private void clearUninterpretedOption () private void removeUninterpretedOption (int) int index public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions defaultInstance }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FieldOptions$JSType.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$JSType extends java.lang.Enum implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLite { public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$JSType JS_NORMAL public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$JSType JS_STRING public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$JSType JS_NUMBER public static final int JS_NORMAL_VALUE public static final int JS_STRING_VALUE public static final int JS_NUMBER_VALUE private static final com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalValueMap private final int value private static final synthetic com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$JSType[] $VALUES public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$JSType[] values () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$JSType valueOf (java.lang.String) String name public final int getNumber () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$JSType valueOf (int) int value public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$JSType forNumber (int) int value public static com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalGetValueMap () public static com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier internalGetVerifier () private void <init> (java.lang.String, int, int) int value private static synthetic com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$JSType[] $values () static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FieldOptions$JSType$JSTypeVerifier.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$JSType$JSTypeVerifier extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier { static final com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier INSTANCE private void <init> () public boolean isInRange (int) int number static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FieldOptions$JSType$1.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$JSType$1 extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap { void <init> () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$JSType findValueByNumber (int) int number public volatile synthetic com.android.adservices.jarjar.server.protobuf.Internal$EnumLite findValueByNumber (int) }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FieldOptions$CType.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$CType extends java.lang.Enum implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLite { public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$CType STRING public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$CType CORD public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$CType STRING_PIECE public static final int STRING_VALUE public static final int CORD_VALUE public static final int STRING_PIECE_VALUE private static final com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalValueMap private final int value private static final synthetic com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$CType[] $VALUES public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$CType[] values () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$CType valueOf (java.lang.String) String name public final int getNumber () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$CType valueOf (int) int value public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$CType forNumber (int) int value public static com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalGetValueMap () public static com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier internalGetVerifier () private void <init> (java.lang.String, int, int) int value private static synthetic com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$CType[] $values () static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FieldOptions$CType$CTypeVerifier.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$CType$CTypeVerifier extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier { static final com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier INSTANCE private void <init> () public boolean isInRange (int) int number static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FieldOptions$CType$1.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$CType$1 extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap { void <init> () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$CType findValueByNumber (int) int number public volatile synthetic com.android.adservices.jarjar.server.protobuf.Internal$EnumLite findValueByNumber (int) }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FieldOptions$Builder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableBuilder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptionsOrBuilder { private void <init> () public boolean hasCtype () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$CType getCtype () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder setCtype (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$CType) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$CType value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder clearCtype () public boolean hasPacked () public boolean getPacked () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder setPacked (boolean) boolean value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder clearPacked () public boolean hasJstype () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$JSType getJstype () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder setJstype (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$JSType) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$JSType value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder clearJstype () public boolean hasLazy () public boolean getLazy () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder setLazy (boolean) boolean value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder clearLazy () public boolean hasUnverifiedLazy () public boolean getUnverifiedLazy () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder setUnverifiedLazy (boolean) boolean value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder clearUnverifiedLazy () public boolean hasDeprecated () public boolean getDeprecated () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder setDeprecated (boolean) boolean value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder clearDeprecated () public boolean hasWeak () public boolean getWeak () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder setWeak (boolean) boolean value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder clearWeak () public java.util.List getUninterpretedOptionList () public int getUninterpretedOptionCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder addAllUninterpretedOption (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder clearUninterpretedOption () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder removeUninterpretedOption (int) int index }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FieldDescriptorProtoOrBuilder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProtoOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract boolean hasName () public abstract java.lang.String getName () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () public abstract boolean hasNumber () public abstract int getNumber () public abstract boolean hasLabel () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Label getLabel () public abstract boolean hasType () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type getType () public abstract boolean hasTypeName () public abstract java.lang.String getTypeName () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getTypeNameBytes () public abstract boolean hasExtendee () public abstract java.lang.String getExtendee () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getExtendeeBytes () public abstract boolean hasDefaultValue () public abstract java.lang.String getDefaultValue () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getDefaultValueBytes () public abstract boolean hasOneofIndex () public abstract int getOneofIndex () public abstract boolean hasJsonName () public abstract java.lang.String getJsonName () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getJsonNameBytes () public abstract boolean hasOptions () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions getOptions () public abstract boolean hasProto3Optional () public abstract boolean getProto3Optional () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FieldDescriptorProto.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProtoOrBuilder { private int bitField0_ public static final int NAME_FIELD_NUMBER private String name_ public static final int NUMBER_FIELD_NUMBER private int number_ public static final int LABEL_FIELD_NUMBER private int label_ public static final int TYPE_FIELD_NUMBER private int type_ public static final int TYPE_NAME_FIELD_NUMBER private String typeName_ public static final int EXTENDEE_FIELD_NUMBER private String extendee_ public static final int DEFAULT_VALUE_FIELD_NUMBER private String defaultValue_ public static final int ONEOF_INDEX_FIELD_NUMBER private int oneofIndex_ public static final int JSON_NAME_FIELD_NUMBER private String jsonName_ public static final int OPTIONS_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions options_ public static final int PROTO3_OPTIONAL_FIELD_NUMBER private boolean proto3Optional_ private byte memoizedIsInitialized private static final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public boolean hasName () public java.lang.String getName () public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () private void setName (java.lang.String) String value private void clearName () private void setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasNumber () public int getNumber () private void setNumber (int) int value private void clearNumber () public boolean hasLabel () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Label getLabel () com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Label result private void setLabel (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Label) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Label value private void clearLabel () public boolean hasType () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type getType () com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type result private void setType (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type value private void clearType () public boolean hasTypeName () public java.lang.String getTypeName () public com.android.adservices.jarjar.server.protobuf.ByteString getTypeNameBytes () private void setTypeName (java.lang.String) String value private void clearTypeName () private void setTypeNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasExtendee () public java.lang.String getExtendee () public com.android.adservices.jarjar.server.protobuf.ByteString getExtendeeBytes () private void setExtendee (java.lang.String) String value private void clearExtendee () private void setExtendeeBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasDefaultValue () public java.lang.String getDefaultValue () public com.android.adservices.jarjar.server.protobuf.ByteString getDefaultValueBytes () private void setDefaultValue (java.lang.String) String value private void clearDefaultValue () private void setDefaultValueBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasOneofIndex () public int getOneofIndex () private void setOneofIndex (int) int value private void clearOneofIndex () public boolean hasJsonName () public java.lang.String getJsonName () public com.android.adservices.jarjar.server.protobuf.ByteString getJsonNameBytes () private void setJsonName (java.lang.String) String value private void clearJsonName () private void setJsonNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasOptions () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions getOptions () private void setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions value private void mergeOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions value private void clearOptions () public boolean hasProto3Optional () public boolean getProto3Optional () private void setProto3Optional (boolean) boolean value private void clearProto3Optional () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto defaultInstance }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FieldDescriptorProto$Type.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type extends java.lang.Enum implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLite { public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_DOUBLE public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_FLOAT public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_INT64 public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_UINT64 public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_INT32 public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_FIXED64 public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_FIXED32 public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_BOOL public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_STRING public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_GROUP public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_MESSAGE public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_BYTES public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_UINT32 public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_ENUM public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_SFIXED32 public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_SFIXED64 public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_SINT32 public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type TYPE_SINT64 public static final int TYPE_DOUBLE_VALUE public static final int TYPE_FLOAT_VALUE public static final int TYPE_INT64_VALUE public static final int TYPE_UINT64_VALUE public static final int TYPE_INT32_VALUE public static final int TYPE_FIXED64_VALUE public static final int TYPE_FIXED32_VALUE public static final int TYPE_BOOL_VALUE public static final int TYPE_STRING_VALUE public static final int TYPE_GROUP_VALUE public static final int TYPE_MESSAGE_VALUE public static final int TYPE_BYTES_VALUE public static final int TYPE_UINT32_VALUE public static final int TYPE_ENUM_VALUE public static final int TYPE_SFIXED32_VALUE public static final int TYPE_SFIXED64_VALUE public static final int TYPE_SINT32_VALUE public static final int TYPE_SINT64_VALUE private static final com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalValueMap private final int value private static final synthetic com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type[] $VALUES public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type[] values () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type valueOf (java.lang.String) String name public final int getNumber () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type valueOf (int) int value public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type forNumber (int) int value public static com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalGetValueMap () public static com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier internalGetVerifier () private void <init> (java.lang.String, int, int) int value private static synthetic com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type[] $values () static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FieldDescriptorProto$Type$TypeVerifier.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type$TypeVerifier extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier { static final com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier INSTANCE private void <init> () public boolean isInRange (int) int number static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FieldDescriptorProto$Type$1.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type$1 extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap { void <init> () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type findValueByNumber (int) int number public volatile synthetic com.android.adservices.jarjar.server.protobuf.Internal$EnumLite findValueByNumber (int) }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FieldDescriptorProto$Label.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Label extends java.lang.Enum implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLite { public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Label LABEL_OPTIONAL public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Label LABEL_REQUIRED public static final enum com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Label LABEL_REPEATED public static final int LABEL_OPTIONAL_VALUE public static final int LABEL_REQUIRED_VALUE public static final int LABEL_REPEATED_VALUE private static final com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalValueMap private final int value private static final synthetic com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Label[] $VALUES public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Label[] values () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Label valueOf (java.lang.String) String name public final int getNumber () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Label valueOf (int) int value public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Label forNumber (int) int value public static com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap internalGetValueMap () public static com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier internalGetVerifier () private void <init> (java.lang.String, int, int) int value private static synthetic com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Label[] $values () static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FieldDescriptorProto$Label$LabelVerifier.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Label$LabelVerifier extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier { static final com.android.adservices.jarjar.server.protobuf.Internal$EnumVerifier INSTANCE private void <init> () public boolean isInRange (int) int number static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FieldDescriptorProto$Label$1.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Label$1 extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Internal$EnumLiteMap { void <init> () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Label findValueByNumber (int) int number public volatile synthetic com.android.adservices.jarjar.server.protobuf.Internal$EnumLite findValueByNumber (int) }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$FieldDescriptorProto$Builder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProtoOrBuilder { private void <init> () public boolean hasName () public java.lang.String getName () public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setName (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearName () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasNumber () public int getNumber () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setNumber (int) int value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearNumber () public boolean hasLabel () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Label getLabel () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setLabel (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Label) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Label value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearLabel () public boolean hasType () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type getType () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setType (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Type value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearType () public boolean hasTypeName () public java.lang.String getTypeName () public com.android.adservices.jarjar.server.protobuf.ByteString getTypeNameBytes () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setTypeName (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearTypeName () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setTypeNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasExtendee () public java.lang.String getExtendee () public com.android.adservices.jarjar.server.protobuf.ByteString getExtendeeBytes () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setExtendee (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearExtendee () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setExtendeeBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasDefaultValue () public java.lang.String getDefaultValue () public com.android.adservices.jarjar.server.protobuf.ByteString getDefaultValueBytes () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setDefaultValue (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearDefaultValue () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setDefaultValueBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasOneofIndex () public int getOneofIndex () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setOneofIndex (int) int value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearOneofIndex () public boolean hasJsonName () public java.lang.String getJsonName () public com.android.adservices.jarjar.server.protobuf.ByteString getJsonNameBytes () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setJsonName (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearJsonName () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setJsonNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasOptions () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions getOptions () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder mergeOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldOptions value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearOptions () public boolean hasProto3Optional () public boolean getProto3Optional () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder setProto3Optional (boolean) boolean value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder clearProto3Optional () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$ExtensionRangeOptionsOrBuilder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptionsOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder { public abstract java.util.List getUninterpretedOptionList () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) public abstract int getUninterpretedOptionCount () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$ExtensionRangeOptions.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptionsOrBuilder { public static final int UNINTERPRETED_OPTION_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList uninterpretedOption_ private byte memoizedIsInitialized private static final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public java.util.List getUninterpretedOptionList () public java.util.List getUninterpretedOptionOrBuilderList () public int getUninterpretedOptionCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) int index private void ensureUninterpretedOptionIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value private void addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value private void addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value private void addAllUninterpretedOption (java.lang.Iterable) Iterable values private void clearUninterpretedOption () private void removeUninterpretedOption (int) int index public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions defaultInstance }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$ExtensionRangeOptions$Builder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableBuilder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptionsOrBuilder { private void <init> () public java.util.List getUninterpretedOptionList () public int getUninterpretedOptionCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder addAllUninterpretedOption (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder clearUninterpretedOption () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder removeUninterpretedOption (int) int index }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$EnumValueOptionsOrBuilder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptionsOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder { public abstract boolean hasDeprecated () public abstract boolean getDeprecated () public abstract java.util.List getUninterpretedOptionList () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) public abstract int getUninterpretedOptionCount () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$EnumValueOptions.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptionsOrBuilder { private int bitField0_ public static final int DEPRECATED_FIELD_NUMBER private boolean deprecated_ public static final int UNINTERPRETED_OPTION_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList uninterpretedOption_ private byte memoizedIsInitialized private static final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public boolean hasDeprecated () public boolean getDeprecated () private void setDeprecated (boolean) boolean value private void clearDeprecated () public java.util.List getUninterpretedOptionList () public java.util.List getUninterpretedOptionOrBuilderList () public int getUninterpretedOptionCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) int index private void ensureUninterpretedOptionIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value private void addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value private void addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value private void addAllUninterpretedOption (java.lang.Iterable) Iterable values private void clearUninterpretedOption () private void removeUninterpretedOption (int) int index public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions defaultInstance }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$EnumValueOptions$Builder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableBuilder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptionsOrBuilder { private void <init> () public boolean hasDeprecated () public boolean getDeprecated () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions$Builder setDeprecated (boolean) boolean value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions$Builder clearDeprecated () public java.util.List getUninterpretedOptionList () public int getUninterpretedOptionCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions$Builder addAllUninterpretedOption (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions$Builder clearUninterpretedOption () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions$Builder removeUninterpretedOption (int) int index }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$EnumValueDescriptorProtoOrBuilder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProtoOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract boolean hasName () public abstract java.lang.String getName () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () public abstract boolean hasNumber () public abstract int getNumber () public abstract boolean hasOptions () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions getOptions () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$EnumValueDescriptorProto.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProtoOrBuilder { private int bitField0_ public static final int NAME_FIELD_NUMBER private String name_ public static final int NUMBER_FIELD_NUMBER private int number_ public static final int OPTIONS_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions options_ private byte memoizedIsInitialized private static final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public boolean hasName () public java.lang.String getName () public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () private void setName (java.lang.String) String value private void clearName () private void setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasNumber () public int getNumber () private void setNumber (int) int value private void clearNumber () public boolean hasOptions () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions getOptions () private void setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions value private void mergeOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions value private void clearOptions () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto defaultInstance }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$EnumValueDescriptorProto$Builder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProtoOrBuilder { private void <init> () public boolean hasName () public java.lang.String getName () public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder setName (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder clearName () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasNumber () public int getNumber () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder setNumber (int) int value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder clearNumber () public boolean hasOptions () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions getOptions () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder mergeOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueOptions value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder clearOptions () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$EnumOptionsOrBuilder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptionsOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder { public abstract boolean hasAllowAlias () public abstract boolean getAllowAlias () public abstract boolean hasDeprecated () public abstract boolean getDeprecated () public abstract java.util.List getUninterpretedOptionList () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) public abstract int getUninterpretedOptionCount () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$EnumOptions.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptionsOrBuilder { private int bitField0_ public static final int ALLOW_ALIAS_FIELD_NUMBER private boolean allowAlias_ public static final int DEPRECATED_FIELD_NUMBER private boolean deprecated_ public static final int UNINTERPRETED_OPTION_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList uninterpretedOption_ private byte memoizedIsInitialized private static final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public boolean hasAllowAlias () public boolean getAllowAlias () private void setAllowAlias (boolean) boolean value private void clearAllowAlias () public boolean hasDeprecated () public boolean getDeprecated () private void setDeprecated (boolean) boolean value private void clearDeprecated () public java.util.List getUninterpretedOptionList () public java.util.List getUninterpretedOptionOrBuilderList () public int getUninterpretedOptionCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder (int) int index private void ensureUninterpretedOptionIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value private void addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value private void addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value private void addAllUninterpretedOption (java.lang.Iterable) Iterable values private void clearUninterpretedOption () private void removeUninterpretedOption (int) int index public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions defaultInstance }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$EnumOptions$Builder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableBuilder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptionsOrBuilder { private void <init> () public boolean hasAllowAlias () public boolean getAllowAlias () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder setAllowAlias (boolean) boolean value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder clearAllowAlias () public boolean hasDeprecated () public boolean getDeprecated () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder setDeprecated (boolean) boolean value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder clearDeprecated () public java.util.List getUninterpretedOptionList () public int getUninterpretedOptionCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder setUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder addUninterpretedOption (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder addUninterpretedOption (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$UninterpretedOption$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder addAllUninterpretedOption (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder clearUninterpretedOption () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder removeUninterpretedOption (int) int index }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$EnumDescriptorProtoOrBuilder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProtoOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract boolean hasName () public abstract java.lang.String getName () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () public abstract java.util.List getValueList () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto getValue (int) public abstract int getValueCount () public abstract boolean hasOptions () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions getOptions () public abstract java.util.List getReservedRangeList () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange getReservedRange (int) public abstract int getReservedRangeCount () public abstract java.util.List getReservedNameList () public abstract int getReservedNameCount () public abstract java.lang.String getReservedName (int) public abstract com.android.adservices.jarjar.server.protobuf.ByteString getReservedNameBytes (int) }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$EnumDescriptorProto.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProtoOrBuilder { private int bitField0_ public static final int NAME_FIELD_NUMBER private String name_ public static final int VALUE_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList value_ public static final int OPTIONS_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions options_ public static final int RESERVED_RANGE_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList reservedRange_ public static final int RESERVED_NAME_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList reservedName_ private byte memoizedIsInitialized private static final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public boolean hasName () public java.lang.String getName () public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () private void setName (java.lang.String) String value private void clearName () private void setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public java.util.List getValueList () public java.util.List getValueOrBuilderList () public int getValueCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto getValue (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProtoOrBuilder getValueOrBuilder (int) int index private void ensureValueIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setValue (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto value private void addValue (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto value private void addValue (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto value private void addAllValue (java.lang.Iterable) Iterable values private void clearValue () private void removeValue (int) int index public boolean hasOptions () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions getOptions () private void setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions value private void mergeOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions value private void clearOptions () public java.util.List getReservedRangeList () public java.util.List getReservedRangeOrBuilderList () public int getReservedRangeCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange getReservedRange (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRangeOrBuilder getReservedRangeOrBuilder (int) int index private void ensureReservedRangeIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setReservedRange (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange value private void addReservedRange (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange value private void addReservedRange (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange value private void addAllReservedRange (java.lang.Iterable) Iterable values private void clearReservedRange () private void removeReservedRange (int) int index public java.util.List getReservedNameList () public int getReservedNameCount () public java.lang.String getReservedName (int) int index public com.android.adservices.jarjar.server.protobuf.ByteString getReservedNameBytes (int) int index private void ensureReservedNameIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setReservedName (int, java.lang.String) int index String value private void addReservedName (java.lang.String) String value private void addAllReservedName (java.lang.Iterable) Iterable values private void clearReservedName () private void addReservedNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto defaultInstance }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$EnumDescriptorProto$EnumReservedRangeOrBuilder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRangeOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract boolean hasStart () public abstract int getStart () public abstract boolean hasEnd () public abstract int getEnd () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$EnumDescriptorProto$EnumReservedRange.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRangeOrBuilder { private int bitField0_ public static final int START_FIELD_NUMBER private int start_ public static final int END_FIELD_NUMBER private int end_ private static final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public boolean hasStart () public int getStart () private void setStart (int) int value private void clearStart () public boolean hasEnd () public int getEnd () private void setEnd (int) int value private void clearEnd () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange defaultInstance }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRangeOrBuilder { private void <init> () public boolean hasStart () public int getStart () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder setStart (int) int value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder clearStart () public boolean hasEnd () public int getEnd () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder setEnd (int) int value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder clearEnd () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$EnumDescriptorProto$Builder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProtoOrBuilder { private void <init> () public boolean hasName () public java.lang.String getName () public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder setName (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder clearName () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public java.util.List getValueList () public int getValueCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto getValue (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder setValue (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder setValue (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addValue (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addValue (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addValue (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addValue (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addAllValue (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder clearValue () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder removeValue (int) int index public boolean hasOptions () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions getOptions () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder mergeOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumOptions value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder clearOptions () public java.util.List getReservedRangeList () public int getReservedRangeCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange getReservedRange (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder setReservedRange (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder setReservedRange (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addReservedRange (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addReservedRange (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addReservedRange (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addReservedRange (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addAllReservedRange (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder clearReservedRange () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder removeReservedRange (int) int index public java.util.List getReservedNameList () public int getReservedNameCount () public java.lang.String getReservedName (int) int index public com.android.adservices.jarjar.server.protobuf.ByteString getReservedNameBytes (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder setReservedName (int, java.lang.String) int index String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addReservedName (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addAllReservedName (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder clearReservedName () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder addReservedNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$DescriptorProtoOrBuilder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProtoOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract boolean hasName () public abstract java.lang.String getName () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () public abstract java.util.List getFieldList () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto getField (int) public abstract int getFieldCount () public abstract java.util.List getExtensionList () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto getExtension (int) public abstract int getExtensionCount () public abstract java.util.List getNestedTypeList () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto getNestedType (int) public abstract int getNestedTypeCount () public abstract java.util.List getEnumTypeList () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto getEnumType (int) public abstract int getEnumTypeCount () public abstract java.util.List getExtensionRangeList () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange getExtensionRange (int) public abstract int getExtensionRangeCount () public abstract java.util.List getOneofDeclList () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto getOneofDecl (int) public abstract int getOneofDeclCount () public abstract boolean hasOptions () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions getOptions () public abstract java.util.List getReservedRangeList () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange getReservedRange (int) public abstract int getReservedRangeCount () public abstract java.util.List getReservedNameList () public abstract int getReservedNameCount () public abstract java.lang.String getReservedName (int) public abstract com.android.adservices.jarjar.server.protobuf.ByteString getReservedNameBytes (int) }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$DescriptorProto.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProtoOrBuilder { private int bitField0_ public static final int NAME_FIELD_NUMBER private String name_ public static final int FIELD_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList field_ public static final int EXTENSION_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList extension_ public static final int NESTED_TYPE_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList nestedType_ public static final int ENUM_TYPE_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList enumType_ public static final int EXTENSION_RANGE_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList extensionRange_ public static final int ONEOF_DECL_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList oneofDecl_ public static final int OPTIONS_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions options_ public static final int RESERVED_RANGE_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList reservedRange_ public static final int RESERVED_NAME_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList reservedName_ private byte memoizedIsInitialized private static final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public boolean hasName () public java.lang.String getName () public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () private void setName (java.lang.String) String value private void clearName () private void setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public java.util.List getFieldList () public java.util.List getFieldOrBuilderList () public int getFieldCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto getField (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProtoOrBuilder getFieldOrBuilder (int) int index private void ensureFieldIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setField (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto value private void addField (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto value private void addField (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto value private void addAllField (java.lang.Iterable) Iterable values private void clearField () private void removeField (int) int index public java.util.List getExtensionList () public java.util.List getExtensionOrBuilderList () public int getExtensionCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto getExtension (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProtoOrBuilder getExtensionOrBuilder (int) int index private void ensureExtensionIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setExtension (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto value private void addExtension (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto value private void addExtension (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto value private void addAllExtension (java.lang.Iterable) Iterable values private void clearExtension () private void removeExtension (int) int index public java.util.List getNestedTypeList () public java.util.List getNestedTypeOrBuilderList () public int getNestedTypeCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto getNestedType (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProtoOrBuilder getNestedTypeOrBuilder (int) int index private void ensureNestedTypeIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setNestedType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto value private void addNestedType (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto value private void addNestedType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto value private void addAllNestedType (java.lang.Iterable) Iterable values private void clearNestedType () private void removeNestedType (int) int index public java.util.List getEnumTypeList () public java.util.List getEnumTypeOrBuilderList () public int getEnumTypeCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto getEnumType (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProtoOrBuilder getEnumTypeOrBuilder (int) int index private void ensureEnumTypeIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setEnumType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto value private void addEnumType (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto value private void addEnumType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto value private void addAllEnumType (java.lang.Iterable) Iterable values private void clearEnumType () private void removeEnumType (int) int index public java.util.List getExtensionRangeList () public java.util.List getExtensionRangeOrBuilderList () public int getExtensionRangeCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange getExtensionRange (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRangeOrBuilder getExtensionRangeOrBuilder (int) int index private void ensureExtensionRangeIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setExtensionRange (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange value private void addExtensionRange (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange value private void addExtensionRange (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange value private void addAllExtensionRange (java.lang.Iterable) Iterable values private void clearExtensionRange () private void removeExtensionRange (int) int index public java.util.List getOneofDeclList () public java.util.List getOneofDeclOrBuilderList () public int getOneofDeclCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto getOneofDecl (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProtoOrBuilder getOneofDeclOrBuilder (int) int index private void ensureOneofDeclIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setOneofDecl (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto value private void addOneofDecl (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto value private void addOneofDecl (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto value private void addAllOneofDecl (java.lang.Iterable) Iterable values private void clearOneofDecl () private void removeOneofDecl (int) int index public boolean hasOptions () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions getOptions () private void setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions value private void mergeOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions value private void clearOptions () public java.util.List getReservedRangeList () public java.util.List getReservedRangeOrBuilderList () public int getReservedRangeCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange getReservedRange (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRangeOrBuilder getReservedRangeOrBuilder (int) int index private void ensureReservedRangeIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setReservedRange (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange value private void addReservedRange (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange value private void addReservedRange (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange value private void addAllReservedRange (java.lang.Iterable) Iterable values private void clearReservedRange () private void removeReservedRange (int) int index public java.util.List getReservedNameList () public int getReservedNameCount () public java.lang.String getReservedName (int) int index public com.android.adservices.jarjar.server.protobuf.ByteString getReservedNameBytes (int) int index private void ensureReservedNameIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setReservedName (int, java.lang.String) int index String value private void addReservedName (java.lang.String) String value private void addAllReservedName (java.lang.Iterable) Iterable values private void clearReservedName () private void addReservedNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto defaultInstance }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$DescriptorProto$ReservedRangeOrBuilder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRangeOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract boolean hasStart () public abstract int getStart () public abstract boolean hasEnd () public abstract int getEnd () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$DescriptorProto$ReservedRange.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRangeOrBuilder { private int bitField0_ public static final int START_FIELD_NUMBER private int start_ public static final int END_FIELD_NUMBER private int end_ private static final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public boolean hasStart () public int getStart () private void setStart (int) int value private void clearStart () public boolean hasEnd () public int getEnd () private void setEnd (int) int value private void clearEnd () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange defaultInstance }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$DescriptorProto$ReservedRange$Builder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRangeOrBuilder { private void <init> () public boolean hasStart () public int getStart () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder setStart (int) int value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder clearStart () public boolean hasEnd () public int getEnd () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder setEnd (int) int value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder clearEnd () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$DescriptorProto$ExtensionRangeOrBuilder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRangeOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract boolean hasStart () public abstract int getStart () public abstract boolean hasEnd () public abstract int getEnd () public abstract boolean hasOptions () public abstract com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions getOptions () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$DescriptorProto$ExtensionRange.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRangeOrBuilder { private int bitField0_ public static final int START_FIELD_NUMBER private int start_ public static final int END_FIELD_NUMBER private int end_ public static final int OPTIONS_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions options_ private byte memoizedIsInitialized private static final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public boolean hasStart () public int getStart () private void setStart (int) int value private void clearStart () public boolean hasEnd () public int getEnd () private void setEnd (int) int value private void clearEnd () public boolean hasOptions () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions getOptions () private void setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions value private void mergeOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions value private void clearOptions () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange defaultInstance }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$DescriptorProto$ExtensionRange$Builder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRangeOrBuilder { private void <init> () public boolean hasStart () public int getStart () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder setStart (int) int value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder clearStart () public boolean hasEnd () public int getEnd () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder setEnd (int) int value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder clearEnd () public boolean hasOptions () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions getOptions () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder mergeOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$ExtensionRangeOptions value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder clearOptions () }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$DescriptorProto$Builder.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProtoOrBuilder { private void <init> () public boolean hasName () public java.lang.String getName () public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setName (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder clearName () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public java.util.List getFieldList () public int getFieldCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto getField (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setField (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setField (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addField (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addField (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addField (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addField (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addAllField (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder clearField () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder removeField (int) int index public java.util.List getExtensionList () public int getExtensionCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto getExtension (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setExtension (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setExtension (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addExtension (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addExtension (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addExtension (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addExtension (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$FieldDescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addAllExtension (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder clearExtension () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder removeExtension (int) int index public java.util.List getNestedTypeList () public int getNestedTypeCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto getNestedType (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setNestedType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setNestedType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addNestedType (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addNestedType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addNestedType (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addNestedType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addAllNestedType (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder clearNestedType () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder removeNestedType (int) int index public java.util.List getEnumTypeList () public int getEnumTypeCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto getEnumType (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setEnumType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setEnumType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addEnumType (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addEnumType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addEnumType (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addEnumType (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$EnumDescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addAllEnumType (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder clearEnumType () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder removeEnumType (int) int index public java.util.List getExtensionRangeList () public int getExtensionRangeCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange getExtensionRange (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setExtensionRange (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setExtensionRange (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addExtensionRange (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addExtensionRange (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addExtensionRange (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addExtensionRange (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addAllExtensionRange (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder clearExtensionRange () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder removeExtensionRange (int) int index public java.util.List getOneofDeclList () public int getOneofDeclCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto getOneofDecl (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setOneofDecl (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setOneofDecl (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addOneofDecl (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addOneofDecl (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addOneofDecl (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addOneofDecl (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$OneofDescriptorProto$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addAllOneofDecl (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder clearOneofDecl () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder removeOneofDecl (int) int index public boolean hasOptions () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions getOptions () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder mergeOptions (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$MessageOptions value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder clearOptions () public java.util.List getReservedRangeList () public int getReservedRangeCount () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange getReservedRange (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setReservedRange (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setReservedRange (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addReservedRange (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addReservedRange (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addReservedRange (com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder) com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addReservedRange (int, com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder) int index com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addAllReservedRange (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder clearReservedRange () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder removeReservedRange (int) int index public java.util.List getReservedNameList () public int getReservedNameCount () public java.lang.String getReservedName (int) int index public com.android.adservices.jarjar.server.protobuf.ByteString getReservedNameBytes (int) int index public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder setReservedName (int, java.lang.String) int index String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addReservedName (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addAllReservedName (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder clearReservedName () public com.android.adservices.jarjar.server.protobuf.DescriptorProtos$DescriptorProto$Builder addReservedNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value }
com/android/adservices/jarjar/server/protobuf/DescriptorProtos$1.class
DescriptorProtos.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.DescriptorProtos$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/CompileTimeConstant.class
CompileTimeConstant.java package com.android.adservices.jarjar.server.protobuf abstract annotation com.android.adservices.jarjar.server.protobuf.CompileTimeConstant extends java.lang.Object implements java.lang.annotation.Annotation { }
com/android/adservices/jarjar/server/protobuf/CodedOutputStreamWriter.class
CodedOutputStreamWriter.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.CodedOutputStreamWriter extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Writer { private final com.android.adservices.jarjar.server.protobuf.CodedOutputStream output public static com.android.adservices.jarjar.server.protobuf.CodedOutputStreamWriter forCodedOutput (com.android.adservices.jarjar.server.protobuf.CodedOutputStream) com.android.adservices.jarjar.server.protobuf.CodedOutputStream output private void <init> (com.android.adservices.jarjar.server.protobuf.CodedOutputStream) com.android.adservices.jarjar.server.protobuf.CodedOutputStream output public com.android.adservices.jarjar.server.protobuf.Writer$FieldOrder fieldOrder () public int getTotalBytesWritten () public void writeSFixed32 (int, int) throws java.io.IOException int fieldNumber int value public void writeInt64 (int, long) throws java.io.IOException int fieldNumber long value public void writeSFixed64 (int, long) throws java.io.IOException int fieldNumber long value public void writeFloat (int, float) throws java.io.IOException int fieldNumber float value public void writeDouble (int, double) throws java.io.IOException int fieldNumber double value public void writeEnum (int, int) throws java.io.IOException int fieldNumber int value public void writeUInt64 (int, long) throws java.io.IOException int fieldNumber long value public void writeInt32 (int, int) throws java.io.IOException int fieldNumber int value public void writeFixed64 (int, long) throws java.io.IOException int fieldNumber long value public void writeFixed32 (int, int) throws java.io.IOException int fieldNumber int value public void writeBool (int, boolean) throws java.io.IOException int fieldNumber boolean value public void writeString (int, java.lang.String) throws java.io.IOException int fieldNumber String value public void writeBytes (int, com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.ByteString value public void writeUInt32 (int, int) throws java.io.IOException int fieldNumber int value public void writeSInt32 (int, int) throws java.io.IOException int fieldNumber int value public void writeSInt64 (int, long) throws java.io.IOException int fieldNumber long value public void writeMessage (int, java.lang.Object) throws java.io.IOException int fieldNumber Object value public void writeMessage (int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException int fieldNumber Object value com.android.adservices.jarjar.server.protobuf.Schema schema public void writeGroup (int, java.lang.Object) throws java.io.IOException int fieldNumber Object value public void writeGroup (int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException int fieldNumber Object value com.android.adservices.jarjar.server.protobuf.Schema schema public void writeStartGroup (int) throws java.io.IOException int fieldNumber public void writeEndGroup (int) throws java.io.IOException int fieldNumber public final void writeMessageSetItem (int, java.lang.Object) throws java.io.IOException int fieldNumber Object value public void writeInt32List (int, java.util.List, boolean) throws java.io.IOException int i int i int dataSize int i int fieldNumber java.util.List value boolean packed public void writeFixed32List (int, java.util.List, boolean) throws java.io.IOException int i int i int dataSize int i int fieldNumber java.util.List value boolean packed public void writeInt64List (int, java.util.List, boolean) throws java.io.IOException int i int i int dataSize int i int fieldNumber java.util.List value boolean packed public void writeUInt64List (int, java.util.List, boolean) throws java.io.IOException int i int i int dataSize int i int fieldNumber java.util.List value boolean packed public void writeFixed64List (int, java.util.List, boolean) throws java.io.IOException int i int i int dataSize int i int fieldNumber java.util.List value boolean packed public void writeFloatList (int, java.util.List, boolean) throws java.io.IOException int i int i int dataSize int i int fieldNumber java.util.List value boolean packed public void writeDoubleList (int, java.util.List, boolean) throws java.io.IOException int i int i int dataSize int i int fieldNumber java.util.List value boolean packed public void writeEnumList (int, java.util.List, boolean) throws java.io.IOException int i int i int dataSize int i int fieldNumber java.util.List value boolean packed public void writeBoolList (int, java.util.List, boolean) throws java.io.IOException int i int i int dataSize int i int fieldNumber java.util.List value boolean packed public void writeStringList (int, java.util.List) throws java.io.IOException int i com.android.adservices.jarjar.server.protobuf.LazyStringList lazyList int i int fieldNumber java.util.List value private void writeLazyString (int, java.lang.Object) throws java.io.IOException int fieldNumber Object value public void writeBytesList (int, java.util.List) throws java.io.IOException int i int fieldNumber java.util.List value public void writeUInt32List (int, java.util.List, boolean) throws java.io.IOException int i int i int dataSize int i int fieldNumber java.util.List value boolean packed public void writeSFixed32List (int, java.util.List, boolean) throws java.io.IOException int i int i int dataSize int i int fieldNumber java.util.List value boolean packed public void writeSFixed64List (int, java.util.List, boolean) throws java.io.IOException int i int i int dataSize int i int fieldNumber java.util.List value boolean packed public void writeSInt32List (int, java.util.List, boolean) throws java.io.IOException int i int i int dataSize int i int fieldNumber java.util.List value boolean packed public void writeSInt64List (int, java.util.List, boolean) throws java.io.IOException int i int i int dataSize int i int fieldNumber java.util.List value boolean packed public void writeMessageList (int, java.util.List) throws java.io.IOException int i int fieldNumber java.util.List value public void writeMessageList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException int i int fieldNumber java.util.List value com.android.adservices.jarjar.server.protobuf.Schema schema public void writeGroupList (int, java.util.List) throws java.io.IOException int i int fieldNumber java.util.List value public void writeGroupList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException int i int fieldNumber java.util.List value com.android.adservices.jarjar.server.protobuf.Schema schema public void writeMap (int, com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata, java.util.Map) throws java.io.IOException java.util.Map$Entry entry int fieldNumber com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata metadata java.util.Map map private void writeDeterministicMap (int, com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata, java.util.Map) throws java.io.IOException Object value int fieldNumber com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata metadata java.util.Map map private void writeDeterministicBooleanMapEntry (int, boolean, java.lang.Object, com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata) throws java.io.IOException int fieldNumber boolean key Object value com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata metadata private void writeDeterministicIntegerMap (int, com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata, java.util.Map) throws java.io.IOException int k Object value int key int fieldNumber com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata metadata java.util.Map map int[] keys int index private void writeDeterministicLongMap (int, com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata, java.util.Map) throws java.io.IOException long k Object value long key int fieldNumber com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata metadata java.util.Map map long[] keys int index private void writeDeterministicStringMap (int, com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata, java.util.Map) throws java.io.IOException String k Object value String key int fieldNumber com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata metadata java.util.Map map String[] keys int index }
com/android/adservices/jarjar/server/protobuf/CodedOutputStreamWriter$1.class
CodedOutputStreamWriter.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.CodedOutputStreamWriter$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/CodedOutputStream.class
CodedOutputStream.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.CodedOutputStream extends com.android.adservices.jarjar.server.protobuf.ByteOutput { private static final java.util.logging.Logger logger private static final boolean HAS_UNSAFE_ARRAY_OPERATIONS com.android.adservices.jarjar.server.protobuf.CodedOutputStreamWriter wrapper public static final int LITTLE_ENDIAN_32_SIZE public static final int DEFAULT_BUFFER_SIZE private boolean serializationDeterministic static int computePreferredBufferSize (int) int dataLength public static com.android.adservices.jarjar.server.protobuf.CodedOutputStream newInstance (java.io.OutputStream) java.io.OutputStream output public static com.android.adservices.jarjar.server.protobuf.CodedOutputStream newInstance (java.io.OutputStream, int) java.io.OutputStream output int bufferSize public static com.android.adservices.jarjar.server.protobuf.CodedOutputStream newInstance (byte[]) byte[] flatArray public static com.android.adservices.jarjar.server.protobuf.CodedOutputStream newInstance (byte[], int, int) byte[] flatArray int offset int length public static com.android.adservices.jarjar.server.protobuf.CodedOutputStream newInstance (java.nio.ByteBuffer) java.nio.ByteBuffer buffer static com.android.adservices.jarjar.server.protobuf.CodedOutputStream newUnsafeInstance (java.nio.ByteBuffer) java.nio.ByteBuffer buffer static com.android.adservices.jarjar.server.protobuf.CodedOutputStream newSafeInstance (java.nio.ByteBuffer) java.nio.ByteBuffer buffer public void useDeterministicSerialization () boolean isSerializationDeterministic () public static com.android.adservices.jarjar.server.protobuf.CodedOutputStream newInstance (java.nio.ByteBuffer, int) java.nio.ByteBuffer byteBuffer int unused static com.android.adservices.jarjar.server.protobuf.CodedOutputStream newInstance (com.android.adservices.jarjar.server.protobuf.ByteOutput, int) com.android.adservices.jarjar.server.protobuf.ByteOutput byteOutput int bufferSize private void <init> () public abstract void writeTag (int, int) throws java.io.IOException public abstract void writeInt32 (int, int) throws java.io.IOException public abstract void writeUInt32 (int, int) throws java.io.IOException public final void writeSInt32 (int, int) throws java.io.IOException int fieldNumber int value public abstract void writeFixed32 (int, int) throws java.io.IOException public final void writeSFixed32 (int, int) throws java.io.IOException int fieldNumber int value public final void writeInt64 (int, long) throws java.io.IOException int fieldNumber long value public abstract void writeUInt64 (int, long) throws java.io.IOException public final void writeSInt64 (int, long) throws java.io.IOException int fieldNumber long value public abstract void writeFixed64 (int, long) throws java.io.IOException public final void writeSFixed64 (int, long) throws java.io.IOException int fieldNumber long value public final void writeFloat (int, float) throws java.io.IOException int fieldNumber float value public final void writeDouble (int, double) throws java.io.IOException int fieldNumber double value public abstract void writeBool (int, boolean) throws java.io.IOException public final void writeEnum (int, int) throws java.io.IOException int fieldNumber int value public abstract void writeString (int, java.lang.String) throws java.io.IOException public abstract void writeBytes (int, com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException public abstract void writeByteArray (int, byte[]) throws java.io.IOException public abstract void writeByteArray (int, byte[], int, int) throws java.io.IOException public abstract void writeByteBuffer (int, java.nio.ByteBuffer) throws java.io.IOException public final void writeRawByte (byte) throws java.io.IOException byte value public final void writeRawByte (int) throws java.io.IOException int value public final void writeRawBytes (byte[]) throws java.io.IOException byte[] value public final void writeRawBytes (byte[], int, int) throws java.io.IOException byte[] value int offset int length public final void writeRawBytes (com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.ByteString value public abstract void writeRawBytes (java.nio.ByteBuffer) throws java.io.IOException public abstract void writeMessage (int, com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException abstract void writeMessage (int, com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException public abstract void writeMessageSetExtension (int, com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException public abstract void writeRawMessageSetExtension (int, com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException public abstract void writeInt32NoTag (int) throws java.io.IOException public abstract void writeUInt32NoTag (int) throws java.io.IOException public final void writeSInt32NoTag (int) throws java.io.IOException int value public abstract void writeFixed32NoTag (int) throws java.io.IOException public final void writeSFixed32NoTag (int) throws java.io.IOException int value public final void writeInt64NoTag (long) throws java.io.IOException long value public abstract void writeUInt64NoTag (long) throws java.io.IOException public final void writeSInt64NoTag (long) throws java.io.IOException long value public abstract void writeFixed64NoTag (long) throws java.io.IOException public final void writeSFixed64NoTag (long) throws java.io.IOException long value public final void writeFloatNoTag (float) throws java.io.IOException float value public final void writeDoubleNoTag (double) throws java.io.IOException double value public final void writeBoolNoTag (boolean) throws java.io.IOException boolean value public final void writeEnumNoTag (int) throws java.io.IOException int value public abstract void writeStringNoTag (java.lang.String) throws java.io.IOException public abstract void writeBytesNoTag (com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException public final void writeByteArrayNoTag (byte[]) throws java.io.IOException byte[] value public abstract void writeMessageNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException abstract void writeMessageNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException public abstract void write (byte) throws java.io.IOException public abstract void write (byte[], int, int) throws java.io.IOException public abstract void writeLazy (byte[], int, int) throws java.io.IOException public abstract void write (java.nio.ByteBuffer) throws java.io.IOException public abstract void writeLazy (java.nio.ByteBuffer) throws java.io.IOException public static int computeInt32Size (int, int) int fieldNumber int value public static int computeUInt32Size (int, int) int fieldNumber int value public static int computeSInt32Size (int, int) int fieldNumber int value public static int computeFixed32Size (int, int) int fieldNumber int value public static int computeSFixed32Size (int, int) int fieldNumber int value public static int computeInt64Size (int, long) int fieldNumber long value public static int computeUInt64Size (int, long) int fieldNumber long value public static int computeSInt64Size (int, long) int fieldNumber long value public static int computeFixed64Size (int, long) int fieldNumber long value public static int computeSFixed64Size (int, long) int fieldNumber long value public static int computeFloatSize (int, float) int fieldNumber float value public static int computeDoubleSize (int, double) int fieldNumber double value public static int computeBoolSize (int, boolean) int fieldNumber boolean value public static int computeEnumSize (int, int) int fieldNumber int value public static int computeStringSize (int, java.lang.String) int fieldNumber String value public static int computeBytesSize (int, com.android.adservices.jarjar.server.protobuf.ByteString) int fieldNumber com.android.adservices.jarjar.server.protobuf.ByteString value public static int computeByteArraySize (int, byte[]) int fieldNumber byte[] value public static int computeByteBufferSize (int, java.nio.ByteBuffer) int fieldNumber java.nio.ByteBuffer value public static int computeLazyFieldSize (int, com.android.adservices.jarjar.server.protobuf.LazyFieldLite) int fieldNumber com.android.adservices.jarjar.server.protobuf.LazyFieldLite value public static int computeMessageSize (int, com.android.adservices.jarjar.server.protobuf.MessageLite) int fieldNumber com.android.adservices.jarjar.server.protobuf.MessageLite value static int computeMessageSize (int, com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema) int fieldNumber com.android.adservices.jarjar.server.protobuf.MessageLite value com.android.adservices.jarjar.server.protobuf.Schema schema public static int computeMessageSetExtensionSize (int, com.android.adservices.jarjar.server.protobuf.MessageLite) int fieldNumber com.android.adservices.jarjar.server.protobuf.MessageLite value public static int computeRawMessageSetExtensionSize (int, com.android.adservices.jarjar.server.protobuf.ByteString) int fieldNumber com.android.adservices.jarjar.server.protobuf.ByteString value public static int computeLazyFieldMessageSetExtensionSize (int, com.android.adservices.jarjar.server.protobuf.LazyFieldLite) int fieldNumber com.android.adservices.jarjar.server.protobuf.LazyFieldLite value public static int computeTagSize (int) int fieldNumber public static int computeInt32SizeNoTag (int) int value public static int computeUInt32SizeNoTag (int) int value public static int computeSInt32SizeNoTag (int) int value public static int computeFixed32SizeNoTag (int) int unused public static int computeSFixed32SizeNoTag (int) int unused public static int computeInt64SizeNoTag (long) long value public static int computeUInt64SizeNoTag (long) long value int n public static int computeSInt64SizeNoTag (long) long value public static int computeFixed64SizeNoTag (long) long unused public static int computeSFixed64SizeNoTag (long) long unused public static int computeFloatSizeNoTag (float) float unused public static int computeDoubleSizeNoTag (double) double unused public static int computeBoolSizeNoTag (boolean) boolean unused public static int computeEnumSizeNoTag (int) int value public static int computeStringSizeNoTag (java.lang.String) int length byte[] bytes com.android.adservices.jarjar.server.protobuf.Utf8$UnpairedSurrogateException e String value int length public static int computeLazyFieldSizeNoTag (com.android.adservices.jarjar.server.protobuf.LazyFieldLite) com.android.adservices.jarjar.server.protobuf.LazyFieldLite value public static int computeBytesSizeNoTag (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public static int computeByteArraySizeNoTag (byte[]) byte[] value public static int computeByteBufferSizeNoTag (java.nio.ByteBuffer) java.nio.ByteBuffer value public static int computeMessageSizeNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite) com.android.adservices.jarjar.server.protobuf.MessageLite value static int computeMessageSizeNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema) com.android.adservices.jarjar.server.protobuf.MessageLite value com.android.adservices.jarjar.server.protobuf.Schema schema static int computeLengthDelimitedFieldSize (int) int fieldLength public static int encodeZigZag32 (int) int n public static long encodeZigZag64 (long) long n public abstract void flush () throws java.io.IOException public abstract int spaceLeft () public final void checkNoSpaceLeft () public abstract int getTotalBytesWritten () abstract void writeByteArrayNoTag (byte[], int, int) throws java.io.IOException final void inefficientWriteStringNoTag (java.lang.String, com.android.adservices.jarjar.server.protobuf.Utf8$UnpairedSurrogateException) throws java.io.IOException IndexOutOfBoundsException e String value com.android.adservices.jarjar.server.protobuf.Utf8$UnpairedSurrogateException cause byte[] bytes public final void writeGroup (int, com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.MessageLite value final void writeGroup (int, com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.MessageLite value com.android.adservices.jarjar.server.protobuf.Schema schema public final void writeGroupNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.MessageLite value final void writeGroupNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.MessageLite value com.android.adservices.jarjar.server.protobuf.Schema schema public static int computeGroupSize (int, com.android.adservices.jarjar.server.protobuf.MessageLite) int fieldNumber com.android.adservices.jarjar.server.protobuf.MessageLite value static int computeGroupSize (int, com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema) int fieldNumber com.android.adservices.jarjar.server.protobuf.MessageLite value com.android.adservices.jarjar.server.protobuf.Schema schema public static int computeGroupSizeNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite) com.android.adservices.jarjar.server.protobuf.MessageLite value static int computeGroupSizeNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema) com.android.adservices.jarjar.server.protobuf.MessageLite value com.android.adservices.jarjar.server.protobuf.Schema schema public final void writeRawVarint32 (int) throws java.io.IOException int value public final void writeRawVarint64 (long) throws java.io.IOException long value public static int computeRawVarint32Size (int) int value public static int computeRawVarint64Size (long) long value public final void writeRawLittleEndian32 (int) throws java.io.IOException int value public final void writeRawLittleEndian64 (long) throws java.io.IOException long value synthetic void <init> (com.android.adservices.jarjar.server.protobuf.CodedOutputStream$1) com.android.adservices.jarjar.server.protobuf.CodedOutputStream$1 x0 static synthetic boolean access$100 () static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/CodedOutputStream$UnsafeDirectNioEncoder.class
CodedOutputStream.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.CodedOutputStream$UnsafeDirectNioEncoder extends com.android.adservices.jarjar.server.protobuf.CodedOutputStream { private final java.nio.ByteBuffer originalBuffer private final java.nio.ByteBuffer buffer private final long address private final long initialPosition private final long limit private final long oneVarintLimit private long position void <init> (java.nio.ByteBuffer) java.nio.ByteBuffer buffer static boolean isSupported () public void writeTag (int, int) throws java.io.IOException int fieldNumber int wireType public void writeInt32 (int, int) throws java.io.IOException int fieldNumber int value public void writeUInt32 (int, int) throws java.io.IOException int fieldNumber int value public void writeFixed32 (int, int) throws java.io.IOException int fieldNumber int value public void writeUInt64 (int, long) throws java.io.IOException int fieldNumber long value public void writeFixed64 (int, long) throws java.io.IOException int fieldNumber long value public void writeBool (int, boolean) throws java.io.IOException int fieldNumber boolean value public void writeString (int, java.lang.String) throws java.io.IOException int fieldNumber String value public void writeBytes (int, com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.ByteString value public void writeByteArray (int, byte[]) throws java.io.IOException int fieldNumber byte[] value public void writeByteArray (int, byte[], int, int) throws java.io.IOException int fieldNumber byte[] value int offset int length public void writeByteBuffer (int, java.nio.ByteBuffer) throws java.io.IOException int fieldNumber java.nio.ByteBuffer value public void writeMessage (int, com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.MessageLite value void writeMessage (int, com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.MessageLite value com.android.adservices.jarjar.server.protobuf.Schema schema public void writeMessageSetExtension (int, com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.MessageLite value public void writeRawMessageSetExtension (int, com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.ByteString value public void writeMessageNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.MessageLite value void writeMessageNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.MessageLite value com.android.adservices.jarjar.server.protobuf.Schema schema public void write (byte) throws java.io.IOException byte value public void writeBytesNoTag (com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.ByteString value public void writeByteArrayNoTag (byte[], int, int) throws java.io.IOException byte[] value int offset int length public void writeRawBytes (java.nio.ByteBuffer) throws java.io.IOException java.nio.ByteBuffer duplicated java.nio.ByteBuffer value public void writeInt32NoTag (int) throws java.io.IOException int value public void writeUInt32NoTag (int) throws java.io.IOException int value public void writeFixed32NoTag (int) throws java.io.IOException int value public void writeUInt64NoTag (long) throws java.io.IOException long value public void writeFixed64NoTag (long) throws java.io.IOException long value public void write (byte[], int, int) throws java.io.IOException byte[] value int offset int length public void writeLazy (byte[], int, int) throws java.io.IOException byte[] value int offset int length public void write (java.nio.ByteBuffer) throws java.io.IOException int length java.nio.BufferOverflowException e java.nio.ByteBuffer value public void writeLazy (java.nio.ByteBuffer) throws java.io.IOException java.nio.ByteBuffer value public void writeStringNoTag (java.lang.String) throws java.io.IOException int stringStart int length int length int maxEncodedSize int maxLengthVarIntSize int minLengthVarIntSize com.android.adservices.jarjar.server.protobuf.Utf8$UnpairedSurrogateException e IllegalArgumentException e IndexOutOfBoundsException e String value long prevPos public void flush () public int spaceLeft () public int getTotalBytesWritten () private void repositionBuffer (long) long pos private int bufferPos (long) long pos }
com/android/adservices/jarjar/server/protobuf/CodedOutputStream$SafeDirectNioEncoder.class
CodedOutputStream.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.CodedOutputStream$SafeDirectNioEncoder extends com.android.adservices.jarjar.server.protobuf.CodedOutputStream { private final java.nio.ByteBuffer originalBuffer private final java.nio.ByteBuffer buffer private final int initialPosition void <init> (java.nio.ByteBuffer) java.nio.ByteBuffer buffer public void writeTag (int, int) throws java.io.IOException int fieldNumber int wireType public void writeInt32 (int, int) throws java.io.IOException int fieldNumber int value public void writeUInt32 (int, int) throws java.io.IOException int fieldNumber int value public void writeFixed32 (int, int) throws java.io.IOException int fieldNumber int value public void writeUInt64 (int, long) throws java.io.IOException int fieldNumber long value public void writeFixed64 (int, long) throws java.io.IOException int fieldNumber long value public void writeBool (int, boolean) throws java.io.IOException int fieldNumber boolean value public void writeString (int, java.lang.String) throws java.io.IOException int fieldNumber String value public void writeBytes (int, com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.ByteString value public void writeByteArray (int, byte[]) throws java.io.IOException int fieldNumber byte[] value public void writeByteArray (int, byte[], int, int) throws java.io.IOException int fieldNumber byte[] value int offset int length public void writeByteBuffer (int, java.nio.ByteBuffer) throws java.io.IOException int fieldNumber java.nio.ByteBuffer value public void writeMessage (int, com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.MessageLite value void writeMessage (int, com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.MessageLite value com.android.adservices.jarjar.server.protobuf.Schema schema public void writeMessageSetExtension (int, com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.MessageLite value public void writeRawMessageSetExtension (int, com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.ByteString value public void writeMessageNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.MessageLite value void writeMessageNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.MessageLite value com.android.adservices.jarjar.server.protobuf.Schema schema public void write (byte) throws java.io.IOException java.nio.BufferOverflowException e byte value public void writeBytesNoTag (com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.ByteString value public void writeByteArrayNoTag (byte[], int, int) throws java.io.IOException byte[] value int offset int length public void writeRawBytes (java.nio.ByteBuffer) throws java.io.IOException java.nio.ByteBuffer duplicated java.nio.ByteBuffer value public void writeInt32NoTag (int) throws java.io.IOException int value public void writeUInt32NoTag (int) throws java.io.IOException java.nio.BufferOverflowException e int value public void writeFixed32NoTag (int) throws java.io.IOException java.nio.BufferOverflowException e int value public void writeUInt64NoTag (long) throws java.io.IOException java.nio.BufferOverflowException e long value public void writeFixed64NoTag (long) throws java.io.IOException java.nio.BufferOverflowException e long value public void write (byte[], int, int) throws java.io.IOException IndexOutOfBoundsException e java.nio.BufferOverflowException e byte[] value int offset int length public void writeLazy (byte[], int, int) throws java.io.IOException byte[] value int offset int length public void write (java.nio.ByteBuffer) throws java.io.IOException java.nio.BufferOverflowException e java.nio.ByteBuffer value public void writeLazy (java.nio.ByteBuffer) throws java.io.IOException java.nio.ByteBuffer value public void writeStringNoTag (java.lang.String) throws java.io.IOException int startOfBytes int endOfBytes int length int maxEncodedSize int maxLengthVarIntSize int minLengthVarIntSize com.android.adservices.jarjar.server.protobuf.Utf8$UnpairedSurrogateException e IllegalArgumentException e String value int startPos public void flush () public int spaceLeft () public int getTotalBytesWritten () private void encode (java.lang.String) throws java.io.IOException IndexOutOfBoundsException e String value }
com/android/adservices/jarjar/server/protobuf/CodedOutputStream$OutputStreamEncoder.class
CodedOutputStream.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.CodedOutputStream$OutputStreamEncoder extends com.android.adservices.jarjar.server.protobuf.CodedOutputStream$AbstractBufferedEncoder { private final java.io.OutputStream out void <init> (java.io.OutputStream, int) java.io.OutputStream out int bufferSize public void writeTag (int, int) throws java.io.IOException int fieldNumber int wireType public void writeInt32 (int, int) throws java.io.IOException int fieldNumber int value public void writeUInt32 (int, int) throws java.io.IOException int fieldNumber int value public void writeFixed32 (int, int) throws java.io.IOException int fieldNumber int value public void writeUInt64 (int, long) throws java.io.IOException int fieldNumber long value public void writeFixed64 (int, long) throws java.io.IOException int fieldNumber long value public void writeBool (int, boolean) throws java.io.IOException int fieldNumber boolean value public void writeString (int, java.lang.String) throws java.io.IOException int fieldNumber String value public void writeBytes (int, com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.ByteString value public void writeByteArray (int, byte[]) throws java.io.IOException int fieldNumber byte[] value public void writeByteArray (int, byte[], int, int) throws java.io.IOException int fieldNumber byte[] value int offset int length public void writeByteBuffer (int, java.nio.ByteBuffer) throws java.io.IOException int fieldNumber java.nio.ByteBuffer value public void writeBytesNoTag (com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.ByteString value public void writeByteArrayNoTag (byte[], int, int) throws java.io.IOException byte[] value int offset int length public void writeRawBytes (java.nio.ByteBuffer) throws java.io.IOException java.nio.ByteBuffer duplicated java.nio.ByteBuffer value public void writeMessage (int, com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.MessageLite value void writeMessage (int, com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.MessageLite value com.android.adservices.jarjar.server.protobuf.Schema schema public void writeMessageSetExtension (int, com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.MessageLite value public void writeRawMessageSetExtension (int, com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.ByteString value public void writeMessageNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.MessageLite value void writeMessageNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.MessageLite value com.android.adservices.jarjar.server.protobuf.Schema schema public void write (byte) throws java.io.IOException byte value public void writeInt32NoTag (int) throws java.io.IOException int value public void writeUInt32NoTag (int) throws java.io.IOException int value public void writeFixed32NoTag (int) throws java.io.IOException int value public void writeUInt64NoTag (long) throws java.io.IOException long value public void writeFixed64NoTag (long) throws java.io.IOException long value public void writeStringNoTag (java.lang.String) throws java.io.IOException byte[] encodedBytes int actualLength int newPosition int length int length com.android.adservices.jarjar.server.protobuf.Utf8$UnpairedSurrogateException e ArrayIndexOutOfBoundsException e int maxLength int maxLengthVarIntSize int minLengthVarIntSize int oldPosition com.android.adservices.jarjar.server.protobuf.Utf8$UnpairedSurrogateException e String value public void flush () throws java.io.IOException public void write (byte[], int, int) throws java.io.IOException int bytesWritten byte[] value int offset int length public void writeLazy (byte[], int, int) throws java.io.IOException byte[] value int offset int length public void write (java.nio.ByteBuffer) throws java.io.IOException int bytesWritten java.nio.ByteBuffer value int length public void writeLazy (java.nio.ByteBuffer) throws java.io.IOException java.nio.ByteBuffer value private void flushIfNotAvailable (int) throws java.io.IOException int requiredSize private void doFlush () throws java.io.IOException }
com/android/adservices/jarjar/server/protobuf/CodedOutputStream$OutOfSpaceException.class
CodedOutputStream.java package com.android.adservices.jarjar.server.protobuf public com.android.adservices.jarjar.server.protobuf.CodedOutputStream$OutOfSpaceException extends java.io.IOException { private static final long serialVersionUID private static final String MESSAGE void <init> () void <init> (java.lang.String) String explanationMessage void <init> (java.lang.Throwable) Throwable cause void <init> (java.lang.String, java.lang.Throwable) String explanationMessage Throwable cause }
com/android/adservices/jarjar/server/protobuf/CodedOutputStream$HeapNioEncoder.class
CodedOutputStream.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.CodedOutputStream$HeapNioEncoder extends com.android.adservices.jarjar.server.protobuf.CodedOutputStream$ArrayEncoder { private final java.nio.ByteBuffer byteBuffer private int initialPosition void <init> (java.nio.ByteBuffer) java.nio.ByteBuffer byteBuffer public void flush () }
com/android/adservices/jarjar/server/protobuf/CodedOutputStream$ByteOutputEncoder.class
CodedOutputStream.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.CodedOutputStream$ByteOutputEncoder extends com.android.adservices.jarjar.server.protobuf.CodedOutputStream$AbstractBufferedEncoder { private final com.android.adservices.jarjar.server.protobuf.ByteOutput out void <init> (com.android.adservices.jarjar.server.protobuf.ByteOutput, int) com.android.adservices.jarjar.server.protobuf.ByteOutput out int bufferSize public void writeTag (int, int) throws java.io.IOException int fieldNumber int wireType public void writeInt32 (int, int) throws java.io.IOException int fieldNumber int value public void writeUInt32 (int, int) throws java.io.IOException int fieldNumber int value public void writeFixed32 (int, int) throws java.io.IOException int fieldNumber int value public void writeUInt64 (int, long) throws java.io.IOException int fieldNumber long value public void writeFixed64 (int, long) throws java.io.IOException int fieldNumber long value public void writeBool (int, boolean) throws java.io.IOException int fieldNumber boolean value public void writeString (int, java.lang.String) throws java.io.IOException int fieldNumber String value public void writeBytes (int, com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.ByteString value public void writeByteArray (int, byte[]) throws java.io.IOException int fieldNumber byte[] value public void writeByteArray (int, byte[], int, int) throws java.io.IOException int fieldNumber byte[] value int offset int length public void writeByteBuffer (int, java.nio.ByteBuffer) throws java.io.IOException int fieldNumber java.nio.ByteBuffer value public void writeBytesNoTag (com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.ByteString value public void writeByteArrayNoTag (byte[], int, int) throws java.io.IOException byte[] value int offset int length public void writeRawBytes (java.nio.ByteBuffer) throws java.io.IOException java.nio.ByteBuffer duplicated java.nio.ByteBuffer value public void writeMessage (int, com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.MessageLite value void writeMessage (int, com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.MessageLite value com.android.adservices.jarjar.server.protobuf.Schema schema public void writeMessageSetExtension (int, com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.MessageLite value public void writeRawMessageSetExtension (int, com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.ByteString value public void writeMessageNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.MessageLite value void writeMessageNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.MessageLite value com.android.adservices.jarjar.server.protobuf.Schema schema public void write (byte) throws java.io.IOException byte value public void writeInt32NoTag (int) throws java.io.IOException int value public void writeUInt32NoTag (int) throws java.io.IOException int value public void writeFixed32NoTag (int) throws java.io.IOException int value public void writeUInt64NoTag (long) throws java.io.IOException long value public void writeFixed64NoTag (long) throws java.io.IOException long value public void writeStringNoTag (java.lang.String) throws java.io.IOException byte[] encodedBytes int actualLength int newPosition int length int length int minLengthVarIntSize com.android.adservices.jarjar.server.protobuf.Utf8$UnpairedSurrogateException e IndexOutOfBoundsException e String value int maxLength int maxLengthVarIntSize int oldPosition public void flush () throws java.io.IOException public void write (byte[], int, int) throws java.io.IOException byte[] value int offset int length public void writeLazy (byte[], int, int) throws java.io.IOException byte[] value int offset int length public void write (java.nio.ByteBuffer) throws java.io.IOException java.nio.ByteBuffer value int length public void writeLazy (java.nio.ByteBuffer) throws java.io.IOException java.nio.ByteBuffer value int length private void flushIfNotAvailable (int) throws java.io.IOException int requiredSize private void doFlush () throws java.io.IOException }
com/android/adservices/jarjar/server/protobuf/CodedOutputStream$ArrayEncoder.class
CodedOutputStream.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.CodedOutputStream$ArrayEncoder extends com.android.adservices.jarjar.server.protobuf.CodedOutputStream { private final byte[] buffer private final int offset private final int limit private int position void <init> (byte[], int, int) byte[] buffer int offset int length public final void writeTag (int, int) throws java.io.IOException int fieldNumber int wireType public final void writeInt32 (int, int) throws java.io.IOException int fieldNumber int value public final void writeUInt32 (int, int) throws java.io.IOException int fieldNumber int value public final void writeFixed32 (int, int) throws java.io.IOException int fieldNumber int value public final void writeUInt64 (int, long) throws java.io.IOException int fieldNumber long value public final void writeFixed64 (int, long) throws java.io.IOException int fieldNumber long value public final void writeBool (int, boolean) throws java.io.IOException int fieldNumber boolean value public final void writeString (int, java.lang.String) throws java.io.IOException int fieldNumber String value public final void writeBytes (int, com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.ByteString value public final void writeByteArray (int, byte[]) throws java.io.IOException int fieldNumber byte[] value public final void writeByteArray (int, byte[], int, int) throws java.io.IOException int fieldNumber byte[] value int offset int length public final void writeByteBuffer (int, java.nio.ByteBuffer) throws java.io.IOException int fieldNumber java.nio.ByteBuffer value public final void writeBytesNoTag (com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.ByteString value public final void writeByteArrayNoTag (byte[], int, int) throws java.io.IOException byte[] value int offset int length public final void writeRawBytes (java.nio.ByteBuffer) throws java.io.IOException java.nio.ByteBuffer duplicated java.nio.ByteBuffer value public final void writeMessage (int, com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.MessageLite value final void writeMessage (int, com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.MessageLite value com.android.adservices.jarjar.server.protobuf.Schema schema public final void writeMessageSetExtension (int, com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.MessageLite value public final void writeRawMessageSetExtension (int, com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.ByteString value public final void writeMessageNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.MessageLite value final void writeMessageNoTag (com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.MessageLite value com.android.adservices.jarjar.server.protobuf.Schema schema public final void write (byte) throws java.io.IOException IndexOutOfBoundsException e byte value public final void writeInt32NoTag (int) throws java.io.IOException int value public final void writeUInt32NoTag (int) throws java.io.IOException IndexOutOfBoundsException e int value public final void writeFixed32NoTag (int) throws java.io.IOException IndexOutOfBoundsException e int value public final void writeUInt64NoTag (long) throws java.io.IOException IndexOutOfBoundsException e long value public final void writeFixed64NoTag (long) throws java.io.IOException IndexOutOfBoundsException e long value public final void write (byte[], int, int) throws java.io.IOException IndexOutOfBoundsException e byte[] value int offset int length public final void writeLazy (byte[], int, int) throws java.io.IOException byte[] value int offset int length public final void write (java.nio.ByteBuffer) throws java.io.IOException IndexOutOfBoundsException e java.nio.ByteBuffer value int length public final void writeLazy (java.nio.ByteBuffer) throws java.io.IOException java.nio.ByteBuffer value public final void writeStringNoTag (java.lang.String) throws java.io.IOException int newPosition int length int length int maxLength int maxLengthVarIntSize int minLengthVarIntSize com.android.adservices.jarjar.server.protobuf.Utf8$UnpairedSurrogateException e IndexOutOfBoundsException e String value int oldPosition public void flush () public final int spaceLeft () public final int getTotalBytesWritten () }
com/android/adservices/jarjar/server/protobuf/CodedOutputStream$AbstractBufferedEncoder.class
CodedOutputStream.java package com.android.adservices.jarjar.server.protobuf abstract com.android.adservices.jarjar.server.protobuf.CodedOutputStream$AbstractBufferedEncoder extends com.android.adservices.jarjar.server.protobuf.CodedOutputStream { final byte[] buffer final int limit int position int totalBytesWritten void <init> (int) int bufferSize public final int spaceLeft () public final int getTotalBytesWritten () final void buffer (byte) byte value final void bufferTag (int, int) int fieldNumber int wireType final void bufferInt32NoTag (int) int value final void bufferUInt32NoTag (int) long originalPos int delta int value final void bufferUInt64NoTag (long) long originalPos int delta long value final void bufferFixed32NoTag (int) int value final void bufferFixed64NoTag (long) long value }
com/android/adservices/jarjar/server/protobuf/CodedOutputStream$1.class
CodedOutputStream.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.CodedOutputStream$1 extends java.lang.Object { }
com/android/adservices/jarjar/server/protobuf/CodedInputStreamReader.class
CodedInputStreamReader.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.CodedInputStreamReader extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Reader { private static final int FIXED32_MULTIPLE_MASK private static final int FIXED64_MULTIPLE_MASK private static final int NEXT_TAG_UNSET private final com.android.adservices.jarjar.server.protobuf.CodedInputStream input private int tag private int endGroupTag private int nextTag public static com.android.adservices.jarjar.server.protobuf.CodedInputStreamReader forCodedInput (com.android.adservices.jarjar.server.protobuf.CodedInputStream) com.android.adservices.jarjar.server.protobuf.CodedInputStream input private void <init> (com.android.adservices.jarjar.server.protobuf.CodedInputStream) com.android.adservices.jarjar.server.protobuf.CodedInputStream input public boolean shouldDiscardUnknownFields () public int getFieldNumber () throws java.io.IOException public int getTag () public boolean skipField () throws java.io.IOException private void requireWireType (int) throws java.io.IOException int requiredWireType public double readDouble () throws java.io.IOException public float readFloat () throws java.io.IOException public long readUInt64 () throws java.io.IOException public long readInt64 () throws java.io.IOException public int readInt32 () throws java.io.IOException public long readFixed64 () throws java.io.IOException public int readFixed32 () throws java.io.IOException public boolean readBool () throws java.io.IOException public java.lang.String readString () throws java.io.IOException public java.lang.String readStringRequireUtf8 () throws java.io.IOException public java.lang.Object readMessage (java.lang.Class, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException Class clazz com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public java.lang.Object readMessageBySchemaWithCheck (com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.Schema schema com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public java.lang.Object readGroup (java.lang.Class, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException Class clazz com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public java.lang.Object readGroupBySchemaWithCheck (com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.Schema schema com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public void mergeMessageField (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException Object target com.android.adservices.jarjar.server.protobuf.Schema schema com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry private void mergeMessageFieldInternal (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException Object target com.android.adservices.jarjar.server.protobuf.Schema schema com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry int size int prevLimit private java.lang.Object readMessage (com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.Schema schema com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry Object newInstance public void mergeGroupField (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException Object target com.android.adservices.jarjar.server.protobuf.Schema schema com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry private void mergeGroupFieldInternal (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException Object target com.android.adservices.jarjar.server.protobuf.Schema schema com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry int prevEndGroupTag private java.lang.Object readGroup (com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.Schema schema com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry Object newInstance public com.android.adservices.jarjar.server.protobuf.ByteString readBytes () throws java.io.IOException public int readUInt32 () throws java.io.IOException public int readEnum () throws java.io.IOException public int readSFixed32 () throws java.io.IOException public long readSFixed64 () throws java.io.IOException public int readSInt32 () throws java.io.IOException public long readSInt64 () throws java.io.IOException public void readDoubleList (java.util.List) throws java.io.IOException int bytes int endPos int nextTag com.android.adservices.jarjar.server.protobuf.DoubleArrayList plist int bytes int endPos int nextTag java.util.List target public void readFloatList (java.util.List) throws java.io.IOException int bytes int endPos int nextTag com.android.adservices.jarjar.server.protobuf.FloatArrayList plist int bytes int endPos int nextTag java.util.List target public void readUInt64List (java.util.List) throws java.io.IOException int bytes int endPos int nextTag com.android.adservices.jarjar.server.protobuf.LongArrayList plist int bytes int endPos int nextTag java.util.List target public void readInt64List (java.util.List) throws java.io.IOException int bytes int endPos int nextTag com.android.adservices.jarjar.server.protobuf.LongArrayList plist int bytes int endPos int nextTag java.util.List target public void readInt32List (java.util.List) throws java.io.IOException int bytes int endPos int nextTag com.android.adservices.jarjar.server.protobuf.IntArrayList plist int bytes int endPos int nextTag java.util.List target public void readFixed64List (java.util.List) throws java.io.IOException int bytes int endPos int nextTag com.android.adservices.jarjar.server.protobuf.LongArrayList plist int bytes int endPos int nextTag java.util.List target public void readFixed32List (java.util.List) throws java.io.IOException int bytes int endPos int nextTag com.android.adservices.jarjar.server.protobuf.IntArrayList plist int bytes int endPos int nextTag java.util.List target public void readBoolList (java.util.List) throws java.io.IOException int bytes int endPos int nextTag com.android.adservices.jarjar.server.protobuf.BooleanArrayList plist int bytes int endPos int nextTag java.util.List target public void readStringList (java.util.List) throws java.io.IOException java.util.List target public void readStringListRequireUtf8 (java.util.List) throws java.io.IOException java.util.List target public void readStringListInternal (java.util.List, boolean) throws java.io.IOException int nextTag com.android.adservices.jarjar.server.protobuf.LazyStringList lazyList int nextTag java.util.List target boolean requireUtf8 public void readMessageList (java.util.List, java.lang.Class, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.util.List target Class targetType com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry com.android.adservices.jarjar.server.protobuf.Schema schema public void readMessageList (java.util.List, com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException int nextTag java.util.List target com.android.adservices.jarjar.server.protobuf.Schema schema com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry int listTag public void readGroupList (java.util.List, java.lang.Class, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.util.List target Class targetType com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry com.android.adservices.jarjar.server.protobuf.Schema schema public void readGroupList (java.util.List, com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException int nextTag java.util.List target com.android.adservices.jarjar.server.protobuf.Schema schema com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry int listTag public void readBytesList (java.util.List) throws java.io.IOException int nextTag java.util.List target public void readUInt32List (java.util.List) throws java.io.IOException int bytes int endPos int nextTag com.android.adservices.jarjar.server.protobuf.IntArrayList plist int bytes int endPos int nextTag java.util.List target public void readEnumList (java.util.List) throws java.io.IOException int bytes int endPos int nextTag com.android.adservices.jarjar.server.protobuf.IntArrayList plist int bytes int endPos int nextTag java.util.List target public void readSFixed32List (java.util.List) throws java.io.IOException int bytes int endPos int nextTag com.android.adservices.jarjar.server.protobuf.IntArrayList plist int bytes int endPos int nextTag java.util.List target public void readSFixed64List (java.util.List) throws java.io.IOException int bytes int endPos int nextTag com.android.adservices.jarjar.server.protobuf.LongArrayList plist int bytes int endPos int nextTag java.util.List target public void readSInt32List (java.util.List) throws java.io.IOException int bytes int endPos int nextTag com.android.adservices.jarjar.server.protobuf.IntArrayList plist int bytes int endPos int nextTag java.util.List target public void readSInt64List (java.util.List) throws java.io.IOException int bytes int endPos int nextTag com.android.adservices.jarjar.server.protobuf.LongArrayList plist int bytes int endPos int nextTag java.util.List target private void verifyPackedFixed64Length (int) throws java.io.IOException int bytes public void readMap (java.util.Map, com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException$InvalidWireTypeException ignore int number java.util.Map target com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata metadata com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry int size int prevLimit Object key Object value private java.lang.Object readField (com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, java.lang.Class, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType fieldType Class messageType com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry private void verifyPackedFixed32Length (int) throws java.io.IOException int bytes private void requirePosition (int) throws java.io.IOException int expectedPosition }
com/android/adservices/jarjar/server/protobuf/CodedInputStreamReader$1.class
CodedInputStreamReader.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.CodedInputStreamReader$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/CodedInputStream.class
CodedInputStream.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.CodedInputStream extends java.lang.Object { private static final int DEFAULT_BUFFER_SIZE private static final int DEFAULT_SIZE_LIMIT private static volatile int defaultRecursionLimit int recursionDepth int recursionLimit int sizeLimit com.android.adservices.jarjar.server.protobuf.CodedInputStreamReader wrapper private boolean shouldDiscardUnknownFields public static com.android.adservices.jarjar.server.protobuf.CodedInputStream newInstance (java.io.InputStream) java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.CodedInputStream newInstance (java.io.InputStream, int) java.io.InputStream input int bufferSize public static com.android.adservices.jarjar.server.protobuf.CodedInputStream newInstance (java.lang.Iterable) Iterable input static com.android.adservices.jarjar.server.protobuf.CodedInputStream newInstance (java.lang.Iterable, boolean) java.nio.ByteBuffer buf Iterable bufs boolean bufferIsImmutable int flag int totalSize public static com.android.adservices.jarjar.server.protobuf.CodedInputStream newInstance (byte[]) byte[] buf public static com.android.adservices.jarjar.server.protobuf.CodedInputStream newInstance (byte[], int, int) byte[] buf int off int len static com.android.adservices.jarjar.server.protobuf.CodedInputStream newInstance (byte[], int, int, boolean) com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException ex byte[] buf int off int len boolean bufferIsImmutable com.android.adservices.jarjar.server.protobuf.CodedInputStream$ArrayDecoder result public static com.android.adservices.jarjar.server.protobuf.CodedInputStream newInstance (java.nio.ByteBuffer) java.nio.ByteBuffer buf static com.android.adservices.jarjar.server.protobuf.CodedInputStream newInstance (java.nio.ByteBuffer, boolean) java.nio.ByteBuffer buf boolean bufferIsImmutable byte[] buffer public void checkRecursionLimit () throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException private void <init> () public abstract int readTag () throws java.io.IOException public abstract void checkLastTagWas (int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public abstract int getLastTag () public abstract boolean skipField (int) throws java.io.IOException public abstract boolean skipField (int, com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException public abstract void skipMessage () throws java.io.IOException public abstract void skipMessage (com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException public abstract double readDouble () throws java.io.IOException public abstract float readFloat () throws java.io.IOException public abstract long readUInt64 () throws java.io.IOException public abstract long readInt64 () throws java.io.IOException public abstract int readInt32 () throws java.io.IOException public abstract long readFixed64 () throws java.io.IOException public abstract int readFixed32 () throws java.io.IOException public abstract boolean readBool () throws java.io.IOException public abstract java.lang.String readString () throws java.io.IOException public abstract java.lang.String readStringRequireUtf8 () throws java.io.IOException public abstract void readGroup (int, com.android.adservices.jarjar.server.protobuf.MessageLite$Builder, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract com.android.adservices.jarjar.server.protobuf.MessageLite readGroup (int, com.android.adservices.jarjar.server.protobuf.Parser, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract void readUnknownGroup (int, com.android.adservices.jarjar.server.protobuf.MessageLite$Builder) throws java.io.IOException public abstract void readMessage (com.android.adservices.jarjar.server.protobuf.MessageLite$Builder, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract com.android.adservices.jarjar.server.protobuf.MessageLite readMessage (com.android.adservices.jarjar.server.protobuf.Parser, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract com.android.adservices.jarjar.server.protobuf.ByteString readBytes () throws java.io.IOException public abstract byte[] readByteArray () throws java.io.IOException public abstract java.nio.ByteBuffer readByteBuffer () throws java.io.IOException public abstract int readUInt32 () throws java.io.IOException public abstract int readEnum () throws java.io.IOException public abstract int readSFixed32 () throws java.io.IOException public abstract long readSFixed64 () throws java.io.IOException public abstract int readSInt32 () throws java.io.IOException public abstract long readSInt64 () throws java.io.IOException public abstract int readRawVarint32 () throws java.io.IOException public abstract long readRawVarint64 () throws java.io.IOException abstract long readRawVarint64SlowPath () throws java.io.IOException public abstract int readRawLittleEndian32 () throws java.io.IOException public abstract long readRawLittleEndian64 () throws java.io.IOException public abstract void enableAliasing (boolean) public final int setRecursionLimit (int) int limit int oldLimit public final int setSizeLimit (int) int limit int oldLimit final void discardUnknownFields () final void unsetDiscardUnknownFields () final boolean shouldDiscardUnknownFields () public abstract void resetSizeCounter () public abstract int pushLimit (int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public abstract void popLimit (int) public abstract int getBytesUntilLimit () public abstract boolean isAtEnd () throws java.io.IOException public abstract int getTotalBytesRead () public abstract byte readRawByte () throws java.io.IOException public abstract byte[] readRawBytes (int) throws java.io.IOException public abstract void skipRawBytes (int) throws java.io.IOException public static int decodeZigZag32 (int) int n public static long decodeZigZag64 (long) long n public static int readRawVarint32 (int, java.io.InputStream) throws java.io.IOException int b int b int firstByte java.io.InputStream input int result int offset static int readRawVarint32 (java.io.InputStream) throws java.io.IOException java.io.InputStream input int firstByte synthetic void <init> (com.android.adservices.jarjar.server.protobuf.CodedInputStream$1) com.android.adservices.jarjar.server.protobuf.CodedInputStream$1 x0 static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/CodedInputStream$UnsafeDirectNioDecoder.class
CodedInputStream.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.CodedInputStream$UnsafeDirectNioDecoder extends com.android.adservices.jarjar.server.protobuf.CodedInputStream { private final java.nio.ByteBuffer buffer private final boolean immutable private final long address private long limit private long pos private long startPos private int bufferSizeAfterLimit private int lastTag private boolean enableAliasing private int currentLimit static boolean isSupported () private void <init> (java.nio.ByteBuffer, boolean) java.nio.ByteBuffer buffer boolean immutable public int readTag () throws java.io.IOException public void checkLastTagWas (int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException int value public int getLastTag () public boolean skipField (int) throws java.io.IOException int tag public boolean skipField (int, com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException long value long value com.android.adservices.jarjar.server.protobuf.ByteString value int endtag int value int tag com.android.adservices.jarjar.server.protobuf.CodedOutputStream output public void skipMessage () throws java.io.IOException int tag public void skipMessage (com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException int tag com.android.adservices.jarjar.server.protobuf.CodedOutputStream output public double readDouble () throws java.io.IOException public float readFloat () throws java.io.IOException public long readUInt64 () throws java.io.IOException public long readInt64 () throws java.io.IOException public int readInt32 () throws java.io.IOException public long readFixed64 () throws java.io.IOException public int readFixed32 () throws java.io.IOException public boolean readBool () throws java.io.IOException public java.lang.String readString () throws java.io.IOException byte[] bytes String result int size public java.lang.String readStringRequireUtf8 () throws java.io.IOException int bufferPos String result int size public void readGroup (int, com.android.adservices.jarjar.server.protobuf.MessageLite$Builder, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.MessageLite$Builder builder com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public com.android.adservices.jarjar.server.protobuf.MessageLite readGroup (int, com.android.adservices.jarjar.server.protobuf.Parser, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry com.android.adservices.jarjar.server.protobuf.MessageLite result public void readUnknownGroup (int, com.android.adservices.jarjar.server.protobuf.MessageLite$Builder) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.MessageLite$Builder builder public void readMessage (com.android.adservices.jarjar.server.protobuf.MessageLite$Builder, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.MessageLite$Builder builder com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry int length int oldLimit public com.android.adservices.jarjar.server.protobuf.MessageLite readMessage (com.android.adservices.jarjar.server.protobuf.Parser, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry int length int oldLimit com.android.adservices.jarjar.server.protobuf.MessageLite result public com.android.adservices.jarjar.server.protobuf.ByteString readBytes () throws java.io.IOException java.nio.ByteBuffer result byte[] bytes int size public byte[] readByteArray () throws java.io.IOException public java.nio.ByteBuffer readByteBuffer () throws java.io.IOException java.nio.ByteBuffer result byte[] bytes int size public int readUInt32 () throws java.io.IOException public int readEnum () throws java.io.IOException public int readSFixed32 () throws java.io.IOException public long readSFixed64 () throws java.io.IOException public int readSInt32 () throws java.io.IOException public long readSInt64 () throws java.io.IOException public int readRawVarint32 () throws java.io.IOException int y long tempPos int x private void skipRawVarint () throws java.io.IOException private void skipRawVarintFastPath () throws java.io.IOException int i private void skipRawVarintSlowPath () throws java.io.IOException int i public long readRawVarint64 () throws java.io.IOException long x long x long x long tempPos long x int y long readRawVarint64SlowPath () throws java.io.IOException byte b int shift long result public int readRawLittleEndian32 () throws java.io.IOException long tempPos public long readRawLittleEndian64 () throws java.io.IOException long tempPos public void enableAliasing (boolean) boolean enabled public void resetSizeCounter () public int pushLimit (int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException int byteLimit int oldLimit public void popLimit (int) int oldLimit public int getBytesUntilLimit () public boolean isAtEnd () throws java.io.IOException public int getTotalBytesRead () public byte readRawByte () throws java.io.IOException public byte[] readRawBytes (int) throws java.io.IOException byte[] bytes int length public void skipRawBytes (int) throws java.io.IOException int length private void recomputeBufferSizeAfterLimit () int bufferEnd private int remaining () private int bufferPos (long) long pos private java.nio.ByteBuffer slice (long, long) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException ex IllegalArgumentException e long begin long end int prevPos int prevLimit java.nio.Buffer asBuffer synthetic void <init> (java.nio.ByteBuffer, boolean, com.android.adservices.jarjar.server.protobuf.CodedInputStream$1) java.nio.ByteBuffer x0 boolean x1 com.android.adservices.jarjar.server.protobuf.CodedInputStream$1 x2 }
com/android/adservices/jarjar/server/protobuf/CodedInputStream$StreamDecoder.class
CodedInputStream.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.CodedInputStream$StreamDecoder extends com.android.adservices.jarjar.server.protobuf.CodedInputStream { private final java.io.InputStream input private final byte[] buffer private int bufferSize private int bufferSizeAfterLimit private int pos private int lastTag private int totalBytesRetired private int currentLimit private com.android.adservices.jarjar.server.protobuf.CodedInputStream$StreamDecoder$RefillCallback refillCallback private void <init> (java.io.InputStream, int) java.io.InputStream input int bufferSize private static int read (java.io.InputStream, byte[], int, int) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException e java.io.InputStream input byte[] data int offset int length private static long skip (java.io.InputStream, long) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException e java.io.InputStream input long length private static int available (java.io.InputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException e java.io.InputStream input public int readTag () throws java.io.IOException public void checkLastTagWas (int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException int value public int getLastTag () public boolean skipField (int) throws java.io.IOException int tag public boolean skipField (int, com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException long value long value com.android.adservices.jarjar.server.protobuf.ByteString value int endtag int value int tag com.android.adservices.jarjar.server.protobuf.CodedOutputStream output public void skipMessage () throws java.io.IOException int tag public void skipMessage (com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException int tag com.android.adservices.jarjar.server.protobuf.CodedOutputStream output public double readDouble () throws java.io.IOException public float readFloat () throws java.io.IOException public long readUInt64 () throws java.io.IOException public long readInt64 () throws java.io.IOException public int readInt32 () throws java.io.IOException public long readFixed64 () throws java.io.IOException public int readFixed32 () throws java.io.IOException public boolean readBool () throws java.io.IOException public java.lang.String readString () throws java.io.IOException String result String result int size public java.lang.String readStringRequireUtf8 () throws java.io.IOException byte[] bytes int tempPos byte[] bytes int tempPos int size byte[] bytes int oldPos int tempPos public void readGroup (int, com.android.adservices.jarjar.server.protobuf.MessageLite$Builder, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.MessageLite$Builder builder com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public com.android.adservices.jarjar.server.protobuf.MessageLite readGroup (int, com.android.adservices.jarjar.server.protobuf.Parser, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry com.android.adservices.jarjar.server.protobuf.MessageLite result public void readUnknownGroup (int, com.android.adservices.jarjar.server.protobuf.MessageLite$Builder) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.MessageLite$Builder builder public void readMessage (com.android.adservices.jarjar.server.protobuf.MessageLite$Builder, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.MessageLite$Builder builder com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry int length int oldLimit public com.android.adservices.jarjar.server.protobuf.MessageLite readMessage (com.android.adservices.jarjar.server.protobuf.Parser, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry int length int oldLimit com.android.adservices.jarjar.server.protobuf.MessageLite result public com.android.adservices.jarjar.server.protobuf.ByteString readBytes () throws java.io.IOException com.android.adservices.jarjar.server.protobuf.ByteString result int size public byte[] readByteArray () throws java.io.IOException byte[] result int size public java.nio.ByteBuffer readByteBuffer () throws java.io.IOException java.nio.ByteBuffer result int size public int readUInt32 () throws java.io.IOException public int readEnum () throws java.io.IOException public int readSFixed32 () throws java.io.IOException public long readSFixed64 () throws java.io.IOException public int readSInt32 () throws java.io.IOException public long readSInt64 () throws java.io.IOException public int readRawVarint32 () throws java.io.IOException int y int tempPos byte[] buffer int x private void skipRawVarint () throws java.io.IOException private void skipRawVarintFastPath () throws java.io.IOException int i private void skipRawVarintSlowPath () throws java.io.IOException int i public long readRawVarint64 () throws java.io.IOException long x long x long x int tempPos byte[] buffer long x int y long readRawVarint64SlowPath () throws java.io.IOException byte b int shift long result public int readRawLittleEndian32 () throws java.io.IOException int tempPos byte[] buffer public long readRawLittleEndian64 () throws java.io.IOException int tempPos byte[] buffer public void enableAliasing (boolean) boolean enabled public void resetSizeCounter () public int pushLimit (int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException int byteLimit int oldLimit private void recomputeBufferSizeAfterLimit () int bufferEnd public void popLimit (int) int oldLimit public int getBytesUntilLimit () int currentAbsolutePosition public boolean isAtEnd () throws java.io.IOException public int getTotalBytesRead () private void refillBuffer (int) throws java.io.IOException int n private boolean tryRefillBuffer (int) throws java.io.IOException int n int tempPos int bytesRead public byte readRawByte () throws java.io.IOException public byte[] readRawBytes (int) throws java.io.IOException int size int tempPos private byte[] readRawBytesSlowPath (int, boolean) throws java.io.IOException byte[] chunk int size boolean ensureNoLeakedReferences byte[] result int originalBufferPos int bufferedBytes int sizeLeft java.util.List chunks byte[] bytes int tempPos private byte[] readRawBytesSlowPathOneChunk (int) throws java.io.IOException int n byte[] bytes int tempPos int size int currentMessageSize int bufferedBytes int sizeLeft private java.util.List readRawBytesSlowPathRemainingChunks (int) throws java.io.IOException int n byte[] chunk int tempPos int sizeLeft java.util.List chunks private com.android.adservices.jarjar.server.protobuf.ByteString readBytesSlowPath (int) throws java.io.IOException byte[] chunk int size byte[] result int originalBufferPos int bufferedBytes int sizeLeft java.util.List chunks byte[] bytes int tempPos public void skipRawBytes (int) throws java.io.IOException int size private void skipRawBytesSlowPath (int) throws java.io.IOException int toSkip long skipped int tempPos int size int totalSkipped synthetic void <init> (java.io.InputStream, int, com.android.adservices.jarjar.server.protobuf.CodedInputStream$1) java.io.InputStream x0 int x1 com.android.adservices.jarjar.server.protobuf.CodedInputStream$1 x2 static synthetic int access$500 (com.android.adservices.jarjar.server.protobuf.CodedInputStream$StreamDecoder) com.android.adservices.jarjar.server.protobuf.CodedInputStream$StreamDecoder x0 static synthetic byte[] access$600 (com.android.adservices.jarjar.server.protobuf.CodedInputStream$StreamDecoder) com.android.adservices.jarjar.server.protobuf.CodedInputStream$StreamDecoder x0 }
com/android/adservices/jarjar/server/protobuf/CodedInputStream$StreamDecoder$SkippedDataSink.class
CodedInputStream.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.CodedInputStream$StreamDecoder$SkippedDataSink extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.CodedInputStream$StreamDecoder$RefillCallback { private int lastPos private java.io.ByteArrayOutputStream byteArrayStream final synthetic com.android.adservices.jarjar.server.protobuf.CodedInputStream$StreamDecoder this$0 private void <init> (com.android.adservices.jarjar.server.protobuf.CodedInputStream$StreamDecoder) public void onRefill () java.nio.ByteBuffer getSkippedData () }
com/android/adservices/jarjar/server/protobuf/CodedInputStream$StreamDecoder$RefillCallback.class
CodedInputStream.java package com.android.adservices.jarjar.server.protobuf abstract com.android.adservices.jarjar.server.protobuf.CodedInputStream$StreamDecoder$RefillCallback extends java.lang.Object { public abstract void onRefill () }
com/android/adservices/jarjar/server/protobuf/CodedInputStream$IterableDirectByteBufferDecoder.class
CodedInputStream.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.CodedInputStream$IterableDirectByteBufferDecoder extends com.android.adservices.jarjar.server.protobuf.CodedInputStream { private final Iterable input private final java.util.Iterator iterator private java.nio.ByteBuffer currentByteBuffer private final boolean immutable private boolean enableAliasing private int totalBufferSize private int bufferSizeAfterCurrentLimit private int currentLimit private int lastTag private int totalBytesRead private int startOffset private long currentByteBufferPos private long currentByteBufferStartPos private long currentAddress private long currentByteBufferLimit private void <init> (java.lang.Iterable, int, boolean) Iterable inputBufs int size boolean immutableFlag private void getNextByteBuffer () throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException private void tryGetNextByteBuffer () public int readTag () throws java.io.IOException public void checkLastTagWas (int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException int value public int getLastTag () public boolean skipField (int) throws java.io.IOException int tag public boolean skipField (int, com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException long value long value com.android.adservices.jarjar.server.protobuf.ByteString value int endtag int value int tag com.android.adservices.jarjar.server.protobuf.CodedOutputStream output public void skipMessage () throws java.io.IOException int tag public void skipMessage (com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException int tag com.android.adservices.jarjar.server.protobuf.CodedOutputStream output public double readDouble () throws java.io.IOException public float readFloat () throws java.io.IOException public long readUInt64 () throws java.io.IOException public long readInt64 () throws java.io.IOException public int readInt32 () throws java.io.IOException public long readFixed64 () throws java.io.IOException public int readFixed32 () throws java.io.IOException public boolean readBool () throws java.io.IOException public java.lang.String readString () throws java.io.IOException byte[] bytes String result byte[] bytes String result int size public java.lang.String readStringRequireUtf8 () throws java.io.IOException int bufferPos String result byte[] bytes int size public void readGroup (int, com.android.adservices.jarjar.server.protobuf.MessageLite$Builder, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.MessageLite$Builder builder com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public com.android.adservices.jarjar.server.protobuf.MessageLite readGroup (int, com.android.adservices.jarjar.server.protobuf.Parser, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry com.android.adservices.jarjar.server.protobuf.MessageLite result public void readUnknownGroup (int, com.android.adservices.jarjar.server.protobuf.MessageLite$Builder) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.MessageLite$Builder builder public void readMessage (com.android.adservices.jarjar.server.protobuf.MessageLite$Builder, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.MessageLite$Builder builder com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry int length int oldLimit public com.android.adservices.jarjar.server.protobuf.MessageLite readMessage (com.android.adservices.jarjar.server.protobuf.Parser, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry int length int oldLimit com.android.adservices.jarjar.server.protobuf.MessageLite result public com.android.adservices.jarjar.server.protobuf.ByteString readBytes () throws java.io.IOException int idx com.android.adservices.jarjar.server.protobuf.ByteString result byte[] bytes int bytesToCopy int idx java.util.ArrayList byteStrings int l byte[] temp int size public byte[] readByteArray () throws java.io.IOException public java.nio.ByteBuffer readByteBuffer () throws java.io.IOException byte[] bytes byte[] temp int size public int readUInt32 () throws java.io.IOException public int readEnum () throws java.io.IOException public int readSFixed32 () throws java.io.IOException public long readSFixed64 () throws java.io.IOException public int readSInt32 () throws java.io.IOException public long readSInt64 () throws java.io.IOException public int readRawVarint32 () throws java.io.IOException int y long tempPos int x public long readRawVarint64 () throws java.io.IOException long x long x long x long tempPos long x int y long readRawVarint64SlowPath () throws java.io.IOException byte b int shift long result public int readRawLittleEndian32 () throws java.io.IOException long tempPos public long readRawLittleEndian64 () throws java.io.IOException long tempPos public void enableAliasing (boolean) boolean enabled public void resetSizeCounter () public int pushLimit (int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException int byteLimit int oldLimit private void recomputeBufferSizeAfterLimit () int bufferEnd public void popLimit (int) int oldLimit public int getBytesUntilLimit () public boolean isAtEnd () throws java.io.IOException public int getTotalBytesRead () public byte readRawByte () throws java.io.IOException public byte[] readRawBytes (int) throws java.io.IOException byte[] bytes byte[] bytes int length private void readRawBytesTo (byte[], int, int) throws java.io.IOException int bytesToCopy int l byte[] bytes int offset int length public void skipRawBytes (int) throws java.io.IOException int rl int l int length private void skipRawVarint () throws java.io.IOException int i private int remaining () private long currentRemaining () private java.nio.ByteBuffer slice (int, int) throws java.io.IOException IllegalArgumentException e int begin int end int prevPos int prevLimit java.nio.Buffer asBuffer synthetic void <init> (java.lang.Iterable, int, boolean, com.android.adservices.jarjar.server.protobuf.CodedInputStream$1) Iterable x0 int x1 boolean x2 com.android.adservices.jarjar.server.protobuf.CodedInputStream$1 x3 }
com/android/adservices/jarjar/server/protobuf/CodedInputStream$ArrayDecoder.class
CodedInputStream.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.CodedInputStream$ArrayDecoder extends com.android.adservices.jarjar.server.protobuf.CodedInputStream { private final byte[] buffer private final boolean immutable private int limit private int bufferSizeAfterLimit private int pos private int startPos private int lastTag private boolean enableAliasing private int currentLimit private void <init> (byte[], int, int, boolean) byte[] buffer int offset int len boolean immutable public int readTag () throws java.io.IOException public void checkLastTagWas (int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException int value public int getLastTag () public boolean skipField (int) throws java.io.IOException int tag public boolean skipField (int, com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException long value long value com.android.adservices.jarjar.server.protobuf.ByteString value int endtag int value int tag com.android.adservices.jarjar.server.protobuf.CodedOutputStream output public void skipMessage () throws java.io.IOException int tag public void skipMessage (com.android.adservices.jarjar.server.protobuf.CodedOutputStream) throws java.io.IOException int tag com.android.adservices.jarjar.server.protobuf.CodedOutputStream output public double readDouble () throws java.io.IOException public float readFloat () throws java.io.IOException public long readUInt64 () throws java.io.IOException public long readInt64 () throws java.io.IOException public int readInt32 () throws java.io.IOException public long readFixed64 () throws java.io.IOException public int readFixed32 () throws java.io.IOException public boolean readBool () throws java.io.IOException public java.lang.String readString () throws java.io.IOException String result int size public java.lang.String readStringRequireUtf8 () throws java.io.IOException String result int size public void readGroup (int, com.android.adservices.jarjar.server.protobuf.MessageLite$Builder, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.MessageLite$Builder builder com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public com.android.adservices.jarjar.server.protobuf.MessageLite readGroup (int, com.android.adservices.jarjar.server.protobuf.Parser, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry com.android.adservices.jarjar.server.protobuf.MessageLite result public void readUnknownGroup (int, com.android.adservices.jarjar.server.protobuf.MessageLite$Builder) throws java.io.IOException int fieldNumber com.android.adservices.jarjar.server.protobuf.MessageLite$Builder builder public void readMessage (com.android.adservices.jarjar.server.protobuf.MessageLite$Builder, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.MessageLite$Builder builder com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry int length int oldLimit public com.android.adservices.jarjar.server.protobuf.MessageLite readMessage (com.android.adservices.jarjar.server.protobuf.Parser, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry int length int oldLimit com.android.adservices.jarjar.server.protobuf.MessageLite result public com.android.adservices.jarjar.server.protobuf.ByteString readBytes () throws java.io.IOException com.android.adservices.jarjar.server.protobuf.ByteString result int size public byte[] readByteArray () throws java.io.IOException int size public java.nio.ByteBuffer readByteBuffer () throws java.io.IOException java.nio.ByteBuffer result int size public int readUInt32 () throws java.io.IOException public int readEnum () throws java.io.IOException public int readSFixed32 () throws java.io.IOException public long readSFixed64 () throws java.io.IOException public int readSInt32 () throws java.io.IOException public long readSInt64 () throws java.io.IOException public int readRawVarint32 () throws java.io.IOException int y int tempPos byte[] buffer int x private void skipRawVarint () throws java.io.IOException private void skipRawVarintFastPath () throws java.io.IOException int i private void skipRawVarintSlowPath () throws java.io.IOException int i public long readRawVarint64 () throws java.io.IOException long x long x long x int tempPos byte[] buffer long x int y long readRawVarint64SlowPath () throws java.io.IOException byte b int shift long result public int readRawLittleEndian32 () throws java.io.IOException int tempPos byte[] buffer public long readRawLittleEndian64 () throws java.io.IOException int tempPos byte[] buffer public void enableAliasing (boolean) boolean enabled public void resetSizeCounter () public int pushLimit (int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException int byteLimit int oldLimit private void recomputeBufferSizeAfterLimit () int bufferEnd public void popLimit (int) int oldLimit public int getBytesUntilLimit () public boolean isAtEnd () throws java.io.IOException public int getTotalBytesRead () public byte readRawByte () throws java.io.IOException public byte[] readRawBytes (int) throws java.io.IOException int tempPos int length public void skipRawBytes (int) throws java.io.IOException int length synthetic void <init> (byte[], int, int, boolean, com.android.adservices.jarjar.server.protobuf.CodedInputStream$1) byte[] x0 int x1 int x2 boolean x3 com.android.adservices.jarjar.server.protobuf.CodedInputStream$1 x4 }
com/android/adservices/jarjar/server/protobuf/CodedInputStream$1.class
CodedInputStream.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.CodedInputStream$1 extends java.lang.Object { }
com/android/adservices/jarjar/server/protobuf/CheckReturnValue.class
CheckReturnValue.java package com.android.adservices.jarjar.server.protobuf abstract annotation com.android.adservices.jarjar.server.protobuf.CheckReturnValue extends java.lang.Object implements java.lang.annotation.Annotation { }
com/android/adservices/jarjar/server/protobuf/CanIgnoreReturnValue.class
CanIgnoreReturnValue.java package com.android.adservices.jarjar.server.protobuf abstract annotation com.android.adservices.jarjar.server.protobuf.CanIgnoreReturnValue extends java.lang.Object implements java.lang.annotation.Annotation { }
com/android/adservices/jarjar/server/protobuf/BytesValueOrBuilder.class
BytesValueOrBuilder.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.BytesValueOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract com.android.adservices.jarjar.server.protobuf.ByteString getValue () }
com/android/adservices/jarjar/server/protobuf/BytesValue.class
BytesValue.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.BytesValue extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.BytesValueOrBuilder { public static final int VALUE_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.ByteString value_ private static final com.android.adservices.jarjar.server.protobuf.BytesValue DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public com.android.adservices.jarjar.server.protobuf.ByteString getValue () private void setValue (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value Class valueClass private void clearValue () public static com.android.adservices.jarjar.server.protobuf.BytesValue parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.BytesValue parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.BytesValue parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.BytesValue parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.BytesValue parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.BytesValue parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.BytesValue parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.BytesValue parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.BytesValue parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.BytesValue parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.BytesValue parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.BytesValue parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.BytesValue$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.BytesValue$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.BytesValue) com.android.adservices.jarjar.server.protobuf.BytesValue prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.BytesValue getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.BytesValue of (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.BytesValue defaultInstance }
com/android/adservices/jarjar/server/protobuf/BytesValue$Builder.class
BytesValue.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.BytesValue$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.BytesValueOrBuilder { private void <init> () public com.android.adservices.jarjar.server.protobuf.ByteString getValue () public com.android.adservices.jarjar.server.protobuf.BytesValue$Builder setValue (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public com.android.adservices.jarjar.server.protobuf.BytesValue$Builder clearValue () }
com/android/adservices/jarjar/server/protobuf/BytesValue$1.class
BytesValue.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.BytesValue$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/ByteString.class
ByteString.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.ByteString extends java.lang.Object implements java.lang.Iterable java.io.Serializable { static final int CONCATENATE_BY_COPY_SIZE static final int MIN_READ_FROM_CHUNK_SIZE static final int MAX_READ_FROM_CHUNK_SIZE public static final com.android.adservices.jarjar.server.protobuf.ByteString EMPTY private static final com.android.adservices.jarjar.server.protobuf.ByteString$ByteArrayCopier byteArrayCopier private int hash private static final int UNSIGNED_BYTE_MASK private static final java.util.Comparator UNSIGNED_LEXICOGRAPHICAL_COMPARATOR void <init> () public abstract byte byteAt (int) abstract byte internalByteAt (int) public com.android.adservices.jarjar.server.protobuf.ByteString$ByteIterator iterator () public abstract int size () public final boolean isEmpty () public static final com.android.adservices.jarjar.server.protobuf.ByteString empty () private static int toInt (byte) byte value private static int hexDigit (char) char c private static int extractHexDigit (java.lang.String, int) String hexString int index int digit public static java.util.Comparator unsignedLexicographicalComparator () public final com.android.adservices.jarjar.server.protobuf.ByteString substring (int) int beginIndex public abstract com.android.adservices.jarjar.server.protobuf.ByteString substring (int, int) public final boolean startsWith (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString prefix public final boolean endsWith (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString suffix public static com.android.adservices.jarjar.server.protobuf.ByteString fromHex (java.lang.String) int d1 int d2 int i String hexString byte[] bytes public static com.android.adservices.jarjar.server.protobuf.ByteString copyFrom (byte[], int, int) byte[] bytes int offset int size public static com.android.adservices.jarjar.server.protobuf.ByteString copyFrom (byte[]) byte[] bytes static com.android.adservices.jarjar.server.protobuf.ByteString wrap (java.nio.ByteBuffer) int offset java.nio.ByteBuffer buffer static com.android.adservices.jarjar.server.protobuf.ByteString wrap (byte[]) byte[] bytes static com.android.adservices.jarjar.server.protobuf.ByteString wrap (byte[], int, int) byte[] bytes int offset int length public static com.android.adservices.jarjar.server.protobuf.ByteString copyFrom (java.nio.ByteBuffer, int) java.nio.ByteBuffer bytes int size byte[] copy public static com.android.adservices.jarjar.server.protobuf.ByteString copyFrom (java.nio.ByteBuffer) java.nio.ByteBuffer bytes public static com.android.adservices.jarjar.server.protobuf.ByteString copyFrom (java.lang.String, java.lang.String) throws java.io.UnsupportedEncodingException String text String charsetName public static com.android.adservices.jarjar.server.protobuf.ByteString copyFrom (java.lang.String, java.nio.charset.Charset) String text java.nio.charset.Charset charset public static com.android.adservices.jarjar.server.protobuf.ByteString copyFromUtf8 (java.lang.String) String text public static com.android.adservices.jarjar.server.protobuf.ByteString readFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream streamToDrain public static com.android.adservices.jarjar.server.protobuf.ByteString readFrom (java.io.InputStream, int) throws java.io.IOException java.io.InputStream streamToDrain int chunkSize public static com.android.adservices.jarjar.server.protobuf.ByteString readFrom (java.io.InputStream, int, int) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.ByteString chunk java.io.InputStream streamToDrain int minChunkSize int maxChunkSize java.util.Collection results int chunkSize private static com.android.adservices.jarjar.server.protobuf.ByteString readChunk (java.io.InputStream, int) throws java.io.IOException int count java.io.InputStream in int chunkSize byte[] buf int bytesRead public final com.android.adservices.jarjar.server.protobuf.ByteString concat (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString other public static com.android.adservices.jarjar.server.protobuf.ByteString copyFrom (java.lang.Iterable) java.util.Iterator iter int tempSize int size Iterable byteStrings int size private static com.android.adservices.jarjar.server.protobuf.ByteString balancedConcat (java.util.Iterator, int) com.android.adservices.jarjar.server.protobuf.ByteString result int halfLength com.android.adservices.jarjar.server.protobuf.ByteString left com.android.adservices.jarjar.server.protobuf.ByteString right java.util.Iterator iterator int length com.android.adservices.jarjar.server.protobuf.ByteString result public void copyTo (byte[], int) byte[] target int offset public final void copyTo (byte[], int, int, int) byte[] target int sourceOffset int targetOffset int numberToCopy protected abstract void copyToInternal (byte[], int, int, int) public abstract void copyTo (java.nio.ByteBuffer) public final byte[] toByteArray () int size byte[] result public abstract void writeTo (java.io.OutputStream) throws java.io.IOException final void writeTo (java.io.OutputStream, int, int) throws java.io.IOException java.io.OutputStream out int sourceOffset int numberToWrite abstract void writeToInternal (java.io.OutputStream, int, int) throws java.io.IOException abstract void writeTo (com.android.adservices.jarjar.server.protobuf.ByteOutput) throws java.io.IOException abstract void writeToReverse (com.android.adservices.jarjar.server.protobuf.ByteOutput) throws java.io.IOException public abstract java.nio.ByteBuffer asReadOnlyByteBuffer () public abstract java.util.List asReadOnlyByteBufferList () public final java.lang.String toString (java.lang.String) throws java.io.UnsupportedEncodingException java.io.UnsupportedEncodingException exception java.nio.charset.UnsupportedCharsetException e String charsetName public final java.lang.String toString (java.nio.charset.Charset) java.nio.charset.Charset charset protected abstract java.lang.String toStringInternal (java.nio.charset.Charset) public final java.lang.String toStringUtf8 () public abstract boolean isValidUtf8 () protected abstract int partialIsValidUtf8 (int, int, int) public abstract boolean equals (java.lang.Object) public final int hashCode () int size int h public abstract java.io.InputStream newInput () public abstract com.android.adservices.jarjar.server.protobuf.CodedInputStream newCodedInput () public static com.android.adservices.jarjar.server.protobuf.ByteString$Output newOutput (int) int initialCapacity public static com.android.adservices.jarjar.server.protobuf.ByteString$Output newOutput () static com.android.adservices.jarjar.server.protobuf.ByteString$CodedBuilder newCodedBuilder (int) int size protected abstract int getTreeDepth () protected abstract boolean isBalanced () protected final int peekCachedHashCode () protected abstract int partialHash (int, int, int) static void checkIndex (int, int) int index int size static int checkRange (int, int, int) int startIndex int endIndex int size int length public final java.lang.String toString () private java.lang.String truncateAndEscapeForDisplay () int limit public volatile synthetic java.util.Iterator iterator () static synthetic int access$200 (byte) byte x0 static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/ByteString$SystemByteArrayCopier.class
ByteString.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.ByteString$SystemByteArrayCopier extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.ByteString$ByteArrayCopier { private void <init> () public byte[] copyFrom (byte[], int, int) byte[] bytes int offset int size byte[] copy synthetic void <init> (com.android.adservices.jarjar.server.protobuf.ByteString$1) com.android.adservices.jarjar.server.protobuf.ByteString$1 x0 }
com/android/adservices/jarjar/server/protobuf/ByteString$Output.class
ByteString.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.ByteString$Output extends java.io.OutputStream { private static final byte[] EMPTY_BYTE_ARRAY private final int initialCapacity private final java.util.ArrayList flushedBuffers private int flushedBuffersTotalBytes private byte[] buffer private int bufferPos void <init> (int) int initialCapacity public synchronized void write (int) int b public synchronized void write (byte[], int, int) int copySize byte[] b int offset int length public synchronized com.android.adservices.jarjar.server.protobuf.ByteString toByteString () private byte[] copyArray (byte[], int) byte[] buffer int length byte[] result public void writeTo (java.io.OutputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.ByteString[] cachedFlushBuffers byte[] cachedBuffer int cachedBufferPos com.android.adservices.jarjar.server.protobuf.ByteString byteString java.io.OutputStream out com.android.adservices.jarjar.server.protobuf.ByteString[] cachedFlushBuffers byte[] cachedBuffer int cachedBufferPos public synchronized int size () public synchronized void reset () public java.lang.String toString () private void flushFullBuffer (int) int minSize int newSize private void flushLastBuffer () byte[] bufferCopy static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/ByteString$LiteralByteString.class
ByteString.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.ByteString$LiteralByteString extends com.android.adservices.jarjar.server.protobuf.ByteString$LeafByteString { private static final long serialVersionUID protected final byte[] bytes void <init> (byte[]) byte[] bytes public byte byteAt (int) int index byte internalByteAt (int) int index public int size () public final com.android.adservices.jarjar.server.protobuf.ByteString substring (int, int) int beginIndex int endIndex int length protected void copyToInternal (byte[], int, int, int) byte[] target int sourceOffset int targetOffset int numberToCopy public final void copyTo (java.nio.ByteBuffer) java.nio.ByteBuffer target public final java.nio.ByteBuffer asReadOnlyByteBuffer () public final java.util.List asReadOnlyByteBufferList () public final void writeTo (java.io.OutputStream) throws java.io.IOException java.io.OutputStream outputStream final void writeToInternal (java.io.OutputStream, int, int) throws java.io.IOException java.io.OutputStream outputStream int sourceOffset int numberToWrite final void writeTo (com.android.adservices.jarjar.server.protobuf.ByteOutput) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.ByteOutput output protected final java.lang.String toStringInternal (java.nio.charset.Charset) java.nio.charset.Charset charset public final boolean isValidUtf8 () int offset protected final int partialIsValidUtf8 (int, int, int) int state int offset int length int index public final boolean equals (java.lang.Object) com.android.adservices.jarjar.server.protobuf.ByteString$LiteralByteString otherAsLiteral int thisHash int thatHash Object other final boolean equalsRange (com.android.adservices.jarjar.server.protobuf.ByteString, int, int) int thisIndex int otherIndex com.android.adservices.jarjar.server.protobuf.ByteString$LiteralByteString lbsOther byte[] thisBytes byte[] otherBytes int thisLimit com.android.adservices.jarjar.server.protobuf.ByteString other int offset int length protected final int partialHash (int, int, int) int h int offset int length public final java.io.InputStream newInput () public final com.android.adservices.jarjar.server.protobuf.CodedInputStream newCodedInput () protected int getOffsetIntoBytes () }
com/android/adservices/jarjar/server/protobuf/ByteString$LeafByteString.class
ByteString.java package com.android.adservices.jarjar.server.protobuf abstract com.android.adservices.jarjar.server.protobuf.ByteString$LeafByteString extends com.android.adservices.jarjar.server.protobuf.ByteString { void <init> () protected final int getTreeDepth () protected final boolean isBalanced () void writeToReverse (com.android.adservices.jarjar.server.protobuf.ByteOutput) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.ByteOutput byteOutput abstract boolean equalsRange (com.android.adservices.jarjar.server.protobuf.ByteString, int, int) }
com/android/adservices/jarjar/server/protobuf/ByteString$CodedBuilder.class
ByteString.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.ByteString$CodedBuilder extends java.lang.Object { private final com.android.adservices.jarjar.server.protobuf.CodedOutputStream output private final byte[] buffer private void <init> (int) int size public com.android.adservices.jarjar.server.protobuf.ByteString build () public com.android.adservices.jarjar.server.protobuf.CodedOutputStream getCodedOutput () synthetic void <init> (int, com.android.adservices.jarjar.server.protobuf.ByteString$1) int x0 com.android.adservices.jarjar.server.protobuf.ByteString$1 x1 }
com/android/adservices/jarjar/server/protobuf/ByteString$ByteIterator.class
ByteString.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.ByteString$ByteIterator extends java.lang.Object implements java.util.Iterator { public abstract byte nextByte () }
com/android/adservices/jarjar/server/protobuf/ByteString$ByteArrayCopier.class
ByteString.java package com.android.adservices.jarjar.server.protobuf abstract com.android.adservices.jarjar.server.protobuf.ByteString$ByteArrayCopier extends java.lang.Object { public abstract byte[] copyFrom (byte[], int, int) }
com/android/adservices/jarjar/server/protobuf/ByteString$BoundedByteString.class
ByteString.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.ByteString$BoundedByteString extends com.android.adservices.jarjar.server.protobuf.ByteString$LiteralByteString { private final int bytesOffset private final int bytesLength private static final long serialVersionUID void <init> (byte[], int, int) byte[] bytes int offset int length public byte byteAt (int) int index byte internalByteAt (int) int index public int size () protected int getOffsetIntoBytes () protected void copyToInternal (byte[], int, int, int) byte[] target int sourceOffset int targetOffset int numberToCopy java.lang.Object writeReplace () private void readObject (java.io.ObjectInputStream) throws java.io.IOException java.io.ObjectInputStream in }
com/android/adservices/jarjar/server/protobuf/ByteString$ArraysByteArrayCopier.class
ByteString.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.ByteString$ArraysByteArrayCopier extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.ByteString$ByteArrayCopier { private void <init> () public byte[] copyFrom (byte[], int, int) byte[] bytes int offset int size synthetic void <init> (com.android.adservices.jarjar.server.protobuf.ByteString$1) com.android.adservices.jarjar.server.protobuf.ByteString$1 x0 }
com/android/adservices/jarjar/server/protobuf/ByteString$AbstractByteIterator.class
ByteString.java package com.android.adservices.jarjar.server.protobuf abstract com.android.adservices.jarjar.server.protobuf.ByteString$AbstractByteIterator extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.ByteString$ByteIterator { void <init> () public final java.lang.Byte next () public final void remove () public volatile synthetic java.lang.Object next () }
com/android/adservices/jarjar/server/protobuf/ByteString$2.class
ByteString.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.ByteString$2 extends java.lang.Object implements java.util.Comparator { void <init> () public int compare (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ByteString) int result com.android.adservices.jarjar.server.protobuf.ByteString former com.android.adservices.jarjar.server.protobuf.ByteString latter com.android.adservices.jarjar.server.protobuf.ByteString$ByteIterator formerBytes com.android.adservices.jarjar.server.protobuf.ByteString$ByteIterator latterBytes public volatile synthetic int compare (java.lang.Object, java.lang.Object) }
com/android/adservices/jarjar/server/protobuf/ByteString$1.class
ByteString.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.ByteString$1 extends com.android.adservices.jarjar.server.protobuf.ByteString$AbstractByteIterator { private int position private final int limit final synthetic com.android.adservices.jarjar.server.protobuf.ByteString this$0 void <init> (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString this$0 public boolean hasNext () public byte nextByte () int currentPos }
com/android/adservices/jarjar/server/protobuf/ByteOutput.class
ByteOutput.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.ByteOutput extends java.lang.Object { public void <init> () public abstract void write (byte) throws java.io.IOException public abstract void write (byte[], int, int) throws java.io.IOException public abstract void writeLazy (byte[], int, int) throws java.io.IOException public abstract void write (java.nio.ByteBuffer) throws java.io.IOException public abstract void writeLazy (java.nio.ByteBuffer) throws java.io.IOException }
com/android/adservices/jarjar/server/protobuf/ByteBufferWriter.class
ByteBufferWriter.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.ByteBufferWriter extends java.lang.Object { private static final int MIN_CACHED_BUFFER_SIZE private static final int MAX_CACHED_BUFFER_SIZE private static final float BUFFER_REALLOCATION_THRESHOLD private static final ThreadLocal BUFFER private static final Class FILE_OUTPUT_STREAM_CLASS private static final long CHANNEL_FIELD_OFFSET private void <init> () static void clearCachedBuffer () static void write (java.nio.ByteBuffer, java.io.OutputStream) throws java.io.IOException int length byte[] array java.nio.ByteBuffer buffer java.io.OutputStream output int initialPos private static byte[] getOrCreateBuffer (int) int requestedSize byte[] buffer private static boolean needToReallocate (int, int) int requestedSize int bufferLength private static byte[] getBuffer () java.lang.ref.SoftReference sr private static void setBuffer (byte[]) byte[] value private static boolean writeToChannel (java.nio.ByteBuffer, java.io.OutputStream) throws java.io.IOException java.nio.channels.WritableByteChannel channel java.nio.ByteBuffer buffer java.io.OutputStream output private static java.lang.Class safeGetClass (java.lang.String) ClassNotFoundException e String className private static long getChannelFieldOffset (java.lang.Class) java.lang.reflect.Field field Class clazz static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/BufferAllocator.class
BufferAllocator.java package com.android.adservices.jarjar.server.protobuf abstract com.android.adservices.jarjar.server.protobuf.BufferAllocator extends java.lang.Object { private static final com.android.adservices.jarjar.server.protobuf.BufferAllocator UNPOOLED void <init> () public static com.android.adservices.jarjar.server.protobuf.BufferAllocator unpooled () public abstract com.android.adservices.jarjar.server.protobuf.AllocatedBuffer allocateHeapBuffer (int) public abstract com.android.adservices.jarjar.server.protobuf.AllocatedBuffer allocateDirectBuffer (int) static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/BufferAllocator$1.class
BufferAllocator.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.BufferAllocator$1 extends com.android.adservices.jarjar.server.protobuf.BufferAllocator { void <init> () public com.android.adservices.jarjar.server.protobuf.AllocatedBuffer allocateHeapBuffer (int) int capacity public com.android.adservices.jarjar.server.protobuf.AllocatedBuffer allocateDirectBuffer (int) int capacity }
com/android/adservices/jarjar/server/protobuf/BooleanArrayList.class
BooleanArrayList.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.BooleanArrayList extends com.android.adservices.jarjar.server.protobuf.AbstractProtobufList implements com.android.adservices.jarjar.server.protobuf.Internal$BooleanList java.util.RandomAccess com.android.adservices.jarjar.server.protobuf.PrimitiveNonBoxingCollection { private static final com.android.adservices.jarjar.server.protobuf.BooleanArrayList EMPTY_LIST private boolean[] array private int size public static com.android.adservices.jarjar.server.protobuf.BooleanArrayList emptyList () void <init> () private void <init> (boolean[], int) boolean[] other int size protected void removeRange (int, int) int fromIndex int toIndex public boolean equals (java.lang.Object) int i Object o com.android.adservices.jarjar.server.protobuf.BooleanArrayList other boolean[] arr public int hashCode () int i int result public com.android.adservices.jarjar.server.protobuf.Internal$BooleanList mutableCopyWithCapacity (int) int capacity public java.lang.Boolean get (int) int index public boolean getBoolean (int) int index public int indexOf (java.lang.Object) int i Object element boolean unboxedElement int numElems public boolean contains (java.lang.Object) Object element public int size () public java.lang.Boolean set (int, java.lang.Boolean) int index Boolean element public boolean setBoolean (int, boolean) int index boolean element boolean previousValue public boolean add (java.lang.Boolean) Boolean element public void add (int, java.lang.Boolean) int index Boolean element public void addBoolean (boolean) int length boolean[] newArray boolean element private void addBoolean (int, boolean) int length boolean[] newArray int index boolean element public boolean addAll (java.util.Collection) java.util.Collection collection com.android.adservices.jarjar.server.protobuf.BooleanArrayList list int overflow int newSize public java.lang.Boolean remove (int) int index boolean value private void ensureIndexInRange (int) int index private java.lang.String makeOutOfBoundsExceptionMessage (int) int index public volatile synthetic java.lang.Object set (int, java.lang.Object) public volatile synthetic java.lang.Object remove (int) public volatile synthetic void add (int, java.lang.Object) public volatile synthetic boolean add (java.lang.Object) public volatile synthetic com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) public volatile synthetic java.lang.Object get (int) static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/BoolValueOrBuilder.class
BoolValueOrBuilder.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.BoolValueOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract boolean getValue () }
com/android/adservices/jarjar/server/protobuf/BoolValue.class
BoolValue.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.BoolValue extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.BoolValueOrBuilder { public static final int VALUE_FIELD_NUMBER private boolean value_ private static final com.android.adservices.jarjar.server.protobuf.BoolValue DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public boolean getValue () private void setValue (boolean) boolean value private void clearValue () public static com.android.adservices.jarjar.server.protobuf.BoolValue parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.BoolValue parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.BoolValue parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.BoolValue parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.BoolValue parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.BoolValue parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.BoolValue parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.BoolValue parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.BoolValue parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.BoolValue parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.BoolValue parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.BoolValue parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.BoolValue$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.BoolValue$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.BoolValue) com.android.adservices.jarjar.server.protobuf.BoolValue prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.BoolValue getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.BoolValue of (boolean) boolean value public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.BoolValue defaultInstance }
com/android/adservices/jarjar/server/protobuf/BoolValue$Builder.class
BoolValue.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.BoolValue$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.BoolValueOrBuilder { private void <init> () public boolean getValue () public com.android.adservices.jarjar.server.protobuf.BoolValue$Builder setValue (boolean) boolean value public com.android.adservices.jarjar.server.protobuf.BoolValue$Builder clearValue () }
com/android/adservices/jarjar/server/protobuf/BoolValue$1.class
BoolValue.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.BoolValue$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/BinaryWriter.class
BinaryWriter.java package com.android.adservices.jarjar.server.protobuf abstract com.android.adservices.jarjar.server.protobuf.BinaryWriter extends com.android.adservices.jarjar.server.protobuf.ByteOutput implements com.android.adservices.jarjar.server.protobuf.Writer { public static final int DEFAULT_CHUNK_SIZE private final com.android.adservices.jarjar.server.protobuf.BufferAllocator alloc private final int chunkSize final java.util.ArrayDeque buffers int totalDoneBytes private static final int MAP_KEY_NUMBER private static final int MAP_VALUE_NUMBER public static com.android.adservices.jarjar.server.protobuf.BinaryWriter newHeapInstance (com.android.adservices.jarjar.server.protobuf.BufferAllocator) com.android.adservices.jarjar.server.protobuf.BufferAllocator alloc public static com.android.adservices.jarjar.server.protobuf.BinaryWriter newHeapInstance (com.android.adservices.jarjar.server.protobuf.BufferAllocator, int) com.android.adservices.jarjar.server.protobuf.BufferAllocator alloc int chunkSize public static com.android.adservices.jarjar.server.protobuf.BinaryWriter newDirectInstance (com.android.adservices.jarjar.server.protobuf.BufferAllocator) com.android.adservices.jarjar.server.protobuf.BufferAllocator alloc public static com.android.adservices.jarjar.server.protobuf.BinaryWriter newDirectInstance (com.android.adservices.jarjar.server.protobuf.BufferAllocator, int) com.android.adservices.jarjar.server.protobuf.BufferAllocator alloc int chunkSize static boolean isUnsafeHeapSupported () static boolean isUnsafeDirectSupported () static com.android.adservices.jarjar.server.protobuf.BinaryWriter newSafeHeapInstance (com.android.adservices.jarjar.server.protobuf.BufferAllocator, int) com.android.adservices.jarjar.server.protobuf.BufferAllocator alloc int chunkSize static com.android.adservices.jarjar.server.protobuf.BinaryWriter newUnsafeHeapInstance (com.android.adservices.jarjar.server.protobuf.BufferAllocator, int) com.android.adservices.jarjar.server.protobuf.BufferAllocator alloc int chunkSize static com.android.adservices.jarjar.server.protobuf.BinaryWriter newSafeDirectInstance (com.android.adservices.jarjar.server.protobuf.BufferAllocator, int) com.android.adservices.jarjar.server.protobuf.BufferAllocator alloc int chunkSize static com.android.adservices.jarjar.server.protobuf.BinaryWriter newUnsafeDirectInstance (com.android.adservices.jarjar.server.protobuf.BufferAllocator, int) com.android.adservices.jarjar.server.protobuf.BufferAllocator alloc int chunkSize private void <init> (com.android.adservices.jarjar.server.protobuf.BufferAllocator, int) com.android.adservices.jarjar.server.protobuf.BufferAllocator alloc int chunkSize public final com.android.adservices.jarjar.server.protobuf.Writer$FieldOrder fieldOrder () public final java.util.Queue complete () public final void writeSFixed32 (int, int) throws java.io.IOException int fieldNumber int value public final void writeInt64 (int, long) throws java.io.IOException int fieldNumber long value public final void writeSFixed64 (int, long) throws java.io.IOException int fieldNumber long value public final void writeFloat (int, float) throws java.io.IOException int fieldNumber float value public final void writeDouble (int, double) throws java.io.IOException int fieldNumber double value public final void writeEnum (int, int) throws java.io.IOException int fieldNumber int value public final void writeInt32List (int, java.util.List, boolean) throws java.io.IOException int fieldNumber java.util.List list boolean packed private final void writeInt32List_Internal (int, java.util.List, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber java.util.List list boolean packed private final void writeInt32List_Internal (int, com.android.adservices.jarjar.server.protobuf.IntArrayList, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber com.android.adservices.jarjar.server.protobuf.IntArrayList list boolean packed public final void writeFixed32List (int, java.util.List, boolean) throws java.io.IOException int fieldNumber java.util.List list boolean packed private final void writeFixed32List_Internal (int, java.util.List, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber java.util.List list boolean packed private final void writeFixed32List_Internal (int, com.android.adservices.jarjar.server.protobuf.IntArrayList, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber com.android.adservices.jarjar.server.protobuf.IntArrayList list boolean packed public final void writeInt64List (int, java.util.List, boolean) throws java.io.IOException int fieldNumber java.util.List list boolean packed public final void writeUInt64List (int, java.util.List, boolean) throws java.io.IOException int fieldNumber java.util.List list boolean packed private final void writeUInt64List_Internal (int, java.util.List, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber java.util.List list boolean packed private final void writeUInt64List_Internal (int, com.android.adservices.jarjar.server.protobuf.LongArrayList, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber com.android.adservices.jarjar.server.protobuf.LongArrayList list boolean packed public final void writeFixed64List (int, java.util.List, boolean) throws java.io.IOException int fieldNumber java.util.List list boolean packed private final void writeFixed64List_Internal (int, java.util.List, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber java.util.List list boolean packed private final void writeFixed64List_Internal (int, com.android.adservices.jarjar.server.protobuf.LongArrayList, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber com.android.adservices.jarjar.server.protobuf.LongArrayList list boolean packed public final void writeFloatList (int, java.util.List, boolean) throws java.io.IOException int fieldNumber java.util.List list boolean packed private final void writeFloatList_Internal (int, java.util.List, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber java.util.List list boolean packed private final void writeFloatList_Internal (int, com.android.adservices.jarjar.server.protobuf.FloatArrayList, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber com.android.adservices.jarjar.server.protobuf.FloatArrayList list boolean packed public final void writeDoubleList (int, java.util.List, boolean) throws java.io.IOException int fieldNumber java.util.List list boolean packed private final void writeDoubleList_Internal (int, java.util.List, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber java.util.List list boolean packed private final void writeDoubleList_Internal (int, com.android.adservices.jarjar.server.protobuf.DoubleArrayList, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber com.android.adservices.jarjar.server.protobuf.DoubleArrayList list boolean packed public final void writeEnumList (int, java.util.List, boolean) throws java.io.IOException int fieldNumber java.util.List list boolean packed public final void writeBoolList (int, java.util.List, boolean) throws java.io.IOException int fieldNumber java.util.List list boolean packed private final void writeBoolList_Internal (int, java.util.List, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber java.util.List list boolean packed private final void writeBoolList_Internal (int, com.android.adservices.jarjar.server.protobuf.BooleanArrayList, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber com.android.adservices.jarjar.server.protobuf.BooleanArrayList list boolean packed public final void writeStringList (int, java.util.List) throws java.io.IOException int i com.android.adservices.jarjar.server.protobuf.LazyStringList lazyList int i int fieldNumber java.util.List list private void writeLazyString (int, java.lang.Object) throws java.io.IOException int fieldNumber Object value public final void writeBytesList (int, java.util.List) throws java.io.IOException int i int fieldNumber java.util.List list public final void writeUInt32List (int, java.util.List, boolean) throws java.io.IOException int fieldNumber java.util.List list boolean packed private final void writeUInt32List_Internal (int, java.util.List, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber java.util.List list boolean packed private final void writeUInt32List_Internal (int, com.android.adservices.jarjar.server.protobuf.IntArrayList, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber com.android.adservices.jarjar.server.protobuf.IntArrayList list boolean packed public final void writeSFixed32List (int, java.util.List, boolean) throws java.io.IOException int fieldNumber java.util.List list boolean packed public final void writeSFixed64List (int, java.util.List, boolean) throws java.io.IOException int fieldNumber java.util.List list boolean packed public final void writeSInt32List (int, java.util.List, boolean) throws java.io.IOException int fieldNumber java.util.List list boolean packed private final void writeSInt32List_Internal (int, java.util.List, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber java.util.List list boolean packed private final void writeSInt32List_Internal (int, com.android.adservices.jarjar.server.protobuf.IntArrayList, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber com.android.adservices.jarjar.server.protobuf.IntArrayList list boolean packed public final void writeSInt64List (int, java.util.List, boolean) throws java.io.IOException int fieldNumber java.util.List list boolean packed public void writeMap (int, com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata, java.util.Map) throws java.io.IOException int prevBytes int length java.util.Map$Entry entry int fieldNumber com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata metadata java.util.Map map static final void writeMapEntryField (com.android.adservices.jarjar.server.protobuf.Writer, int, com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, java.lang.Object) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.Writer writer int fieldNumber com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType fieldType Object object private final void writeSInt64List_Internal (int, java.util.List, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber java.util.List list boolean packed private final void writeSInt64List_Internal (int, com.android.adservices.jarjar.server.protobuf.LongArrayList, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber com.android.adservices.jarjar.server.protobuf.LongArrayList list boolean packed public final void writeMessageList (int, java.util.List) throws java.io.IOException int i int fieldNumber java.util.List list public final void writeMessageList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException int i int fieldNumber java.util.List list com.android.adservices.jarjar.server.protobuf.Schema schema public final void writeGroupList (int, java.util.List) throws java.io.IOException int i int fieldNumber java.util.List list public final void writeGroupList (int, java.util.List, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException int i int fieldNumber java.util.List list com.android.adservices.jarjar.server.protobuf.Schema schema public final void writeMessageSetItem (int, java.lang.Object) throws java.io.IOException int fieldNumber Object value final com.android.adservices.jarjar.server.protobuf.AllocatedBuffer newHeapBuffer () final com.android.adservices.jarjar.server.protobuf.AllocatedBuffer newHeapBuffer (int) int capacity final com.android.adservices.jarjar.server.protobuf.AllocatedBuffer newDirectBuffer () final com.android.adservices.jarjar.server.protobuf.AllocatedBuffer newDirectBuffer (int) int capacity public abstract int getTotalBytesWritten () abstract void requireSpace (int) abstract void finishCurrentBuffer () abstract void writeTag (int, int) abstract void writeVarint32 (int) abstract void writeInt32 (int) abstract void writeSInt32 (int) abstract void writeFixed32 (int) abstract void writeVarint64 (long) abstract void writeSInt64 (long) abstract void writeFixed64 (long) abstract void writeBool (boolean) abstract void writeString (java.lang.String) private static byte computeUInt64SizeNoTag (long) long value byte n synthetic void <init> (com.android.adservices.jarjar.server.protobuf.BufferAllocator, int, com.android.adservices.jarjar.server.protobuf.BinaryWriter$1) com.android.adservices.jarjar.server.protobuf.BufferAllocator x0 int x1 com.android.adservices.jarjar.server.protobuf.BinaryWriter$1 x2 static synthetic byte access$200 (long) long x0 }
com/android/adservices/jarjar/server/protobuf/BinaryWriter$UnsafeHeapWriter.class
BinaryWriter.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.BinaryWriter$UnsafeHeapWriter extends com.android.adservices.jarjar.server.protobuf.BinaryWriter { private com.android.adservices.jarjar.server.protobuf.AllocatedBuffer allocatedBuffer private byte[] buffer private long offset private long limit private long offsetMinusOne private long limitMinusOne private long pos void <init> (com.android.adservices.jarjar.server.protobuf.BufferAllocator, int) com.android.adservices.jarjar.server.protobuf.BufferAllocator alloc int chunkSize static boolean isSupported () void finishCurrentBuffer () private int arrayPos () private void nextBuffer () private void nextBuffer (int) int capacity private void nextBuffer (com.android.adservices.jarjar.server.protobuf.AllocatedBuffer) com.android.adservices.jarjar.server.protobuf.AllocatedBuffer allocatedBuffer int arrayOffset public int getTotalBytesWritten () int bytesWrittenToCurrentBuffer () int spaceLeft () public void writeUInt32 (int, int) int fieldNumber int value public void writeInt32 (int, int) int fieldNumber int value public void writeSInt32 (int, int) int fieldNumber int value public void writeFixed32 (int, int) int fieldNumber int value public void writeUInt64 (int, long) int fieldNumber long value public void writeSInt64 (int, long) int fieldNumber long value public void writeFixed64 (int, long) int fieldNumber long value public void writeBool (int, boolean) int fieldNumber boolean value public void writeString (int, java.lang.String) int fieldNumber String value int prevBytes int length public void writeBytes (int, com.android.adservices.jarjar.server.protobuf.ByteString) java.io.IOException e int fieldNumber com.android.adservices.jarjar.server.protobuf.ByteString value public void writeMessage (int, java.lang.Object) throws java.io.IOException int fieldNumber Object value int prevBytes int length public void writeMessage (int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException int fieldNumber Object value com.android.adservices.jarjar.server.protobuf.Schema schema int prevBytes int length public void writeGroup (int, java.lang.Object) throws java.io.IOException int fieldNumber Object value public void writeGroup (int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException int fieldNumber Object value com.android.adservices.jarjar.server.protobuf.Schema schema public void writeStartGroup (int) int fieldNumber public void writeEndGroup (int) int fieldNumber void writeInt32 (int) int value void writeSInt32 (int) int value void writeSInt64 (long) long value void writeBool (boolean) boolean value void writeTag (int, int) int fieldNumber int wireType void writeVarint32 (int) int value private void writeVarint32OneByte (int) int value private void writeVarint32TwoBytes (int) int value private void writeVarint32ThreeBytes (int) int value private void writeVarint32FourBytes (int) int value private void writeVarint32FiveBytes (int) int value void writeVarint64 (long) long value private void writeVarint64OneByte (long) long value private void writeVarint64TwoBytes (long) long value private void writeVarint64ThreeBytes (long) long value private void writeVarint64FourBytes (long) long value private void writeVarint64FiveBytes (long) long value private void writeVarint64SixBytes (long) long value private void writeVarint64SevenBytes (long) long value private void writeVarint64EightBytes (long) long value private void writeVarint64NineBytes (long) long value private void writeVarint64TenBytes (long) long value void writeFixed32 (int) int value void writeFixed64 (long) long value void writeString (java.lang.String) char c char high char high int codePoint char c String in int i public void write (byte) byte value public void write (byte[], int, int) byte[] value int offset int length public void writeLazy (byte[], int, int) byte[] value int offset int length public void write (java.nio.ByteBuffer) java.nio.ByteBuffer value int length public void writeLazy (java.nio.ByteBuffer) java.nio.ByteBuffer value int length void requireSpace (int) int size }
com/android/adservices/jarjar/server/protobuf/BinaryWriter$UnsafeDirectWriter.class
BinaryWriter.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.BinaryWriter$UnsafeDirectWriter extends com.android.adservices.jarjar.server.protobuf.BinaryWriter { private java.nio.ByteBuffer buffer private long bufferOffset private long limitMinusOne private long pos void <init> (com.android.adservices.jarjar.server.protobuf.BufferAllocator, int) com.android.adservices.jarjar.server.protobuf.BufferAllocator alloc int chunkSize private static boolean isSupported () private void nextBuffer () private void nextBuffer (int) int capacity private void nextBuffer (com.android.adservices.jarjar.server.protobuf.AllocatedBuffer) com.android.adservices.jarjar.server.protobuf.AllocatedBuffer allocatedBuffer java.nio.ByteBuffer nioBuffer public int getTotalBytesWritten () private int bytesWrittenToCurrentBuffer () private int spaceLeft () void finishCurrentBuffer () private int bufferPos () public void writeUInt32 (int, int) int fieldNumber int value public void writeInt32 (int, int) int fieldNumber int value public void writeSInt32 (int, int) int fieldNumber int value public void writeFixed32 (int, int) int fieldNumber int value public void writeUInt64 (int, long) int fieldNumber long value public void writeSInt64 (int, long) int fieldNumber long value public void writeFixed64 (int, long) int fieldNumber long value public void writeBool (int, boolean) int fieldNumber boolean value public void writeString (int, java.lang.String) int fieldNumber String value int prevBytes int length public void writeBytes (int, com.android.adservices.jarjar.server.protobuf.ByteString) java.io.IOException e int fieldNumber com.android.adservices.jarjar.server.protobuf.ByteString value public void writeMessage (int, java.lang.Object) throws java.io.IOException int fieldNumber Object value int prevBytes int length public void writeMessage (int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException int fieldNumber Object value com.android.adservices.jarjar.server.protobuf.Schema schema int prevBytes int length public void writeGroup (int, java.lang.Object) throws java.io.IOException int fieldNumber Object value public void writeGroup (int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException int fieldNumber Object value com.android.adservices.jarjar.server.protobuf.Schema schema public void writeStartGroup (int) int fieldNumber public void writeEndGroup (int) int fieldNumber void writeInt32 (int) int value void writeSInt32 (int) int value void writeSInt64 (long) long value void writeBool (boolean) boolean value void writeTag (int, int) int fieldNumber int wireType void writeVarint32 (int) int value private void writeVarint32OneByte (int) int value private void writeVarint32TwoBytes (int) int value private void writeVarint32ThreeBytes (int) int value private void writeVarint32FourBytes (int) int value private void writeVarint32FiveBytes (int) int value void writeVarint64 (long) long value private void writeVarint64OneByte (long) long value private void writeVarint64TwoBytes (long) long value private void writeVarint64ThreeBytes (long) long value private void writeVarint64FourBytes (long) long value private void writeVarint64FiveBytes (long) long value private void writeVarint64SixBytes (long) long value private void writeVarint64SevenBytes (long) long value private void writeVarint64EightBytes (long) long value private void writeVarint64NineBytes (long) long value private void writeVarint64TenBytes (long) long value void writeFixed32 (int) int value void writeFixed64 (long) long value void writeString (java.lang.String) char c char high char high int codePoint char c String in int i public void write (byte) byte value public void write (byte[], int, int) byte[] value int offset int length public void writeLazy (byte[], int, int) byte[] value int offset int length public void write (java.nio.ByteBuffer) java.nio.ByteBuffer value int length public void writeLazy (java.nio.ByteBuffer) java.nio.ByteBuffer value int length void requireSpace (int) int size static synthetic boolean access$000 () }
com/android/adservices/jarjar/server/protobuf/BinaryWriter$SafeHeapWriter.class
BinaryWriter.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.BinaryWriter$SafeHeapWriter extends com.android.adservices.jarjar.server.protobuf.BinaryWriter { private com.android.adservices.jarjar.server.protobuf.AllocatedBuffer allocatedBuffer private byte[] buffer private int offset private int limit private int offsetMinusOne private int limitMinusOne private int pos void <init> (com.android.adservices.jarjar.server.protobuf.BufferAllocator, int) com.android.adservices.jarjar.server.protobuf.BufferAllocator alloc int chunkSize void finishCurrentBuffer () private void nextBuffer () private void nextBuffer (int) int capacity private void nextBuffer (com.android.adservices.jarjar.server.protobuf.AllocatedBuffer) com.android.adservices.jarjar.server.protobuf.AllocatedBuffer allocatedBuffer int arrayOffset public int getTotalBytesWritten () int bytesWrittenToCurrentBuffer () int spaceLeft () public void writeUInt32 (int, int) throws java.io.IOException int fieldNumber int value public void writeInt32 (int, int) throws java.io.IOException int fieldNumber int value public void writeSInt32 (int, int) throws java.io.IOException int fieldNumber int value public void writeFixed32 (int, int) throws java.io.IOException int fieldNumber int value public void writeUInt64 (int, long) throws java.io.IOException int fieldNumber long value public void writeSInt64 (int, long) throws java.io.IOException int fieldNumber long value public void writeFixed64 (int, long) throws java.io.IOException int fieldNumber long value public void writeBool (int, boolean) throws java.io.IOException int fieldNumber boolean value public void writeString (int, java.lang.String) throws java.io.IOException int fieldNumber String value int prevBytes int length public void writeBytes (int, com.android.adservices.jarjar.server.protobuf.ByteString) throws java.io.IOException java.io.IOException e int fieldNumber com.android.adservices.jarjar.server.protobuf.ByteString value public void writeMessage (int, java.lang.Object) throws java.io.IOException int fieldNumber Object value int prevBytes int length public void writeMessage (int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException int fieldNumber Object value com.android.adservices.jarjar.server.protobuf.Schema schema int prevBytes int length public void writeGroup (int, java.lang.Object) throws java.io.IOException int fieldNumber Object value public void writeGroup (int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException int fieldNumber Object value com.android.adservices.jarjar.server.protobuf.Schema schema public void writeStartGroup (int) int fieldNumber public void writeEndGroup (int) int fieldNumber void writeInt32 (int) int value void writeSInt32 (int) int value void writeSInt64 (long) long value void writeBool (boolean) boolean value void writeTag (int, int) int fieldNumber int wireType void writeVarint32 (int) int value private void writeVarint32OneByte (int) int value private void writeVarint32TwoBytes (int) int value private void writeVarint32ThreeBytes (int) int value private void writeVarint32FourBytes (int) int value private void writeVarint32FiveBytes (int) int value void writeVarint64 (long) long value private void writeVarint64OneByte (long) long value private void writeVarint64TwoBytes (long) long value private void writeVarint64ThreeBytes (long) long value private void writeVarint64FourBytes (long) long value private void writeVarint64FiveBytes (long) long value private void writeVarint64SixBytes (long) long value private void writeVarint64SevenBytes (long) long value private void writeVarint64EightBytes (long) long value private void writeVarint64NineBytes (long) long value private void writeVarint64TenBytes (long) long value void writeFixed32 (int) int value void writeFixed64 (long) long value void writeString (java.lang.String) char c char high int codePoint char c String in int i public void write (byte) byte value public void write (byte[], int, int) byte[] value int offset int length public void writeLazy (byte[], int, int) byte[] value int offset int length public void write (java.nio.ByteBuffer) java.nio.ByteBuffer value int length public void writeLazy (java.nio.ByteBuffer) java.nio.ByteBuffer value int length void requireSpace (int) int size }
com/android/adservices/jarjar/server/protobuf/BinaryWriter$SafeDirectWriter.class
BinaryWriter.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.BinaryWriter$SafeDirectWriter extends com.android.adservices.jarjar.server.protobuf.BinaryWriter { private java.nio.ByteBuffer buffer private int limitMinusOne private int pos void <init> (com.android.adservices.jarjar.server.protobuf.BufferAllocator, int) com.android.adservices.jarjar.server.protobuf.BufferAllocator alloc int chunkSize private void nextBuffer () private void nextBuffer (int) int capacity private void nextBuffer (com.android.adservices.jarjar.server.protobuf.AllocatedBuffer) com.android.adservices.jarjar.server.protobuf.AllocatedBuffer allocatedBuffer java.nio.ByteBuffer nioBuffer public int getTotalBytesWritten () private int bytesWrittenToCurrentBuffer () private int spaceLeft () void finishCurrentBuffer () public void writeUInt32 (int, int) int fieldNumber int value public void writeInt32 (int, int) int fieldNumber int value public void writeSInt32 (int, int) int fieldNumber int value public void writeFixed32 (int, int) int fieldNumber int value public void writeUInt64 (int, long) int fieldNumber long value public void writeSInt64 (int, long) int fieldNumber long value public void writeFixed64 (int, long) int fieldNumber long value public void writeBool (int, boolean) int fieldNumber boolean value public void writeString (int, java.lang.String) int fieldNumber String value int prevBytes int length public void writeBytes (int, com.android.adservices.jarjar.server.protobuf.ByteString) java.io.IOException e int fieldNumber com.android.adservices.jarjar.server.protobuf.ByteString value public void writeMessage (int, java.lang.Object) throws java.io.IOException int fieldNumber Object value int prevBytes int length public void writeMessage (int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException int fieldNumber Object value com.android.adservices.jarjar.server.protobuf.Schema schema int prevBytes int length public void writeGroup (int, java.lang.Object) throws java.io.IOException int fieldNumber Object value public void writeGroup (int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema) throws java.io.IOException int fieldNumber Object value com.android.adservices.jarjar.server.protobuf.Schema schema public void writeStartGroup (int) int fieldNumber public void writeEndGroup (int) int fieldNumber void writeInt32 (int) int value void writeSInt32 (int) int value void writeSInt64 (long) long value void writeBool (boolean) boolean value void writeTag (int, int) int fieldNumber int wireType void writeVarint32 (int) int value private void writeVarint32OneByte (int) int value private void writeVarint32TwoBytes (int) int value private void writeVarint32ThreeBytes (int) int value private void writeVarint32FourBytes (int) int value private void writeVarint32FiveBytes (int) int value void writeVarint64 (long) long value private void writeVarint64OneByte (long) long value private void writeVarint64TwoBytes (long) long value private void writeVarint64ThreeBytes (long) long value private void writeVarint64FourBytes (long) long value private void writeVarint64FiveBytes (long) long value private void writeVarint64SixBytes (long) long value private void writeVarint64SevenBytes (long) long value private void writeVarint64EightBytes (long) long value private void writeVarint64EightBytesWithSign (long) long value private void writeVarint64NineBytes (long) long value private void writeVarint64TenBytes (long) long value void writeFixed32 (int) int value void writeFixed64 (long) long value void writeString (java.lang.String) char c char high int codePoint char c String in int i public void write (byte) byte value public void write (byte[], int, int) byte[] value int offset int length public void writeLazy (byte[], int, int) byte[] value int offset int length public void write (java.nio.ByteBuffer) java.nio.ByteBuffer value int length public void writeLazy (java.nio.ByteBuffer) java.nio.ByteBuffer value int length void requireSpace (int) int size }
com/android/adservices/jarjar/server/protobuf/BinaryWriter$1.class
BinaryWriter.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.BinaryWriter$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/BinaryReader.class
BinaryReader.java package com.android.adservices.jarjar.server.protobuf abstract com.android.adservices.jarjar.server.protobuf.BinaryReader extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Reader { private static final int FIXED32_MULTIPLE_MASK private static final int FIXED64_MULTIPLE_MASK public static com.android.adservices.jarjar.server.protobuf.BinaryReader newInstance (java.nio.ByteBuffer, boolean) java.nio.ByteBuffer buffer boolean bufferIsImmutable private void <init> () public abstract int getTotalBytesRead () public boolean shouldDiscardUnknownFields () synthetic void <init> (com.android.adservices.jarjar.server.protobuf.BinaryReader$1) com.android.adservices.jarjar.server.protobuf.BinaryReader$1 x0 }
com/android/adservices/jarjar/server/protobuf/BinaryReader$SafeHeapReader.class
BinaryReader.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.BinaryReader$SafeHeapReader extends com.android.adservices.jarjar.server.protobuf.BinaryReader { private final boolean bufferIsImmutable private final byte[] buffer private int pos private final int initialPos private int limit private int tag private int endGroupTag public void <init> (java.nio.ByteBuffer, boolean) java.nio.ByteBuffer bytebuf boolean bufferIsImmutable private boolean isAtEnd () public int getTotalBytesRead () public int getFieldNumber () throws java.io.IOException public int getTag () public boolean skipField () throws java.io.IOException public double readDouble () throws java.io.IOException public float readFloat () throws java.io.IOException public long readUInt64 () throws java.io.IOException public long readInt64 () throws java.io.IOException public int readInt32 () throws java.io.IOException public long readFixed64 () throws java.io.IOException public int readFixed32 () throws java.io.IOException public boolean readBool () throws java.io.IOException public java.lang.String readString () throws java.io.IOException public java.lang.String readStringRequireUtf8 () throws java.io.IOException public java.lang.String readStringInternal (boolean) throws java.io.IOException boolean requireUtf8 int size String result public java.lang.Object readMessage (java.lang.Class, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException Class clazz com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public java.lang.Object readMessageBySchemaWithCheck (com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.Schema schema com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry private java.lang.Object readMessage (com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.Schema schema com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry Object newInstance public void mergeMessageField (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException Object target com.android.adservices.jarjar.server.protobuf.Schema schema com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry int size int prevLimit int newLimit public java.lang.Object readGroup (java.lang.Class, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException Class clazz com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public java.lang.Object readGroupBySchemaWithCheck (com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.Schema schema com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry private java.lang.Object readGroup (com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.Schema schema com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry Object newInstance public void mergeGroupField (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException Object target com.android.adservices.jarjar.server.protobuf.Schema schema com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry int prevEndGroupTag public com.android.adservices.jarjar.server.protobuf.ByteString readBytes () throws java.io.IOException int size com.android.adservices.jarjar.server.protobuf.ByteString bytes public int readUInt32 () throws java.io.IOException public int readEnum () throws java.io.IOException public int readSFixed32 () throws java.io.IOException public long readSFixed64 () throws java.io.IOException public int readSInt32 () throws java.io.IOException public long readSInt64 () throws java.io.IOException public void readDoubleList (java.util.List) throws java.io.IOException int bytes int fieldEndPos int prevPos int nextTag com.android.adservices.jarjar.server.protobuf.DoubleArrayList plist int bytes int fieldEndPos int prevPos int nextTag java.util.List target public void readFloatList (java.util.List) throws java.io.IOException int bytes int fieldEndPos int prevPos int nextTag com.android.adservices.jarjar.server.protobuf.FloatArrayList plist int bytes int fieldEndPos int prevPos int nextTag java.util.List target public void readUInt64List (java.util.List) throws java.io.IOException int bytes int fieldEndPos int prevPos int nextTag com.android.adservices.jarjar.server.protobuf.LongArrayList plist int bytes int fieldEndPos int prevPos int nextTag java.util.List target public void readInt64List (java.util.List) throws java.io.IOException int bytes int fieldEndPos int prevPos int nextTag com.android.adservices.jarjar.server.protobuf.LongArrayList plist int bytes int fieldEndPos int prevPos int nextTag java.util.List target public void readInt32List (java.util.List) throws java.io.IOException int bytes int fieldEndPos int prevPos int nextTag com.android.adservices.jarjar.server.protobuf.IntArrayList plist int bytes int fieldEndPos int prevPos int nextTag java.util.List target public void readFixed64List (java.util.List) throws java.io.IOException int bytes int fieldEndPos int prevPos int nextTag com.android.adservices.jarjar.server.protobuf.LongArrayList plist int bytes int fieldEndPos int prevPos int nextTag java.util.List target public void readFixed32List (java.util.List) throws java.io.IOException int bytes int fieldEndPos int prevPos int nextTag com.android.adservices.jarjar.server.protobuf.IntArrayList plist int bytes int fieldEndPos int prevPos int nextTag java.util.List target public void readBoolList (java.util.List) throws java.io.IOException int bytes int fieldEndPos int prevPos int nextTag com.android.adservices.jarjar.server.protobuf.BooleanArrayList plist int bytes int fieldEndPos int prevPos int nextTag java.util.List target public void readStringList (java.util.List) throws java.io.IOException java.util.List target public void readStringListRequireUtf8 (java.util.List) throws java.io.IOException java.util.List target public void readStringListInternal (java.util.List, boolean) throws java.io.IOException int prevPos int nextTag com.android.adservices.jarjar.server.protobuf.LazyStringList lazyList int prevPos int nextTag java.util.List target boolean requireUtf8 public void readMessageList (java.util.List, java.lang.Class, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.util.List target Class targetType com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry com.android.adservices.jarjar.server.protobuf.Schema schema public void readMessageList (java.util.List, com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException int prevPos int nextTag java.util.List target com.android.adservices.jarjar.server.protobuf.Schema schema com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry int listTag public void readGroupList (java.util.List, java.lang.Class, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.util.List target Class targetType com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry com.android.adservices.jarjar.server.protobuf.Schema schema public void readGroupList (java.util.List, com.android.adservices.jarjar.server.protobuf.Schema, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException int prevPos int nextTag java.util.List target com.android.adservices.jarjar.server.protobuf.Schema schema com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry int listTag public void readBytesList (java.util.List) throws java.io.IOException int prevPos int nextTag java.util.List target public void readUInt32List (java.util.List) throws java.io.IOException int bytes int fieldEndPos int prevPos int nextTag com.android.adservices.jarjar.server.protobuf.IntArrayList plist int bytes int fieldEndPos int prevPos int nextTag java.util.List target public void readEnumList (java.util.List) throws java.io.IOException int bytes int fieldEndPos int prevPos int nextTag com.android.adservices.jarjar.server.protobuf.IntArrayList plist int bytes int fieldEndPos int prevPos int nextTag java.util.List target public void readSFixed32List (java.util.List) throws java.io.IOException int bytes int fieldEndPos int prevPos int nextTag com.android.adservices.jarjar.server.protobuf.IntArrayList plist int bytes int fieldEndPos int prevPos int nextTag java.util.List target public void readSFixed64List (java.util.List) throws java.io.IOException int bytes int fieldEndPos int prevPos int nextTag com.android.adservices.jarjar.server.protobuf.LongArrayList plist int bytes int fieldEndPos int prevPos int nextTag java.util.List target public void readSInt32List (java.util.List) throws java.io.IOException int bytes int fieldEndPos int prevPos int nextTag com.android.adservices.jarjar.server.protobuf.IntArrayList plist int bytes int fieldEndPos int prevPos int nextTag java.util.List target public void readSInt64List (java.util.List) throws java.io.IOException int bytes int fieldEndPos int prevPos int nextTag com.android.adservices.jarjar.server.protobuf.LongArrayList plist int bytes int fieldEndPos int prevPos int nextTag java.util.List target public void readMap (java.util.Map, com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException$InvalidWireTypeException ignore int number Object key Object value java.util.Map target com.android.adservices.jarjar.server.protobuf.MapEntryLite$Metadata metadata com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry int size int prevLimit int newLimit private java.lang.Object readField (com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType, java.lang.Class, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.WireFormat$FieldType fieldType Class messageType com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry private int readVarint32 () throws java.io.IOException int y int i int x public long readVarint64 () throws java.io.IOException long x long x long x int i byte[] buffer long x int y private long readVarint64SlowPath () throws java.io.IOException byte b int shift long result private byte readByte () throws java.io.IOException private int readLittleEndian32 () throws java.io.IOException private long readLittleEndian64 () throws java.io.IOException private int readLittleEndian32_NoCheck () int p byte[] buffer private long readLittleEndian64_NoCheck () int p byte[] buffer private void skipVarint () throws java.io.IOException int i byte[] buffer int p private void skipVarintSlowPath () throws java.io.IOException int i private void skipBytes (int) throws java.io.IOException int size private void skipGroup () throws java.io.IOException int prevEndGroupTag private void requireBytes (int) throws java.io.IOException int size private void requireWireType (int) throws java.io.IOException int requiredWireType private void verifyPackedFixed64Length (int) throws java.io.IOException int bytes private void verifyPackedFixed32Length (int) throws java.io.IOException int bytes private void requirePosition (int) throws java.io.IOException int expectedPosition }
com/android/adservices/jarjar/server/protobuf/BinaryReader$1.class
BinaryReader.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.BinaryReader$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/ArrayDecoders.class
ArrayDecoders.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.ArrayDecoders extends java.lang.Object { private void <init> () static int decodeVarint32 (byte[], int, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) byte[] data int position com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers int value static int decodeVarint32 (int, byte[], int, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) int firstByte byte[] data int position com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers int value byte b2 byte b3 byte b4 byte b5 static int decodeVarint64 (byte[], int, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) byte[] data int position com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers long value static int decodeVarint64 (long, byte[], int, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) long firstByte byte[] data int position com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers long value byte next int shift static int decodeFixed32 (byte[], int) byte[] data int position static long decodeFixed64 (byte[], int) byte[] data int position static double decodeDouble (byte[], int) byte[] data int position static float decodeFloat (byte[], int) byte[] data int position static int decodeString (byte[], int, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data int position com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers int length static int decodeStringRequireUtf8 (byte[], int, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data int position com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers int length static int decodeBytes (byte[], int, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data int position com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers int length static int decodeMessageField (com.android.adservices.jarjar.server.protobuf.Schema, byte[], int, int, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.Schema schema byte[] data int position int limit com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers Object msg int offset static int decodeGroupField (com.android.adservices.jarjar.server.protobuf.Schema, byte[], int, int, int, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.Schema schema byte[] data int position int limit int endGroup com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers Object msg int offset static int mergeMessageField (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema, byte[], int, int, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException Object msg com.android.adservices.jarjar.server.protobuf.Schema schema byte[] data int position int limit com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers int length static int mergeGroupField (java.lang.Object, com.android.adservices.jarjar.server.protobuf.Schema, byte[], int, int, int, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException Object msg com.android.adservices.jarjar.server.protobuf.Schema schema byte[] data int position int limit int endGroup com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers com.android.adservices.jarjar.server.protobuf.MessageSchema messageSchema int endPosition static int decodeVarint32List (int, byte[], int, int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) int nextPosition int tag byte[] data int position int limit com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList list com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers com.android.adservices.jarjar.server.protobuf.IntArrayList output static int decodeVarint64List (int, byte[], int, int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) int nextPosition int tag byte[] data int position int limit com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList list com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers com.android.adservices.jarjar.server.protobuf.LongArrayList output static int decodeFixed32List (int, byte[], int, int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) int nextPosition int tag byte[] data int position int limit com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList list com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers com.android.adservices.jarjar.server.protobuf.IntArrayList output static int decodeFixed64List (int, byte[], int, int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) int nextPosition int tag byte[] data int position int limit com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList list com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers com.android.adservices.jarjar.server.protobuf.LongArrayList output static int decodeFloatList (int, byte[], int, int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) int nextPosition int tag byte[] data int position int limit com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList list com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers com.android.adservices.jarjar.server.protobuf.FloatArrayList output static int decodeDoubleList (int, byte[], int, int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) int nextPosition int tag byte[] data int position int limit com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList list com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers com.android.adservices.jarjar.server.protobuf.DoubleArrayList output static int decodeBoolList (int, byte[], int, int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) int nextPosition int tag byte[] data int position int limit com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList list com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers com.android.adservices.jarjar.server.protobuf.BooleanArrayList output static int decodeSInt32List (int, byte[], int, int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) int nextPosition int tag byte[] data int position int limit com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList list com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers com.android.adservices.jarjar.server.protobuf.IntArrayList output static int decodeSInt64List (int, byte[], int, int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) int nextPosition int tag byte[] data int position int limit com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList list com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers com.android.adservices.jarjar.server.protobuf.LongArrayList output static int decodePackedVarint32List (byte[], int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException byte[] data int position com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList list com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers com.android.adservices.jarjar.server.protobuf.IntArrayList output int fieldLimit static int decodePackedVarint64List (byte[], int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException byte[] data int position com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList list com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers com.android.adservices.jarjar.server.protobuf.LongArrayList output int fieldLimit static int decodePackedFixed32List (byte[], int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException byte[] data int position com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList list com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers com.android.adservices.jarjar.server.protobuf.IntArrayList output int fieldLimit static int decodePackedFixed64List (byte[], int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException byte[] data int position com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList list com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers com.android.adservices.jarjar.server.protobuf.LongArrayList output int fieldLimit static int decodePackedFloatList (byte[], int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException byte[] data int position com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList list com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers com.android.adservices.jarjar.server.protobuf.FloatArrayList output int fieldLimit static int decodePackedDoubleList (byte[], int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException byte[] data int position com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList list com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers com.android.adservices.jarjar.server.protobuf.DoubleArrayList output int fieldLimit static int decodePackedBoolList (byte[], int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException byte[] data int position com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList list com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers com.android.adservices.jarjar.server.protobuf.BooleanArrayList output int fieldLimit static int decodePackedSInt32List (byte[], int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException byte[] data int position com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList list com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers com.android.adservices.jarjar.server.protobuf.IntArrayList output int fieldLimit static int decodePackedSInt64List (byte[], int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException byte[] data int position com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList list com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers com.android.adservices.jarjar.server.protobuf.LongArrayList output int fieldLimit static int decodeStringList (int, byte[], int, int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException String value String value int nextPosition int nextLength int tag byte[] data int position int limit com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList list com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList output int length static int decodeStringListRequireUtf8 (int, byte[], int, int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException String value String value int nextPosition int nextLength int tag byte[] data int position int limit com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList list com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList output int length static int decodeBytesList (int, byte[], int, int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException int nextPosition int nextLength int tag byte[] data int position int limit com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList list com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList output int length static int decodeMessageList (com.android.adservices.jarjar.server.protobuf.Schema, int, byte[], int, int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException int nextPosition com.android.adservices.jarjar.server.protobuf.Schema schema int tag byte[] data int position int limit com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList list com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList output static int decodeGroupList (com.android.adservices.jarjar.server.protobuf.Schema, int, byte[], int, int, com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException int nextPosition com.android.adservices.jarjar.server.protobuf.Schema schema int tag byte[] data int position int limit com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList list com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList output int endgroup static int decodeExtensionOrUnknownField (int, byte[], int, int, java.lang.Object, com.android.adservices.jarjar.server.protobuf.MessageLite, com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.FieldSet unused int tag byte[] data int position int limit Object message com.android.adservices.jarjar.server.protobuf.MessageLite defaultInstance com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema unknownFieldSchema com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers int number com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension extension static int decodeExtension (int, byte[], int, int, com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage, com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension, com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.DoubleArrayList list com.android.adservices.jarjar.server.protobuf.FloatArrayList list com.android.adservices.jarjar.server.protobuf.LongArrayList list com.android.adservices.jarjar.server.protobuf.IntArrayList list com.android.adservices.jarjar.server.protobuf.LongArrayList list com.android.adservices.jarjar.server.protobuf.IntArrayList list com.android.adservices.jarjar.server.protobuf.BooleanArrayList list com.android.adservices.jarjar.server.protobuf.IntArrayList list com.android.adservices.jarjar.server.protobuf.LongArrayList list com.android.adservices.jarjar.server.protobuf.IntArrayList list Object enumValue Object oldValue int endTag com.android.adservices.jarjar.server.protobuf.Schema fieldSchema Object oldValue com.android.adservices.jarjar.server.protobuf.Schema fieldSchema Object value int tag byte[] data int position int limit com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$ExtendableMessage message com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$GeneratedExtension extension com.android.adservices.jarjar.server.protobuf.UnknownFieldSchema unknownFieldSchema com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers com.android.adservices.jarjar.server.protobuf.FieldSet extensions int fieldNumber static int decodeUnknownField (int, byte[], int, int, com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException int length com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite child int endGroup int lastTag int tag byte[] data int position int limit com.android.adservices.jarjar.server.protobuf.UnknownFieldSetLite unknownFields com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers static int skipField (int, byte[], int, int, com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException int endGroup int lastTag int tag byte[] data int position int limit com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers registers }
com/android/adservices/jarjar/server/protobuf/ArrayDecoders$Registers.class
ArrayDecoders.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.ArrayDecoders$Registers extends java.lang.Object { public int int1 public long long1 public Object object1 public final com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry void <init> () void <init> (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry }
com/android/adservices/jarjar/server/protobuf/ArrayDecoders$1.class
ArrayDecoders.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.ArrayDecoders$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/ApiProto.class
ApiProto.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.ApiProto extends java.lang.Object { private void <init> () public static void registerAllExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite registry static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/ApiOrBuilder.class
ApiOrBuilder.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.ApiOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract java.lang.String getName () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () public abstract java.util.List getMethodsList () public abstract com.android.adservices.jarjar.server.protobuf.Method getMethods (int) public abstract int getMethodsCount () public abstract java.util.List getOptionsList () public abstract com.android.adservices.jarjar.server.protobuf.Option getOptions (int) public abstract int getOptionsCount () public abstract java.lang.String getVersion () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getVersionBytes () public abstract boolean hasSourceContext () public abstract com.android.adservices.jarjar.server.protobuf.SourceContext getSourceContext () public abstract java.util.List getMixinsList () public abstract com.android.adservices.jarjar.server.protobuf.Mixin getMixins (int) public abstract int getMixinsCount () public abstract int getSyntaxValue () public abstract com.android.adservices.jarjar.server.protobuf.Syntax getSyntax () }
com/android/adservices/jarjar/server/protobuf/Api.class
Api.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.Api extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.ApiOrBuilder { public static final int NAME_FIELD_NUMBER private String name_ public static final int METHODS_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList methods_ public static final int OPTIONS_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList options_ public static final int VERSION_FIELD_NUMBER private String version_ public static final int SOURCE_CONTEXT_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.SourceContext sourceContext_ public static final int MIXINS_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList mixins_ public static final int SYNTAX_FIELD_NUMBER private int syntax_ private static final com.android.adservices.jarjar.server.protobuf.Api DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public java.lang.String getName () public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () private void setName (java.lang.String) String value private void clearName () private void setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public java.util.List getMethodsList () public java.util.List getMethodsOrBuilderList () public int getMethodsCount () public com.android.adservices.jarjar.server.protobuf.Method getMethods (int) int index public com.android.adservices.jarjar.server.protobuf.MethodOrBuilder getMethodsOrBuilder (int) int index private void ensureMethodsIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setMethods (int, com.android.adservices.jarjar.server.protobuf.Method) int index com.android.adservices.jarjar.server.protobuf.Method value private void addMethods (com.android.adservices.jarjar.server.protobuf.Method) com.android.adservices.jarjar.server.protobuf.Method value private void addMethods (int, com.android.adservices.jarjar.server.protobuf.Method) int index com.android.adservices.jarjar.server.protobuf.Method value private void addAllMethods (java.lang.Iterable) Iterable values private void clearMethods () private void removeMethods (int) int index public java.util.List getOptionsList () public java.util.List getOptionsOrBuilderList () public int getOptionsCount () public com.android.adservices.jarjar.server.protobuf.Option getOptions (int) int index public com.android.adservices.jarjar.server.protobuf.OptionOrBuilder getOptionsOrBuilder (int) int index private void ensureOptionsIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setOptions (int, com.android.adservices.jarjar.server.protobuf.Option) int index com.android.adservices.jarjar.server.protobuf.Option value private void addOptions (com.android.adservices.jarjar.server.protobuf.Option) com.android.adservices.jarjar.server.protobuf.Option value private void addOptions (int, com.android.adservices.jarjar.server.protobuf.Option) int index com.android.adservices.jarjar.server.protobuf.Option value private void addAllOptions (java.lang.Iterable) Iterable values private void clearOptions () private void removeOptions (int) int index public java.lang.String getVersion () public com.android.adservices.jarjar.server.protobuf.ByteString getVersionBytes () private void setVersion (java.lang.String) String value private void clearVersion () private void setVersionBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasSourceContext () public com.android.adservices.jarjar.server.protobuf.SourceContext getSourceContext () private void setSourceContext (com.android.adservices.jarjar.server.protobuf.SourceContext) com.android.adservices.jarjar.server.protobuf.SourceContext value private void mergeSourceContext (com.android.adservices.jarjar.server.protobuf.SourceContext) com.android.adservices.jarjar.server.protobuf.SourceContext value private void clearSourceContext () public java.util.List getMixinsList () public java.util.List getMixinsOrBuilderList () public int getMixinsCount () public com.android.adservices.jarjar.server.protobuf.Mixin getMixins (int) int index public com.android.adservices.jarjar.server.protobuf.MixinOrBuilder getMixinsOrBuilder (int) int index private void ensureMixinsIsMutable () com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList tmp private void setMixins (int, com.android.adservices.jarjar.server.protobuf.Mixin) int index com.android.adservices.jarjar.server.protobuf.Mixin value private void addMixins (com.android.adservices.jarjar.server.protobuf.Mixin) com.android.adservices.jarjar.server.protobuf.Mixin value private void addMixins (int, com.android.adservices.jarjar.server.protobuf.Mixin) int index com.android.adservices.jarjar.server.protobuf.Mixin value private void addAllMixins (java.lang.Iterable) Iterable values private void clearMixins () private void removeMixins (int) int index public int getSyntaxValue () public com.android.adservices.jarjar.server.protobuf.Syntax getSyntax () com.android.adservices.jarjar.server.protobuf.Syntax result private void setSyntaxValue (int) int value private void setSyntax (com.android.adservices.jarjar.server.protobuf.Syntax) com.android.adservices.jarjar.server.protobuf.Syntax value private void clearSyntax () public static com.android.adservices.jarjar.server.protobuf.Api parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.Api parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Api parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.Api parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Api parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.Api parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Api parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.Api parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Api parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.Api parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Api parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.Api parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Api$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.Api$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.Api) com.android.adservices.jarjar.server.protobuf.Api prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.Api getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.Api defaultInstance }
com/android/adservices/jarjar/server/protobuf/Api$Builder.class
Api.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.Api$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.ApiOrBuilder { private void <init> () public java.lang.String getName () public com.android.adservices.jarjar.server.protobuf.ByteString getNameBytes () public com.android.adservices.jarjar.server.protobuf.Api$Builder setName (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.Api$Builder clearName () public com.android.adservices.jarjar.server.protobuf.Api$Builder setNameBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public java.util.List getMethodsList () public int getMethodsCount () public com.android.adservices.jarjar.server.protobuf.Method getMethods (int) int index public com.android.adservices.jarjar.server.protobuf.Api$Builder setMethods (int, com.android.adservices.jarjar.server.protobuf.Method) int index com.android.adservices.jarjar.server.protobuf.Method value public com.android.adservices.jarjar.server.protobuf.Api$Builder setMethods (int, com.android.adservices.jarjar.server.protobuf.Method$Builder) int index com.android.adservices.jarjar.server.protobuf.Method$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.Api$Builder addMethods (com.android.adservices.jarjar.server.protobuf.Method) com.android.adservices.jarjar.server.protobuf.Method value public com.android.adservices.jarjar.server.protobuf.Api$Builder addMethods (int, com.android.adservices.jarjar.server.protobuf.Method) int index com.android.adservices.jarjar.server.protobuf.Method value public com.android.adservices.jarjar.server.protobuf.Api$Builder addMethods (com.android.adservices.jarjar.server.protobuf.Method$Builder) com.android.adservices.jarjar.server.protobuf.Method$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.Api$Builder addMethods (int, com.android.adservices.jarjar.server.protobuf.Method$Builder) int index com.android.adservices.jarjar.server.protobuf.Method$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.Api$Builder addAllMethods (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.Api$Builder clearMethods () public com.android.adservices.jarjar.server.protobuf.Api$Builder removeMethods (int) int index public java.util.List getOptionsList () public int getOptionsCount () public com.android.adservices.jarjar.server.protobuf.Option getOptions (int) int index public com.android.adservices.jarjar.server.protobuf.Api$Builder setOptions (int, com.android.adservices.jarjar.server.protobuf.Option) int index com.android.adservices.jarjar.server.protobuf.Option value public com.android.adservices.jarjar.server.protobuf.Api$Builder setOptions (int, com.android.adservices.jarjar.server.protobuf.Option$Builder) int index com.android.adservices.jarjar.server.protobuf.Option$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.Api$Builder addOptions (com.android.adservices.jarjar.server.protobuf.Option) com.android.adservices.jarjar.server.protobuf.Option value public com.android.adservices.jarjar.server.protobuf.Api$Builder addOptions (int, com.android.adservices.jarjar.server.protobuf.Option) int index com.android.adservices.jarjar.server.protobuf.Option value public com.android.adservices.jarjar.server.protobuf.Api$Builder addOptions (com.android.adservices.jarjar.server.protobuf.Option$Builder) com.android.adservices.jarjar.server.protobuf.Option$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.Api$Builder addOptions (int, com.android.adservices.jarjar.server.protobuf.Option$Builder) int index com.android.adservices.jarjar.server.protobuf.Option$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.Api$Builder addAllOptions (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.Api$Builder clearOptions () public com.android.adservices.jarjar.server.protobuf.Api$Builder removeOptions (int) int index public java.lang.String getVersion () public com.android.adservices.jarjar.server.protobuf.ByteString getVersionBytes () public com.android.adservices.jarjar.server.protobuf.Api$Builder setVersion (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.Api$Builder clearVersion () public com.android.adservices.jarjar.server.protobuf.Api$Builder setVersionBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public boolean hasSourceContext () public com.android.adservices.jarjar.server.protobuf.SourceContext getSourceContext () public com.android.adservices.jarjar.server.protobuf.Api$Builder setSourceContext (com.android.adservices.jarjar.server.protobuf.SourceContext) com.android.adservices.jarjar.server.protobuf.SourceContext value public com.android.adservices.jarjar.server.protobuf.Api$Builder setSourceContext (com.android.adservices.jarjar.server.protobuf.SourceContext$Builder) com.android.adservices.jarjar.server.protobuf.SourceContext$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.Api$Builder mergeSourceContext (com.android.adservices.jarjar.server.protobuf.SourceContext) com.android.adservices.jarjar.server.protobuf.SourceContext value public com.android.adservices.jarjar.server.protobuf.Api$Builder clearSourceContext () public java.util.List getMixinsList () public int getMixinsCount () public com.android.adservices.jarjar.server.protobuf.Mixin getMixins (int) int index public com.android.adservices.jarjar.server.protobuf.Api$Builder setMixins (int, com.android.adservices.jarjar.server.protobuf.Mixin) int index com.android.adservices.jarjar.server.protobuf.Mixin value public com.android.adservices.jarjar.server.protobuf.Api$Builder setMixins (int, com.android.adservices.jarjar.server.protobuf.Mixin$Builder) int index com.android.adservices.jarjar.server.protobuf.Mixin$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.Api$Builder addMixins (com.android.adservices.jarjar.server.protobuf.Mixin) com.android.adservices.jarjar.server.protobuf.Mixin value public com.android.adservices.jarjar.server.protobuf.Api$Builder addMixins (int, com.android.adservices.jarjar.server.protobuf.Mixin) int index com.android.adservices.jarjar.server.protobuf.Mixin value public com.android.adservices.jarjar.server.protobuf.Api$Builder addMixins (com.android.adservices.jarjar.server.protobuf.Mixin$Builder) com.android.adservices.jarjar.server.protobuf.Mixin$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.Api$Builder addMixins (int, com.android.adservices.jarjar.server.protobuf.Mixin$Builder) int index com.android.adservices.jarjar.server.protobuf.Mixin$Builder builderForValue public com.android.adservices.jarjar.server.protobuf.Api$Builder addAllMixins (java.lang.Iterable) Iterable values public com.android.adservices.jarjar.server.protobuf.Api$Builder clearMixins () public com.android.adservices.jarjar.server.protobuf.Api$Builder removeMixins (int) int index public int getSyntaxValue () public com.android.adservices.jarjar.server.protobuf.Api$Builder setSyntaxValue (int) int value public com.android.adservices.jarjar.server.protobuf.Syntax getSyntax () public com.android.adservices.jarjar.server.protobuf.Api$Builder setSyntax (com.android.adservices.jarjar.server.protobuf.Syntax) com.android.adservices.jarjar.server.protobuf.Syntax value public com.android.adservices.jarjar.server.protobuf.Api$Builder clearSyntax () }
com/android/adservices/jarjar/server/protobuf/Api$1.class
Api.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.Api$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/AnyProto.class
AnyProto.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.AnyProto extends java.lang.Object { private void <init> () public static void registerAllExtensions (com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite registry static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/AnyOrBuilder.class
AnyOrBuilder.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.AnyOrBuilder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLiteOrBuilder { public abstract java.lang.String getTypeUrl () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getTypeUrlBytes () public abstract com.android.adservices.jarjar.server.protobuf.ByteString getValue () }
com/android/adservices/jarjar/server/protobuf/Any.class
Any.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.Any extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite implements com.android.adservices.jarjar.server.protobuf.AnyOrBuilder { public static final int TYPE_URL_FIELD_NUMBER private String typeUrl_ public static final int VALUE_FIELD_NUMBER private com.android.adservices.jarjar.server.protobuf.ByteString value_ private static final com.android.adservices.jarjar.server.protobuf.Any DEFAULT_INSTANCE private static volatile com.android.adservices.jarjar.server.protobuf.Parser PARSER private void <init> () public java.lang.String getTypeUrl () public com.android.adservices.jarjar.server.protobuf.ByteString getTypeUrlBytes () private void setTypeUrl (java.lang.String) String value private void clearTypeUrl () private void setTypeUrlBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public com.android.adservices.jarjar.server.protobuf.ByteString getValue () private void setValue (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value Class valueClass private void clearValue () public static com.android.adservices.jarjar.server.protobuf.Any parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.adservices.jarjar.server.protobuf.Any parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Any parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public static com.android.adservices.jarjar.server.protobuf.Any parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Any parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public static com.android.adservices.jarjar.server.protobuf.Any parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Any parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.Any parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Any parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.adservices.jarjar.server.protobuf.Any parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Any parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public static com.android.adservices.jarjar.server.protobuf.Any parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.adservices.jarjar.server.protobuf.Any$Builder newBuilder () public static com.android.adservices.jarjar.server.protobuf.Any$Builder newBuilder (com.android.adservices.jarjar.server.protobuf.Any) com.android.adservices.jarjar.server.protobuf.Any prototype protected final java.lang.Object dynamicMethod (com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.android.adservices.jarjar.server.protobuf.Parser parser com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.adservices.jarjar.server.protobuf.Any getDefaultInstance () public static com.android.adservices.jarjar.server.protobuf.Parser parser () static void <clinit> () com.android.adservices.jarjar.server.protobuf.Any defaultInstance }
com/android/adservices/jarjar/server/protobuf/Any$Builder.class
Any.java package com.android.adservices.jarjar.server.protobuf public final com.android.adservices.jarjar.server.protobuf.Any$Builder extends com.android.adservices.jarjar.server.protobuf.GeneratedMessageLite$Builder implements com.android.adservices.jarjar.server.protobuf.AnyOrBuilder { private void <init> () public java.lang.String getTypeUrl () public com.android.adservices.jarjar.server.protobuf.ByteString getTypeUrlBytes () public com.android.adservices.jarjar.server.protobuf.Any$Builder setTypeUrl (java.lang.String) String value public com.android.adservices.jarjar.server.protobuf.Any$Builder clearTypeUrl () public com.android.adservices.jarjar.server.protobuf.Any$Builder setTypeUrlBytes (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public com.android.adservices.jarjar.server.protobuf.ByteString getValue () public com.android.adservices.jarjar.server.protobuf.Any$Builder setValue (com.android.adservices.jarjar.server.protobuf.ByteString) com.android.adservices.jarjar.server.protobuf.ByteString value public com.android.adservices.jarjar.server.protobuf.Any$Builder clearValue () }
com/android/adservices/jarjar/server/protobuf/Any$1.class
Any.java package com.android.adservices.jarjar.server.protobuf synthetic com.android.adservices.jarjar.server.protobuf.Any$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/Android.class
Android.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.Android extends java.lang.Object { private static boolean ASSUME_ANDROID private static final Class MEMORY_CLASS private static final boolean IS_ROBOLECTRIC private void <init> () static boolean isOnAndroidDevice () static java.lang.Class getMemoryClass () private static java.lang.Class getClassForName (java.lang.String) Throwable e String name static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/AllocatedBuffer.class
AllocatedBuffer.java package com.android.adservices.jarjar.server.protobuf abstract com.android.adservices.jarjar.server.protobuf.AllocatedBuffer extends java.lang.Object { void <init> () public abstract boolean hasNioBuffer () public abstract boolean hasArray () public abstract java.nio.ByteBuffer nioBuffer () public abstract byte[] array () public abstract int arrayOffset () public abstract int position () public abstract com.android.adservices.jarjar.server.protobuf.AllocatedBuffer position (int) public abstract int limit () public abstract int remaining () public static com.android.adservices.jarjar.server.protobuf.AllocatedBuffer wrap (byte[]) byte[] bytes public static com.android.adservices.jarjar.server.protobuf.AllocatedBuffer wrap (byte[], int, int) byte[] bytes int offset int length public static com.android.adservices.jarjar.server.protobuf.AllocatedBuffer wrap (java.nio.ByteBuffer) java.nio.ByteBuffer buffer private static com.android.adservices.jarjar.server.protobuf.AllocatedBuffer wrapNoCheck (byte[], int, int) byte[] bytes int offset int length }
com/android/adservices/jarjar/server/protobuf/AllocatedBuffer$2.class
AllocatedBuffer.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.AllocatedBuffer$2 extends com.android.adservices.jarjar.server.protobuf.AllocatedBuffer { private int position final synthetic byte[] val$bytes final synthetic int val$offset final synthetic int val$length void <init> (byte[], int, int) public boolean hasNioBuffer () public java.nio.ByteBuffer nioBuffer () public boolean hasArray () public byte[] array () public int arrayOffset () public int position () public com.android.adservices.jarjar.server.protobuf.AllocatedBuffer position (int) int position public int limit () public int remaining () }
com/android/adservices/jarjar/server/protobuf/AllocatedBuffer$1.class
AllocatedBuffer.java package com.android.adservices.jarjar.server.protobuf com.android.adservices.jarjar.server.protobuf.AllocatedBuffer$1 extends com.android.adservices.jarjar.server.protobuf.AllocatedBuffer { final synthetic java.nio.ByteBuffer val$buffer void <init> (java.nio.ByteBuffer) public boolean hasNioBuffer () public java.nio.ByteBuffer nioBuffer () public boolean hasArray () public byte[] array () public int arrayOffset () public int position () public com.android.adservices.jarjar.server.protobuf.AllocatedBuffer position (int) int position public int limit () public int remaining () }
com/android/adservices/jarjar/server/protobuf/AbstractProtobufList.class
AbstractProtobufList.java package com.android.adservices.jarjar.server.protobuf abstract com.android.adservices.jarjar.server.protobuf.AbstractProtobufList extends java.util.AbstractList implements com.android.adservices.jarjar.server.protobuf.Internal$ProtobufList { protected static final int DEFAULT_CAPACITY private boolean isMutable void <init> () public boolean equals (java.lang.Object) int i Object o java.util.List other int size public int hashCode () int i int size int hashCode public boolean add (java.lang.Object) Object e public void add (int, java.lang.Object) int index Object element public boolean addAll (java.util.Collection) java.util.Collection c public boolean addAll (int, java.util.Collection) int index java.util.Collection c public void clear () public boolean isModifiable () public final void makeImmutable () public java.lang.Object remove (int) int index public boolean remove (java.lang.Object) Object o int index public boolean removeAll (java.util.Collection) java.util.Collection c public boolean retainAll (java.util.Collection) java.util.Collection c public java.lang.Object set (int, java.lang.Object) int index Object element protected void ensureIsMutable () }
com/android/adservices/jarjar/server/protobuf/AbstractParser.class
AbstractParser.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.AbstractParser extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.Parser { private static final com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite EMPTY_REGISTRY public void <init> () private com.android.adservices.jarjar.server.protobuf.UninitializedMessageException newUninitializedMessageException (com.android.adservices.jarjar.server.protobuf.MessageLite) com.android.adservices.jarjar.server.protobuf.MessageLite message private com.android.adservices.jarjar.server.protobuf.MessageLite checkMessageInitialized (com.android.adservices.jarjar.server.protobuf.MessageLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.MessageLite message public com.android.adservices.jarjar.server.protobuf.MessageLite parsePartialFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public com.android.adservices.jarjar.server.protobuf.MessageLite parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public com.android.adservices.jarjar.server.protobuf.MessageLite parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public com.android.adservices.jarjar.server.protobuf.MessageLite parsePartialFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException e com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.MessageLite message com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException e com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public com.android.adservices.jarjar.server.protobuf.MessageLite parsePartialFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public com.android.adservices.jarjar.server.protobuf.MessageLite parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public com.android.adservices.jarjar.server.protobuf.MessageLite parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.ByteString data public com.android.adservices.jarjar.server.protobuf.MessageLite parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException e com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.MessageLite message com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException e java.nio.ByteBuffer data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry com.android.adservices.jarjar.server.protobuf.MessageLite message public com.android.adservices.jarjar.server.protobuf.MessageLite parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public com.android.adservices.jarjar.server.protobuf.MessageLite parsePartialFrom (byte[], int, int, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException e com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.MessageLite message com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException e byte[] data int off int len com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public com.android.adservices.jarjar.server.protobuf.MessageLite parsePartialFrom (byte[], int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data int off int len public com.android.adservices.jarjar.server.protobuf.MessageLite parsePartialFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public com.android.adservices.jarjar.server.protobuf.MessageLite parsePartialFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public com.android.adservices.jarjar.server.protobuf.MessageLite parseFrom (byte[], int, int, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data int off int len com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public com.android.adservices.jarjar.server.protobuf.MessageLite parseFrom (byte[], int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data int off int len public com.android.adservices.jarjar.server.protobuf.MessageLite parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public com.android.adservices.jarjar.server.protobuf.MessageLite parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public com.android.adservices.jarjar.server.protobuf.MessageLite parsePartialFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException e java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry com.android.adservices.jarjar.server.protobuf.CodedInputStream codedInput com.android.adservices.jarjar.server.protobuf.MessageLite message public com.android.adservices.jarjar.server.protobuf.MessageLite parsePartialFrom (java.io.InputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.io.InputStream input public com.android.adservices.jarjar.server.protobuf.MessageLite parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public com.android.adservices.jarjar.server.protobuf.MessageLite parseFrom (java.io.InputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.io.InputStream input public com.android.adservices.jarjar.server.protobuf.MessageLite parsePartialDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException int firstByte int size java.io.IOException e java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry int size java.io.InputStream limitedInput public com.android.adservices.jarjar.server.protobuf.MessageLite parsePartialDelimitedFrom (java.io.InputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.io.InputStream input public com.android.adservices.jarjar.server.protobuf.MessageLite parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public com.android.adservices.jarjar.server.protobuf.MessageLite parseDelimitedFrom (java.io.InputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException java.io.InputStream input public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException static void <clinit> () }
com/android/adservices/jarjar/server/protobuf/AbstractMessageLite.class
AbstractMessageLite.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.AbstractMessageLite extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLite { protected int memoizedHashCode public void <init> () public com.android.adservices.jarjar.server.protobuf.ByteString toByteString () com.android.adservices.jarjar.server.protobuf.ByteString$CodedBuilder out java.io.IOException e public byte[] toByteArray () byte[] result com.android.adservices.jarjar.server.protobuf.CodedOutputStream output java.io.IOException e public void writeTo (java.io.OutputStream) throws java.io.IOException java.io.OutputStream output int bufferSize com.android.adservices.jarjar.server.protobuf.CodedOutputStream codedOutput public void writeDelimitedTo (java.io.OutputStream) throws java.io.IOException java.io.OutputStream output int serialized int bufferSize com.android.adservices.jarjar.server.protobuf.CodedOutputStream codedOutput int getMemoizedSerializedSize () void setMemoizedSerializedSize (int) int size int getSerializedSize (com.android.adservices.jarjar.server.protobuf.Schema) com.android.adservices.jarjar.server.protobuf.Schema schema int memoizedSerializedSize com.android.adservices.jarjar.server.protobuf.UninitializedMessageException newUninitializedMessageException () private java.lang.String getSerializingExceptionMessage (java.lang.String) String target protected static void checkByteStringIsUtf8 (com.android.adservices.jarjar.server.protobuf.ByteString) throws java.lang.IllegalArgumentException com.android.adservices.jarjar.server.protobuf.ByteString byteString protected static void addAll (java.lang.Iterable, java.util.Collection) Iterable values java.util.Collection list protected static void addAll (java.lang.Iterable, java.util.List) Iterable values java.util.List list }
com/android/adservices/jarjar/server/protobuf/AbstractMessageLite$InternalOneOfEnum.class
AbstractMessageLite.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$InternalOneOfEnum extends java.lang.Object { public abstract int getNumber () }
com/android/adservices/jarjar/server/protobuf/AbstractMessageLite$Builder.class
AbstractMessageLite.java package com.android.adservices.jarjar.server.protobuf public abstract com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder extends java.lang.Object implements com.android.adservices.jarjar.server.protobuf.MessageLite$Builder { public void <init> () public abstract com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder clone () public com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder mergeFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException com.android.adservices.jarjar.server.protobuf.CodedInputStream input public abstract com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder mergeFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException public com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder mergeFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException e java.io.IOException e com.android.adservices.jarjar.server.protobuf.ByteString data public com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder mergeFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException e java.io.IOException e com.android.adservices.jarjar.server.protobuf.ByteString data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder mergeFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data public com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException e java.io.IOException e byte[] data int off int len public com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException byte[] data com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException com.android.adservices.jarjar.server.protobuf.CodedInputStream input com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException e java.io.IOException e byte[] data int off int len com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry public com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder mergeFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.CodedInputStream codedInput public com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder mergeFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry com.android.adservices.jarjar.server.protobuf.CodedInputStream codedInput public boolean mergeDelimitedFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite extensionRegistry int firstByte int size java.io.InputStream limitedInput public boolean mergeDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder mergeFrom (com.android.adservices.jarjar.server.protobuf.MessageLite) com.android.adservices.jarjar.server.protobuf.MessageLite other protected abstract com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder internalMergeFrom (com.android.adservices.jarjar.server.protobuf.AbstractMessageLite) private java.lang.String getReadingExceptionMessage (java.lang.String) String target private static void addAllCheckingNulls (java.lang.Iterable, java.util.List) int i String message Object value Iterable values java.util.List list int begin protected static com.android.adservices.jarjar.server.protobuf.UninitializedMessageException newUninitializedMessageException (com.android.adservices.jarjar.server.protobuf.MessageLite) com.android.adservices.jarjar.server.protobuf.MessageLite message protected static void addAll (java.lang.Iterable, java.util.Collection) Iterable values java.util.Collection list protected static void addAll (java.lang.Iterable, java.util.List) int i String message Object value java.util.List lazyValues com.android.adservices.jarjar.server.protobuf.LazyStringList lazyList int begin Iterable values java.util.List list public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException public volatile synthetic com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (com.android.adservices.jarjar.server.protobuf.MessageLite) public volatile synthetic com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public volatile synthetic com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (byte[], int, int, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (byte[], com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (byte[], int, int) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (byte[]) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (com.android.adservices.jarjar.server.protobuf.ByteString, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (com.android.adservices.jarjar.server.protobuf.ByteString) throws com.android.adservices.jarjar.server.protobuf.InvalidProtocolBufferException public volatile synthetic com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream, com.android.adservices.jarjar.server.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.android.adservices.jarjar.server.protobuf.MessageLite$Builder mergeFrom (com.android.adservices.jarjar.server.protobuf.CodedInputStream) throws java.io.IOException public volatile synthetic com.android.adservices.jarjar.server.protobuf.MessageLite$Builder clone () }
com/android/adservices/jarjar/server/protobuf/AbstractMessageLite$Builder$LimitedInputStream.class
AbstractMessageLite.java package com.android.adservices.jarjar.server.protobuf final com.android.adservices.jarjar.server.protobuf.AbstractMessageLite$Builder$LimitedInputStream extends java.io.FilterInputStream { private int limit void <init> (java.io.InputStream, int) java.io.InputStream in int limit public int available () throws java.io.IOException public int read () throws java.io.IOException int result public int read (byte[], int, int) throws java.io.IOException byte[] b int off int len int result public long skip (long) throws java.io.IOException long n int result }
com/android/adservices/jarjar/server/protobuf/
com/android/adservices/jarjar/server/module/utils/build/UnboundedSdkLevel.class
UnboundedSdkLevel.java package com.android.adservices.jarjar.server.module.utils.build public final com.android.adservices.jarjar.server.module.utils.build.UnboundedSdkLevel extends java.lang.Object { private static final android.util.SparseArray PREVIOUS_CODENAMES private static final com.android.adservices.jarjar.server.module.utils.build.UnboundedSdkLevel sInstance private final int mSdkInt private final String mCodename private final boolean mIsReleaseBuild private final java.util.Set mKnownCodenames public static boolean isAtLeast (java.lang.String) String version public static boolean isAtMost (java.lang.String) String version private static transient java.util.Set setOf (java.lang.String[]) String codename String[] contents java.util.Set set void <init> (int, java.lang.String, java.util.Set) int sdkInt String codename java.util.Set knownCodenames boolean isAtLeastInternal (java.lang.String) String version boolean isAtMostInternal (java.lang.String) String version java.lang.String removeFingerprint (java.lang.String) int index String version private boolean isCodename (java.lang.String) String version static void <clinit> () }
com/android/adservices/jarjar/server/module/utils/build/SdkLevel.class
SdkLevel.java package com.android.adservices.jarjar.server.module.utils.build public final com.android.adservices.jarjar.server.module.utils.build.SdkLevel extends java.lang.Object { private void <init> () public static boolean isAtLeastR () public static boolean isAtLeastS () public static boolean isAtLeastSv2 () public static boolean isAtLeastT () public static boolean isAtLeastU () public static boolean isAtLeastV () private static boolean isAtLeastPreReleaseCodename (java.lang.String) String codename }
com/android/adservices/jarjar/server/module/utils/build/
com/android/adservices/jarjar/server/module/utils/HandlerExecutor.class
HandlerExecutor.java package com.android.adservices.jarjar.server.module.utils public com.android.adservices.jarjar.server.module.utils.HandlerExecutor extends java.lang.Object implements java.util.concurrent.Executor { private final android.os.Handler mHandler public void <init> (android.os.Handler) android.os.Handler handler public void execute (java.lang.Runnable) Runnable command }
com/android/adservices/jarjar/server/module/utils/BasicShellCommandHandler.class
BasicShellCommandHandler.java package com.android.adservices.jarjar.server.module.utils public abstract com.android.adservices.jarjar.server.module.utils.BasicShellCommandHandler extends java.lang.Object { protected static final String TAG protected static final boolean DEBUG private android.os.Binder mTarget private java.io.FileDescriptor mIn private java.io.FileDescriptor mOut private java.io.FileDescriptor mErr private String[] mArgs private String mCmd private int mArgPos private String mCurArgData private java.io.FileInputStream mFileIn private java.io.FileOutputStream mFileOut private java.io.FileOutputStream mFileErr private java.io.PrintWriter mOutPrintWriter private java.io.PrintWriter mErrPrintWriter private java.io.InputStream mInputStream public void <init> () public void init (android.os.Binder, java.io.FileDescriptor, java.io.FileDescriptor, java.io.FileDescriptor, java.lang.String[], int) android.os.Binder target java.io.FileDescriptor in java.io.FileDescriptor out java.io.FileDescriptor err String[] args int firstArgPos public int exec (android.os.Binder, java.io.FileDescriptor, java.io.FileDescriptor, java.io.FileDescriptor, java.lang.String[]) String cmd int start java.io.PrintWriter eout Throwable e android.os.Binder target java.io.FileDescriptor in java.io.FileDescriptor out java.io.FileDescriptor err String[] args String cmd int start int res public java.io.FileDescriptor getOutFileDescriptor () public java.io.OutputStream getRawOutputStream () public java.io.PrintWriter getOutPrintWriter () public java.io.FileDescriptor getErrFileDescriptor () public java.io.OutputStream getRawErrorStream () public java.io.PrintWriter getErrPrintWriter () public java.io.FileDescriptor getInFileDescriptor () public java.io.InputStream getRawInputStream () public java.io.InputStream getBufferedInputStream () public java.lang.String getNextOption () String prev String arg public java.lang.String getNextArg () String arg public java.lang.String peekNextArg () public java.lang.String[] peekRemainingArgs () int pos int remaining String[] args public int getRemainingArgsCount () public java.lang.String getNextArgRequired () String prev String arg public int handleDefaultCommands (java.lang.String) String cmd public android.os.Binder getTarget () public java.lang.String[] getAllArgs () public abstract int onCommand (java.lang.String) public abstract void onHelp () }
com/android/adservices/jarjar/server/module/utils/BackgroundThread.class
BackgroundThread.java package com.android.adservices.jarjar.server.module.utils public final com.android.adservices.jarjar.server.module.utils.BackgroundThread extends android.os.HandlerThread { private static final Object sLock private static com.android.adservices.jarjar.server.module.utils.BackgroundThread sInstance private static android.os.Handler sHandler private static com.android.adservices.jarjar.server.module.utils.HandlerExecutor sHandlerExecutor private void <init> () private static void ensureThreadLocked () public static com.android.adservices.jarjar.server.module.utils.BackgroundThread get () public static android.os.Handler getHandler () public static java.util.concurrent.Executor getExecutor () static void <clinit> () }
com/android/adservices/jarjar/server/module/utils/
com/android/adservices/jarjar/server/internal/util/Preconditions.uau
com/android/adservices/jarjar/server/internal/util/Preconditions.class
Preconditions.java package com.android.adservices.jarjar.server.internal.util public com.android.adservices.jarjar.server.internal.util.Preconditions extends java.lang.Object { public void <init> () public static void checkArgument (boolean) boolean expression public static void checkArgument (boolean, java.lang.Object) boolean expression Object errorMessage public static transient void checkArgument (boolean, java.lang.String, java.lang.Object[]) boolean expression String messageTemplate Object[] messageArgs public static java.lang.CharSequence checkStringNotEmpty (java.lang.CharSequence) CharSequence string public static java.lang.CharSequence checkStringNotEmpty (java.lang.CharSequence, java.lang.Object) CharSequence string Object errorMessage public static transient java.lang.CharSequence checkStringNotEmpty (java.lang.CharSequence, java.lang.String, java.lang.Object[]) CharSequence string String messageTemplate Object[] messageArgs public static java.lang.Object checkNotNull (java.lang.Object) Object reference public static java.lang.Object checkNotNull (java.lang.Object, java.lang.Object) Object reference Object errorMessage public static transient java.lang.Object checkNotNull (java.lang.Object, java.lang.String, java.lang.Object[]) Object reference String messageTemplate Object[] messageArgs public static void checkState (boolean) boolean expression public static void checkState (boolean, java.lang.String) boolean expression String errorMessage public static transient void checkState (boolean, java.lang.String, java.lang.Object[]) boolean expression String messageTemplate Object[] messageArgs public static void checkCallAuthorization (boolean) boolean expression public static void checkCallAuthorization (boolean, java.lang.String) boolean expression String message public static transient void checkCallAuthorization (boolean, java.lang.String, java.lang.Object[]) boolean expression String messageTemplate Object[] messageArgs public static void checkCallingUser (boolean) boolean expression public static int checkFlagsArgument (int, int) int requestedFlags int allowedFlags public static int checkArgumentNonnegative (int, java.lang.String) int value String errorMessage public static int checkArgumentNonnegative (int) int value public static long checkArgumentNonnegative (long) long value public static long checkArgumentNonnegative (long, java.lang.String) long value String errorMessage public static int checkArgumentPositive (int, java.lang.String) int value String errorMessage public static float checkArgumentNonNegative (float, java.lang.String) float value String errorMessage public static float checkArgumentPositive (float, java.lang.String) float value String errorMessage public static float checkArgumentFinite (float, java.lang.String) float value String valueName public static float checkArgumentInRange (float, float, float, java.lang.String) float value float lower float upper String valueName public static double checkArgumentInRange (double, double, double, java.lang.String) double value double lower double upper String valueName public static int checkArgumentInRange (int, int, int, java.lang.String) int value int lower int upper String valueName public static long checkArgumentInRange (long, long, long, java.lang.String) long value long lower long upper String valueName public static java.lang.Object[] checkArrayElementsNotNull (java.lang.Object[], java.lang.String) int i Object[] value String valueName public static java.util.Collection checkCollectionElementsNotNull (java.util.Collection, java.lang.String) Object elem java.util.Collection value String valueName long ctr public static java.util.Collection checkCollectionNotEmpty (java.util.Collection, java.lang.String) java.util.Collection value String valueName public static byte[] checkByteArrayNotEmpty (byte[], java.lang.String) byte[] value String valueName public static java.lang.String checkArgumentIsSupported (java.lang.String[], java.lang.String) String[] supportedValues String value private static boolean contains (java.lang.String[], java.lang.String) int i String[] values String value public static float[] checkArrayElementsInRange (float[], float, float, java.lang.String) float v int i float[] value float lower float upper String valueName public static int[] checkArrayElementsInRange (int[], int, int, java.lang.String) int v int i int[] value int lower int upper String valueName public static java.lang.Object requireNonNullViaRavenwoodRule (java.lang.Object) Object t }
com/android/adservices/jarjar/server/internal/util/
com/android/adservices/
com/android/
com/
META-INF/maven/com.google.errorprone/error_prone_annotations/pom.xml
META-INF/maven/com.google.errorprone/error_prone_annotations/pom.properties
META-INF/maven/com.google.errorprone/error_prone_annotations/
META-INF/maven/com.google.errorprone/
META-INF/maven/
META-INF/MANIFEST.MF
META-INF/