META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/android/common/
com/android/common/GoogleLogTags.class
GoogleLogTags.java package com.android.common public com.android.common.GoogleLogTags extends java.lang.Object { public static final int SYSTEM_UPDATE public static final int SYSTEM_UPDATE_USER public static final int VENDING_RECONSTRUCT public static final int TRANSACTION_EVENT public static final int SYNC_DETAILS public static final int GOOGLE_HTTP_REQUEST public static final int GTALKSERVICE public static final int GTALK_CONNECTION public static final int GTALK_CONN_CLOSE public static final int GTALK_HEARTBEAT_RESET public static final int C2DM public static final int SETUP_SERVER_TIMEOUT public static final int SETUP_REQUIRED_CAPTCHA public static final int SETUP_IO_ERROR public static final int SETUP_SERVER_ERROR public static final int SETUP_RETRIES_EXHAUSTED public static final int SETUP_NO_DATA_NETWORK public static final int SETUP_COMPLETED public static final int GLS_ACCOUNT_TRIED public static final int GLS_ACCOUNT_SAVED public static final int GLS_AUTHENTICATE public static final int GOOGLE_MAIL_SWITCH public static final int SNET public static final int EXP_DET_SNET public static final int METRICS_HEARTBEAT private void <init> () public static void writeSystemUpdate (int, int, long, java.lang.String) int status int downloadResult long bytes String url public static void writeSystemUpdateUser (java.lang.String) String action public static void writeVendingReconstruct (int) int changes public static void writeTransactionEvent (java.lang.String) String data public static void writeSyncDetails (java.lang.String, int, int, java.lang.String) String authority int send int recv String details public static void writeGoogleHttpRequest (long, int, java.lang.String, int) long elapsed int status String appname int reused public static void writeGtalkservice (int) int eventtype public static void writeGtalkConnection (int) int status public static void writeGtalkConnClose (int, int) int status int duration public static void writeGtalkHeartbeatReset (int, java.lang.String) int intervalAndNt String ip public static void writeC2Dm (int, java.lang.String, int, int) int packetType String persistentId int streamId int lastStreamId public static void writeSetupServerTimeout () public static void writeSetupRequiredCaptcha (java.lang.String) String action public static void writeSetupIoError (java.lang.String) String status public static void writeSetupServerError () public static void writeSetupRetriesExhausted () public static void writeSetupNoDataNetwork () public static void writeSetupCompleted () public static void writeGlsAccountTried (int) int status public static void writeGlsAccountSaved (int) int status public static void writeGlsAuthenticate (int, java.lang.String) int status String service public static void writeGoogleMailSwitch (int) int direction public static void writeSnet (java.lang.String) String payload public static void writeExpDetSnet (java.lang.String) String payload public static void writeMetricsHeartbeat () }
com/android/common/LegacyHttpDateTime$TimeOfDay.class
LegacyHttpDateTime.java package com.android.common com.android.common.LegacyHttpDateTime$TimeOfDay extends java.lang.Object { int hour int minute int second void <init> (int, int, int) int h int m int s }
com/android/common/LegacyHttpDateTime.class
LegacyHttpDateTime.java package com.android.common final com.android.common.LegacyHttpDateTime extends java.lang.Object { private static final String HTTP_DATE_RFC_REGEXP private static final String HTTP_DATE_ANSIC_REGEXP private static final java.util.regex.Pattern HTTP_DATE_RFC_PATTERN private static final java.util.regex.Pattern HTTP_DATE_ANSIC_PATTERN void <init> () public static long parse (java.lang.String) throws java.lang.IllegalArgumentException com.android.common.LegacyHttpDateTime$TimeOfDay timeOfDay com.android.common.LegacyHttpDateTime$TimeOfDay timeOfDay java.util.regex.Matcher ansicMatcher String timeString int date int month int year com.android.common.LegacyHttpDateTime$TimeOfDay timeOfDay java.util.regex.Matcher rfcMatcher java.util.TimeZone utc java.util.GregorianCalendar calendar private static int getDate (java.lang.String) String dateString private static int getMonth (java.lang.String) String monthString int hash private static int getYear (java.lang.String) int year int year String yearString private static com.android.common.LegacyHttpDateTime$TimeOfDay getTime (java.lang.String) String timeString int i int hour int minute int second static void <clinit> () }
com/android/common/NetworkConnectivityListener$1.class
NetworkConnectivityListener.java package com.android.common synthetic com.android.common.NetworkConnectivityListener$1 extends java.lang.Object { }
com/android/common/NetworkConnectivityListener$ConnectivityBroadcastReceiver.class
NetworkConnectivityListener.java package com.android.common com.android.common.NetworkConnectivityListener$ConnectivityBroadcastReceiver extends android.content.BroadcastReceiver { final synthetic com.android.common.NetworkConnectivityListener this$0 private void <init> (com.android.common.NetworkConnectivityListener) public void onReceive (android.content.Context, android.content.Intent) android.os.Handler target android.os.Message message android.content.Context context android.content.Intent intent String action boolean noConnectivity java.util.Iterator it synthetic void <init> (com.android.common.NetworkConnectivityListener, com.android.common.NetworkConnectivityListener$1) com.android.common.NetworkConnectivityListener x0 com.android.common.NetworkConnectivityListener$1 x1 }
com/android/common/NetworkConnectivityListener$State.class
NetworkConnectivityListener.java package com.android.common public final enum com.android.common.NetworkConnectivityListener$State extends java.lang.Enum { public static final enum com.android.common.NetworkConnectivityListener$State UNKNOWN public static final enum com.android.common.NetworkConnectivityListener$State CONNECTED public static final enum com.android.common.NetworkConnectivityListener$State NOT_CONNECTED private static final synthetic com.android.common.NetworkConnectivityListener$State[] $VALUES public static com.android.common.NetworkConnectivityListener$State[] values () public static com.android.common.NetworkConnectivityListener$State valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.android.common.NetworkConnectivityListener$State[] $values () static void <clinit> () }
com/android/common/NetworkConnectivityListener.class
NetworkConnectivityListener.java package com.android.common public com.android.common.NetworkConnectivityListener extends java.lang.Object { private static final String TAG private static final boolean DBG private android.content.Context mContext private java.util.HashMap mHandlers private com.android.common.NetworkConnectivityListener$State mState private boolean mListening private String mReason private boolean mIsFailover private android.net.NetworkInfo mNetworkInfo private android.net.NetworkInfo mOtherNetworkInfo private com.android.common.NetworkConnectivityListener$ConnectivityBroadcastReceiver mReceiver public void <init> () public synchronized void startListening (android.content.Context) android.content.IntentFilter filter android.content.Context context public synchronized void stopListening () public void registerHandler (android.os.Handler, int) android.os.Handler target int what public void unregisterHandler (android.os.Handler) android.os.Handler target public com.android.common.NetworkConnectivityListener$State getState () public android.net.NetworkInfo getNetworkInfo () public android.net.NetworkInfo getOtherNetworkInfo () public boolean isFailover () public java.lang.String getReason () static synthetic boolean access$000 (com.android.common.NetworkConnectivityListener) com.android.common.NetworkConnectivityListener x0 static synthetic com.android.common.NetworkConnectivityListener$State access$100 (com.android.common.NetworkConnectivityListener) com.android.common.NetworkConnectivityListener x0 static synthetic com.android.common.NetworkConnectivityListener$State access$102 (com.android.common.NetworkConnectivityListener, com.android.common.NetworkConnectivityListener$State) com.android.common.NetworkConnectivityListener x0 com.android.common.NetworkConnectivityListener$State x1 static synthetic android.net.NetworkInfo access$202 (com.android.common.NetworkConnectivityListener, android.net.NetworkInfo) com.android.common.NetworkConnectivityListener x0 android.net.NetworkInfo x1 static synthetic android.net.NetworkInfo access$302 (com.android.common.NetworkConnectivityListener, android.net.NetworkInfo) com.android.common.NetworkConnectivityListener x0 android.net.NetworkInfo x1 static synthetic java.lang.String access$402 (com.android.common.NetworkConnectivityListener, java.lang.String) com.android.common.NetworkConnectivityListener x0 String x1 static synthetic boolean access$502 (com.android.common.NetworkConnectivityListener, boolean) com.android.common.NetworkConnectivityListener x0 boolean x1 static synthetic java.util.HashMap access$600 (com.android.common.NetworkConnectivityListener) com.android.common.NetworkConnectivityListener x0 }
com/android/common/OperationScheduler$Options.class
OperationScheduler.java package com.android.common public com.android.common.OperationScheduler$Options extends java.lang.Object { public long backoffFixedMillis public long backoffIncrementalMillis public int backoffExponentialMillis public long maxMoratoriumMillis public long minTriggerMillis public long periodicIntervalMillis public void <init> () public java.lang.String toString () }
com/android/common/OperationScheduler.class
OperationScheduler.java package com.android.common public com.android.common.OperationScheduler extends java.lang.Object { private static final String PREFIX private final android.content.SharedPreferences mStorage public void <init> (android.content.SharedPreferences) android.content.SharedPreferences storage public static com.android.common.OperationScheduler$Options parseOptions (java.lang.String, com.android.common.OperationScheduler$Options) throws java.lang.IllegalArgumentException String[] pieces String param String spec com.android.common.OperationScheduler$Options options private static long parseSeconds (java.lang.String) throws java.lang.NumberFormatException String param public long getNextTimeMillis (com.android.common.OperationScheduler$Options) int shift long backoff com.android.common.OperationScheduler$Options options boolean enabledState boolean permanentError int errorCount long now long lastSuccessTimeMillis long lastErrorTimeMillis long triggerTimeMillis long moratoriumSetMillis long moratoriumTimeMillis long time public long getLastSuccessTimeMillis () public long getLastAttemptTimeMillis () private long getTimeBefore (java.lang.String, long) String name long max long time public void setTriggerTimeMillis (long) long millis public void setMoratoriumTimeMillis (long) long millis public boolean setMoratoriumTimeHttp (java.lang.String) long ms IllegalArgumentException iae NumberFormatException nfe String retryAfter public void setEnabledState (boolean) boolean enabled public void onSuccess () public void onTransientError () android.content.SharedPreferences$Editor editor public void resetTransientError () public void onPermanentError () public void resetPermanentError () public java.lang.String toString () android.text.format.Time time Object v String key java.util.Map$Entry e StringBuilder out java.util.TreeMap copy protected long currentTimeMillis () }
com/android/common/Rfc822InputFilter.class
Rfc822InputFilter.java package com.android.common public com.android.common.Rfc822InputFilter extends java.lang.Object implements android.text.InputFilter { public void <init> () public java.lang.CharSequence filter (java.lang.CharSequence, int, int, android.text.Spanned, int, int) android.text.SpannableStringBuilder sb char c CharSequence source int start int end android.text.Spanned dest int dstart int dend int scanBack boolean dotFound }
com/android/common/Rfc822Validator.class
Rfc822Validator.java package com.android.common public com.android.common.Rfc822Validator extends java.lang.Object implements android.widget.AutoCompleteTextView$Validator { private static final String EMAIL_ADDRESS_LOCALPART_REGEXP private static final String GOOD_IRI_CHAR private static final String LABEL_REGEXP private static final String DOMAIN_REGEXP private static final java.util.regex.Pattern EMAIL_ADDRESS_PATTERN private String mDomain private boolean mRemoveInvalid public void <init> (java.lang.String) String domain public boolean isValid (java.lang.CharSequence) CharSequence text android.text.util.Rfc822Token[] tokens public void setRemoveInvalid (boolean) boolean remove private java.lang.String removeIllegalCharacters (java.lang.String) char c int i String s StringBuilder result int length public java.lang.CharSequence fixText (java.lang.CharSequence) String fix String domain boolean emptyDomain String text int index int i CharSequence cs android.text.util.Rfc822Token[] tokens StringBuilder sb static void <clinit> () }
com/android/common/Search.class
Search.java package com.android.common public com.android.common.Search extends java.lang.Object { public static final String SOURCE public static final String SUGGEST_COLUMN_LAST_ACCESS_HINT private void <init> () public static android.database.Cursor getSuggestions (android.content.Context, android.app.SearchableInfo, java.lang.String) android.content.Context context android.app.SearchableInfo searchable String query public static android.database.Cursor getSuggestions (android.content.Context, android.app.SearchableInfo, java.lang.String, int) android.content.Context context android.app.SearchableInfo searchable String query int limit String authority android.net.Uri$Builder uriBuilder String contentPath String selection String[] selArgs android.net.Uri uri }
com/android/common/SharedPreferencesCompat.class
SharedPreferencesCompat.java package com.android.common public com.android.common.SharedPreferencesCompat extends java.lang.Object { private static java.lang.reflect.Method sApplyMethod public void <init> () public static void apply (android.content.SharedPreferences$Editor) android.content.SharedPreferences$Editor editor static void <clinit> () Class cls NoSuchMethodException unused }
com/android/common/contacts/
com/android/common/contacts/BaseEmailAddressAdapter$1.class
BaseEmailAddressAdapter.java package com.android.common.contacts com.android.common.contacts.BaseEmailAddressAdapter$1 extends android.os.Handler { final synthetic com.android.common.contacts.BaseEmailAddressAdapter this$0 void <init> (com.android.common.contacts.BaseEmailAddressAdapter) com.android.common.contacts.BaseEmailAddressAdapter this$0 public void handleMessage (android.os.Message) android.os.Message msg }
com/android/common/contacts/BaseEmailAddressAdapter$DefaultPartitionFilter.class
BaseEmailAddressAdapter.java package com.android.common.contacts final com.android.common.contacts.BaseEmailAddressAdapter$DefaultPartitionFilter extends android.widget.Filter { final synthetic com.android.common.contacts.BaseEmailAddressAdapter this$0 private void <init> (com.android.common.contacts.BaseEmailAddressAdapter) protected android.widget.Filter$FilterResults performFiltering (java.lang.CharSequence) android.net.Uri$Builder builder android.net.Uri uri CharSequence constraint android.database.Cursor directoryCursor android.widget.Filter$FilterResults results android.database.Cursor cursor protected void publishResults (java.lang.CharSequence, android.widget.Filter$FilterResults) android.database.Cursor[] cursors CharSequence constraint android.widget.Filter$FilterResults results public java.lang.CharSequence convertResultToString (java.lang.Object) Object resultValue synthetic void <init> (com.android.common.contacts.BaseEmailAddressAdapter, com.android.common.contacts.BaseEmailAddressAdapter$1) com.android.common.contacts.BaseEmailAddressAdapter x0 com.android.common.contacts.BaseEmailAddressAdapter$1 x1 }
com/android/common/contacts/BaseEmailAddressAdapter$DirectoryListQuery.class
BaseEmailAddressAdapter.java package com.android.common.contacts com.android.common.contacts.BaseEmailAddressAdapter$DirectoryListQuery extends java.lang.Object { public static final android.net.Uri URI private static final String DIRECTORY_ID private static final String DIRECTORY_ACCOUNT_NAME private static final String DIRECTORY_ACCOUNT_TYPE private static final String DIRECTORY_DISPLAY_NAME private static final String DIRECTORY_PACKAGE_NAME private static final String DIRECTORY_TYPE_RESOURCE_ID public static final String[] PROJECTION public static final int ID public static final int ACCOUNT_NAME public static final int ACCOUNT_TYPE public static final int DISPLAY_NAME public static final int PACKAGE_NAME public static final int TYPE_RESOURCE_ID private void <init> () static void <clinit> () }
com/android/common/contacts/BaseEmailAddressAdapter$DirectoryPartition.class
BaseEmailAddressAdapter.java package com.android.common.contacts public final com.android.common.contacts.BaseEmailAddressAdapter$DirectoryPartition extends com.android.common.widget.CompositeCursorAdapter$Partition { public long directoryId public String directoryType public String displayName public String accountName public String accountType public boolean loading public CharSequence constraint public com.android.common.contacts.BaseEmailAddressAdapter$DirectoryPartitionFilter filter public void <init> () }
com/android/common/contacts/BaseEmailAddressAdapter$DirectoryPartitionFilter.class
BaseEmailAddressAdapter.java package com.android.common.contacts final com.android.common.contacts.BaseEmailAddressAdapter$DirectoryPartitionFilter extends android.widget.Filter { private final int mPartitionIndex private final long mDirectoryId private int mLimit final synthetic com.android.common.contacts.BaseEmailAddressAdapter this$0 public void <init> (com.android.common.contacts.BaseEmailAddressAdapter, int, long) int partitionIndex long directoryId public synchronized void setLimit (int) int limit public synchronized int getLimit () protected android.widget.Filter$FilterResults performFiltering (java.lang.CharSequence) android.net.Uri uri android.database.Cursor cursor CharSequence constraint android.widget.Filter$FilterResults results protected void publishResults (java.lang.CharSequence, android.widget.Filter$FilterResults) CharSequence constraint android.widget.Filter$FilterResults results android.database.Cursor cursor }
com/android/common/contacts/BaseEmailAddressAdapter$EmailQuery.class
BaseEmailAddressAdapter.java package com.android.common.contacts com.android.common.contacts.BaseEmailAddressAdapter$EmailQuery extends java.lang.Object { public static final String[] PROJECTION public static final int NAME public static final int ADDRESS private void <init> () static void <clinit> () }
com/android/common/contacts/BaseEmailAddressAdapter.class
BaseEmailAddressAdapter.java package com.android.common.contacts public abstract com.android.common.contacts.BaseEmailAddressAdapter extends com.android.common.widget.CompositeCursorAdapter implements android.widget.Filterable { private static final String TAG private static final long DIRECTORY_LOCAL_INVISIBLE private static final String DIRECTORY_PARAM_KEY private static final String LIMIT_PARAM_KEY private static final String PRIMARY_ACCOUNT_NAME private static final String PRIMARY_ACCOUNT_TYPE private static final int DEFAULT_PREFERRED_MAX_RESULT_COUNT private static final int ALLOWANCE_FOR_DUPLICATES private static final int MESSAGE_SEARCH_PENDING_DELAY private static final int MESSAGE_SEARCH_PENDING private static final String SEARCHING_CURSOR_MARKER protected final android.content.ContentResolver mContentResolver private boolean mDirectoriesLoaded private android.accounts.Account mAccount private int mPreferredMaxResultCount private android.os.Handler mHandler public void <init> (android.content.Context) android.content.Context context public void <init> (android.content.Context, int) android.content.Context context int preferredMaxResultCount public void setAccount (android.accounts.Account) android.accounts.Account account protected abstract android.view.View inflateItemView (android.view.ViewGroup) protected abstract void bindView (android.view.View, java.lang.String, java.lang.String, java.lang.String, java.lang.String) protected abstract android.view.View inflateItemViewLoading (android.view.ViewGroup) protected abstract void bindViewLoading (android.view.View, java.lang.String, java.lang.String) protected int getItemViewType (int, int) int partitionIndex int position com.android.common.contacts.BaseEmailAddressAdapter$DirectoryPartition partition protected android.view.View newView (android.content.Context, int, android.database.Cursor, int, android.view.ViewGroup) android.content.Context context int partitionIndex android.database.Cursor cursor int position android.view.ViewGroup parent com.android.common.contacts.BaseEmailAddressAdapter$DirectoryPartition partition protected void bindView (android.view.View, int, android.database.Cursor, int) String displayName String emailAddress android.view.View v int partition android.database.Cursor cursor int position com.android.common.contacts.BaseEmailAddressAdapter$DirectoryPartition directoryPartition String directoryType String directoryName public boolean areAllItemsEnabled () protected boolean isEnabled (int, int) int partitionIndex int position private boolean isLoading (int) int partitionIndex public android.widget.Filter getFilter () protected void onDirectoryLoadFinished (java.lang.CharSequence, android.database.Cursor, android.database.Cursor) android.content.res.Resources resources android.content.pm.PackageManager$NameNotFoundException e long id com.android.common.contacts.BaseEmailAddressAdapter$DirectoryPartition partition String packageName int resourceId com.android.common.contacts.BaseEmailAddressAdapter$DirectoryPartition partition android.content.pm.PackageManager packageManager com.android.common.contacts.BaseEmailAddressAdapter$DirectoryPartition preferredDirectory java.util.List directories com.android.common.contacts.BaseEmailAddressAdapter$DirectoryPartition partition int i int defaultPartitionCount android.os.Message msg com.android.common.contacts.BaseEmailAddressAdapter$DirectoryPartition partition int i CharSequence constraint android.database.Cursor directoryCursor android.database.Cursor defaultPartitionCursor int count int limit void showSearchPendingIfNotComplete (int) com.android.common.contacts.BaseEmailAddressAdapter$DirectoryPartition partition int partitionIndex private android.database.Cursor createLoadingCursor () android.database.MatrixCursor cursor public void onPartitionLoadFinished (java.lang.CharSequence, int, android.database.Cursor) com.android.common.contacts.BaseEmailAddressAdapter$DirectoryPartition partition CharSequence constraint int partitionIndex android.database.Cursor cursor private android.database.Cursor removeDuplicatesAndTruncate (int, android.database.Cursor) String displayName String emailAddress int partition android.database.Cursor cursor int count android.database.MatrixCursor newCursor private boolean hasDuplicates (android.database.Cursor, int) String emailAddress android.database.Cursor cursor int partition private boolean isDuplicate (java.lang.String, int) String address android.database.Cursor cursor int partition String emailAddress int excludePartition int partitionCount private final java.lang.String makeDisplayString (android.database.Cursor) android.database.Cursor cursor String displayName String emailAddress static synthetic boolean access$000 (com.android.common.contacts.BaseEmailAddressAdapter) com.android.common.contacts.BaseEmailAddressAdapter x0 static synthetic boolean access$002 (com.android.common.contacts.BaseEmailAddressAdapter, boolean) com.android.common.contacts.BaseEmailAddressAdapter x0 boolean x1 static synthetic int access$100 (com.android.common.contacts.BaseEmailAddressAdapter) com.android.common.contacts.BaseEmailAddressAdapter x0 static synthetic android.accounts.Account access$200 (com.android.common.contacts.BaseEmailAddressAdapter) com.android.common.contacts.BaseEmailAddressAdapter x0 static synthetic java.lang.String access$300 (com.android.common.contacts.BaseEmailAddressAdapter, android.database.Cursor) com.android.common.contacts.BaseEmailAddressAdapter x0 android.database.Cursor x1 }
com/android/common/contacts/DataUsageStatUpdater$DataUsageFeedback.class
DataUsageStatUpdater.java package com.android.common.contacts public final com.android.common.contacts.DataUsageStatUpdater$DataUsageFeedback extends java.lang.Object { static final android.net.Uri FEEDBACK_URI static final String USAGE_TYPE public static final String USAGE_TYPE_CALL public static final String USAGE_TYPE_LONG_TEXT public static final String USAGE_TYPE_SHORT_TEXT public void <init> () static void <clinit> () }
com/android/common/contacts/DataUsageStatUpdater.class
DataUsageStatUpdater.java package com.android.common.contacts public com.android.common.contacts.DataUsageStatUpdater extends java.lang.Object { private static final String TAG public void <init> (android.content.Context) android.content.Context context public boolean updateWithRfc822Address (java.util.Collection) java.util.Collection texts public boolean updateWithAddress (java.util.Collection) java.util.Collection addresses public boolean updateWithPhoneNumber (java.util.Collection) java.util.Collection numbers static void <clinit> () }
com/android/common/content/
com/android/common/content/ProjectionMap$Builder.class
ProjectionMap.java package com.android.common.content public com.android.common.content.ProjectionMap$Builder extends java.lang.Object { private com.android.common.content.ProjectionMap mMap public void <init> () public com.android.common.content.ProjectionMap$Builder add (java.lang.String) String column public com.android.common.content.ProjectionMap$Builder add (java.lang.String, java.lang.String) String alias String expression public com.android.common.content.ProjectionMap$Builder addAll (java.lang.String[]) String column String[] columns public com.android.common.content.ProjectionMap$Builder addAll (com.android.common.content.ProjectionMap) java.util.Map$Entry entry com.android.common.content.ProjectionMap map public com.android.common.content.ProjectionMap build () String[] columns }
com/android/common/content/ProjectionMap.class
ProjectionMap.java package com.android.common.content public com.android.common.content.ProjectionMap extends java.util.HashMap { private String[] mColumns public void <init> () public static com.android.common.content.ProjectionMap$Builder builder () public java.lang.String[] getColumnNames () private void putColumn (java.lang.String, java.lang.String) String alias String column public java.lang.String put (java.lang.String, java.lang.String) String key String value public void putAll (java.util.Map) java.util.Map map public volatile synthetic java.lang.Object put (java.lang.Object, java.lang.Object) static synthetic void access$000 (com.android.common.content.ProjectionMap, java.lang.String, java.lang.String) com.android.common.content.ProjectionMap x0 String x1 String x2 static synthetic java.lang.String[] access$102 (com.android.common.content.ProjectionMap, java.lang.String[]) com.android.common.content.ProjectionMap x0 String[] x1 }
com/android/common/content/SQLiteContentProvider.class
SQLiteContentProvider.java package com.android.common.content public abstract com.android.common.content.SQLiteContentProvider extends android.content.ContentProvider implements android.database.sqlite.SQLiteTransactionListener { private static final String TAG private android.database.sqlite.SQLiteOpenHelper mOpenHelper private volatile boolean mNotifyChange protected android.database.sqlite.SQLiteDatabase mDb private final ThreadLocal mApplyingBatch private static final int SLEEP_AFTER_YIELD_DELAY private static final int MAX_OPERATIONS_PER_YIELD_POINT public void <init> () public int getMaxOperationsPerYield () public boolean onCreate () android.content.Context context protected abstract android.database.sqlite.SQLiteOpenHelper getDatabaseHelper (android.content.Context) protected abstract android.net.Uri insertInTransaction (android.net.Uri, android.content.ContentValues) protected abstract int updateInTransaction (android.net.Uri, android.content.ContentValues, java.lang.String, java.lang.String[]) protected abstract int deleteInTransaction (android.net.Uri, java.lang.String, java.lang.String[]) protected abstract void notifyChange () public android.database.sqlite.SQLiteOpenHelper getDatabaseHelper () private boolean applyingBatch () public android.net.Uri insert (android.net.Uri, android.content.ContentValues) android.net.Uri uri android.content.ContentValues values android.net.Uri result boolean applyingBatch public int bulkInsert (android.net.Uri, android.content.ContentValues[]) android.net.Uri result boolean savedNotifyChange android.database.sqlite.SQLiteDatabase savedDb int i android.net.Uri uri android.content.ContentValues[] values int numValues 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 int count boolean applyingBatch public int delete (android.net.Uri, java.lang.String, java.lang.String[]) android.net.Uri uri String selection String[] selectionArgs int count boolean applyingBatch public android.content.ContentProviderResult[] applyBatch (java.util.ArrayList) throws android.content.OperationApplicationException boolean savedNotifyChange android.content.ContentProviderOperation operation int i int numOperations android.content.ContentProviderResult[] results java.util.ArrayList operations int ypCount int opCount public void onBegin () public void onCommit () public void onRollback () protected void onBeginTransaction () protected void beforeTransactionCommit () protected void onEndTransaction () }
com/android/common/content/SyncStateContentProviderHelper.class
SyncStateContentProviderHelper.java package com.android.common.content public com.android.common.content.SyncStateContentProviderHelper extends java.lang.Object { private static final String SELECT_BY_ACCOUNT private static final String SYNC_STATE_TABLE private static final String SYNC_STATE_META_TABLE private static final String SYNC_STATE_META_VERSION_COLUMN private static long DB_VERSION private static final String[] ACCOUNT_PROJECTION public static final String PATH private static final String QUERY_COUNT_SYNC_STATE_ROWS public void <init> () public void createDatabase (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db android.content.ContentValues values public void onDatabaseOpened (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db long version public android.database.Cursor query (android.database.sqlite.SQLiteDatabase, java.lang.String[], java.lang.String, java.lang.String[], java.lang.String) android.database.sqlite.SQLiteDatabase db String[] projection String selection String[] selectionArgs String sortOrder public long insert (android.database.sqlite.SQLiteDatabase, android.content.ContentValues) android.database.sqlite.SQLiteDatabase db android.content.ContentValues values public int delete (android.database.sqlite.SQLiteDatabase, java.lang.String, java.lang.String[]) android.database.sqlite.SQLiteDatabase db String userWhere String[] whereArgs public int update (android.database.sqlite.SQLiteDatabase, android.content.ContentValues, java.lang.String, java.lang.String[]) android.database.sqlite.SQLiteDatabase db android.content.ContentValues values String selection String[] selectionArgs public int update (android.database.sqlite.SQLiteDatabase, long, java.lang.Object) android.database.sqlite.SQLiteDatabase db long rowId Object data public void onAccountsChanged (android.database.sqlite.SQLiteDatabase, android.accounts.Account[]) String accountName String accountType android.accounts.Account account android.database.sqlite.SQLiteDatabase db android.accounts.Account[] accounts android.database.Cursor c private static boolean contains (java.lang.Object[], java.lang.Object) Object element Object[] array Object value static void <clinit> () }
com/android/common/io/
com/android/common/io/MoreCloseables.class
MoreCloseables.java package com.android.common.io public com.android.common.io.MoreCloseables extends java.lang.Object { public void <init> () public static void closeQuietly (android.database.Cursor) android.database.Cursor cursor public static void closeQuietly (android.content.res.AssetFileDescriptor) android.content.res.AssetFileDescriptor assetFileDescriptor }
com/android/common/speech/
com/android/common/speech/LoggingEvents$VoiceIme.class
LoggingEvents.java package com.android.common.speech public com.android.common.speech.LoggingEvents$VoiceIme extends java.lang.Object { public static final String APP_NAME public static final int KEYBOARD_WARNING_DIALOG_SHOWN public static final int KEYBOARD_WARNING_DIALOG_DISMISSED public static final int KEYBOARD_WARNING_DIALOG_OK public static final int KEYBOARD_WARNING_DIALOG_CANCEL public static final int SETTINGS_WARNING_DIALOG_SHOWN public static final int SETTINGS_WARNING_DIALOG_DISMISSED public static final int SETTINGS_WARNING_DIALOG_OK public static final int SETTINGS_WARNING_DIALOG_CANCEL public static final int SWIPE_HINT_DISPLAYED public static final int PUNCTUATION_HINT_DISPLAYED public static final int CANCEL_DURING_LISTENING public static final int CANCEL_DURING_WORKING public static final int CANCEL_DURING_ERROR public static final int ERROR public static final String EXTRA_ERROR_CODE public static final int START public static final String EXTRA_START_LOCALE public static final String EXTRA_START_SWIPE public static final String EXTRA_START_METHOD public static final int START_METHOD_BUTTON public static final int START_METHOD_SWIPE public static final int START_METHOD_MOTION public static final int VOICE_INPUT_DELIVERED public static final int N_BEST_CHOOSE public static final String EXTRA_N_BEST_CHOOSE_INDEX public static final int TEXT_MODIFIED public static final String EXTRA_AFTER_N_BEST_CHOOSE public static final String EXTRA_BEFORE_N_BEST_CHOOSE public static final String EXTRA_TEXT_MODIFIED_LENGTH public static final String EXTRA_TEXT_REPLACED_LENGTH public static final String EXTRA_TEXT_MODIFIED_TYPE public static final int TEXT_MODIFIED_TYPE_CHOOSE_SUGGESTION public static final int TEXT_MODIFIED_TYPE_TYPING_DELETION public static final int TEXT_MODIFIED_TYPE_TYPING_INSERTION public static final int TEXT_MODIFIED_TYPE_TYPING_INSERTION_PUNCTUATION public static final int INPUT_ENDED public static final int VOICE_INPUT_SETTING_ENABLED public static final int VOICE_INPUT_SETTING_DISABLED public static final int IME_TEXT_ACCEPTED final synthetic com.android.common.speech.LoggingEvents this$0 public void <init> (com.android.common.speech.LoggingEvents) com.android.common.speech.LoggingEvents this$0 }
com/android/common/speech/LoggingEvents$VoiceSearch.class
LoggingEvents.java package com.android.common.speech public com.android.common.speech.LoggingEvents$VoiceSearch extends java.lang.Object { public static final String APP_NAME public static final int RETRY public static final int N_BEST_REVEAL public static final int N_BEST_CHOOSE public static final String EXTRA_N_BEST_CHOOSE_INDEX public static final int QUERY_UPDATED public static final String EXTRA_QUERY_UPDATED_VALUE public static final int RESULT_CLICKED final synthetic com.android.common.speech.LoggingEvents this$0 public void <init> (com.android.common.speech.LoggingEvents) com.android.common.speech.LoggingEvents this$0 }
com/android/common/speech/LoggingEvents.class
LoggingEvents.java package com.android.common.speech public com.android.common.speech.LoggingEvents extends java.lang.Object { public static final String ACTION_LOG_EVENT public static final String EXTRA_APP_NAME public static final String EXTRA_CALLING_APP_NAME public static final String EXTRA_EVENT public static final String EXTRA_TIMESTAMP public static final String EXTRA_FLUSH public void <init> () }
com/android/common/speech/Recognition.class
Recognition.java package com.android.common.speech public com.android.common.speech.Recognition extends java.lang.Object { public static final String EXTRA_HINT_STRINGS public static final String EXTRA_HINT_CONTEXT public static final int HINT_CONTEXT_UNKNOWN public static final int HINT_CONTEXT_VOICE_SEARCH_HELP public static final int HINT_CONTEXT_CAR_HOME public static final int HINT_CONTEXT_LAUNCHER private void <init> () }
com/android/common/userhappiness/
com/android/common/userhappiness/UserHappinessSignals.class
UserHappinessSignals.java package com.android.common.userhappiness public com.android.common.userhappiness.UserHappinessSignals extends java.lang.Object { private static boolean mHasVoiceLoggingInfo public void <init> () public static void setHasVoiceLoggingInfo (boolean) boolean hasVoiceLogging public static void userAcceptedImeText (android.content.Context) android.content.Intent i android.content.Context context static void <clinit> () }
com/android/common/widget/
com/android/common/widget/CompositeCursorAdapter$Partition.class
CompositeCursorAdapter.java package com.android.common.widget public com.android.common.widget.CompositeCursorAdapter$Partition extends java.lang.Object { boolean showIfEmpty boolean hasHeader android.database.Cursor cursor int idColumnIndex int count public void <init> (boolean, boolean) boolean showIfEmpty boolean hasHeader public boolean getShowIfEmpty () public boolean getHasHeader () public boolean isEmpty () }
com/android/common/widget/CompositeCursorAdapter.class
CompositeCursorAdapter.java package com.android.common.widget public abstract com.android.common.widget.CompositeCursorAdapter extends android.widget.BaseAdapter { private static final int INITIAL_CAPACITY private final android.content.Context mContext private java.util.ArrayList mPartitions private int mCount private boolean mCacheValid private boolean mNotificationsEnabled private boolean mNotificationNeeded public void <init> (android.content.Context) android.content.Context context public void <init> (android.content.Context, int) android.content.Context context int initialCapacity public android.content.Context getContext () public void addPartition (boolean, boolean) boolean showIfEmpty boolean hasHeader public void addPartition (com.android.common.widget.CompositeCursorAdapter$Partition) com.android.common.widget.CompositeCursorAdapter$Partition partition public void addPartition (int, com.android.common.widget.CompositeCursorAdapter$Partition) int location com.android.common.widget.CompositeCursorAdapter$Partition partition public void removePartition (int) int partitionIndex android.database.Cursor cursor public void clearPartitions () com.android.common.widget.CompositeCursorAdapter$Partition partition public void close () android.database.Cursor cursor com.android.common.widget.CompositeCursorAdapter$Partition partition public void setHasHeader (int, boolean) int partitionIndex boolean flag public void setShowIfEmpty (int, boolean) int partitionIndex boolean flag public com.android.common.widget.CompositeCursorAdapter$Partition getPartition (int) int partitionIndex protected void invalidate () public int getPartitionCount () protected void ensureCacheValid () int count android.database.Cursor cursor int count com.android.common.widget.CompositeCursorAdapter$Partition partition public boolean hasHeader (int) int partition public int getCount () public android.database.Cursor getCursor (int) int partition public void changeCursor (int, android.database.Cursor) int partition android.database.Cursor cursor android.database.Cursor prevCursor public boolean isPartitionEmpty (int) int partition android.database.Cursor cursor public int getPartitionForPosition (int) int end int i int n int position int start public int getOffsetInPartition (int) int offset int end com.android.common.widget.CompositeCursorAdapter$Partition partition int position int start public int getPositionForPartition (int) int i int partition int position public int getViewTypeCount () public int getItemViewTypeCount () protected int getItemViewType (int, int) int partition int position public int getItemViewType (int) int offset int end int i int n int position int start public android.view.View getView (int, android.view.View, android.view.ViewGroup) android.view.View view int offset android.view.View view int end int i int n int position android.view.View convertView android.view.ViewGroup parent int start protected android.view.View getHeaderView (int, android.database.Cursor, android.view.View, android.view.ViewGroup) int partition android.database.Cursor cursor android.view.View convertView android.view.ViewGroup parent android.view.View view protected android.view.View newHeaderView (android.content.Context, int, android.database.Cursor, android.view.ViewGroup) android.content.Context context int partition android.database.Cursor cursor android.view.ViewGroup parent protected void bindHeaderView (android.view.View, int, android.database.Cursor) android.view.View view int partition android.database.Cursor cursor protected android.view.View getView (int, android.database.Cursor, int, android.view.View, android.view.ViewGroup) android.view.View view int partition android.database.Cursor cursor int position android.view.View convertView android.view.ViewGroup parent android.view.View view protected abstract android.view.View newView (android.content.Context, int, android.database.Cursor, int, android.view.ViewGroup) protected abstract void bindView (android.view.View, int, android.database.Cursor, int) public java.lang.Object getItem (int) int offset android.database.Cursor cursor int end com.android.common.widget.CompositeCursorAdapter$Partition mPartition int position int start public long getItemId (int) int offset android.database.Cursor cursor int end com.android.common.widget.CompositeCursorAdapter$Partition mPartition int position int start public boolean areAllItemsEnabled () com.android.common.widget.CompositeCursorAdapter$Partition mPartition public boolean isEnabled (int) int offset int end int i int n int position int start protected boolean isEnabled (int, int) int partition int position public void setNotificationsEnabled (boolean) boolean flag public void notifyDataSetChanged () }
com/android/common/widget/GroupingListAdapter$1.class
GroupingListAdapter.java package com.android.common.widget com.android.common.widget.GroupingListAdapter$1 extends android.database.ContentObserver { final synthetic com.android.common.widget.GroupingListAdapter this$0 void <init> (com.android.common.widget.GroupingListAdapter, android.os.Handler) com.android.common.widget.GroupingListAdapter this$0 android.os.Handler arg0 public boolean deliverSelfNotifications () public void onChange (boolean) boolean selfChange }
com/android/common/widget/GroupingListAdapter$2.class
GroupingListAdapter.java package com.android.common.widget com.android.common.widget.GroupingListAdapter$2 extends android.database.DataSetObserver { final synthetic com.android.common.widget.GroupingListAdapter this$0 void <init> (com.android.common.widget.GroupingListAdapter) com.android.common.widget.GroupingListAdapter this$0 public void onChanged () public void onInvalidated () }
com/android/common/widget/GroupingListAdapter$PositionMetadata.class
GroupingListAdapter.java package com.android.common.widget public com.android.common.widget.GroupingListAdapter$PositionMetadata extends java.lang.Object { int itemType boolean isExpanded int cursorPosition int childCount private int groupPosition private int listPosition protected void <init> () static synthetic int access$002 (com.android.common.widget.GroupingListAdapter$PositionMetadata, int) com.android.common.widget.GroupingListAdapter$PositionMetadata x0 int x1 static synthetic int access$000 (com.android.common.widget.GroupingListAdapter$PositionMetadata) com.android.common.widget.GroupingListAdapter$PositionMetadata x0 static synthetic int access$102 (com.android.common.widget.GroupingListAdapter$PositionMetadata, int) com.android.common.widget.GroupingListAdapter$PositionMetadata x0 int x1 static synthetic int access$100 (com.android.common.widget.GroupingListAdapter$PositionMetadata) com.android.common.widget.GroupingListAdapter$PositionMetadata x0 }
com/android/common/widget/GroupingListAdapter.class
GroupingListAdapter.java package com.android.common.widget public abstract com.android.common.widget.GroupingListAdapter extends android.widget.BaseAdapter { private static final int GROUP_METADATA_ARRAY_INITIAL_SIZE private static final int GROUP_METADATA_ARRAY_INCREMENT private static final long GROUP_OFFSET_MASK private static final long GROUP_SIZE_MASK private static final long EXPANDED_GROUP_MASK public static final int ITEM_TYPE_STANDALONE public static final int ITEM_TYPE_GROUP_HEADER public static final int ITEM_TYPE_IN_GROUP private android.content.Context mContext private android.database.Cursor mCursor private int mCount private int mRowIdColumnIndex private int mGroupCount private long[] mGroupMetadata private android.util.SparseIntArray mPositionCache private int mLastCachedListPosition private int mLastCachedCursorPosition private int mLastCachedGroup private com.android.common.widget.GroupingListAdapter$PositionMetadata mPositionMetadata protected android.database.ContentObserver mChangeObserver protected android.database.DataSetObserver mDataSetObserver public void <init> (android.content.Context) android.content.Context context protected abstract void addGroups (android.database.Cursor) protected abstract android.view.View newStandAloneView (android.content.Context, android.view.ViewGroup) protected abstract void bindStandAloneView (android.view.View, android.content.Context, android.database.Cursor) protected abstract android.view.View newGroupView (android.content.Context, android.view.ViewGroup) protected abstract void bindGroupView (android.view.View, android.content.Context, android.database.Cursor, int, boolean) protected abstract android.view.View newChildView (android.content.Context, android.view.ViewGroup) protected abstract void bindChildView (android.view.View, android.content.Context, android.database.Cursor) private void resetCache () protected void onContentChanged () public void changeCursor (android.database.Cursor) android.database.Cursor cursor public android.database.Cursor getCursor () private void findGroups () protected void addGroup (int, int, boolean) int newSize long[] array int cursorPosition int size boolean expanded long metadata private int idealLongArraySize (int) int need private int idealByteArraySize (int) int i int need public int getCount () long metadata int offset boolean expanded int size int i int cursorPosition int count public void obtainPositionMetadata (com.android.common.widget.GroupingListAdapter$PositionMetadata, int) long descriptor int index long group int offset boolean expanded int size int i com.android.common.widget.GroupingListAdapter$PositionMetadata metadata int position int listPosition int cursorPosition int firstGroupToCheck public boolean isGroupHeader (int) int position public int getGroupSize (int) int position public void toggleGroup (int) int position public int getViewTypeCount () public int getItemViewType (int) int position public java.lang.Object getItem (int) int position public long getItemId (int) int position Object item public android.view.View getView (int, android.view.View, android.view.ViewGroup) int position android.view.View convertView android.view.ViewGroup parent android.view.View view }
com/android/providers/
com/android/providers/telephony/
com/android/providers/telephony/CarrierDatabaseHelper.class
CarrierDatabaseHelper.java package com.android.providers.telephony public com.android.providers.telephony.CarrierDatabaseHelper extends android.database.sqlite.SQLiteOpenHelper { private static final String TAG private static final String DATABASE_NAME public static final String CARRIER_KEY_TABLE private static final int DATABASE_VERSION public static final String KEY_TYPE public static final String MCC public static final String MNC public static final String CARRIER_ID public static final String PUBLIC_KEY public static final String KEY_IDENTIFIER public static final String EXPIRATION_TIME public static final String LAST_MODIFIED private static final java.util.List CARRIERS_UNIQUE_FIELDS private static final String TEMPORARY_CARRIER_KEY_TABLE public void <init> (android.content.Context) android.content.Context context public static java.lang.String getStringForCarrierKeyTableCreation (java.lang.String) String tableName public void onCreate (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db public void createCarrierTable (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db public void dropCarrierTable (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db public void onUpgrade (android.database.sqlite.SQLiteDatabase, int, int) android.database.sqlite.SQLiteDatabase db int oldVersion int newVersion private void renameCarrierTable (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db private void copyContents (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db String copyStr private void dropTemporaryTable (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db static void <clinit> () }
com/android/providers/telephony/CarrierIdProto$1.class
CarrierIdProto.java package com.android.providers.telephony synthetic com.android.providers.telephony.CarrierIdProto$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke static void <clinit> () }
com/android/providers/telephony/CarrierIdProto$CarrierAttribute$Builder.class
CarrierIdProto.java package com.android.providers.telephony public final com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder extends com.google.protobuf.GeneratedMessageLite$Builder implements com.android.providers.telephony.CarrierIdProto$CarrierAttributeOrBuilder { private void <init> () public java.util.List getMccmncTupleList () public int getMccmncTupleCount () public java.lang.String getMccmncTuple (int) int index public com.google.protobuf.ByteString getMccmncTupleBytes (int) int index public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder setMccmncTuple (int, java.lang.String) int index String value public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder addMccmncTuple (java.lang.String) String value public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder addAllMccmncTuple (java.lang.Iterable) Iterable values public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder clearMccmncTuple () public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder addMccmncTupleBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public java.util.List getImsiPrefixXpatternList () public int getImsiPrefixXpatternCount () public java.lang.String getImsiPrefixXpattern (int) int index public com.google.protobuf.ByteString getImsiPrefixXpatternBytes (int) int index public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder setImsiPrefixXpattern (int, java.lang.String) int index String value public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder addImsiPrefixXpattern (java.lang.String) String value public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder addAllImsiPrefixXpattern (java.lang.Iterable) Iterable values public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder clearImsiPrefixXpattern () public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder addImsiPrefixXpatternBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public java.util.List getSpnList () public int getSpnCount () public java.lang.String getSpn (int) int index public com.google.protobuf.ByteString getSpnBytes (int) int index public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder setSpn (int, java.lang.String) int index String value public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder addSpn (java.lang.String) String value public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder addAllSpn (java.lang.Iterable) Iterable values public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder clearSpn () public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder addSpnBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public java.util.List getPlmnList () public int getPlmnCount () public java.lang.String getPlmn (int) int index public com.google.protobuf.ByteString getPlmnBytes (int) int index public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder setPlmn (int, java.lang.String) int index String value public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder addPlmn (java.lang.String) String value public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder addAllPlmn (java.lang.Iterable) Iterable values public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder clearPlmn () public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder addPlmnBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public java.util.List getGid1List () public int getGid1Count () public java.lang.String getGid1 (int) int index public com.google.protobuf.ByteString getGid1Bytes (int) int index public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder setGid1 (int, java.lang.String) int index String value public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder addGid1 (java.lang.String) String value public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder addAllGid1 (java.lang.Iterable) Iterable values public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder clearGid1 () public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder addGid1Bytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public java.util.List getGid2List () public int getGid2Count () public java.lang.String getGid2 (int) int index public com.google.protobuf.ByteString getGid2Bytes (int) int index public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder setGid2 (int, java.lang.String) int index String value public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder addGid2 (java.lang.String) String value public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder addAllGid2 (java.lang.Iterable) Iterable values public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder clearGid2 () public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder addGid2Bytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public java.util.List getPreferredApnList () public int getPreferredApnCount () public java.lang.String getPreferredApn (int) int index public com.google.protobuf.ByteString getPreferredApnBytes (int) int index public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder setPreferredApn (int, java.lang.String) int index String value public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder addPreferredApn (java.lang.String) String value public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder addAllPreferredApn (java.lang.Iterable) Iterable values public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder clearPreferredApn () public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder addPreferredApnBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public java.util.List getIccidPrefixList () public int getIccidPrefixCount () public java.lang.String getIccidPrefix (int) int index public com.google.protobuf.ByteString getIccidPrefixBytes (int) int index public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder setIccidPrefix (int, java.lang.String) int index String value public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder addIccidPrefix (java.lang.String) String value public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder addAllIccidPrefix (java.lang.Iterable) Iterable values public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder clearIccidPrefix () public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder addIccidPrefixBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public java.util.List getPrivilegeAccessRuleList () public int getPrivilegeAccessRuleCount () public java.lang.String getPrivilegeAccessRule (int) int index public com.google.protobuf.ByteString getPrivilegeAccessRuleBytes (int) int index public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder setPrivilegeAccessRule (int, java.lang.String) int index String value public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder addPrivilegeAccessRule (java.lang.String) String value public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder addAllPrivilegeAccessRule (java.lang.Iterable) Iterable values public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder clearPrivilegeAccessRule () public com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder addPrivilegeAccessRuleBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value }
com/android/providers/telephony/CarrierIdProto$CarrierAttribute.class
CarrierIdProto.java package com.android.providers.telephony public final com.android.providers.telephony.CarrierIdProto$CarrierAttribute extends com.google.protobuf.GeneratedMessageLite implements com.android.providers.telephony.CarrierIdProto$CarrierAttributeOrBuilder { public static final int MCCMNC_TUPLE_FIELD_NUMBER private com.google.protobuf.Internal$ProtobufList mccmncTuple_ public static final int IMSI_PREFIX_XPATTERN_FIELD_NUMBER private com.google.protobuf.Internal$ProtobufList imsiPrefixXpattern_ public static final int SPN_FIELD_NUMBER private com.google.protobuf.Internal$ProtobufList spn_ public static final int PLMN_FIELD_NUMBER private com.google.protobuf.Internal$ProtobufList plmn_ public static final int GID1_FIELD_NUMBER private com.google.protobuf.Internal$ProtobufList gid1_ public static final int GID2_FIELD_NUMBER private com.google.protobuf.Internal$ProtobufList gid2_ public static final int PREFERRED_APN_FIELD_NUMBER private com.google.protobuf.Internal$ProtobufList preferredApn_ public static final int ICCID_PREFIX_FIELD_NUMBER private com.google.protobuf.Internal$ProtobufList iccidPrefix_ public static final int PRIVILEGE_ACCESS_RULE_FIELD_NUMBER private com.google.protobuf.Internal$ProtobufList privilegeAccessRule_ private static final com.android.providers.telephony.CarrierIdProto$CarrierAttribute DEFAULT_INSTANCE private static volatile com.google.protobuf.Parser PARSER private void <init> () public java.util.List getMccmncTupleList () public int getMccmncTupleCount () public java.lang.String getMccmncTuple (int) int index public com.google.protobuf.ByteString getMccmncTupleBytes (int) int index private void ensureMccmncTupleIsMutable () com.google.protobuf.Internal$ProtobufList tmp private void setMccmncTuple (int, java.lang.String) int index String value private void addMccmncTuple (java.lang.String) String value private void addAllMccmncTuple (java.lang.Iterable) Iterable values private void clearMccmncTuple () private void addMccmncTupleBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public java.util.List getImsiPrefixXpatternList () public int getImsiPrefixXpatternCount () public java.lang.String getImsiPrefixXpattern (int) int index public com.google.protobuf.ByteString getImsiPrefixXpatternBytes (int) int index private void ensureImsiPrefixXpatternIsMutable () com.google.protobuf.Internal$ProtobufList tmp private void setImsiPrefixXpattern (int, java.lang.String) int index String value private void addImsiPrefixXpattern (java.lang.String) String value private void addAllImsiPrefixXpattern (java.lang.Iterable) Iterable values private void clearImsiPrefixXpattern () private void addImsiPrefixXpatternBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public java.util.List getSpnList () public int getSpnCount () public java.lang.String getSpn (int) int index public com.google.protobuf.ByteString getSpnBytes (int) int index private void ensureSpnIsMutable () com.google.protobuf.Internal$ProtobufList tmp private void setSpn (int, java.lang.String) int index String value private void addSpn (java.lang.String) String value private void addAllSpn (java.lang.Iterable) Iterable values private void clearSpn () private void addSpnBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public java.util.List getPlmnList () public int getPlmnCount () public java.lang.String getPlmn (int) int index public com.google.protobuf.ByteString getPlmnBytes (int) int index private void ensurePlmnIsMutable () com.google.protobuf.Internal$ProtobufList tmp private void setPlmn (int, java.lang.String) int index String value private void addPlmn (java.lang.String) String value private void addAllPlmn (java.lang.Iterable) Iterable values private void clearPlmn () private void addPlmnBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public java.util.List getGid1List () public int getGid1Count () public java.lang.String getGid1 (int) int index public com.google.protobuf.ByteString getGid1Bytes (int) int index private void ensureGid1IsMutable () com.google.protobuf.Internal$ProtobufList tmp private void setGid1 (int, java.lang.String) int index String value private void addGid1 (java.lang.String) String value private void addAllGid1 (java.lang.Iterable) Iterable values private void clearGid1 () private void addGid1Bytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public java.util.List getGid2List () public int getGid2Count () public java.lang.String getGid2 (int) int index public com.google.protobuf.ByteString getGid2Bytes (int) int index private void ensureGid2IsMutable () com.google.protobuf.Internal$ProtobufList tmp private void setGid2 (int, java.lang.String) int index String value private void addGid2 (java.lang.String) String value private void addAllGid2 (java.lang.Iterable) Iterable values private void clearGid2 () private void addGid2Bytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public java.util.List getPreferredApnList () public int getPreferredApnCount () public java.lang.String getPreferredApn (int) int index public com.google.protobuf.ByteString getPreferredApnBytes (int) int index private void ensurePreferredApnIsMutable () com.google.protobuf.Internal$ProtobufList tmp private void setPreferredApn (int, java.lang.String) int index String value private void addPreferredApn (java.lang.String) String value private void addAllPreferredApn (java.lang.Iterable) Iterable values private void clearPreferredApn () private void addPreferredApnBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public java.util.List getIccidPrefixList () public int getIccidPrefixCount () public java.lang.String getIccidPrefix (int) int index public com.google.protobuf.ByteString getIccidPrefixBytes (int) int index private void ensureIccidPrefixIsMutable () com.google.protobuf.Internal$ProtobufList tmp private void setIccidPrefix (int, java.lang.String) int index String value private void addIccidPrefix (java.lang.String) String value private void addAllIccidPrefix (java.lang.Iterable) Iterable values private void clearIccidPrefix () private void addIccidPrefixBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public java.util.List getPrivilegeAccessRuleList () public int getPrivilegeAccessRuleCount () public java.lang.String getPrivilegeAccessRule (int) int index public com.google.protobuf.ByteString getPrivilegeAccessRuleBytes (int) int index private void ensurePrivilegeAccessRuleIsMutable () com.google.protobuf.Internal$ProtobufList tmp private void setPrivilegeAccessRule (int, java.lang.String) int index String value private void addPrivilegeAccessRule (java.lang.String) String value private void addAllPrivilegeAccessRule (java.lang.Iterable) Iterable values private void clearPrivilegeAccessRule () private void addPrivilegeAccessRuleBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public static com.android.providers.telephony.CarrierIdProto$CarrierAttribute parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.providers.telephony.CarrierIdProto$CarrierAttribute parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.providers.telephony.CarrierIdProto$CarrierAttribute parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.android.providers.telephony.CarrierIdProto$CarrierAttribute parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.providers.telephony.CarrierIdProto$CarrierAttribute parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.android.providers.telephony.CarrierIdProto$CarrierAttribute parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.providers.telephony.CarrierIdProto$CarrierAttribute parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.providers.telephony.CarrierIdProto$CarrierAttribute parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.providers.telephony.CarrierIdProto$CarrierAttribute parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.providers.telephony.CarrierIdProto$CarrierAttribute parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.providers.telephony.CarrierIdProto$CarrierAttribute parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.android.providers.telephony.CarrierIdProto$CarrierAttribute parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder newBuilder () public static com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder newBuilder (com.android.providers.telephony.CarrierIdProto$CarrierAttribute) com.android.providers.telephony.CarrierIdProto$CarrierAttribute prototype protected final java.lang.Object dynamicMethod (com.google.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.google.protobuf.Parser parser com.google.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.providers.telephony.CarrierIdProto$CarrierAttribute getDefaultInstance () public static com.google.protobuf.Parser parser () static void <clinit> () com.android.providers.telephony.CarrierIdProto$CarrierAttribute defaultInstance }
com/android/providers/telephony/CarrierIdProto$CarrierAttributeOrBuilder.class
CarrierIdProto.java package com.android.providers.telephony public abstract com.android.providers.telephony.CarrierIdProto$CarrierAttributeOrBuilder extends java.lang.Object implements com.google.protobuf.MessageLiteOrBuilder { public abstract java.util.List getMccmncTupleList () public abstract int getMccmncTupleCount () public abstract java.lang.String getMccmncTuple (int) public abstract com.google.protobuf.ByteString getMccmncTupleBytes (int) public abstract java.util.List getImsiPrefixXpatternList () public abstract int getImsiPrefixXpatternCount () public abstract java.lang.String getImsiPrefixXpattern (int) public abstract com.google.protobuf.ByteString getImsiPrefixXpatternBytes (int) public abstract java.util.List getSpnList () public abstract int getSpnCount () public abstract java.lang.String getSpn (int) public abstract com.google.protobuf.ByteString getSpnBytes (int) public abstract java.util.List getPlmnList () public abstract int getPlmnCount () public abstract java.lang.String getPlmn (int) public abstract com.google.protobuf.ByteString getPlmnBytes (int) public abstract java.util.List getGid1List () public abstract int getGid1Count () public abstract java.lang.String getGid1 (int) public abstract com.google.protobuf.ByteString getGid1Bytes (int) public abstract java.util.List getGid2List () public abstract int getGid2Count () public abstract java.lang.String getGid2 (int) public abstract com.google.protobuf.ByteString getGid2Bytes (int) public abstract java.util.List getPreferredApnList () public abstract int getPreferredApnCount () public abstract java.lang.String getPreferredApn (int) public abstract com.google.protobuf.ByteString getPreferredApnBytes (int) public abstract java.util.List getIccidPrefixList () public abstract int getIccidPrefixCount () public abstract java.lang.String getIccidPrefix (int) public abstract com.google.protobuf.ByteString getIccidPrefixBytes (int) public abstract java.util.List getPrivilegeAccessRuleList () public abstract int getPrivilegeAccessRuleCount () public abstract java.lang.String getPrivilegeAccessRule (int) public abstract com.google.protobuf.ByteString getPrivilegeAccessRuleBytes (int) }
com/android/providers/telephony/CarrierIdProto$CarrierId$Builder.class
CarrierIdProto.java package com.android.providers.telephony public final com.android.providers.telephony.CarrierIdProto$CarrierId$Builder extends com.google.protobuf.GeneratedMessageLite$Builder implements com.android.providers.telephony.CarrierIdProto$CarrierIdOrBuilder { private void <init> () public boolean hasCanonicalId () public int getCanonicalId () public com.android.providers.telephony.CarrierIdProto$CarrierId$Builder setCanonicalId (int) int value public com.android.providers.telephony.CarrierIdProto$CarrierId$Builder clearCanonicalId () public boolean hasCarrierName () public java.lang.String getCarrierName () public com.google.protobuf.ByteString getCarrierNameBytes () public com.android.providers.telephony.CarrierIdProto$CarrierId$Builder setCarrierName (java.lang.String) String value public com.android.providers.telephony.CarrierIdProto$CarrierId$Builder clearCarrierName () public com.android.providers.telephony.CarrierIdProto$CarrierId$Builder setCarrierNameBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public java.util.List getCarrierAttributeList () public int getCarrierAttributeCount () public com.android.providers.telephony.CarrierIdProto$CarrierAttribute getCarrierAttribute (int) int index public com.android.providers.telephony.CarrierIdProto$CarrierId$Builder setCarrierAttribute (int, com.android.providers.telephony.CarrierIdProto$CarrierAttribute) int index com.android.providers.telephony.CarrierIdProto$CarrierAttribute value public com.android.providers.telephony.CarrierIdProto$CarrierId$Builder setCarrierAttribute (int, com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder) int index com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder builderForValue public com.android.providers.telephony.CarrierIdProto$CarrierId$Builder addCarrierAttribute (com.android.providers.telephony.CarrierIdProto$CarrierAttribute) com.android.providers.telephony.CarrierIdProto$CarrierAttribute value public com.android.providers.telephony.CarrierIdProto$CarrierId$Builder addCarrierAttribute (int, com.android.providers.telephony.CarrierIdProto$CarrierAttribute) int index com.android.providers.telephony.CarrierIdProto$CarrierAttribute value public com.android.providers.telephony.CarrierIdProto$CarrierId$Builder addCarrierAttribute (com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder) com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder builderForValue public com.android.providers.telephony.CarrierIdProto$CarrierId$Builder addCarrierAttribute (int, com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder) int index com.android.providers.telephony.CarrierIdProto$CarrierAttribute$Builder builderForValue public com.android.providers.telephony.CarrierIdProto$CarrierId$Builder addAllCarrierAttribute (java.lang.Iterable) Iterable values public com.android.providers.telephony.CarrierIdProto$CarrierId$Builder clearCarrierAttribute () public com.android.providers.telephony.CarrierIdProto$CarrierId$Builder removeCarrierAttribute (int) int index public boolean hasParentCanonicalId () public int getParentCanonicalId () public com.android.providers.telephony.CarrierIdProto$CarrierId$Builder setParentCanonicalId (int) int value public com.android.providers.telephony.CarrierIdProto$CarrierId$Builder clearParentCanonicalId () }
com/android/providers/telephony/CarrierIdProto$CarrierId.class
CarrierIdProto.java package com.android.providers.telephony public final com.android.providers.telephony.CarrierIdProto$CarrierId extends com.google.protobuf.GeneratedMessageLite implements com.android.providers.telephony.CarrierIdProto$CarrierIdOrBuilder { private int bitField0_ public static final int CANONICAL_ID_FIELD_NUMBER private int canonicalId_ public static final int CARRIER_NAME_FIELD_NUMBER private String carrierName_ public static final int CARRIER_ATTRIBUTE_FIELD_NUMBER private com.google.protobuf.Internal$ProtobufList carrierAttribute_ public static final int PARENT_CANONICAL_ID_FIELD_NUMBER private int parentCanonicalId_ private static final com.android.providers.telephony.CarrierIdProto$CarrierId DEFAULT_INSTANCE private static volatile com.google.protobuf.Parser PARSER private void <init> () public boolean hasCanonicalId () public int getCanonicalId () private void setCanonicalId (int) int value private void clearCanonicalId () public boolean hasCarrierName () public java.lang.String getCarrierName () public com.google.protobuf.ByteString getCarrierNameBytes () private void setCarrierName (java.lang.String) String value private void clearCarrierName () private void setCarrierNameBytes (com.google.protobuf.ByteString) com.google.protobuf.ByteString value public java.util.List getCarrierAttributeList () public java.util.List getCarrierAttributeOrBuilderList () public int getCarrierAttributeCount () public com.android.providers.telephony.CarrierIdProto$CarrierAttribute getCarrierAttribute (int) int index public com.android.providers.telephony.CarrierIdProto$CarrierAttributeOrBuilder getCarrierAttributeOrBuilder (int) int index private void ensureCarrierAttributeIsMutable () com.google.protobuf.Internal$ProtobufList tmp private void setCarrierAttribute (int, com.android.providers.telephony.CarrierIdProto$CarrierAttribute) int index com.android.providers.telephony.CarrierIdProto$CarrierAttribute value private void addCarrierAttribute (com.android.providers.telephony.CarrierIdProto$CarrierAttribute) com.android.providers.telephony.CarrierIdProto$CarrierAttribute value private void addCarrierAttribute (int, com.android.providers.telephony.CarrierIdProto$CarrierAttribute) int index com.android.providers.telephony.CarrierIdProto$CarrierAttribute value private void addAllCarrierAttribute (java.lang.Iterable) Iterable values private void clearCarrierAttribute () private void removeCarrierAttribute (int) int index public boolean hasParentCanonicalId () public int getParentCanonicalId () private void setParentCanonicalId (int) int value private void clearParentCanonicalId () public static com.android.providers.telephony.CarrierIdProto$CarrierId parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.providers.telephony.CarrierIdProto$CarrierId parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.providers.telephony.CarrierIdProto$CarrierId parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.android.providers.telephony.CarrierIdProto$CarrierId parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.providers.telephony.CarrierIdProto$CarrierId parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.android.providers.telephony.CarrierIdProto$CarrierId parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.providers.telephony.CarrierIdProto$CarrierId parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.providers.telephony.CarrierIdProto$CarrierId parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.providers.telephony.CarrierIdProto$CarrierId parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.providers.telephony.CarrierIdProto$CarrierId parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.providers.telephony.CarrierIdProto$CarrierId parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.android.providers.telephony.CarrierIdProto$CarrierId parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.providers.telephony.CarrierIdProto$CarrierId$Builder newBuilder () public static com.android.providers.telephony.CarrierIdProto$CarrierId$Builder newBuilder (com.android.providers.telephony.CarrierIdProto$CarrierId) com.android.providers.telephony.CarrierIdProto$CarrierId prototype protected final java.lang.Object dynamicMethod (com.google.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.google.protobuf.Parser parser com.google.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.providers.telephony.CarrierIdProto$CarrierId getDefaultInstance () public static com.google.protobuf.Parser parser () static void <clinit> () com.android.providers.telephony.CarrierIdProto$CarrierId defaultInstance }
com/android/providers/telephony/CarrierIdProto$CarrierIdOrBuilder.class
CarrierIdProto.java package com.android.providers.telephony public abstract com.android.providers.telephony.CarrierIdProto$CarrierIdOrBuilder extends java.lang.Object implements com.google.protobuf.MessageLiteOrBuilder { public abstract boolean hasCanonicalId () public abstract int getCanonicalId () public abstract boolean hasCarrierName () public abstract java.lang.String getCarrierName () public abstract com.google.protobuf.ByteString getCarrierNameBytes () public abstract java.util.List getCarrierAttributeList () public abstract com.android.providers.telephony.CarrierIdProto$CarrierAttribute getCarrierAttribute (int) public abstract int getCarrierAttributeCount () public abstract boolean hasParentCanonicalId () public abstract int getParentCanonicalId () }
com/android/providers/telephony/CarrierIdProto$CarrierList$Builder.class
CarrierIdProto.java package com.android.providers.telephony public final com.android.providers.telephony.CarrierIdProto$CarrierList$Builder extends com.google.protobuf.GeneratedMessageLite$Builder implements com.android.providers.telephony.CarrierIdProto$CarrierListOrBuilder { private void <init> () public java.util.List getCarrierIdList () public int getCarrierIdCount () public com.android.providers.telephony.CarrierIdProto$CarrierId getCarrierId (int) int index public com.android.providers.telephony.CarrierIdProto$CarrierList$Builder setCarrierId (int, com.android.providers.telephony.CarrierIdProto$CarrierId) int index com.android.providers.telephony.CarrierIdProto$CarrierId value public com.android.providers.telephony.CarrierIdProto$CarrierList$Builder setCarrierId (int, com.android.providers.telephony.CarrierIdProto$CarrierId$Builder) int index com.android.providers.telephony.CarrierIdProto$CarrierId$Builder builderForValue public com.android.providers.telephony.CarrierIdProto$CarrierList$Builder addCarrierId (com.android.providers.telephony.CarrierIdProto$CarrierId) com.android.providers.telephony.CarrierIdProto$CarrierId value public com.android.providers.telephony.CarrierIdProto$CarrierList$Builder addCarrierId (int, com.android.providers.telephony.CarrierIdProto$CarrierId) int index com.android.providers.telephony.CarrierIdProto$CarrierId value public com.android.providers.telephony.CarrierIdProto$CarrierList$Builder addCarrierId (com.android.providers.telephony.CarrierIdProto$CarrierId$Builder) com.android.providers.telephony.CarrierIdProto$CarrierId$Builder builderForValue public com.android.providers.telephony.CarrierIdProto$CarrierList$Builder addCarrierId (int, com.android.providers.telephony.CarrierIdProto$CarrierId$Builder) int index com.android.providers.telephony.CarrierIdProto$CarrierId$Builder builderForValue public com.android.providers.telephony.CarrierIdProto$CarrierList$Builder addAllCarrierId (java.lang.Iterable) Iterable values public com.android.providers.telephony.CarrierIdProto$CarrierList$Builder clearCarrierId () public com.android.providers.telephony.CarrierIdProto$CarrierList$Builder removeCarrierId (int) int index public boolean hasVersion () public int getVersion () public com.android.providers.telephony.CarrierIdProto$CarrierList$Builder setVersion (int) int value public com.android.providers.telephony.CarrierIdProto$CarrierList$Builder clearVersion () }
com/android/providers/telephony/CarrierIdProto$CarrierList.class
CarrierIdProto.java package com.android.providers.telephony public final com.android.providers.telephony.CarrierIdProto$CarrierList extends com.google.protobuf.GeneratedMessageLite implements com.android.providers.telephony.CarrierIdProto$CarrierListOrBuilder { private int bitField0_ public static final int CARRIER_ID_FIELD_NUMBER private com.google.protobuf.Internal$ProtobufList carrierId_ public static final int VERSION_FIELD_NUMBER private int version_ private static final com.android.providers.telephony.CarrierIdProto$CarrierList DEFAULT_INSTANCE private static volatile com.google.protobuf.Parser PARSER private void <init> () public java.util.List getCarrierIdList () public java.util.List getCarrierIdOrBuilderList () public int getCarrierIdCount () public com.android.providers.telephony.CarrierIdProto$CarrierId getCarrierId (int) int index public com.android.providers.telephony.CarrierIdProto$CarrierIdOrBuilder getCarrierIdOrBuilder (int) int index private void ensureCarrierIdIsMutable () com.google.protobuf.Internal$ProtobufList tmp private void setCarrierId (int, com.android.providers.telephony.CarrierIdProto$CarrierId) int index com.android.providers.telephony.CarrierIdProto$CarrierId value private void addCarrierId (com.android.providers.telephony.CarrierIdProto$CarrierId) com.android.providers.telephony.CarrierIdProto$CarrierId value private void addCarrierId (int, com.android.providers.telephony.CarrierIdProto$CarrierId) int index com.android.providers.telephony.CarrierIdProto$CarrierId value private void addAllCarrierId (java.lang.Iterable) Iterable values private void clearCarrierId () private void removeCarrierId (int) int index public boolean hasVersion () public int getVersion () private void setVersion (int) int value private void clearVersion () public static com.android.providers.telephony.CarrierIdProto$CarrierList parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public static com.android.providers.telephony.CarrierIdProto$CarrierList parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.providers.telephony.CarrierIdProto$CarrierList parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public static com.android.providers.telephony.CarrierIdProto$CarrierList parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.providers.telephony.CarrierIdProto$CarrierList parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public static com.android.providers.telephony.CarrierIdProto$CarrierList parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.providers.telephony.CarrierIdProto$CarrierList parseFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.providers.telephony.CarrierIdProto$CarrierList parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.providers.telephony.CarrierIdProto$CarrierList parseDelimitedFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input public static com.android.providers.telephony.CarrierIdProto$CarrierList parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.providers.telephony.CarrierIdProto$CarrierList parseFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public static com.android.providers.telephony.CarrierIdProto$CarrierList parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public static com.android.providers.telephony.CarrierIdProto$CarrierList$Builder newBuilder () public static com.android.providers.telephony.CarrierIdProto$CarrierList$Builder newBuilder (com.android.providers.telephony.CarrierIdProto$CarrierList) com.android.providers.telephony.CarrierIdProto$CarrierList prototype protected final java.lang.Object dynamicMethod (com.google.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) Object[] objects String info com.google.protobuf.Parser parser com.google.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 Object arg1 public static com.android.providers.telephony.CarrierIdProto$CarrierList getDefaultInstance () public static com.google.protobuf.Parser parser () static void <clinit> () com.android.providers.telephony.CarrierIdProto$CarrierList defaultInstance }
com/android/providers/telephony/CarrierIdProto$CarrierListOrBuilder.class
CarrierIdProto.java package com.android.providers.telephony public abstract com.android.providers.telephony.CarrierIdProto$CarrierListOrBuilder extends java.lang.Object implements com.google.protobuf.MessageLiteOrBuilder { public abstract java.util.List getCarrierIdList () public abstract com.android.providers.telephony.CarrierIdProto$CarrierId getCarrierId (int) public abstract int getCarrierIdCount () public abstract boolean hasVersion () public abstract int getVersion () }
com/android/providers/telephony/CarrierIdProto.class
CarrierIdProto.java package com.android.providers.telephony public final com.android.providers.telephony.CarrierIdProto extends java.lang.Object { private void <init> () public static void registerAllExtensions (com.google.protobuf.ExtensionRegistryLite) com.google.protobuf.ExtensionRegistryLite registry static void <clinit> () }
com/android/providers/telephony/CarrierIdProvider$CarrierIdDatabaseHelper.class
CarrierIdProvider.java package com.android.providers.telephony com.android.providers.telephony.CarrierIdProvider$CarrierIdDatabaseHelper extends android.database.sqlite.SQLiteOpenHelper { private final String TAG final synthetic com.android.providers.telephony.CarrierIdProvider this$0 public void <init> (com.android.providers.telephony.CarrierIdProvider, android.content.Context) android.content.Context context public void onCreate (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db public void createCarrierTable (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db public void dropCarrierTable (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db public void onUpgrade (android.database.sqlite.SQLiteDatabase, int, int) android.database.sqlite.SQLiteDatabase db int oldVersion int newVersion }
com/android/providers/telephony/CarrierIdProvider.class
CarrierIdProvider.java package com.android.providers.telephony public com.android.providers.telephony.CarrierIdProvider extends android.content.ContentProvider { private static final boolean VDBG private static final String TAG private static final String DATABASE_NAME private static final int DATABASE_VERSION private static final String ASSETS_PB_FILE private static final String VERSION_KEY private static final int VERSION_BITMASK private static final String OTA_UPDATED_PB_PATH private static final String PREF_FILE private static final String OVERRIDE_PB_PATH private static final android.content.UriMatcher s_urlMatcher private static final int URL_ALL private static final int URL_ALL_UPDATE_FROM_PB private static final int URL_ALL_GET_VERSION private static final int MCCMNC_INDEX private static final int IMSI_PREFIX_INDEX private static final int GID1_INDEX private static final int GID2_INDEX private static final int PLMN_INDEX private static final int SPN_INDEX private static final int APN_INDEX private static final int ICCID_PREFIX_INDEX private static final int PRIVILEGE_ACCESS_RULE private static final int CARRIER_ATTR_END_IDX public static final String AUTHORITY public static final String CARRIER_ID_TABLE private static final java.util.List CARRIERS_ID_UNIQUE_FIELDS private com.android.providers.telephony.CarrierIdProvider$CarrierIdDatabaseHelper mDbHelper private final java.util.Map mCurrentSubscriptionMap public void <init> () public static java.lang.String getStringForCarrierIdTableCreation (java.lang.String) String tableName public static java.lang.String getStringForIndexCreation (java.lang.String) String tableName public boolean onCreate () public java.lang.String getType (android.net.Uri) android.net.Uri uri public android.database.Cursor query (android.net.Uri, java.lang.String[], java.lang.String, java.lang.String[], java.lang.String) android.database.MatrixCursor cursor android.database.sqlite.SQLiteQueryBuilder qb android.database.sqlite.SQLiteDatabase db android.net.Uri uri String[] projectionIn String selection String[] selectionArgs String sortOrder int match public android.net.Uri insert (android.net.Uri, android.content.ContentValues) android.net.Uri newUri long row android.net.Uri uri android.content.ContentValues values int match public int delete (android.net.Uri, java.lang.String, java.lang.String[]) int count android.net.Uri uri String selection String[] selectionArgs int match public int update (android.net.Uri, android.content.ContentValues, java.lang.String, java.lang.String[]) int count android.net.Uri uri android.content.ContentValues values String selection String[] selectionArgs int match android.database.sqlite.SQLiteDatabase getReadableDatabase () android.database.sqlite.SQLiteDatabase getWritableDatabase () private int updateDatabaseFromPb (android.database.sqlite.SQLiteDatabase) android.content.ContentValues contentVal com.android.providers.telephony.nano.CarrierIdProto$CarrierAttribute attr android.content.ContentValues cv java.util.List cvs com.android.providers.telephony.nano.CarrierIdProto$CarrierId id android.database.sqlite.SQLiteDatabase db int rows com.android.providers.telephony.nano.CarrierIdProto$CarrierList carrierList private void convertCarrierAttrToContentValues (android.content.ContentValues, java.util.List, com.android.providers.telephony.nano.CarrierIdProto$CarrierAttribute, int) android.content.ContentValues carrier String str String str String str String str String str String str String str String str String str android.content.ContentValues cv java.util.List cvs com.android.providers.telephony.nano.CarrierIdProto$CarrierAttribute attr int index boolean found private com.android.providers.telephony.nano.CarrierIdProto$CarrierList getUpdateCarrierList () java.io.IOException ex java.io.IOException ex int version com.android.providers.telephony.nano.CarrierIdProto$CarrierList carrierList com.android.providers.telephony.nano.CarrierIdProto$CarrierList assets com.android.providers.telephony.nano.CarrierIdProto$CarrierList ota java.io.InputStream is java.io.File testFile private int getAppliedVersion () android.content.SharedPreferences sp private void setAppliedVersion (int) int version int relative_version android.content.SharedPreferences sp android.content.SharedPreferences$Editor editor private static byte[] readInputStreamToByteArray (java.io.InputStream) throws java.io.IOException java.io.InputStream inputStream java.io.ByteArrayOutputStream buffer int nRead int size byte[] data private int updateCarrierIdForCurrentSubscription (android.net.Uri, android.content.ContentValues) int subId NumberFormatException e android.telephony.SubscriptionInfo subInfo int subscription java.util.List activeSubscriptions java.util.List subscriptionInfoList int count android.net.Uri uri android.content.ContentValues cv int subId android.telephony.SubscriptionManager sm private android.database.Cursor queryCarrierIdForCurrentSubscription (android.net.Uri, java.lang.String[]) NumberFormatException e String columnName int i android.net.Uri uri String[] projectionIn int subId android.database.MatrixCursor c android.database.MatrixCursor$RowBuilder row private void checkReadPermission () int status private void checkWritePermission () int status static void <clinit> () }
com/android/providers/telephony/CarrierProvider.class
CarrierProvider.java package com.android.providers.telephony public com.android.providers.telephony.CarrierProvider extends android.content.ContentProvider { private static final boolean VDBG private static final String TAG private com.android.providers.telephony.CarrierDatabaseHelper mDbHelper private android.database.sqlite.SQLiteDatabase mDatabase static final String PROVIDER_NAME static final String URL static final android.net.Uri CONTENT_URI public void <init> () public boolean onCreate () public java.lang.String getType (android.net.Uri) android.net.Uri uri 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[] projectionIn String selection String[] selectionArgs String sortOrder android.database.sqlite.SQLiteQueryBuilder qb android.database.sqlite.SQLiteDatabase db android.database.Cursor c public android.net.Uri insert (android.net.Uri, android.content.ContentValues) android.net.Uri newUri android.net.Uri uri android.content.ContentValues values long row public int delete (android.net.Uri, java.lang.String, java.lang.String[]) android.net.Uri uri String selection String[] selectionArgs int count 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 int count android.database.sqlite.SQLiteDatabase getReadableDatabase () android.database.sqlite.SQLiteDatabase getWritableDatabase () static void <clinit> () }
com/android/providers/telephony/HbpcdLookupDatabaseHelper.class
HbpcdLookupDatabaseHelper.java package com.android.providers.telephony public com.android.providers.telephony.HbpcdLookupDatabaseHelper extends android.database.sqlite.SQLiteOpenHelper { private static final String TAG private static final boolean DBG private static final String DATABASE_NAME private static final int DATABASE_VERSION private static final int IDLE_CONNECTION_TIMEOUT_MS private android.content.Context mContext public void <init> (android.content.Context) android.content.Context context public void onCreate (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db public void onUpgrade (android.database.sqlite.SQLiteDatabase, int, int) android.database.sqlite.SQLiteDatabase db int oldVersion int newVersion private void initDatabase (android.database.sqlite.SQLiteDatabase) String tableName int eventType String tagName org.xmlpull.v1.XmlPullParserException e java.io.IOException e android.database.SQLException e android.database.sqlite.SQLiteDatabase db android.content.res.Resources r android.content.res.XmlResourceParser parser private void loadTable (android.database.sqlite.SQLiteDatabase, org.xmlpull.v1.XmlPullParser, java.lang.String) throws org.xmlpull.v1.XmlPullParserException java.io.IOException android.content.ContentValues row android.database.sqlite.SQLiteDatabase db org.xmlpull.v1.XmlPullParser parser String tableName int eventType String tagName private android.content.ContentValues getTableMccIddRow (org.xmlpull.v1.XmlPullParser) throws org.xmlpull.v1.XmlPullParserException java.io.IOException org.xmlpull.v1.XmlPullParser parser int eventType String tagName android.content.ContentValues row private android.content.ContentValues getTableMccLookupTableRow (org.xmlpull.v1.XmlPullParser) throws org.xmlpull.v1.XmlPullParserException java.io.IOException org.xmlpull.v1.XmlPullParser parser int eventType String tagName android.content.ContentValues row private android.content.ContentValues getTableMccSidConflictRow (org.xmlpull.v1.XmlPullParser) throws org.xmlpull.v1.XmlPullParserException java.io.IOException org.xmlpull.v1.XmlPullParser parser int eventType String tagName android.content.ContentValues row private android.content.ContentValues getTableMccSidRangeRow (org.xmlpull.v1.XmlPullParser) throws org.xmlpull.v1.XmlPullParserException java.io.IOException org.xmlpull.v1.XmlPullParser parser int eventType String tagName android.content.ContentValues row private android.content.ContentValues getTableNanpAreaCodeRow (org.xmlpull.v1.XmlPullParser) throws org.xmlpull.v1.XmlPullParserException java.io.IOException org.xmlpull.v1.XmlPullParser parser int eventType String tagName android.content.ContentValues row private android.content.ContentValues getTableArbitraryMccSidMatch (org.xmlpull.v1.XmlPullParser) throws org.xmlpull.v1.XmlPullParserException java.io.IOException org.xmlpull.v1.XmlPullParser parser int eventType String tagName android.content.ContentValues row }
com/android/providers/telephony/HbpcdLookupProvider.class
HbpcdLookupProvider.java package com.android.providers.telephony public com.android.providers.telephony.HbpcdLookupProvider extends android.content.ContentProvider { private static boolean DBG private static final String TAG public static final String TABLE_MCC_IDD public static final String TABLE_MCC_LOOKUP_TABLE public static final String TABLE_MCC_SID_CONFLICT public static final String TABLE_MCC_SID_RANGE public static final String TABLE_NANP_AREA_CODE public static final String TABLE_ARBITRARY_MCC_SID_MATCH private static final int MCC_IDD private static final int MCC_LOOKUP_TABLE private static final int MCC_SID_CONFLICT private static final int MCC_SID_RANGE private static final int NANP_AREA_CODE private static final int ARBITRARY_MCC_SID_MATCH private static final int MCC_IDD_ID private static final int MCC_LOOKUP_TABLE_ID private static final int MCC_SID_CONFLICT_ID private static final int MCC_SID_RANGE_ID private static final int NANP_AREA_CODE_ID private static final int ARBITRARY_MCC_SID_MATCH_ID private static final android.content.UriMatcher sURIMatcher private static final java.util.HashMap sIddProjectionMap private static final java.util.HashMap sLookupProjectionMap private static final java.util.HashMap sConflictProjectionMap private static final java.util.HashMap sRangeProjectionMap private static final java.util.HashMap sNanpProjectionMap private static final java.util.HashMap sArbitraryProjectionMap private com.android.providers.telephony.HbpcdLookupDatabaseHelper mDbHelper public void <init> () public boolean onCreate () public java.lang.String getType (android.net.Uri) android.net.Uri uri public android.database.Cursor query (android.net.Uri, java.lang.String[], java.lang.String, java.lang.String[], java.lang.String) StringBuilder joinT android.net.Uri uri String[] projectionIn String selection String[] selectionArgs String sortOrder android.database.sqlite.SQLiteQueryBuilder qb String orderBy String groupBy boolean useDefaultOrder int match android.database.sqlite.SQLiteDatabase db android.database.Cursor c 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 int count android.database.sqlite.SQLiteDatabase db int match static void <clinit> () }
com/android/providers/telephony/MmsPartsCleanup.class
MmsPartsCleanup.java package com.android.providers.telephony public com.android.providers.telephony.MmsPartsCleanup extends java.lang.Object { private static final String TAG static final String PART_FILE_COUNT static final String PART_TABLE_ENTRY_COUNT static final String DELETED_COUNT public void <init> () public static void cleanupDanglingParts (android.content.Context, boolean, android.os.Bundle) android.content.Context context boolean doDelete android.os.Bundle bundle java.util.Set danglingFilePathsToDelete private static java.util.Set getAllMmsPartsInPartsDir (android.content.Context) String partsDirPath java.io.File partsDir java.io.IOException e android.content.Context context java.util.Set allMmsAttachments private static int removeReferencedPartsFromSet (java.util.Set, android.content.Context) String path android.database.Cursor partRows java.util.Set partFilePaths android.content.Context context android.database.sqlite.SQLiteDatabase db int referencedPartCount private static java.util.Set getDanglingMmsParts (android.content.Context, android.os.Bundle) android.content.Context context android.os.Bundle bundle java.util.Set allExistingMmsAttachments private static synthetic boolean lambda$getAllMmsPartsInPartsDir$2 (java.lang.String) String path private static synthetic java.lang.String lambda$getAllMmsPartsInPartsDir$1 (java.io.File) java.io.IOException e java.io.File p private static synthetic void lambda$cleanupDanglingParts$0 (boolean, java.lang.String) boolean doDelete String path java.io.File partFile }
com/android/providers/telephony/MmsProvider$1.class
MmsProvider.java package com.android.providers.telephony com.android.providers.telephony.MmsProvider$1 extends android.content.BroadcastReceiver { final synthetic com.android.providers.telephony.MmsProvider this$0 void <init> (com.android.providers.telephony.MmsProvider) com.android.providers.telephony.MmsProvider this$0 public void onReceive (android.content.Context, android.content.Intent) String selectionBySubIds android.os.UserHandle userToBeRemoved android.os.UserManager userManager android.net.Uri uri android.database.sqlite.SQLiteDatabase db long token String selectionBySubIds int deletedRows android.content.Context context android.content.Intent intent }
com/android/providers/telephony/MmsProvider$ProviderUtilWrapper.class
MmsProvider.java package com.android.providers.telephony public com.android.providers.telephony.MmsProvider$ProviderUtilWrapper extends java.lang.Object { public void <init> () public boolean isAccessRestricted (android.content.Context, java.lang.String, int) android.content.Context context String packageName int uid }
com/android/providers/telephony/MmsProvider.class
MmsProvider.java package com.android.providers.telephony public com.android.providers.telephony.MmsProvider extends android.content.ContentProvider { static final String TABLE_PDU static final String TABLE_ADDR static final String TABLE_PART static final String TABLE_RATE static final String TABLE_DRM static final String TABLE_WORDS static final String VIEW_PDU_RESTRICTED static final String PARTS_DIR_NAME private com.android.providers.telephony.MmsProvider$ProviderUtilWrapper providerUtilWrapper private static final String TAG private static final String VND_ANDROID_MMS private static final String VND_ANDROID_DIR_MMS private static final boolean DEBUG private static final boolean LOCAL_LOGV private static final int MMS_ALL private static final int MMS_ALL_ID private static final int MMS_INBOX private static final int MMS_INBOX_ID private static final int MMS_SENT private static final int MMS_SENT_ID private static final int MMS_DRAFTS private static final int MMS_DRAFTS_ID private static final int MMS_OUTBOX private static final int MMS_OUTBOX_ID private static final int MMS_ALL_PART private static final int MMS_MSG_PART private static final int MMS_PART_ID private static final int MMS_MSG_ADDR private static final int MMS_SENDING_RATE private static final int MMS_REPORT_STATUS private static final int MMS_REPORT_REQUEST private static final int MMS_DRM_STORAGE private static final int MMS_DRM_STORAGE_ID private static final int MMS_THREADS private static final int MMS_PART_RESET_FILE_PERMISSION private static final android.content.UriMatcher sURLMatcher public android.database.sqlite.SQLiteOpenHelper mOpenHelper private android.content.BroadcastReceiver mUserIntentReceiver public void <init> () public void setProviderUtilWrapper (com.android.providers.telephony.MmsProvider$ProviderUtilWrapper) com.android.providers.telephony.MmsProvider$ProviderUtilWrapper providerUtilWrapper public boolean onCreate () android.content.IntentFilter userIntentFilter public static java.lang.String getPduTable (boolean) boolean accessRestricted public android.database.Cursor query (android.net.Uri, java.lang.String[], java.lang.String, java.lang.String[], java.lang.String) String selectionBySubIds android.database.sqlite.SQLiteDatabase db android.database.Cursor ret android.database.sqlite.SQLiteException e android.net.Uri uri String[] projection String selection String[] selectionArgs String sortOrder int callerUid android.os.UserHandle callerUserHandle String callingPackage boolean accessRestricted String pduTable android.database.sqlite.SQLiteQueryBuilder qb int match String selectionBySubIds long token String finalSortOrder android.database.Cursor ret private void constructQueryForBox (android.database.sqlite.SQLiteQueryBuilder, int, java.lang.String) android.database.sqlite.SQLiteQueryBuilder qb int msgBox String pduTable public java.lang.String getType (android.net.Uri) android.database.Cursor cursor android.net.Uri uri int match public android.net.Uri insert (android.net.Uri, android.content.ContentValues) Object msgBoxObj int subId boolean addDate boolean addMsgBox long timeInMillis Long threadId String address android.content.ContentValues finalValues long rowId android.content.ContentValues finalValues long rowId String partsDirPath String path java.io.IOException e java.io.File f String contentLocation android.system.ErrnoException e java.io.IOException e String path java.io.File partFile android.content.ContentValues cv boolean containsDataPath String contentType boolean plainText boolean smilText android.content.ContentValues finalValues long rowId long now long oneHourAgo java.io.IOException e String path java.io.File partFile android.content.ContentValues finalValues long rowId android.net.Uri uri android.content.ContentValues values int callerUid android.os.UserHandle callerUserHandle String callerPkg int msgBox boolean notify boolean forceNoNotify int match String table android.database.sqlite.SQLiteDatabase db android.net.Uri res android.net.Uri caseSpecificUri int subId private int getMessageBoxByMatch (int) int match public int delete (android.net.Uri, java.lang.String, java.lang.String[]) String table int msgBox String table String table String table String table String table String table String selectionBySubIds android.net.Uri uri String selection String[] selectionArgs android.os.UserHandle callerUserHandle int match String table String extraSelection boolean notify String finalSelection android.database.sqlite.SQLiteDatabase db String debugMessage int deletedRows long token String selectionBySubIds static int deleteMessages (android.content.Context, android.database.sqlite.SQLiteDatabase, java.lang.String, java.lang.String[], android.net.Uri) android.content.Intent intent android.content.Context context android.database.sqlite.SQLiteDatabase db String selection String[] selectionArgs android.net.Uri uri android.database.Cursor cursor int count private static int deleteParts (android.database.sqlite.SQLiteDatabase, java.lang.String, java.lang.String[]) android.database.sqlite.SQLiteDatabase db String selection String[] selectionArgs private static int deleteTempDrmData (android.database.sqlite.SQLiteDatabase, java.lang.String, java.lang.String[]) android.database.sqlite.SQLiteDatabase db String selection String[] selectionArgs private static int deleteDataRows (android.database.sqlite.SQLiteDatabase, java.lang.String, java.lang.String, java.lang.String[]) String path Throwable ex android.database.sqlite.SQLiteDatabase db String table String selection String[] selectionArgs android.database.Cursor cursor public int update (android.net.Uri, android.content.ContentValues, java.lang.String, java.lang.String[]) String table String table java.io.File canonicalFile String partsDirPath Exception e String path String selectionBySubIds android.content.ContentValues finalValues android.content.ContentValues finalValues android.net.Uri uri android.content.ContentValues values String selection String[] selectionArgs int callerUid android.os.UserHandle callerUserHandle String callerPkg int match boolean notify String msgId String table String extraSelection long token String selectionBySubIds android.content.ContentValues finalValues String finalSelection android.database.sqlite.SQLiteDatabase db int count public android.os.ParcelFileDescriptor openFile (android.net.Uri, java.lang.String) throws java.io.FileNotFoundException android.net.Uri uri String mode int match private android.os.ParcelFileDescriptor safeOpenFileHelper (android.net.Uri, java.lang.String) throws java.io.FileNotFoundException java.io.IOException e android.net.Uri uri String mode android.database.Cursor c int count int i String path java.io.File filePath int modeBits private void filterUnsupportedKeys (android.content.ContentValues) android.content.ContentValues values private void notifyChange (android.net.Uri, android.net.Uri) android.net.Uri uri android.net.Uri caseSpecificUri android.content.Context context private static java.lang.String concatSelections (java.lang.String, java.lang.String) String selection1 String selection2 static void <clinit> () }
com/android/providers/telephony/MmsSmsDatabaseHelper$LowStorageMonitor.class
MmsSmsDatabaseHelper.java package com.android.providers.telephony com.android.providers.telephony.MmsSmsDatabaseHelper$LowStorageMonitor extends android.content.BroadcastReceiver { final synthetic com.android.providers.telephony.MmsSmsDatabaseHelper this$0 public void <init> (com.android.providers.telephony.MmsSmsDatabaseHelper) public void onReceive (android.content.Context, android.content.Intent) android.content.Context context android.content.Intent intent String action }
com/android/providers/telephony/MmsSmsDatabaseHelper$MmsSmsDatabaseErrorHandler.class
MmsSmsDatabaseHelper.java package com.android.providers.telephony com.android.providers.telephony.MmsSmsDatabaseHelper$MmsSmsDatabaseErrorHandler extends java.lang.Object implements android.database.DatabaseErrorHandler { private android.database.DefaultDatabaseErrorHandler mDefaultDatabaseErrorHandler private android.content.Context mContext void <init> (android.content.Context) android.content.Context context public void onCorruption (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase dbObj String logMsg }
com/android/providers/telephony/MmsSmsDatabaseHelper.class
MmsSmsDatabaseHelper.java package com.android.providers.telephony public com.android.providers.telephony.MmsSmsDatabaseHelper extends android.database.sqlite.SQLiteOpenHelper { private static final String TAG private static final int SECURITY_EXCEPTION private static final int FAILURE_UNKNOWN private static final int SQL_EXCEPTION private static final int IO_EXCEPTION private static final String SMS_UPDATE_THREAD_READ_BODY private static final String UPDATE_THREAD_COUNT_ON_NEW private static final String UPDATE_THREAD_COUNT_ON_OLD private static final String SMS_UPDATE_THREAD_DATE_SNIPPET_COUNT_ON_UPDATE private static final String PDU_UPDATE_THREAD_CONSTRAINTS private static final String PDU_UPDATE_THREAD_READ_BODY private static final String PDU_UPDATE_THREAD_DATE_SNIPPET_COUNT_ON_UPDATE private static final String UPDATE_THREAD_SNIPPET_SNIPPET_CS_ON_DELETE private static final String PART_UPDATE_THREADS_ON_INSERT_TRIGGER private static final String PART_UPDATE_THREADS_ON_UPDATE_TRIGGER private static final String PART_UPDATE_THREADS_ON_DELETE_TRIGGER private static final String PDU_UPDATE_THREADS_ON_UPDATE_TRIGGER private static com.android.providers.telephony.MmsSmsDatabaseHelper sDeInstance private static com.android.providers.telephony.MmsSmsDatabaseHelper sCeInstance private static com.android.providers.telephony.MmsSmsDatabaseHelper$MmsSmsDatabaseErrorHandler sDbErrorHandler private static final String[] BIND_ARGS_NONE private static boolean sTriedAutoIncrement private static boolean sFakeLowStorageTest static final String DATABASE_NAME static final int DATABASE_VERSION private static final int IDLE_CONNECTION_TIMEOUT_MS private final android.content.Context mContext private com.android.providers.telephony.MmsSmsDatabaseHelper$LowStorageMonitor mLowStorageMonitor private final java.util.List mDatabaseReadOpeningInfos private final java.util.List mDatabaseWriteOpeningInfos private final Object mDatabaseOpeningInfoLock private static final int MAX_DATABASE_OPENING_INFO_STORED private static final String INITIAL_CREATE_DONE private static java.util.concurrent.atomic.AtomicBoolean sInitialCreateDone private static final java.util.UUID CREATE_CALLED_MULTIPLE_TIMES_UUID private static final java.util.UUID DATABASE_OPENING_EXCEPTION_UUID public static String CREATE_ADDR_TABLE_STR public static String CREATE_PART_TABLE_STR public static String CREATE_PDU_TABLE_STR public static String CREATE_RATE_TABLE_STR public static String CREATE_DRM_TABLE_STR public static String CREATE_SMS_TABLE_STRING public static String CREATE_ATTACHMENTS_TABLE_STRING public static String CREATE_RAW_TABLE_STRING void <init> (android.content.Context, com.android.providers.telephony.MmsSmsDatabaseHelper$MmsSmsDatabaseErrorHandler) android.content.Context context com.android.providers.telephony.MmsSmsDatabaseHelper$MmsSmsDatabaseErrorHandler dbErrorHandler private static synchronized com.android.providers.telephony.MmsSmsDatabaseHelper$MmsSmsDatabaseErrorHandler getDbErrorHandler (android.content.Context) android.content.Context context private static void sendDbLostIntent (android.content.Context, boolean) android.content.Context context boolean isCorrupted android.content.Intent intent static synchronized com.android.providers.telephony.MmsSmsDatabaseHelper getInstanceForDe (android.content.Context) android.content.Context deContext android.content.Context context static synchronized com.android.providers.telephony.MmsSmsDatabaseHelper getInstanceForCe (android.content.Context) android.content.Context ceContext android.content.Context context private static void removeUnferencedCanonicalAddresses (android.database.sqlite.SQLiteDatabase) int recipientId String recip String[] recips java.util.HashSet recipientIds StringBuilder sb java.util.Iterator iter android.database.sqlite.SQLiteDatabase db android.database.Cursor c public static void updateThread (android.database.sqlite.SQLiteDatabase, long) android.database.sqlite.SQLiteDatabase db long thread_id public static void updateThreads (android.database.sqlite.SQLiteDatabase, java.lang.String, java.lang.String[]) int rows Throwable ex android.database.sqlite.SQLiteDatabase db String where String[] whereArgs public static int deleteOneSms (android.database.sqlite.SQLiteDatabase, int) android.database.sqlite.SQLiteDatabase db int message_id int thread_id android.database.Cursor c int rows private void clearMmsParts () String partsDirPath java.io.File partsDir java.io.IOException e public void onCreate (android.database.sqlite.SQLiteDatabase) android.content.Intent intent android.database.sqlite.SQLiteDatabase db private static void localLog (java.lang.String) String logMsg private static void localLogWtf (java.lang.String) String logMsg private boolean isInitialCreateDone () android.content.SharedPreferences sp private void setInitialCreateDone () android.content.SharedPreferences$Editor editor private void populateWordsTable (android.database.sqlite.SQLiteDatabase) long id String body android.content.ContentValues cv android.database.Cursor smsRows long id String body android.content.ContentValues cv android.database.Cursor mmsRows android.database.sqlite.SQLiteDatabase db String TABLE_WORDS private void createWordsTables (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db private void createWordsTables (android.database.sqlite.SQLiteDatabase, int, int, int) Exception ex android.database.sqlite.SQLiteDatabase db int oldVersion int currentVersion int upgradeVersion private void createIndices (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db private void createThreadIdIndex (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db private void createThreadIdIndex (android.database.sqlite.SQLiteDatabase, int, int, int) Exception ex android.database.sqlite.SQLiteDatabase db int oldVersion int currentVersion int upgradeVersion private void createThreadIdDateIndex (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db private void createThreadIdDateIndex (android.database.sqlite.SQLiteDatabase, int, int, int) Exception ex android.database.sqlite.SQLiteDatabase db int oldVersion int currentVersion int upgradeVersion private void createPartMidIndex (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db private void createPartMidIndex (android.database.sqlite.SQLiteDatabase, int, int, int) Exception ex android.database.sqlite.SQLiteDatabase db int oldVersion int currentVersion int upgradeVersion private void createAddrMsgIdIndex (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db private void createAddrMsgIdIndex (android.database.sqlite.SQLiteDatabase, int, int, int) Exception ex android.database.sqlite.SQLiteDatabase db int oldVersion int currentVersion int upgradeVersion void createMmsTables (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db private void createMmsTriggers (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db void createSmsTables (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db void createCommonTables (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db private void createCommonTriggers (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db public void onUpgrade (android.database.sqlite.SQLiteDatabase, int, int) Throwable ex Throwable ex Throwable ex Throwable ex Throwable ex Throwable ex Throwable ex Throwable ex Throwable ex Throwable ex Throwable ex Throwable ex Throwable ex Throwable ex Throwable ex Throwable ex Throwable ex Throwable ex Throwable ex Throwable ex Throwable ex Throwable ex Throwable ex Throwable ex Throwable ex Throwable ex Throwable ex Throwable ex android.database.sqlite.SQLiteDatabase db int oldVersion int currentVersion private void logException (java.lang.Throwable, int, int, int) Throwable ex int oldVersion int currentVersion int upgradeVersion int exception public android.database.sqlite.SQLiteDatabase wipeDbOnFailedUpgrade (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db java.io.File databaseFile boolean didDelete private void upgradeDatabaseToVersion41 (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db private void upgradeDatabaseToVersion42 (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db private void upgradeDatabaseToVersion43 (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db private void upgradeDatabaseToVersion44 (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db private void upgradeDatabaseToVersion45 (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db private void upgradeDatabaseToVersion46 (android.database.sqlite.SQLiteDatabase, int, int) java.io.InputStream is byte[] data com.google.android.mms.pdu.EncodedStringValue v java.io.IOException e String path int partDataColumn SecurityException ex String pathToDelete SecurityException ex String pathToDelete android.database.sqlite.SQLiteDatabase db int oldVersion int currentVersion android.database.Cursor textRows java.util.ArrayList filesToDelete private void upgradeDatabaseToVersion47 (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db private void upgradeDatabaseToVersion48 (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db private void upgradeDatabaseToVersion51 (android.database.sqlite.SQLiteDatabase) android.content.ContentValues contentValues int count Exception ex android.database.sqlite.SQLiteDatabase db private void upgradeDatabaseToVersion53 (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db private void upgradeDatabaseToVersion54 (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db private void upgradeDatabaseToVersion55 (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db private void upgradeDatabaseToVersion56 (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db private void upgradeDatabaseToVersion57 (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db private void upgradeDatabaseToVersion58 (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db private void upgradeDatabaseToVersion59 (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db private void upgradeDatabaseToVersion60 (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db private void upgradeDatabaseToVersion61 (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db private void upgradeDatabaseToVersion62 (android.database.sqlite.SQLiteDatabase, int, int) String newPartsDirPath java.io.IOException e android.database.sqlite.SQLiteDatabase db int oldVersion int currentVersion String newPartsDirPath int partsDirIndex String partsDirName private void upgradeDatabaseToVersion64 (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db private void upgradeDatabaseToVersion65 (android.database.sqlite.SQLiteDatabase, int, int) android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteDatabase db int oldVersion int currentVersion private void upgradeDatabaseToVersion66 (android.database.sqlite.SQLiteDatabase, int, int) android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteDatabase db int oldVersion int currentVersion private void upgradeDatabaseToVersion68 (android.database.sqlite.SQLiteDatabase, int, int) android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteDatabase db int oldVersion int currentVersion public synchronized android.database.sqlite.SQLiteDatabase getReadableDatabase () android.database.sqlite.SQLiteDatabase db android.database.sqlite.SQLiteException ex android.database.sqlite.SQLiteDatabase db public synchronized android.database.sqlite.SQLiteDatabase getWritableDatabase () android.database.sqlite.SQLiteDatabase db android.database.sqlite.SQLiteException ex Throwable ex Throwable ex Throwable ex Throwable ex android.content.IntentFilter intentFilter boolean hasAutoIncrementThreads boolean hasAutoIncrementAddresses boolean hasAutoIncrementPart boolean hasAutoIncrementPdu String logMsg boolean autoIncrementThreadsSuccess boolean autoIncrementAddressesSuccess boolean autoIncrementPartSuccess boolean autoIncrementPduSuccess android.database.sqlite.SQLiteDatabase db private boolean hasAutoIncrement (android.database.sqlite.SQLiteDatabase, java.lang.String) String schema android.database.sqlite.SQLiteDatabase db String tableName boolean result String query android.database.Cursor c private void upgradeThreadsTableToAutoIncrement (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db private void upgradeAddressTableToAutoIncrement (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db private void upgradePartTableToAutoIncrement (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db private void upgradePduTableToAutoIncrement (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db private void updateThreadsAttachmentColumn (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db private boolean isColumnExists (android.database.sqlite.SQLiteDatabase, java.lang.String, java.lang.String) String name android.database.Cursor cursor android.database.sqlite.SQLiteDatabase db String table String column boolean isExists public void addDatabaseOpeningDebugLog (java.lang.String, boolean) String databaseOpeningLog boolean isQuery public void printDatabaseOpeningDebugLog () private void addDatabaseOpeningDebugLog (java.util.List, java.lang.String) java.util.List databaseOpeningInfos String callingPackage private java.lang.String buildDatabaseOpeningInfoStr (java.lang.String) String databaseOpeningLog StringBuilder sb private java.lang.String getDatabaseOpeningInfo (java.util.List) String databaseOpeningInfo StringBuilder sb java.util.List databaseOpeningInfos private void reportAnomalyForDatabaseOpeningException (java.lang.Exception) Exception ex static void <clinit> () }
com/android/providers/telephony/MmsSmsProvider.class
MmsSmsProvider.java package com.android.providers.telephony public com.android.providers.telephony.MmsSmsProvider extends android.content.ContentProvider { private static final android.content.UriMatcher URI_MATCHER private static final String LOG_TAG private static final boolean DEBUG private static final int MULTIPLE_THREAD_IDS_FOUND private static final int FAILURE_FIND_OR_CREATE_THREAD_ID_SQL private static final String NO_DELETES_INSERTS_OR_UPDATES private static final int URI_CONVERSATIONS private static final int URI_CONVERSATIONS_MESSAGES private static final int URI_CONVERSATIONS_RECIPIENTS private static final int URI_MESSAGES_BY_PHONE private static final int URI_THREAD_ID private static final int URI_CANONICAL_ADDRESS private static final int URI_PENDING_MSG private static final int URI_COMPLETE_CONVERSATIONS private static final int URI_UNDELIVERED_MSG private static final int URI_CONVERSATIONS_SUBJECT private static final int URI_NOTIFICATIONS private static final int URI_OBSOLETE_THREADS private static final int URI_DRAFT private static final int URI_CANONICAL_ADDRESSES private static final int URI_SEARCH private static final int URI_SEARCH_SUGGEST private static final int URI_FIRST_LOCKED_MESSAGE_ALL private static final int URI_FIRST_LOCKED_MESSAGE_BY_THREAD_ID private static final int URI_MESSAGE_ID_TO_THREAD public static final String TABLE_PENDING_MSG static final String TABLE_CANONICAL_ADDRESSES static final String TABLE_THREADS private static final String[] MMS_SMS_COLUMNS private static final String[] MMS_ONLY_COLUMNS private static final String[] SMS_ONLY_COLUMNS private static final String[] THREADS_COLUMNS private static final String[] CANONICAL_ADDRESSES_COLUMNS_1 private static final String[] CANONICAL_ADDRESSES_COLUMNS_2 private static final String[] UNION_COLUMNS private static final java.util.Set MMS_COLUMNS private static final java.util.Set SMS_COLUMNS private static final String VND_ANDROID_DIR_MMS_SMS private static final String[] ID_PROJECTION private static final String[] EMPTY_STRING_ARRAY private static final String[] SEARCH_STRING private static final String SEARCH_QUERY private static final String SMS_CONVERSATION_CONSTRAINT private static final String MMS_CONVERSATION_CONSTRAINT private static final String AUTHORITY private android.database.sqlite.SQLiteOpenHelper mOpenHelper private boolean mUseStrictPhoneNumberComparation private static final String METHOD_IS_RESTORING private static final String IS_RESTORING_KEY private static final String METHOD_GARBAGE_COLLECT private static final String DO_DELETE private static final String THREAD_QUERY public void <init> () private static java.lang.String getTextSearchQuery (java.lang.String, java.lang.String) String smsTable String pduTable String smsQuery String mmsQuery public boolean onCreate () public android.database.Cursor query (android.net.Uri, java.lang.String[], java.lang.String, java.lang.String[], java.lang.String) IllegalArgumentException e String selectionBySubIds NumberFormatException ex String threadType String simple java.util.List recipients String extraSelection String finalSelection String mmsQuery long id Exception ex String searchString NumberFormatException ex String protoName String msgId int proto String extraSelection String finalSelection String finalOrder long threadId NumberFormatException e long threadId android.net.Uri uri String[] projection String selection String[] selectionArgs String sortOrder int callerUid android.os.UserHandle callerUserHandle String callingPackage boolean accessRestricted String pduTable String smsTable String selectionBySubIds long token android.database.sqlite.SQLiteDatabase db android.database.Cursor cursor android.database.Cursor emptyCursor int match private long getSingleAddressId (java.lang.String) String[] selectionArgs int subId android.content.ContentValues contentValues android.database.sqlite.SQLiteDatabase db String address boolean isEmail boolean isPhoneNumber String refinedAddress String selection String[] selectionArgs long retVal int minMatch android.database.Cursor cursor private java.util.Set getAddressIds (java.util.List) long id String address java.util.List addresses java.util.Set result private long[] getSortedSet (java.util.Set) Long number java.util.Set numbers int size long[] result int i private java.lang.String getSpaceSeparatedNumbers (long[]) int i long[] numbers int size StringBuilder buffer private void insertThread (java.lang.String, int) String recipientIds int numberOfRecipients android.content.ContentValues values long date long result private synchronized android.database.Cursor getThreadId (java.util.List) Long addressId Throwable ex java.util.List recipients java.util.Set addressIds String recipientIds String[] selectionArgs android.database.sqlite.SQLiteDatabase db android.database.Cursor cursor private static java.lang.String concatSelections (java.lang.String, java.lang.String) String selection1 String selection2 private static java.lang.String[] handleNullMessageProjection (java.lang.String[]) String[] projection private static java.lang.String[] handleNullThreadsProjection (java.lang.String[]) String[] projection private static java.lang.String handleNullSortOrder (java.lang.String) String sortOrder private android.database.Cursor getSimpleConversations (java.lang.String[], java.lang.String, java.lang.String[], java.lang.String) String[] projection String selection String[] selectionArgs String sortOrder private android.database.Cursor getDraftThread (java.lang.String[], java.lang.String, java.lang.String, java.lang.String, java.lang.String) String[] projection String selection String sortOrder String smsTable String pduTable String[] innerProjection android.database.sqlite.SQLiteQueryBuilder mmsQueryBuilder android.database.sqlite.SQLiteQueryBuilder smsQueryBuilder String mmsSubQuery String smsSubQuery android.database.sqlite.SQLiteQueryBuilder unionQueryBuilder String unionQuery android.database.sqlite.SQLiteQueryBuilder outerQueryBuilder String outerQuery private android.database.Cursor getConversations (java.lang.String[], java.lang.String, java.lang.String, java.lang.String, java.lang.String) String[] projection String selection String sortOrder String smsTable String pduTable android.database.sqlite.SQLiteQueryBuilder mmsQueryBuilder android.database.sqlite.SQLiteQueryBuilder smsQueryBuilder String[] columns String[] innerMmsProjection String[] innerSmsProjection String mmsSubQuery String smsSubQuery android.database.sqlite.SQLiteQueryBuilder unionQueryBuilder String unionQuery android.database.sqlite.SQLiteQueryBuilder outerQueryBuilder String outerQuery private android.database.Cursor getFirstLockedMessage (java.lang.String[], java.lang.String, java.lang.String, java.lang.String, java.lang.String) String[] projection String selection String sortOrder String smsTable String pduTable android.database.sqlite.SQLiteQueryBuilder mmsQueryBuilder android.database.sqlite.SQLiteQueryBuilder smsQueryBuilder String[] idColumn String mmsSubQuery String smsSubQuery android.database.sqlite.SQLiteQueryBuilder unionQueryBuilder String unionQuery android.database.Cursor cursor private android.database.Cursor getCompleteConversations (java.lang.String[], java.lang.String, java.lang.String, java.lang.String, java.lang.String) String[] projection String selection String sortOrder String smsTable String pduTable String unionQuery private java.lang.String[] makeProjectionWithDateAndThreadId (java.lang.String[], int) int i String[] projection int dateMultiple int projectionSize String[] result private android.database.Cursor getConversationMessages (java.lang.String, java.lang.String[], java.lang.String, java.lang.String, java.lang.String, java.lang.String) NumberFormatException exception String threadIdString String[] projection String selection String sortOrder String smsTable String pduTable String finalSelection String unionQuery private android.database.Cursor getMessagesByPhoneNumber (java.lang.String, java.lang.String[], java.lang.String, java.lang.String, java.lang.String, java.lang.String) String phoneNumber String[] projection String selection String sortOrder String smsTable String pduTable int minMatch String finalMmsSelection String finalSmsSelection android.database.sqlite.SQLiteQueryBuilder mmsQueryBuilder android.database.sqlite.SQLiteQueryBuilder smsQueryBuilder String[] columns String mmsSubQuery String smsSubQuery android.database.sqlite.SQLiteQueryBuilder unionQueryBuilder String unionQuery private android.database.Cursor getConversationById (java.lang.String, java.lang.String[], java.lang.String, java.lang.String[], java.lang.String) NumberFormatException exception String threadIdString String[] projection String selection String[] selectionArgs String sortOrder String extraSelection String finalSelection android.database.sqlite.SQLiteQueryBuilder queryBuilder String[] columns private static java.lang.String joinPduAndPendingMsgTables (java.lang.String) String pduTable private static java.lang.String[] createMmsProjection (java.lang.String[], java.lang.String) int i String[] old String pduTable String[] newProjection private android.database.Cursor getUndeliveredMessages (java.lang.String[], java.lang.String, java.lang.String[], java.lang.String, java.lang.String, java.lang.String) String[] projection String selection String[] selectionArgs String sortOrder String smsTable String pduTable String[] mmsProjection android.database.sqlite.SQLiteQueryBuilder mmsQueryBuilder android.database.sqlite.SQLiteQueryBuilder smsQueryBuilder String finalMmsSelection String finalSmsSelection String[] smsColumns String[] mmsColumns String[] innerMmsProjection String[] innerSmsProjection java.util.Set columnsPresentInTable String mmsSubQuery String smsSubQuery android.database.sqlite.SQLiteQueryBuilder unionQueryBuilder String unionQuery android.database.sqlite.SQLiteQueryBuilder outerQueryBuilder String outerQuery private static java.lang.String[] makeProjectionWithNormalizedDate (java.lang.String[], int) String[] projection int dateMultiple int projectionSize String[] result private static java.lang.String buildConversationQuery (java.lang.String[], java.lang.String, java.lang.String, java.lang.String, java.lang.String) String[] projection String selection String sortOrder String smsTable String pduTable String[] mmsProjection android.database.sqlite.SQLiteQueryBuilder mmsQueryBuilder android.database.sqlite.SQLiteQueryBuilder smsQueryBuilder String[] smsColumns String[] mmsColumns String[] innerMmsProjection String[] innerSmsProjection java.util.Set columnsPresentInTable String mmsSelection String mmsSubQuery String smsSubQuery android.database.sqlite.SQLiteQueryBuilder unionQueryBuilder String unionQuery android.database.sqlite.SQLiteQueryBuilder outerQueryBuilder public java.lang.String getType (android.net.Uri) android.net.Uri uri public int delete (android.net.Uri, java.lang.String, java.lang.String[]) String selectionBySubIds long threadId NumberFormatException e long threadId android.net.Uri uri String selection String[] selectionArgs android.os.UserHandle callerUserHandle String selectionBySubIds long token android.database.sqlite.SQLiteDatabase db String debugMessage android.content.Context context int affectedRows private int deleteConversation (android.net.Uri, java.lang.String, java.lang.String[]) android.net.Uri uri String selection String[] selectionArgs String threadId android.database.sqlite.SQLiteDatabase db String finalSelection public android.net.Uri insert (android.net.Uri, android.content.ContentValues) int subId int subId long rowId long rowId android.net.Uri uri android.content.ContentValues values android.os.UserHandle callerUserHandle int callerUid android.database.sqlite.SQLiteDatabase db int matchIndex int defaultSmsSubId public int update (android.net.Uri, android.content.ContentValues, java.lang.String, java.lang.String[]) String selectionBySubIds String threadIdString String extraSelection String finalSelection android.content.ContentValues finalValues android.net.Uri uri android.content.ContentValues values String selection String[] selectionArgs int callerUid android.os.UserHandle callerUserHandle String callerPkg String selectionBySubIds long token android.database.sqlite.SQLiteDatabase db int affectedRows private int updateConversation (java.lang.String, android.content.ContentValues, java.lang.String, java.lang.String[], int, java.lang.String) NumberFormatException exception String threadIdString android.content.ContentValues values String selection String[] selectionArgs int callerUid String callerPkg android.database.sqlite.SQLiteDatabase db String finalSelection private static void initializeColumnSets () int i int i int i String columnName int commonColumnCount int mmsOnlyColumnCount int smsOnlyColumnCount java.util.Set unionColumns int i public void dump (java.io.FileDescriptor, java.io.PrintWriter, java.lang.String[]) java.io.FileDescriptor fd java.io.PrintWriter writer String[] args String defaultSmsApp public android.os.Bundle call (java.lang.String, java.lang.String, android.os.Bundle) android.os.Bundle result android.os.Bundle result boolean doDelete String method String arg android.os.Bundle extras static void <clinit> () }
com/android/providers/telephony/ProviderUtil.class
ProviderUtil.java package com.android.providers.telephony public com.android.providers.telephony.ProviderUtil extends java.lang.Object { private static final String TAG private static final String TELEPHONY_PROVIDER_PACKAGE public void <init> () public static boolean isAccessRestricted (android.content.Context, java.lang.String, int) android.content.Context context String packageName int uid public static boolean shouldSetCreator (android.content.ContentValues, int) android.content.ContentValues values int uid public static boolean shouldRemoveCreator (android.content.ContentValues, int) android.content.ContentValues values int uid public static void notifyIfNotDefaultSmsApp (android.net.Uri, java.lang.String, android.content.Context) android.net.Uri uri String callingPackage android.content.Context context android.content.ComponentName componentName android.content.Intent intent public static android.content.Context getCredentialEncryptedContext (android.content.Context) android.content.Context context public static android.content.Context getDeviceEncryptedContext (android.content.Context) android.content.Context context public static java.lang.String getSelectionBySubIds (android.content.Context, android.os.UserHandle) android.telephony.SubscriptionInfo invalidSubInfo android.telephony.SubscriptionInfo invalidSubInfo android.content.Context context android.os.UserHandle userHandle java.util.List associatedSubscriptionsList android.telephony.SubscriptionManager subManager android.os.UserManager userManager String subIdListStr String selectionBySubId public static java.lang.String getSelectionByEmergencyNumbers (android.content.Context) Exception e java.util.Map$Entry entry String emergencyNumberListStr android.content.Context context android.telephony.TelephonyManager tm java.util.Map emergencyNumberList String selectionByEmergencyNumber public static boolean allowInteractingWithEntryOfSubscription (android.content.Context, int, android.os.UserHandle) android.content.Context ctx int subId android.os.UserHandle callerUserHandle public static void logRunningTelephonyProviderProcesses (android.content.Context) String pkg android.app.ActivityManager$RunningAppProcessInfo processInfo android.content.Context context android.app.ActivityManager am java.util.List processInfos StringBuilder sb private static synthetic java.lang.String lambda$getSelectionByEmergencyNumbers$2 (android.telephony.emergency.EmergencyNumber) android.telephony.emergency.EmergencyNumber emergencyNumber private static synthetic java.lang.String lambda$getSelectionBySubIds$1 (android.telephony.SubscriptionInfo) android.telephony.SubscriptionInfo subInfo private static synthetic boolean lambda$getSelectionBySubIds$0 (android.os.UserHandle, android.telephony.SubscriptionManager, android.telephony.SubscriptionInfo) android.os.UserHandle userHandle android.telephony.SubscriptionManager subManager android.telephony.SubscriptionInfo info }
com/android/providers/telephony/R$array.class
R.java package com.android.providers.telephony public final com.android.providers.telephony.R$array extends java.lang.Object { public static final int persist_apns_for_plmn public static final int wfc_restore_blocked_countries public void <init> () }
com/android/providers/telephony/R$mipmap.class
R.java package com.android.providers.telephony public final com.android.providers.telephony.R$mipmap extends java.lang.Object { public static final int ic_launcher_phone public void <init> () }
com/android/providers/telephony/R$string.class
R.java package com.android.providers.telephony public final com.android.providers.telephony.R$string extends java.lang.Object { public static final int apn_source_service public static final int app_label public void <init> () }
com/android/providers/telephony/R$xml.class
R.java package com.android.providers.telephony public final com.android.providers.telephony.R$xml extends java.lang.Object { public static final int hbpcd_lookup_tables public void <init> () }
com/android/providers/telephony/R.class
R.java package com.android.providers.telephony public final com.android.providers.telephony.R extends java.lang.Object { public void <init> () }
com/android/providers/telephony/SQLiteTokenizer.class
SQLiteTokenizer.java package com.android.providers.telephony public com.android.providers.telephony.SQLiteTokenizer extends java.lang.Object { public static final int OPTION_NONE public static final int OPTION_TOKEN_ONLY public void <init> () private static boolean isAlpha (char) char ch private static boolean isNum (char) char ch private static boolean isAlNum (char) char ch private static boolean isAnyOf (char, java.lang.String) char ch String set private static java.lang.IllegalArgumentException genException (java.lang.String, java.lang.String) String message String sql private static char peek (java.lang.String, int) String s int index public static java.util.List tokenize (java.lang.String, int) String sql int options java.util.ArrayList res public static void tokenize (java.lang.String, int, java.util.function.Consumer) int start int end String token String token String tokenUnquoted String token int quoteStart int quoteEnd int quoteStart int quoteEnd String token char ch String sql int options java.util.function.Consumer checker int pos int len public static boolean isKeyword (java.lang.String) String token public static boolean isFunction (java.lang.String) String token public static boolean isType (java.lang.String) String token }
com/android/providers/telephony/SatelliteDatabaseHelper.class
SatelliteDatabaseHelper.java package com.android.providers.telephony public com.android.providers.telephony.SatelliteDatabaseHelper extends android.database.sqlite.SQLiteOpenHelper { private static final String TAG private static final String DATABASE_NAME private static final int DATABASE_VERSION public void <init> (android.content.Context) android.content.Context context public static java.lang.String getStringForDatagramTableCreation (java.lang.String) String tableName public void onCreate (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db public void createDatagramsTable (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db public void dropDatagramsTable (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db public void onUpgrade (android.database.sqlite.SQLiteDatabase, int, int) android.database.sqlite.SQLiteDatabase db int oldVersion int newVersion }
com/android/providers/telephony/SatelliteProvider.class
SatelliteProvider.java package com.android.providers.telephony public com.android.providers.telephony.SatelliteProvider extends android.content.ContentProvider { private static final String TAG private static final boolean VDBG private com.android.providers.telephony.SatelliteDatabaseHelper mDbHelper public void <init> () public boolean onCreate () 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 android.database.sqlite.SQLiteQueryBuilder qb android.database.sqlite.SQLiteDatabase db android.database.Cursor c 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 newUri android.net.Uri uri android.content.ContentValues values long row public int delete (android.net.Uri, java.lang.String, java.lang.String[]) android.net.Uri uri String selection String[] selectionArgs int count 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 android.database.sqlite.SQLiteDatabase getReadableDatabase () android.database.sqlite.SQLiteDatabase getWritableDatabase () }
com/android/providers/telephony/SmsChangesProvider.class
SmsChangesProvider.java package com.android.providers.telephony public com.android.providers.telephony.SmsChangesProvider extends android.content.ContentProvider { private static final String TAG private static final String TABLE_SMS_CHANGES private android.database.sqlite.SQLiteOpenHelper mCeOpenHelper private static final int SMSCHANGES_URL private static final android.content.UriMatcher sURLMatcher public void <init> () public java.lang.String getType (android.net.Uri) android.net.Uri url public boolean onCreate () public android.database.Cursor query (android.net.Uri, java.lang.String[], java.lang.String, java.lang.String[], java.lang.String) android.net.Uri url String[] projectionIn String selection String[] selectionArgs String sort android.database.sqlite.SQLiteQueryBuilder qb android.database.sqlite.SQLiteDatabase db public android.net.Uri insert (android.net.Uri, android.content.ContentValues) android.net.Uri url android.content.ContentValues initialValues public int delete (android.net.Uri, java.lang.String, java.lang.String[]) android.net.Uri url String where String[] whereArgs private boolean isUrlSupported (android.net.Uri) android.net.Uri url public int update (android.net.Uri, android.content.ContentValues, java.lang.String, java.lang.String[]) android.net.Uri url android.content.ContentValues values String where String[] whereArgs private boolean isAutoFeatureSet () static void <clinit> () }
com/android/providers/telephony/SmsProvider$1.class
SmsProvider.java package com.android.providers.telephony com.android.providers.telephony.SmsProvider$1 extends android.content.BroadcastReceiver { final synthetic com.android.providers.telephony.SmsProvider this$0 void <init> (com.android.providers.telephony.SmsProvider) com.android.providers.telephony.SmsProvider this$0 public void onReceive (android.content.Context, android.content.Intent) String selectionBySubIds android.os.UserHandle userToBeRemoved android.os.UserManager userManager android.net.Uri uri int match android.database.sqlite.SQLiteDatabase db long token String selectionBySubIds int count android.content.Context context android.content.Intent intent }
com/android/providers/telephony/SmsProvider.class
SmsProvider.java package com.android.providers.telephony public com.android.providers.telephony.SmsProvider extends android.content.ContentProvider { static final int NO_ERROR_CODE private static final android.net.Uri NOTIFICATION_URI private static final android.net.Uri ICC_URI private static final android.net.Uri ICC_SUBID_URI static final String TABLE_SMS static final String TABLE_RAW static final String TABLE_ATTACHMENTS static final String TABLE_CANONICAL_ADDRESSES static final String TABLE_SR_PENDING private static final String TABLE_WORDS static final String VIEW_SMS_RESTRICTED private static final Integer ONE private static final String[] CONTACT_QUERY_PROJECTION private static final int PERSON_ID_COLUMN static final long RAW_MESSAGE_EXPIRE_AGE_MS private static final String[] ICC_COLUMNS public android.database.sqlite.SQLiteOpenHelper mCeOpenHelper public android.database.sqlite.SQLiteOpenHelper mDeOpenHelper private static final String TAG private static final String VND_ANDROID_SMS private static final String VND_ANDROID_SMSCHAT private static final String VND_ANDROID_DIR_SMS private static final String[] sIDProjection private static final int SMS_ALL private static final int SMS_ALL_ID private static final int SMS_INBOX private static final int SMS_INBOX_ID private static final int SMS_SENT private static final int SMS_SENT_ID private static final int SMS_DRAFT private static final int SMS_DRAFT_ID private static final int SMS_OUTBOX private static final int SMS_OUTBOX_ID private static final int SMS_CONVERSATIONS private static final int SMS_CONVERSATIONS_ID private static final int SMS_RAW_MESSAGE private static final int SMS_ATTACHMENT private static final int SMS_ATTACHMENT_ID private static final int SMS_NEW_THREAD_ID private static final int SMS_QUERY_THREAD_ID private static final int SMS_STATUS_ID private static final int SMS_STATUS_PENDING private static final int SMS_ALL_ICC private static final int SMS_ICC private static final int SMS_FAILED private static final int SMS_FAILED_ID private static final int SMS_QUEUED private static final int SMS_UNDELIVERED private static final int SMS_RAW_MESSAGE_PERMANENT_DELETE private static final int SMS_ALL_ICC_SUBID private static final int SMS_ICC_SUBID private static final android.content.UriMatcher sURLMatcher private android.content.BroadcastReceiver mUserIntentReceiver public void <init> () public boolean onCreate () android.content.IntentFilter userIntentFilter private boolean hasCalling () public static java.lang.String getSmsTable (boolean) boolean accessRestricted public android.database.Cursor query (android.net.Uri, java.lang.String[], java.lang.String, java.lang.String[], java.lang.String) IllegalArgumentException e int threadID Exception ex int threadID java.util.HashMap projectionMap int subId int subId NumberFormatException e int subId android.database.Cursor ret int subId int messageIndex int subId int messageIndex NumberFormatException e int subId int messageIndex android.database.Cursor ret android.net.Uri url String[] projectionIn String selection String[] selectionArgs String sort String callingPackage int callingUid android.os.UserHandle callerUserHandle boolean accessRestricted String smsTable android.database.sqlite.SQLiteQueryBuilder qb android.database.Cursor emptyCursor int match android.database.sqlite.SQLiteDatabase db android.database.sqlite.SQLiteOpenHelper sqLiteOpenHelper long token String selectionBySubIds String selectionByEmergencyNumbers String filter String orderBy android.database.Cursor ret private void purgeDeletedMessagesInRawTable (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db long oldTimestamp int num private android.database.sqlite.SQLiteOpenHelper getDBOpenHelper (int) int match private java.lang.Object[] convertIccToSms (android.telephony.SmsMessage, int) android.telephony.SmsMessage message int id int statusOnIcc int type String address int index Object[] row private android.database.Cursor getSingleMessageFromIcc (int, int) java.util.List messages android.database.MatrixCursor cursor android.telephony.SmsMessage message int i int subId int messageIndex android.telephony.SmsManager smsManager java.util.List messages long token int count private android.database.Cursor getAllMessagesFromIcc (int) java.util.List messages android.telephony.SmsMessage message int i int subId android.telephony.SmsManager smsManager java.util.List messages long token int count android.database.MatrixCursor cursor private void constructQueryForBox (android.database.sqlite.SQLiteQueryBuilder, int, java.lang.String) android.database.sqlite.SQLiteQueryBuilder qb int type String smsTable private void constructQueryForUndelivered (android.database.sqlite.SQLiteQueryBuilder, java.lang.String) android.database.sqlite.SQLiteQueryBuilder qb String smsTable public java.lang.String getType (android.net.Uri) NumberFormatException ex android.net.Uri url public int bulkInsert (android.net.Uri, android.content.ContentValues[]) android.net.Uri insertUri android.content.ContentValues initialValues int messagesInserted boolean notifyIfNotDefault android.net.Uri url android.content.ContentValues[] values int callerUid android.os.UserHandle callerUserHandle String callerPkg long token public android.net.Uri insert (android.net.Uri, android.content.ContentValues) int match boolean notifyIfNotDefault android.net.Uri insertUri android.net.Uri url android.content.ContentValues initialValues int callerUid android.os.UserHandle callerUserHandle String callerPkg long token private android.net.Uri insertInner (android.net.Uri, android.content.ContentValues, int, java.lang.String, android.os.UserHandle) Integer typeObj int subId int subId NumberFormatException e int subId String scAddress String address String message boolean isRead Integer obj Long date android.content.ContentValues values Long id Exception ex android.database.Cursor cursor android.net.Uri uri boolean addDate boolean addType Long threadId String address android.content.ContentValues values android.content.ContentValues values int subId String address android.content.ContentValues cv android.net.Uri uri android.net.Uri url android.content.ContentValues initialValues int callerUid String callerPkg android.os.UserHandle callerUserHandle android.content.ContentValues values long rowID int type int match String table android.database.sqlite.SQLiteDatabase db android.database.sqlite.SQLiteOpenHelper sqLiteOpenHelper int subId private boolean isSupportedType (int) int messageType private int getMessageStatusForIcc (int, boolean) int messageType boolean isRead private boolean insertMessageToIcc (int, java.lang.String, java.lang.String, java.lang.String, int, boolean, long) int subId String scAddress String address String message int messageType boolean isRead long date android.telephony.SmsManager smsManager int status android.telephony.SmsMessage$SubmitPdu smsPdu long token public int delete (android.net.Uri, java.lang.String, java.lang.String[]) int count int message_id int count Exception e int threadID Exception ex int count int threadID int count android.content.ContentValues cv int count int count int subId int subId NumberFormatException e int subId int deletedCnt int subId int messageIndex int subId int messageIndex NumberFormatException e int subId int messageIndex boolean success android.net.Uri url String where String[] whereArgs android.os.UserHandle callerUserHandle int callerUid long token String selectionBySubIds String selectionByEmergencyNumbers String filter int count int match android.database.sqlite.SQLiteDatabase db String debugMessage android.database.sqlite.SQLiteOpenHelper sqLiteOpenHelper boolean notifyIfNotDefault private boolean deleteMessageFromIcc (int, int) int subId int messageIndex android.telephony.SmsManager smsManager long token private int deleteAllMessagesFromIcc (int) int messageIndex int deletedCnt int maxIndex int subId android.telephony.SmsManager smsManager long token public int update (android.net.Uri, android.content.ContentValues, java.lang.String, java.lang.String[]) Exception ex String threadId android.net.Uri url android.content.ContentValues values String where String[] whereArgs int callerUid android.os.UserHandle callerUserHandle String callerPkg int count String table String extraWhere boolean notifyIfNotDefault int match android.database.sqlite.SQLiteDatabase db android.database.sqlite.SQLiteOpenHelper sqLiteOpenHelper long token String selectionBySubIds String selectionByEmergencyNumbers String filter private void notifyChange (boolean, android.net.Uri, java.lang.String) boolean notifyIfNotDefault android.net.Uri uri String callingPackage android.content.Context context android.content.ContentResolver cr android.database.sqlite.SQLiteDatabase getReadableDatabase (int) int match android.database.sqlite.SQLiteDatabase getWritableDatabase (int) int match static void <clinit> () }
com/android/providers/telephony/SqlQueryChecker.class
SqlQueryChecker.java package com.android.providers.telephony public com.android.providers.telephony.SqlQueryChecker extends java.lang.Object { private static final String SELECT_TOKEN public void <init> () static void checkToken (java.lang.String) String token static void checkQueryParametersForSubqueries (java.lang.String[], java.lang.String, java.lang.String) String proj String[] projection String selection String sortOrder }
com/android/providers/telephony/TelephonyBackupAgent$1.class
TelephonyBackupAgent.java package com.android.providers.telephony com.android.providers.telephony.TelephonyBackupAgent$1 extends java.lang.Object implements com.android.providers.telephony.TelephonyBackupAgent$BackupRestoreEventLoggerProxy { final synthetic com.android.providers.telephony.TelephonyBackupAgent this$0 void <init> (com.android.providers.telephony.TelephonyBackupAgent) com.android.providers.telephony.TelephonyBackupAgent this$0 public void logItemsBackedUp (java.lang.String, int) String dataType int count public void logItemsBackupFailed (java.lang.String, int, java.lang.String) String dataType int count String error public void logItemsRestored (java.lang.String, int) String dataType int count public void logItemsRestoreFailed (java.lang.String, int, java.lang.String) String dataType int count String error }
com/android/providers/telephony/TelephonyBackupAgent$2.class
TelephonyBackupAgent.java package com.android.providers.telephony com.android.providers.telephony.TelephonyBackupAgent$2 extends java.lang.Object implements com.android.providers.telephony.TelephonyBackupAgent$SmsProviderQuery { final synthetic com.android.providers.telephony.TelephonyBackupAgent this$0 void <init> (com.android.providers.telephony.TelephonyBackupAgent) com.android.providers.telephony.TelephonyBackupAgent this$0 public boolean doesSmsExist (android.content.ContentValues) android.database.Cursor cursor android.content.ContentValues smsValues String selection String[] selectionArgs }
com/android/providers/telephony/TelephonyBackupAgent$BackupChunkInformation.class
TelephonyBackupAgent.java package com.android.providers.telephony com.android.providers.telephony.TelephonyBackupAgent$BackupChunkInformation extends java.lang.Object { private long timestamp private int count private void <init> () }
com/android/providers/telephony/TelephonyBackupAgent$BackupRestoreEventLoggerProxy.class
TelephonyBackupAgent.java package com.android.providers.telephony public abstract com.android.providers.telephony.TelephonyBackupAgent$BackupRestoreEventLoggerProxy extends java.lang.Object { public abstract void logItemsBackedUp (java.lang.String, int) public abstract void logItemsBackupFailed (java.lang.String, int, java.lang.String) public abstract void logItemsRestored (java.lang.String, int) public abstract void logItemsRestoreFailed (java.lang.String, int, java.lang.String) }
com/android/providers/telephony/TelephonyBackupAgent$DeferredSmsMmsRestoreService$1.class
TelephonyBackupAgent.java package com.android.providers.telephony com.android.providers.telephony.TelephonyBackupAgent$DeferredSmsMmsRestoreService$1 extends java.lang.Object implements java.util.Comparator { final synthetic com.android.providers.telephony.TelephonyBackupAgent$DeferredSmsMmsRestoreService this$0 void <init> (com.android.providers.telephony.TelephonyBackupAgent$DeferredSmsMmsRestoreService) com.android.providers.telephony.TelephonyBackupAgent$DeferredSmsMmsRestoreService this$0 public int compare (java.io.File, java.io.File) java.io.File lhs java.io.File rhs public volatile synthetic int compare (java.lang.Object, java.lang.Object) }
com/android/providers/telephony/TelephonyBackupAgent$DeferredSmsMmsRestoreService$2.class
TelephonyBackupAgent.java package com.android.providers.telephony com.android.providers.telephony.TelephonyBackupAgent$DeferredSmsMmsRestoreService$2 extends java.lang.Object implements java.io.FileFilter { void <init> () public boolean accept (java.io.File) java.io.File file }
com/android/providers/telephony/TelephonyBackupAgent$DeferredSmsMmsRestoreService.class
TelephonyBackupAgent.java package com.android.providers.telephony public com.android.providers.telephony.TelephonyBackupAgent$DeferredSmsMmsRestoreService extends android.app.IntentService { private static final String TAG private static boolean sSharedPrefsAddedToLocalLogs private final java.util.Comparator mFileComparator private com.android.providers.telephony.TelephonyBackupAgent mTelephonyBackupAgent private android.os.PowerManager$WakeLock mWakeLock public static void addAllSharedPrefToLocalLog (android.content.Context) Exception e String key android.content.Context context android.content.SharedPreferences sp java.util.Map allPref public static void localLog (java.lang.String) String logMsg public void <init> () protected void onHandleIntent (android.content.Intent) java.io.FileInputStream fileInputStream Exception e String fileName java.io.File file java.io.File[] files boolean didRestore android.content.Intent intent public void onCreate () IllegalStateException e android.os.PowerManager pm public void onDestroy () static void startIfFilesExist (android.content.Context) android.content.Context context java.io.File[] files private static java.io.File[] getFilesToRestore (android.content.Context) android.content.Context context static void <clinit> () }
com/android/providers/telephony/TelephonyBackupAgent$Mms.class
TelephonyBackupAgent.java package com.android.providers.telephony final com.android.providers.telephony.TelephonyBackupAgent$Mms extends java.lang.Object { public android.content.ContentValues values public java.util.List addresses public java.util.List attachments public String smil public com.android.providers.telephony.TelephonyBackupAgent$MmsBody body private void <init> () public java.lang.String toString () }
com/android/providers/telephony/TelephonyBackupAgent$MmsBody.class
TelephonyBackupAgent.java package com.android.providers.telephony final com.android.providers.telephony.TelephonyBackupAgent$MmsBody extends java.lang.Object { public String text public int charSet public void <init> (java.lang.String, int) String text int charSet public boolean equals (java.lang.Object) Object obj com.android.providers.telephony.TelephonyBackupAgent$MmsBody typedObj public java.lang.String toString () }
com/android/providers/telephony/TelephonyBackupAgent$SmsProviderQuery.class
TelephonyBackupAgent.java package com.android.providers.telephony public abstract com.android.providers.telephony.TelephonyBackupAgent$SmsProviderQuery extends java.lang.Object { public abstract boolean doesSmsExist (android.content.ContentValues) }
com/android/providers/telephony/TelephonyBackupAgent.class
TelephonyBackupAgent.java package com.android.providers.telephony public com.android.providers.telephony.TelephonyBackupAgent extends android.app.backup.BackupAgent { private static final String TAG private static final boolean DEBUG private static volatile boolean sIsRestoring private static final String NUM_SMS_RESTORED private static final String NUM_SMS_EXCEPTIONS private static final String NUM_SMS_FILES_STORED private static final String NUM_SMS_FILES_WITH_EXCEPTIONS private static final String NUM_MMS_RESTORED private static final String NUM_MMS_EXCEPTIONS private static final String NUM_MMS_FILES_STORED private static final String NUM_MMS_FILES_WITH_EXCEPTIONS private static final int DEFAULT_DURATION static final String sSmilTextOnly static final String sSmilTextPart private static final String SELF_PHONE_KEY private static final String MMS_ADDRESSES_KEY private static final String MMS_ATTACHMENTS_KEY private static final String MMS_SMIL_KEY private static final String RECIPIENTS private static final String MMS_BODY_KEY private static final String MMS_BODY_CHARSET_KEY private static final String MMS_MIME_TYPE private static final String MMS_ATTACHMENT_FILENAME private static final String SMS_BACKUP_FILE_SUFFIX private static final String MMS_BACKUP_FILE_SUFFIX private static final String SMS_BACKUP_FILE_FORMAT private static final String MMS_BACKUP_FILE_FORMAT private static final String CHARSET_UTF8 private static final String ORDER_BY_ID private static final String ORDER_BY_DATE static final String UNKNOWN_SENDER private static String ATTACHMENT_DATA_PATH private long mUnknownSenderThreadId static final String[] SMS_PROJECTION private static final String[] SMS_RECIPIENTS_PROJECTION static final String[] MMS_PROJECTION static final String[] MMS_ADDR_PROJECTION static final String[] MMS_TEXT_PROJECTION static final int MMS_TEXT_IDX static final int MMS_TEXT_CHARSET_IDX public static final int WRITER_BUFFER_SIZE public static final double BYTES_OVER_QUOTA_MULTIPLIER int mMaxMsgPerFile private static android.content.ContentValues sDefaultValuesSms private static android.content.ContentValues sDefaultValuesMms private static final android.content.ContentValues sDefaultValuesAddr private static final android.content.ContentValues sDefaultValuesAttachments private static final String BACKUP_PREFS private static final String QUOTA_BYTES private static final String BACKUP_DATA_BYTES private static final String QUOTA_RESET_TIME private static final long QUOTA_RESET_INTERVAL static final String NOTIFY private final boolean mIsDeferredRestoreServiceStarted private android.util.SparseArray mSubId2phone private java.util.Map mPhone2subId private java.util.Map mThreadArchived private android.content.ContentResolver mContentResolver private long mBytesOverQuota private android.app.backup.BackupRestoreEventLogger mLogger private android.app.backup.BackupManager mBackupManager private int mSmsCount private int mMmsCount java.util.Map mCacheRecipientsByThread java.util.Map mCacheGetOrCreateThreadId private com.android.providers.telephony.TelephonyBackupAgent$BackupRestoreEventLoggerProxy mBackupRestoreEventLoggerProxy static final String[] PROJECTION_ID private static final int ID_IDX private com.android.providers.telephony.TelephonyBackupAgent$SmsProviderQuery mSmsProviderQuery private static String[] THREAD_ARCHIVED_PROJECTION private static int THREAD_ARCHIVED_IDX private static final String ARCHIVE_THREAD_SELECTION static final android.net.Uri THREAD_ID_CONTENT_URI static final android.net.Uri ALL_THREADS_URI private static final int RECIPIENT_IDS static final android.net.Uri SINGLE_CANONICAL_ADDRESS_URI public void <init> () public void <init> (boolean) boolean isServiceStarted public void setBackupRestoreEventLoggerProxy (com.android.providers.telephony.TelephonyBackupAgent$BackupRestoreEventLoggerProxy) com.android.providers.telephony.TelephonyBackupAgent$BackupRestoreEventLoggerProxy proxy public void onCreate () String phoneNumber android.telephony.SubscriptionInfo sub java.util.List subInfo SecurityException e android.telephony.SubscriptionManager subscriptionManager void setContentResolver (android.content.ContentResolver) android.content.ContentResolver contentResolver void setSubId (android.util.SparseArray, java.util.Map) android.util.SparseArray subId2Phone java.util.Map phone2subId void initUnknownSender () void setBackupManager (android.app.backup.BackupManager) android.app.backup.BackupManager backupManager public void onFullBackup (android.app.backup.FullBackupDataOutput) throws java.io.IOException long smsDate long mmsDate int fileNum android.database.Cursor mmsCursor android.database.Cursor smsCursor android.app.backup.FullBackupDataOutput data android.content.SharedPreferences sharedPreferences void clearSharedPreferences () private static long getMessageDate (android.database.Cursor) android.database.Cursor cursor public void onQuotaExceeded (long, long) long backupDataBytes long quotaBytes android.content.SharedPreferences sharedPreferences private void backupAll (android.app.backup.FullBackupDataOutput, android.database.Cursor, java.lang.String) throws java.io.IOException com.android.providers.telephony.TelephonyBackupAgent$BackupChunkInformation chunk com.android.providers.telephony.TelephonyBackupAgent$BackupChunkInformation chunk android.util.JsonWriter jsonWriter android.app.backup.FullBackupDataOutput data android.database.Cursor cursor String fileName com.android.providers.telephony.TelephonyBackupAgent$BackupChunkInformation chunk com.android.providers.telephony.TelephonyBackupAgent$BackupChunkInformation putMmsMessagesToJson (android.database.Cursor, android.util.JsonWriter) throws java.io.IOException android.database.Cursor cursor android.util.JsonWriter jsonWriter com.android.providers.telephony.TelephonyBackupAgent$BackupChunkInformation results com.android.providers.telephony.TelephonyBackupAgent$BackupChunkInformation putSmsMessagesToJson (android.database.Cursor, android.util.JsonWriter) throws java.io.IOException android.database.Cursor cursor android.util.JsonWriter jsonWriter com.android.providers.telephony.TelephonyBackupAgent$BackupChunkInformation results private void backupFile (com.android.providers.telephony.TelephonyBackupAgent$BackupChunkInformation, java.lang.String, android.app.backup.FullBackupDataOutput) throws java.io.IOException com.android.providers.telephony.TelephonyBackupAgent$BackupChunkInformation chunkInformation String fileName android.app.backup.FullBackupDataOutput data java.io.File file public void onRestoreFinished () private void doRestoreFile (java.lang.String, java.io.FileDescriptor) throws java.io.IOException android.util.JsonReader jsonReader String fileName java.io.FileDescriptor fd void putSmsMessagesToProvider (android.util.JsonReader) throws java.io.IOException RuntimeException e android.content.ContentValues cv android.util.JsonReader jsonReader int msgCount int numExceptions int bulkInsertSize android.content.ContentValues[] values void incremenentSharedPref (boolean, int, int) boolean sms int msgCount int numExceptions android.content.SharedPreferences sp android.content.SharedPreferences$Editor editor void putMmsMessagesToProvider (android.util.JsonReader) throws java.io.IOException Exception e com.android.providers.telephony.TelephonyBackupAgent$Mms mms android.util.JsonReader jsonReader int total int numExceptions int notifyAfterCount private void notifyBulkMmsChange () private void reportDelayedRestoreResult () SecurityException e public com.android.providers.telephony.TelephonyBackupAgent$SmsProviderQuery getAndSetSmsProviderQuery (com.android.providers.telephony.TelephonyBackupAgent$SmsProviderQuery) com.android.providers.telephony.TelephonyBackupAgent$SmsProviderQuery smsProviderQuery com.android.providers.telephony.TelephonyBackupAgent$SmsProviderQuery result private boolean doesMmsExist (com.android.providers.telephony.TelephonyBackupAgent$Mms) int mmsId com.android.providers.telephony.TelephonyBackupAgent$MmsBody body android.database.Cursor cursor com.android.providers.telephony.TelephonyBackupAgent$Mms mms String where private static java.lang.String getNormalizedNumber (android.telephony.SubscriptionInfo) android.telephony.SubscriptionInfo subscriptionInfo private void writeSmsToWriter (android.util.JsonWriter, android.database.Cursor, com.android.providers.telephony.TelephonyBackupAgent$BackupChunkInformation) throws java.io.IOException int subId String selfNumber long threadId String name String value int i android.util.JsonWriter jsonWriter android.database.Cursor cursor com.android.providers.telephony.TelephonyBackupAgent$BackupChunkInformation chunk private long findNewestValue (long, java.lang.String) long latestLong NumberFormatException e long current String latest private void handleThreadId (android.util.JsonWriter, long) throws java.io.IOException boolean isArchived android.util.JsonWriter jsonWriter long threadId java.util.List recipients private boolean isThreadArchived (long) android.database.Cursor cursor long threadId android.net.Uri$Builder builder android.net.Uri uri private static void writeRecipientsToWriter (android.util.JsonWriter, java.util.List) throws java.io.IOException String s android.util.JsonWriter jsonWriter java.util.List recipients private android.content.ContentValues readSmsValuesFromReader (android.util.JsonReader) throws java.io.IOException String selfPhone String name android.util.JsonReader jsonReader android.content.ContentValues values long threadId boolean isArchived private static java.util.Set getRecipients (android.util.JsonReader) throws java.io.IOException android.util.JsonReader jsonReader java.util.Set recipients private void writeMmsToWriter (android.util.JsonWriter, android.database.Cursor, com.android.providers.telephony.TelephonyBackupAgent$BackupChunkInformation) throws java.io.IOException int subId String selfNumber long threadId String name String value int i android.util.JsonWriter jsonWriter android.database.Cursor cursor com.android.providers.telephony.TelephonyBackupAgent$BackupChunkInformation chunk int mmsId com.android.providers.telephony.TelephonyBackupAgent$MmsBody body boolean subjectNull private com.android.providers.telephony.TelephonyBackupAgent$Mms readMmsFromReader (android.util.JsonReader) throws java.io.IOException String selfPhone String name android.util.JsonReader jsonReader com.android.providers.telephony.TelephonyBackupAgent$Mms mms String bodyText long threadId boolean isArchived int bodyCharset private void archiveThread (long, boolean) long threadId boolean isArchived android.content.ContentValues values private com.android.providers.telephony.TelephonyBackupAgent$MmsBody getMmsBody (int) String text android.database.Cursor cursor int mmsId android.net.Uri MMS_PART_CONTENT_URI String body int charSet private void writeMmsAddresses (android.util.JsonWriter, int) throws java.io.IOException android.database.Cursor cursor android.util.JsonWriter jsonWriter int mmsId android.net.Uri$Builder builder android.net.Uri uriAddrPart private static void getMmsAddressesFromReader (android.util.JsonReader, com.android.providers.telephony.TelephonyBackupAgent$Mms) throws java.io.IOException String name android.content.ContentValues addrValues android.util.JsonReader jsonReader com.android.providers.telephony.TelephonyBackupAgent$Mms mms private static void getMmsAttachmentsFromReader (android.util.JsonReader, com.android.providers.telephony.TelephonyBackupAgent$Mms) throws java.io.IOException String name android.content.ContentValues attachmentValues android.util.JsonReader jsonReader com.android.providers.telephony.TelephonyBackupAgent$Mms mms private void addMmsMessage (com.android.providers.telephony.TelephonyBackupAgent$Mms) String smilBody String smil android.content.ContentValues values android.content.ContentValues values android.content.ContentValues values String filename android.net.Uri newPartUri android.content.ContentValues mmsAttachment android.content.ContentValues values android.content.ContentValues values android.content.ContentValues mmsAddress android.net.Uri addrUri com.android.providers.telephony.TelephonyBackupAgent$Mms mms long placeholderId android.net.Uri partUri String srcName android.net.Uri mmsUri long mmsId private android.util.JsonWriter getJsonWriter (java.lang.String) throws java.io.IOException String fileName private static android.util.JsonReader getJsonReader (java.io.FileDescriptor) throws java.io.IOException java.io.FileDescriptor fileDescriptor private static void writeStringToWriter (android.util.JsonWriter, android.database.Cursor, java.lang.String) throws java.io.IOException android.util.JsonWriter jsonWriter android.database.Cursor cursor String name String value private static void writeIntToWriter (android.util.JsonWriter, android.database.Cursor, java.lang.String) throws java.io.IOException android.util.JsonWriter jsonWriter android.database.Cursor cursor String name int value private long getOrCreateThreadId (java.util.Set) RuntimeException e long threadId java.util.Set recipients private java.util.List getRecipientsByThread (long) String spaceSepIds long threadId private java.lang.String getRawRecipientIdsForThread (long) long threadId android.database.Cursor thread private java.util.List getAddresses (java.lang.String) long longId NumberFormatException ex Exception e String number long longId android.database.Cursor c String id String spaceSepIds java.util.List numbers String[] ids public void onBackup (android.os.ParcelFileDescriptor, android.app.backup.BackupDataOutput, android.os.ParcelFileDescriptor) throws java.io.IOException android.os.ParcelFileDescriptor oldState android.app.backup.BackupDataOutput data android.os.ParcelFileDescriptor newState public void onRestore (android.app.backup.BackupDataInput, int, android.os.ParcelFileDescriptor) throws java.io.IOException android.app.backup.BackupDataInput data int appVersionCode android.os.ParcelFileDescriptor newState public static boolean getIsRestoring () static void <clinit> () }
com/android/providers/telephony/TelephonyProvider$1.class
TelephonyProvider.java package com.android.providers.telephony com.android.providers.telephony.TelephonyProvider$1 extends java.lang.Object implements android.content.ServiceConnection { final synthetic java.util.concurrent.atomic.AtomicBoolean val$connectionBindingInvalid final synthetic com.android.providers.telephony.TelephonyProvider this$0 void <init> (com.android.providers.telephony.TelephonyProvider, java.util.concurrent.atomic.AtomicBoolean) com.android.providers.telephony.TelephonyProvider this$0 public void onServiceConnected (android.content.ComponentName, android.os.IBinder) android.content.ComponentName className android.os.IBinder service public void onServiceDisconnected (android.content.ComponentName) android.content.ComponentName arg0 public void onBindingDied (android.content.ComponentName) android.content.ComponentName name public void onNullBinding (android.content.ComponentName) android.content.ComponentName name }
com/android/providers/telephony/TelephonyProvider$DatabaseHelper.class
TelephonyProvider.java package com.android.providers.telephony public com.android.providers.telephony.TelephonyProvider$DatabaseHelper extends android.database.sqlite.SQLiteOpenHelper { private android.content.Context mContext final synthetic com.android.providers.telephony.TelephonyProvider this$0 public void <init> (com.android.providers.telephony.TelephonyProvider, android.content.Context) com.android.providers.telephony.TelephonyProvider this$0 android.content.Context context public void onCreate (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db public void onOpen (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteDatabase db private void createSimInfoTable (android.database.sqlite.SQLiteDatabase, java.lang.String) android.database.sqlite.SQLiteDatabase db String tableName private void createCarriersTable (android.database.sqlite.SQLiteDatabase, java.lang.String) android.database.sqlite.SQLiteDatabase db String tableName private long getChecksum (java.io.File) byte[] buf java.util.zip.CheckedInputStream cis java.io.FileNotFoundException e java.io.IOException e byte[] array java.io.InputStream inputStream Exception e java.io.File file java.util.zip.CRC32 checkSummer long checkSum private byte[] toByteArray (java.io.InputStream) throws java.io.IOException java.io.InputStream input byte[] buffer int bytesRead java.io.ByteArrayOutputStream output private long getApnConfChecksum () android.content.SharedPreferences sp private void setApnConfChecksum (long) long checksum android.content.SharedPreferences sp android.content.SharedPreferences$Editor editor private java.io.File getApnConfFile () java.io.File confFile java.io.File oemConfFile java.io.File updatedConfFile java.io.File productConfFile private boolean apnDbUpdateNeeded () java.io.File confFile long newChecksum long oldChecksum private void initDatabase (android.database.sqlite.SQLiteDatabase) Exception e android.content.res.XmlResourceParser parser int confversion android.content.ContentValues cv android.content.ContentValues cv Exception e android.content.ContentValues cv android.content.ContentValues cv android.database.sqlite.SQLiteDatabase db android.content.res.Resources r int publicversion org.xmlpull.v1.XmlPullParser confparser java.io.File confFile java.io.FileReader confreader private java.io.File pickSecondIfExists (java.io.File, java.io.File) java.io.File sysApnFile java.io.File altApnFile public void onDowngrade (android.database.sqlite.SQLiteDatabase, int, int) android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteDatabase db int oldVersion int newVersion String msg public void onUpgrade (android.database.sqlite.SQLiteDatabase, int, int) android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.Cursor c String[] proj android.database.sqlite.SQLiteException e android.database.Cursor c android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.Cursor c String[] proj android.database.Cursor c String[] proj android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.Cursor c String[] proj android.database.sqlite.SQLiteException e String[] proj android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.Cursor c String[] proj android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.Cursor c android.database.sqlite.SQLiteException e String[] proj android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e String columnIsNtn android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteException e android.database.sqlite.SQLiteDatabase db int oldVersion int newVersion private void recreateSimInfoDB (android.database.Cursor, android.database.sqlite.SQLiteDatabase, java.lang.String[]) android.database.Cursor c android.database.sqlite.SQLiteDatabase db String[] proj private void copySimInfoDataToTmpTable (android.database.sqlite.SQLiteDatabase, android.database.Cursor) android.content.ContentValues cv android.database.sqlite.SQLiteDatabase db android.database.Cursor c private void copySimInfoValuesV24 (android.content.ContentValues, android.database.Cursor) android.content.ContentValues cv android.database.Cursor c private void getCardIdfromIccid (android.content.ContentValues, android.database.Cursor) String fromCursor android.content.ContentValues cv android.database.Cursor c int columnIndex private void recreateDB (android.database.sqlite.SQLiteDatabase, java.lang.String[], int) android.database.sqlite.SQLiteDatabase db String[] proj int version android.database.Cursor c private void preserveUserAndCarrierApns (android.database.sqlite.SQLiteDatabase) org.xmlpull.v1.XmlPullParser confparser java.io.FileNotFoundException e Exception e android.database.sqlite.SQLiteDatabase db java.io.File confFile java.io.FileReader confreader private void deleteMatchingApns (android.database.sqlite.SQLiteDatabase, org.xmlpull.v1.XmlPullParser) android.content.ContentValues row org.xmlpull.v1.XmlPullParserException e java.io.IOException e android.database.SQLException e android.database.sqlite.SQLiteDatabase db org.xmlpull.v1.XmlPullParser parser private java.lang.String queryValFirst (java.lang.String) String field private java.lang.String queryVal (java.lang.String) String field private java.lang.String queryValOrNull (java.lang.String) String field private java.lang.String queryVal2OrNull (java.lang.String) String field private void deleteRow (android.database.sqlite.SQLiteDatabase, android.content.ContentValues) String defaultIntString android.database.sqlite.SQLiteDatabase db android.content.ContentValues values String where String[] whereArgs int i private void copyDataToTmpTable (android.database.sqlite.SQLiteDatabase, android.database.Cursor, int) android.content.ContentValues cv android.database.sqlite.SQLiteDatabase db android.database.Cursor c int version private void copyApnValuesV17 (android.content.ContentValues, android.database.Cursor) android.content.ContentValues cv android.database.Cursor c private void copyAllApnValues (android.content.ContentValues, android.database.Cursor) android.content.ContentValues cv android.database.Cursor c private void copyPreservedApnsToNewTable (android.database.sqlite.SQLiteDatabase, android.database.Cursor) int bearer_bitmask int networkTypeBitmask String user_edited String s android.content.ContentValues mergedValues android.database.Cursor oldRow android.database.SQLException e android.content.ContentValues cv String val String bearerStr int userEditedColumnIdx String[] persistApnsForPlmns android.content.res.Resources$NotFoundException e android.database.sqlite.SQLiteDatabase db android.database.Cursor c private void getStringValueFromCursor (android.content.ContentValues, android.database.Cursor, java.lang.String) String fromCursor android.content.ContentValues cv android.database.Cursor c String key int columnIndex private void getNetworkTypeBitmaskFromCursor (android.content.ContentValues, android.database.Cursor) int networkBitmask int bearerBitmask String fromCursor int bearerBitmask int networkBitmask String fromCursor android.content.ContentValues cv android.database.Cursor c int columnIndex private void getIntValueFromCursor (android.content.ContentValues, android.database.Cursor, java.lang.String) String fromCursor android.content.ContentValues cv android.database.Cursor c String key int columnIndex private void getBlobValueFromCursor (android.content.ContentValues, android.database.Cursor, java.lang.String) byte[] fromCursor android.content.ContentValues cv android.database.Cursor c String key int columnIndex private android.content.ContentValues getRow (org.xmlpull.v1.XmlPullParser, boolean) String bearerList String mvno_match_data org.xmlpull.v1.XmlPullParser parser boolean isOverlay android.content.ContentValues map String mcc String mnc String mccString String mncString String numeric String apnType int infrastructureBitmask String infrastructureList int networkTypeBitmask String networkTypeList int lingeringNetworkTypeBitmask String lingeringNetworkTypeList int bearerBitmask String mvno_type private void addStringAttribute (org.xmlpull.v1.XmlPullParser, java.lang.String, android.content.ContentValues, java.lang.String) org.xmlpull.v1.XmlPullParser parser String att android.content.ContentValues map String key String val private void addIntAttribute (org.xmlpull.v1.XmlPullParser, java.lang.String, android.content.ContentValues, java.lang.String) org.xmlpull.v1.XmlPullParser parser String att android.content.ContentValues map String key String val private void addBoolAttribute (org.xmlpull.v1.XmlPullParser, java.lang.String, android.content.ContentValues, java.lang.String) org.xmlpull.v1.XmlPullParser parser String att android.content.ContentValues map String key String val private void loadApns (android.database.sqlite.SQLiteDatabase, org.xmlpull.v1.XmlPullParser, boolean) android.content.ContentValues row org.xmlpull.v1.XmlPullParserException e java.io.IOException e android.database.SQLException e android.database.sqlite.SQLiteDatabase db org.xmlpull.v1.XmlPullParser parser boolean isOverlay private void insertAddingDefaults (android.database.sqlite.SQLiteDatabase, android.content.ContentValues) android.content.ContentValues mergedValues int edited int old_edited android.database.Cursor oldRow android.database.SQLException e android.database.sqlite.SQLiteDatabase db android.content.ContentValues row }
com/android/providers/telephony/TelephonyProvider$Injector.class
TelephonyProvider.java package com.android.providers.telephony com.android.providers.telephony.TelephonyProvider$Injector extends java.lang.Object { void <init> () int binderGetCallingUid () }
com/android/providers/telephony/TelephonyProvider$SimRestoreMatch.class
TelephonyProvider.java package com.android.providers.telephony com.android.providers.telephony.TelephonyProvider$SimRestoreMatch extends java.lang.Object { private java.util.Set matches private int subId private android.content.ContentValues contentValues private int matchingCriteria private int matchScore private static final int ICCID_MATCH private static final int PHONE_NUMBER_MATCH private static final int CARRIER_ID_MATCH public void <init> (java.lang.String, int, java.lang.String, java.lang.String, java.lang.String, java.util.List, android.os.PersistableBundle, int) String iccIdFromDb int carrierIdFromDb String phoneNumberFromDb String isoCountryCodeFromDb String allowedNetworkTypesForReasonsFromDb java.util.List wfcRestoreBlockedCountries android.os.PersistableBundle backedUpSimInfoEntry int backupDataFormatVersion String iccIdFromBackup String phoneNumberFromBackup int carrierIdFromBackup public int getSubId () public android.content.ContentValues getContentValues () public int getMatchScore () private int calculateMatchScore () int score public int getMatchingCriteriaForLogging () private int calculateMatchingCriteria () private android.content.ContentValues convertBackedUpDataToContentValues (android.os.PersistableBundle, int, java.lang.String, java.lang.String, java.util.List) android.os.PersistableBundle backedUpSimInfoEntry int backupDataFormatVersion String isoCountryCodeFromDb String allowedNetworkTypesForReasonsFromDb java.util.List wfcRestoreBlockedCountries android.content.ContentValues contentValues private static java.lang.String replaceEnable2g (java.lang.String, java.lang.String, java.lang.String) int i String input String newEnable2g String defaultValue String delimiter String[] parts private android.content.ContentValues polishContentValues (android.content.ContentValues) String columnName int columnType java.util.Map$Entry column android.content.ContentValues contentValues }
com/android/providers/telephony/TelephonyProvider.class
TelephonyProvider.java package com.android.providers.telephony public com.android.providers.telephony.TelephonyProvider extends android.content.ContentProvider { private static final String DATABASE_NAME private static final int IDLE_CONNECTION_TIMEOUT_MS private static final boolean DBG private static final boolean VDBG private static final int DATABASE_VERSION private static final int URL_UNKNOWN private static final int URL_TELEPHONY private static final int URL_CURRENT private static final int URL_ID private static final int URL_RESTOREAPN private static final int URL_PREFERAPN private static final int URL_PREFERAPN_NO_UPDATE private static final int URL_SIMINFO private static final int URL_TELEPHONY_USING_SUBID private static final int URL_CURRENT_USING_SUBID private static final int URL_RESTOREAPN_USING_SUBID private static final int URL_PREFERAPN_USING_SUBID private static final int URL_PREFERAPN_NO_UPDATE_USING_SUBID private static final int URL_SIMINFO_USING_SUBID private static final int URL_UPDATE_DB private static final int URL_DELETE private static final int URL_DPC private static final int URL_DPC_ID private static final int URL_FILTERED private static final int URL_FILTERED_ID private static final int URL_ENFORCE_MANAGED private static final int URL_PREFERAPNSET private static final int URL_PREFERAPNSET_USING_SUBID private static final int URL_SIM_APN_LIST private static final int URL_SIM_APN_LIST_ID private static final int URL_FILTERED_USING_SUBID private static final int URL_SIM_APN_LIST_FILTERED private static final int URL_SIM_APN_LIST_FILTERED_ID private static final int URL_SIMINFO_SUW_RESTORE private static final int URL_SIMINFO_SIM_INSERTED_RESTORE private static final String TAG private static final String CARRIERS_TABLE private static final String CARRIERS_TABLE_TMP private static final String SIMINFO_TABLE private static final String SIMINFO_TABLE_TMP private static final String PREF_FILE_APN private static final String COLUMN_APN_ID private static final String EXPLICIT_SET_CALLED private static final String PREF_FILE_FULL_APN private static final String DB_VERSION_KEY private static final String BUILD_ID_FILE private static final String RO_BUILD_ID private static final String ENFORCED_FILE private static final String ENFORCED_KEY private static final String PREF_FILE private static final String APN_CONF_CHECKSUM private static final String PARTNER_APNS_PATH private static final String OEM_APNS_PATH private static final String OTA_UPDATED_APNS_PATH private static final String OLD_APNS_PATH private static final String DEFAULT_PROTOCOL private static final String DEFAULT_ROAMING_PROTOCOL private static final android.content.UriMatcher s_urlMatcher private static final android.content.ContentValues s_currentNullMap private static final android.content.ContentValues s_currentSetMap private static final String IS_UNEDITED private static final String IS_EDITED private static final String IS_USER_EDITED private static final String IS_NOT_USER_EDITED private static final String IS_USER_DELETED private static final String IS_NOT_USER_DELETED private static final String IS_USER_DELETED_BUT_PRESENT_IN_XML private static final String IS_NOT_USER_DELETED_BUT_PRESENT_IN_XML private static final String IS_CARRIER_EDITED private static final String IS_NOT_CARRIER_EDITED private static final String IS_CARRIER_DELETED private static final String IS_NOT_CARRIER_DELETED private static final String IS_CARRIER_DELETED_BUT_PRESENT_IN_XML private static final String IS_NOT_CARRIER_DELETED_BUT_PRESENT_IN_XML private static final String IS_OWNED_BY_DPC private static final String IS_NOT_OWNED_BY_DPC private static final String ORDER_BY_SUB_ID static final String BACKED_UP_SIM_SPECIFIC_SETTINGS_FILE private static final java.util.Map SIM_INFO_COLUMNS_TO_BACKUP private static final String KEY_SIMINFO_DB_ROW_PREFIX private static final int DEFAULT_INT_COLUMN_VALUE private static final String DEFAULT_STRING_COLUMN_VALUE private static final String SIM_INSERTED_RESTORE_URI_SUFFIX static final String KEY_BACKUP_DATA_FORMAT_VERSION static final String KEY_PREVIOUSLY_RESTORED_SUB_IDS private static final int INVALID_APN_ID private static final java.util.List CARRIERS_UNIQUE_FIELDS private static final java.util.Set CARRIERS_BOOLEAN_FIELDS private static final java.util.Map CARRIERS_UNIQUE_FIELDS_DEFAULTS private static final String ALLOWED_NETWORK_TYPES_TEXT_ENABLE_2G static Boolean s_apnSourceServiceExists protected final Object mLock private android.service.carrier.IApnSourceService mIApnSourceService private com.android.providers.telephony.TelephonyProvider$Injector mInjector private boolean mManagedApnEnforced private int mDefaultSubId private final android.util.LocalLog mLocalLog private static final String[] COUNTRY_MCC_WITH_THREE_DIGIT_MNC private static final int RIL_RADIO_TECHNOLOGY_UNKNOWN private static final int RIL_RADIO_TECHNOLOGY_GPRS private static final int RIL_RADIO_TECHNOLOGY_EDGE private static final int RIL_RADIO_TECHNOLOGY_UMTS private static final int RIL_RADIO_TECHNOLOGY_IS95A private static final int RIL_RADIO_TECHNOLOGY_IS95B private static final int RIL_RADIO_TECHNOLOGY_1xRTT private static final int RIL_RADIO_TECHNOLOGY_EVDO_0 private static final int RIL_RADIO_TECHNOLOGY_EVDO_A private static final int RIL_RADIO_TECHNOLOGY_HSDPA private static final int RIL_RADIO_TECHNOLOGY_HSUPA private static final int RIL_RADIO_TECHNOLOGY_HSPA private static final int RIL_RADIO_TECHNOLOGY_EVDO_B private static final int RIL_RADIO_TECHNOLOGY_EHRPD private static final int RIL_RADIO_TECHNOLOGY_LTE private static final int RIL_RADIO_TECHNOLOGY_HSPAP private static final int RIL_RADIO_TECHNOLOGY_GSM private static final int RIL_RADIO_TECHNOLOGY_TD_SCDMA private static final int RIL_RADIO_TECHNOLOGY_IWLAN private static final int RIL_RADIO_TECHNOLOGY_LTE_CA private static final int RIL_RADIO_TECHNOLOGY_NR private static final int RIL_RADIO_TECHNOLOGY_NB_IOT_NTN private static final int NEXT_RIL_RADIO_TECHNOLOGY private static final java.util.Map MVNO_TYPE_STRING_MAP private com.android.providers.telephony.TelephonyProvider$DatabaseHelper mOpenHelper public static java.lang.String getStringForCarrierTableCreation (java.lang.String) String tableName public static java.lang.String getStringForSimInfoTableCreation (java.lang.String) String tableName public void <init> () public void <init> (com.android.providers.telephony.TelephonyProvider$Injector) com.android.providers.telephony.TelephonyProvider$Injector injector public static int getVersion (android.content.Context) int publicversion int version Exception e android.content.Context context android.content.res.Resources r android.content.res.XmlResourceParser parser public android.content.ContentValues setDefaultValue (android.content.ContentValues) android.content.ContentValues values public static void mergeFieldsAndUpdateDb (android.database.sqlite.SQLiteDatabase, java.lang.String, android.database.Cursor, android.content.ContentValues, android.content.ContentValues, boolean, android.content.Context) String s int i String[] oldTypes String[] newTypes java.util.ArrayList mergedTypes StringBuilder mergedType String oldType String newType int oldBearer int newBearer int oldBitmask int newBitmask int oldEdited int newEdited android.database.sqlite.SQLiteDatabase db String table android.database.Cursor oldRow android.content.ContentValues newRow android.content.ContentValues mergedValues boolean onUpgrade android.content.Context context private static boolean separateRowsNeeded (android.database.sqlite.SQLiteDatabase, java.lang.String, android.database.Cursor, android.content.ContentValues, android.content.Context, java.lang.String[], java.lang.String[]) String s String[] persistApnsForPlmns String s android.content.ContentValues updateOldRow StringBuilder sb boolean first String updatedType android.database.SQLException e android.database.sqlite.SQLiteDatabase db String table android.database.Cursor oldRow android.content.ContentValues newRow android.content.Context context String[] oldTypes String[] newTypes boolean match java.util.ArrayList oldTypesAl java.util.ArrayList newTypesAl java.util.ArrayList listWithDun java.util.ArrayList listWithoutDun boolean dunInOld public static android.database.Cursor selectConflictingRow (android.database.sqlite.SQLiteDatabase, java.lang.String, android.content.ContentValues) String field android.database.sqlite.SQLiteDatabase db String table android.content.ContentValues row String[] columns String selection int i String[] selectionArgs android.database.Cursor c private static java.lang.String convertStringToIntString (java.lang.String) String boolString private static java.lang.String convertStringToBoolString (java.lang.String) String intString android.database.sqlite.SQLiteDatabase getReadableDatabase () android.database.sqlite.SQLiteDatabase getWritableDatabase () void initDatabaseWithDatabaseHelper (android.database.sqlite.SQLiteDatabase) android.database.sqlite.SQLiteDatabase db boolean needApnDbUpdate () private static boolean apnSourceServiceExists (android.content.Context) String service android.content.pm.PackageManager$NameNotFoundException e android.content.Context context private void restoreApnsWithService (int) InterruptedException e android.content.ContentValues[] values android.os.RemoteException e SecurityException e int subId android.content.Context context android.content.res.Resources r java.util.concurrent.atomic.AtomicBoolean connectionBindingInvalid android.content.ServiceConnection connection android.content.Intent intent public boolean onCreate () String oldBuildId boolean isNewBuild String newBuildId android.content.SharedPreferences sp android.content.SharedPreferences spEnforcedFile private void addAllApnSharedPrefToLocalLog () Exception e String key Exception e String key android.content.SharedPreferences spApn java.util.Map allPrefApnId android.content.SharedPreferences spFullApn java.util.Map allPrefFullApn private void localLog (java.lang.String) String logMsg private synchronized boolean isManagedApnEnforced () private void setManagedApnEnforced (boolean) boolean enforced android.content.SharedPreferences sp android.content.SharedPreferences$Editor editor private void setPreferredApnId (java.lang.Long, int, boolean) Long id int subId boolean saveApn android.content.SharedPreferences sp android.content.SharedPreferences$Editor editor private long getPreferredApnId (int, boolean) int subId boolean checkApnSp android.content.SharedPreferences sp long apnId private int getPreferredApnSetId (int) NumberFormatException e int subId android.content.SharedPreferences sp private void deletePreferredApnId (android.content.Context) android.content.Context context android.content.SharedPreferences sp android.content.SharedPreferences$Editor editor private void setPreferredApn (java.lang.Long, int) String key android.content.SharedPreferences sp android.content.SharedPreferences$Editor editor Long id int subId android.database.sqlite.SQLiteDatabase db String[] proj android.database.Cursor c private long getPreferredApnIdFromApn (int) String value String key int subId android.database.sqlite.SQLiteDatabase db java.util.List whereList java.util.List whereArgsList android.content.SharedPreferences sp String where String[] whereArgs long apnId android.database.Cursor c private void deletePreferredApn (int) String key android.content.SharedPreferences$Editor editor int subId android.content.SharedPreferences sp boolean isCallingFromSystemOrPhoneUid () int callingUid void ensureCallingFromSystemOrPhoneUid (java.lang.String) String message public synchronized android.os.Bundle call (java.lang.String, java.lang.String, android.os.Bundle) long identity android.os.Bundle resultBundle boolean changed long identity String method String args android.os.Bundle bundle private android.os.Bundle retrieveSimSpecificSettings () android.os.Bundle resultBundle private boolean restoreSimSpecificSettings (android.os.Bundle, java.lang.String) android.os.Bundle bundle String iccId int restoreCase boolean writeSimSettingsToInternalStorage (byte[]) java.io.IOException e byte[] data android.util.AtomicFile atomicFile java.io.FileOutputStream fos private boolean mergeBackedUpDataToSimInfoDb (int, java.lang.String) java.io.FileInputStream fis java.io.IOException e android.database.Cursor cursor int restoreCase String iccId java.io.File file android.util.AtomicFile atomicFile android.os.PersistableBundle bundle String selection String[] selectionArgs private boolean findAndRestoreAllMatches (android.os.PersistableBundle, android.database.Cursor, int) android.os.PersistableBundle currRow com.android.providers.telephony.TelephonyProvider$SimRestoreMatch currSimRestoreMatch int rowNum android.net.Uri simInsertedRestoreUri android.content.ContentValues newContentValues int subIdColumnIndex int currSubIdFromDb int iccIdColumnIndex String currIccIdFromDb int phoneNumberColumnIndex String currPhoneNumberFromDb int carrierIdColumnIndex int currCarrierIdFromDb int isoCountryCodeColumnIndex String isoCountryCodeFromDb int allowedNetworkTypesForReasonsIndex String allowedNetworkTypesForReasonsFromDb com.android.providers.telephony.TelephonyProvider$SimRestoreMatch bestRestoreMatch java.io.ByteArrayOutputStream outputStream java.io.IOException e android.os.PersistableBundle backedUpDataBundle android.database.Cursor cursor int restoreCase boolean changed int[] previouslyRestoredSubIdsArray java.util.List previouslyRestoredSubIdsList java.util.List newlyRestoredSubIds int backupDataFormatVersion android.content.res.Resources r java.util.List wfcRestoreBlockedCountries private byte[] getSimSpecificDataToBackUp () android.os.PersistableBundle rowBundle int rowNum android.os.PersistableBundle topLevelBundle java.io.ByteArrayOutputStream outputStream android.database.Cursor cursor java.io.IOException e java.util.Map simInfoColumnsToBackup String[] projection private static java.util.Map getSimInfoColumnsToBackup () java.util.Map simInfoColumnsToBackup private static android.os.PersistableBundle convertSimInfoDbEntryToPersistableBundle (android.database.Cursor) String columnName int columnType int columnIndex java.util.Map$Entry column android.database.Cursor cursor android.os.PersistableBundle bundle private static java.lang.String filteredAllowedNetworkTypesForBackup (java.lang.String) String networkTypeValues public android.database.Cursor query (android.net.Uri, java.lang.String[], java.lang.String, java.lang.String[], java.lang.String) android.net.Uri url String[] projectionIn String selection String[] selectionArgs String sort int match private android.database.Cursor queryInternal (android.net.Uri, java.lang.String[], java.lang.String, java.lang.String[], java.lang.String) NumberFormatException e String subIdString NumberFormatException e String subIdString NumberFormatException e String subIdString NumberFormatException e String subIdString int set NumberFormatException e String idString android.database.MatrixCursor cursor NumberFormatException e String subIdString NumberFormatException e String subIdString android.database.SQLException e android.database.sqlite.SQLiteDatabase db android.database.Cursor ret android.net.Uri url String[] projectionIn String selection String[] selectionArgs String sort int subId android.database.sqlite.SQLiteQueryBuilder qb java.util.List constraints int match private void updatePreferredApns () int subId NumberFormatException e int subId long preferredApnId String key android.content.SharedPreferences spApn java.util.Map allPrefApnId private android.database.Cursor getSubscriptionMatchingAPNList (android.database.sqlite.SQLiteQueryBuilder, java.lang.String[], java.lang.String, java.lang.String[], java.lang.String, int) android.database.sqlite.SQLiteQueryBuilder qb String[] projectionIn String selection String[] selectionArgs String sort int subId android.content.Context context android.telephony.SubscriptionManager subscriptionManager private synchronized android.database.Cursor getSubscriptionMatchingAPNListSynchronized (android.database.sqlite.SQLiteQueryBuilder, java.lang.String[], java.lang.String, java.lang.String[], java.lang.String, int) String column long identity java.util.List data boolean isCurrentSimOperator boolean isMVNOAPN boolean isMNOAPN boolean isCarrierIdAPN android.database.MatrixCursor result android.database.MatrixCursor result android.database.sqlite.SQLiteQueryBuilder qb String[] projectionIn String selection String[] selectionArgs String sort int subId android.database.Cursor ret android.content.Context context android.telephony.TelephonyManager tm android.database.sqlite.SQLiteDatabase db String mccmnc int carrierId String[] columnNames android.database.MatrixCursor currentCursor android.database.MatrixCursor parentCursor android.database.MatrixCursor carrierIdCursor android.database.MatrixCursor carrierIdNonMatchingMNOCursor int numericIndex int mvnoIndex int mvnoDataIndex int carrierIdIndex android.database.MatrixCursor result private static void appendCursorData (android.database.MatrixCursor, android.database.MatrixCursor) int index String column java.util.List data android.database.MatrixCursor from android.database.MatrixCursor to public java.lang.String getType (android.net.Uri) android.net.Uri url public int bulkInsert (android.net.Uri, android.content.ContentValues[]) android.net.Uri url android.content.ContentValues[] values private int unsynchronizedBulkInsert (android.net.Uri, android.content.ContentValues[]) android.util.Pair rowAndNotify android.content.ContentValues value android.net.Uri url android.content.ContentValues[] values int count boolean notify public android.net.Uri insert (android.net.Uri, android.content.ContentValues) android.net.Uri url android.content.ContentValues initialValues private synchronized android.net.Uri insertSynchronized (android.net.Uri, android.content.ContentValues) android.net.Uri url android.content.ContentValues initialValues android.util.Pair rowAndNotify private android.util.Pair insertRowWithValue (android.content.ContentValues) long rowID android.content.ContentValues mergedValues android.database.Cursor oldRow android.database.SQLException e android.content.ContentValues values android.net.Uri result boolean notify android.database.sqlite.SQLiteDatabase db private android.util.Pair insertSingleRow (android.net.Uri, android.content.ContentValues) android.content.ContentValues values android.content.ContentValues values android.util.Pair ret String numeric int updated NumberFormatException e String subIdString android.content.ContentValues values android.content.ContentValues values long rowID long id android.net.Uri url android.content.ContentValues initialValues android.net.Uri result int subId int match boolean notify android.database.sqlite.SQLiteDatabase db public int delete (android.net.Uri, java.lang.String, java.lang.String[]) android.net.Uri url String where String[] whereArgs private synchronized int deleteSynchronized (android.net.Uri, java.lang.String, java.lang.String[]) NumberFormatException e String subIdString NumberFormatException e String subIdString android.net.Uri url String where String[] whereArgs int count int subId String userOrCarrierEdited String notUserOrCarrierEdited String unedited android.content.ContentValues cv int match android.database.sqlite.SQLiteDatabase db public int update (android.net.Uri, android.content.ContentValues, java.lang.String, java.lang.String[]) android.net.Uri url android.content.ContentValues values String where String[] whereArgs private synchronized int updateSynchronized (android.net.Uri, android.content.ContentValues, java.lang.String, java.lang.String[]) android.content.ContentValues mergedValues android.database.Cursor oldRow android.database.SQLException e String rowID NumberFormatException e String subIdString NumberFormatException e String subIdString boolean usingSubId android.net.Uri url android.content.ContentValues values String where String[] whereArgs int count int uriType int subId int match android.database.sqlite.SQLiteDatabase db private static android.net.Uri getNotifyContentUri (android.net.Uri, boolean, int) android.net.Uri uri boolean usingSubId int subId private void checkPermission (int) int match private void checkPermissionForApnTable () String pkg int status android.content.pm.PackageManager packageManager String[] packages android.telephony.TelephonyManager telephonyManager long token private void checkPermissionCompat (int, java.lang.String[]) int match String[] projectionIn boolean useNewBehavior private void checkQueryPermission (int, java.lang.String[]) String column int match String[] projectionIn private void checkPermissionForSimInfoTable () private void restoreDefaultAPN (int) android.database.SQLException e int subId android.database.sqlite.SQLiteDatabase db android.telephony.TelephonyManager telephonyManager String where android.content.SharedPreferences spApnId android.content.SharedPreferences$Editor editorApnId android.content.SharedPreferences spApn android.content.SharedPreferences$Editor editorApn private java.lang.String getWhereClauseForRestoreDefaultApn (android.database.sqlite.SQLiteDatabase, int) String mvnoType String mvnoMatchData android.database.sqlite.SQLiteDatabase db int subId android.telephony.TelephonyManager telephonyManager String simOperator int simCarrierId android.database.Cursor cursor String where private synchronized void updateApnDb () android.database.SQLException e android.database.sqlite.SQLiteDatabase db public static void fillInMccMncStringAtCursor (android.content.Context, android.database.sqlite.SQLiteDatabase, android.database.Cursor) int mcc int mnc String subId IllegalArgumentException e android.content.Context context android.database.sqlite.SQLiteDatabase db android.database.Cursor c int mcc int mnc String subId String mccString String mncString android.content.ContentValues cv private static java.lang.String getBestStringMnc (android.content.Context, java.lang.String, int) android.content.Context context String mcc int mnc String twoDigitMnc String threeDigitMnc boolean threeDigitNetworkCode int twoDigitResult int threeDigitResult private static int countMccMncInCarrierList (android.content.Context, java.lang.String) android.database.Cursor mccMncCursor android.content.Context ctx String mccMncCombo private static void syncBearerBitmaskAndNetworkTypeBitmask (android.content.ContentValues) int convertedBitmask int convertedBitmask android.content.ContentValues values private static void log (java.lang.String) String s private static void loge (java.lang.String) String s private static int getMvnoTypeIntFromString (java.lang.String) String mvnoType String mvnoTypeString Integer mvnoTypeInt private static int getBitmaskFromString (java.lang.String) NumberFormatException nfe int bearerInt String bearer String bearerList String[] bearers int bearerBitmask private static int getInfrastructureListFromString (java.lang.String) String infrastructure String infrastructureString String[] infras int infrastructureBitmask private static int rilRadioTechnologyToNetworkTypeBitmask (int) int rat private static int convertNetworkTypeBitmaskToBearerBitmask (int) int bearerInt int networkTypeBitmask int bearerBitmask private static int convertBearerBitmaskToNetworkTypeBitmask (int) int bearerUnitBitmask int bearerUnitInt int bearerBitmask int networkTypeBitmask private static boolean bitmaskHasTarget (int, int) int bearerBitmask int targetBitmask private static int getBitmaskForTech (int) int radioTech public static void fillInAllowedNetworkTypesStringAtCursor (android.database.sqlite.SQLiteDatabase, android.database.Cursor) long allowedNetworkTypesReasonCarrier String subId IllegalArgumentException e android.content.ContentValues cv android.database.sqlite.SQLiteDatabase db android.database.Cursor c long allowedNetworkTypesReasonCarrier String subId public static void fillInEnabledMobileDataPoliciesAtCursor (android.database.sqlite.SQLiteDatabase, android.database.Cursor) String overrideRule String subId IllegalArgumentException e android.content.ContentValues cv android.database.sqlite.SQLiteDatabase db android.database.Cursor c String overrideRule String subId private void dumpTable (java.lang.String, android.util.IndentingPrintWriter) String columnValue Exception e int type int i java.util.List columnStrings String str android.database.Cursor cursor Exception ex String tableName android.util.IndentingPrintWriter pw public void dump (java.io.FileDescriptor, java.io.PrintWriter, java.lang.String[]) java.io.FileDescriptor fd java.io.PrintWriter printWriter String[] args android.util.IndentingPrintWriter pw private static synthetic boolean lambda$filteredAllowedNetworkTypesForBackup$2 (java.lang.String) String r private static synthetic int lambda$findAndRestoreAllMatches$1 (java.lang.Integer) Integer i private static synthetic void lambda$restoreApnsWithService$0 (java.lang.Runnable) Runnable runnable static void <clinit> () }
com/android/providers/telephony/nano/
com/android/providers/telephony/nano/CarrierIdProto$CarrierAttribute.class
CarrierIdProto.java package com.android.providers.telephony.nano public final com.android.providers.telephony.nano.CarrierIdProto$CarrierAttribute extends com.android.providers.telephony.protobuf.nano.ExtendableMessageNano { private static volatile com.android.providers.telephony.nano.CarrierIdProto$CarrierAttribute[] _emptyArray public String[] mccmncTuple public String[] imsiPrefixXpattern public String[] spn public String[] plmn public String[] gid1 public String[] gid2 public String[] preferredApn public String[] iccidPrefix public String[] privilegeAccessRule public static com.android.providers.telephony.nano.CarrierIdProto$CarrierAttribute[] emptyArray () public void <init> () public com.android.providers.telephony.nano.CarrierIdProto$CarrierAttribute clear () public void writeTo (com.android.providers.telephony.protobuf.nano.CodedOutputByteBufferNano) throws java.io.IOException String element int i String element int i String element int i String element int i String element int i String element int i String element int i String element int i String element int i com.android.providers.telephony.protobuf.nano.CodedOutputByteBufferNano output protected int computeSerializedSize () String element int i int dataCount int dataSize String element int i int dataCount int dataSize String element int i int dataCount int dataSize String element int i int dataCount int dataSize String element int i int dataCount int dataSize String element int i int dataCount int dataSize String element int i int dataCount int dataSize String element int i int dataCount int dataSize String element int i int dataCount int dataSize int size public com.android.providers.telephony.nano.CarrierIdProto$CarrierAttribute mergeFrom (com.android.providers.telephony.protobuf.nano.CodedInputByteBufferNano) throws java.io.IOException int arrayLength int i String[] newArray int arrayLength int i String[] newArray int arrayLength int i String[] newArray int arrayLength int i String[] newArray int arrayLength int i String[] newArray int arrayLength int i String[] newArray int arrayLength int i String[] newArray int arrayLength int i String[] newArray int arrayLength int i String[] newArray int tag com.android.providers.telephony.protobuf.nano.CodedInputByteBufferNano input public static com.android.providers.telephony.nano.CarrierIdProto$CarrierAttribute parseFrom (byte[]) throws com.android.providers.telephony.protobuf.nano.InvalidProtocolBufferNanoException byte[] data public static com.android.providers.telephony.nano.CarrierIdProto$CarrierAttribute parseFrom (com.android.providers.telephony.protobuf.nano.CodedInputByteBufferNano) throws java.io.IOException com.android.providers.telephony.protobuf.nano.CodedInputByteBufferNano input public volatile synthetic com.android.providers.telephony.protobuf.nano.MessageNano mergeFrom (com.android.providers.telephony.protobuf.nano.CodedInputByteBufferNano) throws java.io.IOException }
com/android/providers/telephony/nano/CarrierIdProto$CarrierId.class
CarrierIdProto.java package com.android.providers.telephony.nano public final com.android.providers.telephony.nano.CarrierIdProto$CarrierId extends com.android.providers.telephony.protobuf.nano.ExtendableMessageNano { private static volatile com.android.providers.telephony.nano.CarrierIdProto$CarrierId[] _emptyArray public int canonicalId public String carrierName public com.android.providers.telephony.nano.CarrierIdProto$CarrierAttribute[] carrierAttribute public int parentCanonicalId public static com.android.providers.telephony.nano.CarrierIdProto$CarrierId[] emptyArray () public void <init> () public com.android.providers.telephony.nano.CarrierIdProto$CarrierId clear () public void writeTo (com.android.providers.telephony.protobuf.nano.CodedOutputByteBufferNano) throws java.io.IOException com.android.providers.telephony.nano.CarrierIdProto$CarrierAttribute element int i com.android.providers.telephony.protobuf.nano.CodedOutputByteBufferNano output protected int computeSerializedSize () com.android.providers.telephony.nano.CarrierIdProto$CarrierAttribute element int i int size public com.android.providers.telephony.nano.CarrierIdProto$CarrierId mergeFrom (com.android.providers.telephony.protobuf.nano.CodedInputByteBufferNano) throws java.io.IOException int arrayLength int i com.android.providers.telephony.nano.CarrierIdProto$CarrierAttribute[] newArray int tag com.android.providers.telephony.protobuf.nano.CodedInputByteBufferNano input public static com.android.providers.telephony.nano.CarrierIdProto$CarrierId parseFrom (byte[]) throws com.android.providers.telephony.protobuf.nano.InvalidProtocolBufferNanoException byte[] data public static com.android.providers.telephony.nano.CarrierIdProto$CarrierId parseFrom (com.android.providers.telephony.protobuf.nano.CodedInputByteBufferNano) throws java.io.IOException com.android.providers.telephony.protobuf.nano.CodedInputByteBufferNano input public volatile synthetic com.android.providers.telephony.protobuf.nano.MessageNano mergeFrom (com.android.providers.telephony.protobuf.nano.CodedInputByteBufferNano) throws java.io.IOException }
com/android/providers/telephony/nano/CarrierIdProto$CarrierList.class
CarrierIdProto.java package com.android.providers.telephony.nano public final com.android.providers.telephony.nano.CarrierIdProto$CarrierList extends com.android.providers.telephony.protobuf.nano.ExtendableMessageNano { private static volatile com.android.providers.telephony.nano.CarrierIdProto$CarrierList[] _emptyArray public com.android.providers.telephony.nano.CarrierIdProto$CarrierId[] carrierId public int version public static com.android.providers.telephony.nano.CarrierIdProto$CarrierList[] emptyArray () public void <init> () public com.android.providers.telephony.nano.CarrierIdProto$CarrierList clear () public void writeTo (com.android.providers.telephony.protobuf.nano.CodedOutputByteBufferNano) throws java.io.IOException com.android.providers.telephony.nano.CarrierIdProto$CarrierId element int i com.android.providers.telephony.protobuf.nano.CodedOutputByteBufferNano output protected int computeSerializedSize () com.android.providers.telephony.nano.CarrierIdProto$CarrierId element int i int size public com.android.providers.telephony.nano.CarrierIdProto$CarrierList mergeFrom (com.android.providers.telephony.protobuf.nano.CodedInputByteBufferNano) throws java.io.IOException int arrayLength int i com.android.providers.telephony.nano.CarrierIdProto$CarrierId[] newArray int tag com.android.providers.telephony.protobuf.nano.CodedInputByteBufferNano input public static com.android.providers.telephony.nano.CarrierIdProto$CarrierList parseFrom (byte[]) throws com.android.providers.telephony.protobuf.nano.InvalidProtocolBufferNanoException byte[] data public static com.android.providers.telephony.nano.CarrierIdProto$CarrierList parseFrom (com.android.providers.telephony.protobuf.nano.CodedInputByteBufferNano) throws java.io.IOException com.android.providers.telephony.protobuf.nano.CodedInputByteBufferNano input public volatile synthetic com.android.providers.telephony.protobuf.nano.MessageNano mergeFrom (com.android.providers.telephony.protobuf.nano.CodedInputByteBufferNano) throws java.io.IOException }
com/android/providers/telephony/nano/CarrierIdProto.class
CarrierIdProto.java package com.android.providers.telephony.nano public abstract com.android.providers.telephony.nano.CarrierIdProto extends java.lang.Object { }
com/android/providers/telephony/protobuf/nano/
com/android/providers/telephony/protobuf/nano/CodedInputByteBufferNano.class
CodedInputByteBufferNano.java package com.android.providers.telephony.protobuf.nano public final com.android.providers.telephony.protobuf.nano.CodedInputByteBufferNano extends java.lang.Object { private final byte[] buffer private int bufferStart private int bufferSize private int bufferSizeAfterLimit private int bufferPos private int lastTag private int currentLimit private int recursionDepth private int recursionLimit private int sizeLimit private static final int DEFAULT_RECURSION_LIMIT private static final int DEFAULT_SIZE_LIMIT public static com.android.providers.telephony.protobuf.nano.CodedInputByteBufferNano newInstance (byte[]) byte[] buf public static com.android.providers.telephony.protobuf.nano.CodedInputByteBufferNano newInstance (byte[], int, int) byte[] buf int off int len public int readTag () throws java.io.IOException public void checkLastTagWas (int) throws com.android.providers.telephony.protobuf.nano.InvalidProtocolBufferNanoException int value public boolean skipField (int) throws java.io.IOException int tag public void skipMessage () throws java.io.IOException int tag 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 void readGroup (com.android.providers.telephony.protobuf.nano.MessageNano, int) throws java.io.IOException com.android.providers.telephony.protobuf.nano.MessageNano msg int fieldNumber public void readMessage (com.android.providers.telephony.protobuf.nano.MessageNano) throws java.io.IOException com.android.providers.telephony.protobuf.nano.MessageNano msg int length int oldLimit public byte[] readBytes () throws java.io.IOException byte[] 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 i byte tmp int result public long readRawVarint64 () throws java.io.IOException byte b int shift long result public int readRawLittleEndian32 () throws java.io.IOException byte b1 byte b2 byte b3 byte b4 public long readRawLittleEndian64 () throws java.io.IOException byte b1 byte b2 byte b3 byte b4 byte b5 byte b6 byte b7 byte b8 public static int decodeZigZag32 (int) int n public static long decodeZigZag64 (long) long n private void <init> (byte[], int, int) byte[] buffer int off int len public int setRecursionLimit (int) int limit int oldLimit public int setSizeLimit (int) int limit int oldLimit public void resetSizeCounter () public int pushLimit (int) throws com.android.providers.telephony.protobuf.nano.InvalidProtocolBufferNanoException int byteLimit int oldLimit private void recomputeBufferSizeAfterLimit () int bufferEnd public void popLimit (int) int oldLimit public int getBytesUntilLimit () int currentAbsolutePosition public boolean isAtEnd () public int getPosition () public byte[] getData (int, int) int offset int length byte[] copy int start public void rewindToPosition (int) int position public byte readRawByte () throws java.io.IOException public byte[] readRawBytes (int) throws java.io.IOException byte[] bytes int size public void skipRawBytes (int) throws java.io.IOException int size java.lang.Object readPrimitiveField (int) throws java.io.IOException int type }
com/android/providers/telephony/protobuf/nano/CodedOutputByteBufferNano$OutOfSpaceException.class
CodedOutputByteBufferNano.java package com.android.providers.telephony.protobuf.nano public com.android.providers.telephony.protobuf.nano.CodedOutputByteBufferNano$OutOfSpaceException extends java.io.IOException { private static final long serialVersionUID void <init> (int, int) int position int limit }
com/android/providers/telephony/protobuf/nano/CodedOutputByteBufferNano.class
CodedOutputByteBufferNano.java package com.android.providers.telephony.protobuf.nano public final com.android.providers.telephony.protobuf.nano.CodedOutputByteBufferNano extends java.lang.Object { private static final int MAX_UTF8_EXPANSION private final java.nio.ByteBuffer buffer public static final int LITTLE_ENDIAN_32_SIZE public static final int LITTLE_ENDIAN_64_SIZE private void <init> (byte[], int, int) byte[] buffer int offset int length private void <init> (java.nio.ByteBuffer) java.nio.ByteBuffer buffer public static com.android.providers.telephony.protobuf.nano.CodedOutputByteBufferNano newInstance (byte[]) byte[] flatArray public static com.android.providers.telephony.protobuf.nano.CodedOutputByteBufferNano newInstance (byte[], int, int) byte[] flatArray int offset int length public void writeDouble (int, double) throws java.io.IOException int fieldNumber double value public void writeFloat (int, float) throws java.io.IOException int fieldNumber float value public void writeUInt64 (int, long) throws java.io.IOException int fieldNumber long value public void writeInt64 (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 writeGroup (int, com.android.providers.telephony.protobuf.nano.MessageNano) throws java.io.IOException int fieldNumber com.android.providers.telephony.protobuf.nano.MessageNano value public void writeMessage (int, com.android.providers.telephony.protobuf.nano.MessageNano) throws java.io.IOException int fieldNumber com.android.providers.telephony.protobuf.nano.MessageNano value public void writeBytes (int, byte[]) throws java.io.IOException int fieldNumber byte[] value public void writeUInt32 (int, int) throws java.io.IOException int fieldNumber int value public void writeEnum (int, int) throws java.io.IOException int fieldNumber int value public void writeSFixed32 (int, int) throws java.io.IOException int fieldNumber int value public void writeSFixed64 (int, long) throws java.io.IOException int fieldNumber long 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 writeDoubleNoTag (double) throws java.io.IOException double value public void writeFloatNoTag (float) throws java.io.IOException float value public void writeUInt64NoTag (long) throws java.io.IOException long value public void writeInt64NoTag (long) throws java.io.IOException long value public void writeInt32NoTag (int) throws java.io.IOException int value public void writeFixed64NoTag (long) throws java.io.IOException long value public void writeFixed32NoTag (int) throws java.io.IOException int value public void writeBoolNoTag (boolean) throws java.io.IOException boolean value public void writeStringNoTag (java.lang.String) throws java.io.IOException int oldPosition int newPosition int minLengthVarIntSize int maxLengthVarIntSize com.android.providers.telephony.protobuf.nano.CodedOutputByteBufferNano$OutOfSpaceException outOfSpaceException java.nio.BufferOverflowException e String value private 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 private static void encode (java.lang.CharSequence, java.nio.ByteBuffer) int encoded java.nio.BufferOverflowException boe ArrayIndexOutOfBoundsException e CharSequence sequence java.nio.ByteBuffer byteBuffer private static void encodeDirect (java.lang.CharSequence, java.nio.ByteBuffer) char low char low int codePoint char c int i CharSequence sequence java.nio.ByteBuffer byteBuffer int utf16Length private static int encode (java.lang.CharSequence, byte[], int, int) char c char low char low int codePoint char c CharSequence sequence byte[] bytes int offset int length int utf16Length int j int i int limit public void writeGroupNoTag (com.android.providers.telephony.protobuf.nano.MessageNano) throws java.io.IOException com.android.providers.telephony.protobuf.nano.MessageNano value public void writeMessageNoTag (com.android.providers.telephony.protobuf.nano.MessageNano) throws java.io.IOException com.android.providers.telephony.protobuf.nano.MessageNano value public void writeBytesNoTag (byte[]) throws java.io.IOException byte[] value public void writeUInt32NoTag (int) throws java.io.IOException int value public void writeEnumNoTag (int) throws java.io.IOException int value public void writeSFixed32NoTag (int) throws java.io.IOException int value public void writeSFixed64NoTag (long) throws java.io.IOException long value public void writeSInt32NoTag (int) throws java.io.IOException int value public void writeSInt64NoTag (long) throws java.io.IOException long value public static int computeDoubleSize (int, double) int fieldNumber double value public static int computeFloatSize (int, float) int fieldNumber float value public static int computeUInt64Size (int, long) int fieldNumber long value public static int computeInt64Size (int, long) int fieldNumber long value public static int computeInt32Size (int, int) int fieldNumber int value public static int computeFixed64Size (int, long) int fieldNumber long value public static int computeFixed32Size (int, int) int fieldNumber int value public static int computeBoolSize (int, boolean) int fieldNumber boolean value public static int computeStringSize (int, java.lang.String) int fieldNumber String value public static int computeGroupSize (int, com.android.providers.telephony.protobuf.nano.MessageNano) int fieldNumber com.android.providers.telephony.protobuf.nano.MessageNano value public static int computeMessageSize (int, com.android.providers.telephony.protobuf.nano.MessageNano) int fieldNumber com.android.providers.telephony.protobuf.nano.MessageNano value public static int computeBytesSize (int, byte[]) int fieldNumber byte[] value public static int computeUInt32Size (int, int) int fieldNumber int value public static int computeEnumSize (int, int) int fieldNumber int value public static int computeSFixed32Size (int, int) int fieldNumber int value public static int computeSFixed64Size (int, long) int fieldNumber long value public static int computeSInt32Size (int, int) int fieldNumber int value public static int computeSInt64Size (int, long) int fieldNumber long value public static int computeDoubleSizeNoTag (double) double value public static int computeFloatSizeNoTag (float) float value public static int computeUInt64SizeNoTag (long) long value public static int computeInt64SizeNoTag (long) long value public static int computeInt32SizeNoTag (int) int value public static int computeFixed64SizeNoTag (long) long value public static int computeFixed32SizeNoTag (int) int value public static int computeBoolSizeNoTag (boolean) boolean value public static int computeStringSizeNoTag (java.lang.String) String value int length public static int computeGroupSizeNoTag (com.android.providers.telephony.protobuf.nano.MessageNano) com.android.providers.telephony.protobuf.nano.MessageNano value public static int computeMessageSizeNoTag (com.android.providers.telephony.protobuf.nano.MessageNano) com.android.providers.telephony.protobuf.nano.MessageNano value int size public static int computeBytesSizeNoTag (byte[]) byte[] value public static int computeUInt32SizeNoTag (int) int value public static int computeEnumSizeNoTag (int) int value public static int computeSFixed32SizeNoTag (int) int value public static int computeSFixed64SizeNoTag (long) long value public static int computeSInt32SizeNoTag (int) int value public static int computeSInt64SizeNoTag (long) long value public int spaceLeft () public void checkNoSpaceLeft () public int position () public void reset () public void writeRawByte (byte) throws java.io.IOException byte value public void writeRawByte (int) throws java.io.IOException int value public void writeRawBytes (byte[]) throws java.io.IOException byte[] value public void writeRawBytes (byte[], int, int) throws java.io.IOException byte[] value int offset int length public void writeTag (int, int) throws java.io.IOException int fieldNumber int wireType public static int computeTagSize (int) int fieldNumber public void writeRawVarint32 (int) throws java.io.IOException int value public static int computeRawVarint32Size (int) int value public void writeRawVarint64 (long) throws java.io.IOException long value public static int computeRawVarint64Size (long) long value public void writeRawLittleEndian32 (int) throws java.io.IOException int value public void writeRawLittleEndian64 (long) throws java.io.IOException long value public static int encodeZigZag32 (int) int n public static long encodeZigZag64 (long) long n static int computeFieldSize (int, int, java.lang.Object) int number int type Object object void writeField (int, int, java.lang.Object) throws java.io.IOException Double doubleValue Float floatValue Long int64Value Long uint64Value Integer int32Value Long fixed64Value Integer fixed32Value Boolean boolValue String stringValue byte[] bytesValue Integer uint32Value Integer enumValue Integer sfixed32Value Long sfixed64Value Integer sint32Value Long sint64Value com.android.providers.telephony.protobuf.nano.MessageNano messageValue com.android.providers.telephony.protobuf.nano.MessageNano groupValue int number int type Object value }
com/android/providers/telephony/protobuf/nano/ExtendableMessageNano.class
ExtendableMessageNano.java package com.android.providers.telephony.protobuf.nano public abstract com.android.providers.telephony.protobuf.nano.ExtendableMessageNano extends com.android.providers.telephony.protobuf.nano.MessageNano { protected com.android.providers.telephony.protobuf.nano.FieldArray unknownFieldData public void <init> () protected int computeSerializedSize () com.android.providers.telephony.protobuf.nano.FieldData field int i int size public void writeTo (com.android.providers.telephony.protobuf.nano.CodedOutputByteBufferNano) throws java.io.IOException com.android.providers.telephony.protobuf.nano.FieldData field int i com.android.providers.telephony.protobuf.nano.CodedOutputByteBufferNano output public final boolean hasExtension (com.android.providers.telephony.protobuf.nano.Extension) com.android.providers.telephony.protobuf.nano.Extension extension com.android.providers.telephony.protobuf.nano.FieldData field public final java.lang.Object getExtension (com.android.providers.telephony.protobuf.nano.Extension) com.android.providers.telephony.protobuf.nano.Extension extension com.android.providers.telephony.protobuf.nano.FieldData field public final com.android.providers.telephony.protobuf.nano.ExtendableMessageNano setExtension (com.android.providers.telephony.protobuf.nano.Extension, java.lang.Object) com.android.providers.telephony.protobuf.nano.FieldData field com.android.providers.telephony.protobuf.nano.Extension extension Object value int fieldNumber com.android.providers.telephony.protobuf.nano.ExtendableMessageNano typedThis protected final boolean storeUnknownField (com.android.providers.telephony.protobuf.nano.CodedInputByteBufferNano, int) throws java.io.IOException com.android.providers.telephony.protobuf.nano.CodedInputByteBufferNano input int tag int startPos int fieldNumber int endPos byte[] bytes com.android.providers.telephony.protobuf.nano.UnknownFieldData unknownField com.android.providers.telephony.protobuf.nano.FieldData field public com.android.providers.telephony.protobuf.nano.ExtendableMessageNano clone () throws java.lang.CloneNotSupportedException com.android.providers.telephony.protobuf.nano.ExtendableMessageNano cloned public volatile synthetic com.android.providers.telephony.protobuf.nano.MessageNano clone () throws java.lang.CloneNotSupportedException public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException }
com/android/providers/telephony/protobuf/nano/Extension$1.class
Extension.java package com.android.providers.telephony.protobuf.nano synthetic com.android.providers.telephony.protobuf.nano.Extension$1 extends java.lang.Object { }
com/android/providers/telephony/protobuf/nano/Extension$PrimitiveExtension.class
Extension.java package com.android.providers.telephony.protobuf.nano com.android.providers.telephony.protobuf.nano.Extension$PrimitiveExtension extends com.android.providers.telephony.protobuf.nano.Extension { private final int nonPackedTag private final int packedTag public void <init> (int, java.lang.Class, int, boolean, int, int) int type Class clazz int tag boolean repeated int nonPackedTag int packedTag protected java.lang.Object readData (com.android.providers.telephony.protobuf.nano.CodedInputByteBufferNano) java.io.IOException e com.android.providers.telephony.protobuf.nano.CodedInputByteBufferNano input protected void readDataInto (com.android.providers.telephony.protobuf.nano.UnknownFieldData, java.util.List) java.io.IOException e com.android.providers.telephony.protobuf.nano.CodedInputByteBufferNano buffer com.android.providers.telephony.protobuf.nano.UnknownFieldData data java.util.List resultList protected final void writeSingularData (java.lang.Object, com.android.providers.telephony.protobuf.nano.CodedOutputByteBufferNano) Double doubleValue Float floatValue Long int64Value Long uint64Value Integer int32Value Long fixed64Value Integer fixed32Value Boolean boolValue String stringValue byte[] bytesValue Integer uint32Value Integer enumValue Integer sfixed32Value Long sfixed64Value Integer sint32Value Long sint64Value java.io.IOException e Object value com.android.providers.telephony.protobuf.nano.CodedOutputByteBufferNano output protected void writeRepeatedData (java.lang.Object, com.android.providers.telephony.protobuf.nano.CodedOutputByteBufferNano) int i int i int i int i int i int i int i int i int i int i int i int i int i int i java.io.IOException e int arrayLength int dataSize Object array com.android.providers.telephony.protobuf.nano.CodedOutputByteBufferNano output private int computePackedDataSize (java.lang.Object) int i int i int i int i int i int i int i Object array int dataSize int arrayLength protected int computeRepeatedSerializedSize (java.lang.Object) int dataSize int payloadSize Object array protected final int computeSingularSerializedSize (java.lang.Object) Double doubleValue Float floatValue Long int64Value Long uint64Value Integer int32Value Long fixed64Value Integer fixed32Value Boolean boolValue String stringValue byte[] bytesValue Integer uint32Value Integer enumValue Integer sfixed32Value Long sfixed64Value Integer sint32Value Long sint64Value Object value int fieldNumber }
com/android/providers/telephony/protobuf/nano/Extension.class
Extension.java package com.android.providers.telephony.protobuf.nano public com.android.providers.telephony.protobuf.nano.Extension extends java.lang.Object { public static final int TYPE_DOUBLE public static final int TYPE_FLOAT public static final int TYPE_INT64 public static final int TYPE_UINT64 public static final int TYPE_INT32 public static final int TYPE_FIXED64 public static final int TYPE_FIXED32 public static final int TYPE_BOOL public static final int TYPE_STRING public static final int TYPE_GROUP public static final int TYPE_MESSAGE public static final int TYPE_BYTES public static final int TYPE_UINT32 public static final int TYPE_ENUM public static final int TYPE_SFIXED32 public static final int TYPE_SFIXED64 public static final int TYPE_SINT32 public static final int TYPE_SINT64 protected final int type protected final Class clazz public final int tag protected final boolean repeated public static com.android.providers.telephony.protobuf.nano.Extension createMessageTyped (int, java.lang.Class, int) int type Class clazz int tag public static com.android.providers.telephony.protobuf.nano.Extension createMessageTyped (int, java.lang.Class, long) int type Class clazz long tag public static com.android.providers.telephony.protobuf.nano.Extension createRepeatedMessageTyped (int, java.lang.Class, long) int type Class clazz long tag public static com.android.providers.telephony.protobuf.nano.Extension createPrimitiveTyped (int, java.lang.Class, long) int type Class clazz long tag public static com.android.providers.telephony.protobuf.nano.Extension createRepeatedPrimitiveTyped (int, java.lang.Class, long, long, long) int type Class clazz long tag long nonPackedTag long packedTag private void <init> (int, java.lang.Class, int, boolean) int type Class clazz int tag boolean repeated final java.lang.Object getValueFrom (java.util.List) java.util.List unknownFields private java.lang.Object getRepeatedValueFrom (java.util.List) com.android.providers.telephony.protobuf.nano.UnknownFieldData data int i int i Object result java.util.List unknownFields java.util.List resultList int resultSize private java.lang.Object getSingularValueFrom (java.util.List) java.util.List unknownFields com.android.providers.telephony.protobuf.nano.UnknownFieldData lastData protected java.lang.Object readData (com.android.providers.telephony.protobuf.nano.CodedInputByteBufferNano) com.android.providers.telephony.protobuf.nano.MessageNano group com.android.providers.telephony.protobuf.nano.MessageNano message InstantiationException e IllegalAccessException e java.io.IOException e com.android.providers.telephony.protobuf.nano.CodedInputByteBufferNano input Class messageType protected void readDataInto (com.android.providers.telephony.protobuf.nano.UnknownFieldData, java.util.List) com.android.providers.telephony.protobuf.nano.UnknownFieldData data java.util.List resultList void writeTo (java.lang.Object, com.android.providers.telephony.protobuf.nano.CodedOutputByteBufferNano) throws java.io.IOException Object value com.android.providers.telephony.protobuf.nano.CodedOutputByteBufferNano output protected void writeSingularData (java.lang.Object, com.android.providers.telephony.protobuf.nano.CodedOutputByteBufferNano) com.android.providers.telephony.protobuf.nano.MessageNano groupValue int fieldNumber com.android.providers.telephony.protobuf.nano.MessageNano messageValue java.io.IOException e Object value com.android.providers.telephony.protobuf.nano.CodedOutputByteBufferNano out protected void writeRepeatedData (java.lang.Object, com.android.providers.telephony.protobuf.nano.CodedOutputByteBufferNano) Object element int i Object array com.android.providers.telephony.protobuf.nano.CodedOutputByteBufferNano output int arrayLength int computeSerializedSize (java.lang.Object) Object value protected int computeRepeatedSerializedSize (java.lang.Object) Object element int i Object array int size int arrayLength protected int computeSingularSerializedSize (java.lang.Object) com.android.providers.telephony.protobuf.nano.MessageNano groupValue com.android.providers.telephony.protobuf.nano.MessageNano messageValue Object value int fieldNumber synthetic void <init> (int, java.lang.Class, int, boolean, com.android.providers.telephony.protobuf.nano.Extension$1) int x0 Class x1 int x2 boolean x3 com.android.providers.telephony.protobuf.nano.Extension$1 x4 }
com/android/providers/telephony/protobuf/nano/FieldArray.class
FieldArray.java package com.android.providers.telephony.protobuf.nano public final com.android.providers.telephony.protobuf.nano.FieldArray extends java.lang.Object implements java.lang.Cloneable { private static final com.android.providers.telephony.protobuf.nano.FieldData DELETED private boolean mGarbage private int[] mFieldNumbers private com.android.providers.telephony.protobuf.nano.FieldData[] mData private int mSize void <init> () void <init> (int) int initialCapacity com.android.providers.telephony.protobuf.nano.FieldData get (int) int fieldNumber int i void remove (int) int fieldNumber int i private void gc () com.android.providers.telephony.protobuf.nano.FieldData val int i int n int o int[] keys com.android.providers.telephony.protobuf.nano.FieldData[] values void put (int, com.android.providers.telephony.protobuf.nano.FieldData) int n int[] nkeys com.android.providers.telephony.protobuf.nano.FieldData[] nvalues int fieldNumber com.android.providers.telephony.protobuf.nano.FieldData data int i int size () public boolean isEmpty () com.android.providers.telephony.protobuf.nano.FieldData dataAt (int) int index public boolean equals (java.lang.Object) Object o com.android.providers.telephony.protobuf.nano.FieldArray other public int hashCode () int i int result private int idealIntArraySize (int) int need private int idealByteArraySize (int) int i int need private int binarySearch (int) int mid int midVal int value int lo int hi private boolean arrayEquals (int[], int[], int) int i int[] a int[] b int size private boolean arrayEquals (com.android.providers.telephony.protobuf.nano.FieldData[], com.android.providers.telephony.protobuf.nano.FieldData[], int) int i com.android.providers.telephony.protobuf.nano.FieldData[] a com.android.providers.telephony.protobuf.nano.FieldData[] b int size public final com.android.providers.telephony.protobuf.nano.FieldArray clone () int i int size com.android.providers.telephony.protobuf.nano.FieldArray clone public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException static void <clinit> () }
com/android/providers/telephony/protobuf/nano/FieldData.class
FieldData.java package com.android.providers.telephony.protobuf.nano com.android.providers.telephony.protobuf.nano.FieldData extends java.lang.Object implements java.lang.Cloneable { private com.android.providers.telephony.protobuf.nano.Extension cachedExtension private Object value private java.util.List unknownFieldData void <init> (com.android.providers.telephony.protobuf.nano.Extension, java.lang.Object) com.android.providers.telephony.protobuf.nano.Extension extension Object newValue void <init> () void addUnknownField (com.android.providers.telephony.protobuf.nano.UnknownFieldData) com.android.providers.telephony.protobuf.nano.UnknownFieldData unknownField com.android.providers.telephony.protobuf.nano.UnknownFieldData getUnknownField (int) int index int getUnknownFieldSize () java.lang.Object getValue (com.android.providers.telephony.protobuf.nano.Extension) com.android.providers.telephony.protobuf.nano.Extension extension void setValue (com.android.providers.telephony.protobuf.nano.Extension, java.lang.Object) com.android.providers.telephony.protobuf.nano.Extension extension Object newValue int computeSerializedSize () com.android.providers.telephony.protobuf.nano.UnknownFieldData unknownField int size void writeTo (com.android.providers.telephony.protobuf.nano.CodedOutputByteBufferNano) throws java.io.IOException com.android.providers.telephony.protobuf.nano.UnknownFieldData unknownField com.android.providers.telephony.protobuf.nano.CodedOutputByteBufferNano output public boolean equals (java.lang.Object) java.io.IOException e Object o com.android.providers.telephony.protobuf.nano.FieldData other public int hashCode () java.io.IOException e int result private byte[] toByteArray () throws java.io.IOException byte[] result com.android.providers.telephony.protobuf.nano.CodedOutputByteBufferNano output public final com.android.providers.telephony.protobuf.nano.FieldData clone () int i byte[][] valueArray byte[][] cloneArray int i com.android.providers.telephony.protobuf.nano.MessageNano[] valueArray com.android.providers.telephony.protobuf.nano.MessageNano[] cloneArray CloneNotSupportedException e com.android.providers.telephony.protobuf.nano.FieldData clone public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException }
com/android/providers/telephony/protobuf/nano/InternalNano.class
InternalNano.java package com.android.providers.telephony.protobuf.nano public final com.android.providers.telephony.protobuf.nano.InternalNano extends java.lang.Object { public static final int TYPE_DOUBLE public static final int TYPE_FLOAT public static final int TYPE_INT64 public static final int TYPE_UINT64 public static final int TYPE_INT32 public static final int TYPE_FIXED64 public static final int TYPE_FIXED32 public static final int TYPE_BOOL public static final int TYPE_STRING public static final int TYPE_GROUP public static final int TYPE_MESSAGE public static final int TYPE_BYTES public static final int TYPE_UINT32 public static final int TYPE_ENUM public static final int TYPE_SFIXED32 public static final int TYPE_SFIXED64 public static final int TYPE_SINT32 public static final int TYPE_SINT64 static final java.nio.charset.Charset UTF_8 static final java.nio.charset.Charset ISO_8859_1 public static final Object LAZY_INIT_LOCK private void <init> () public static java.lang.String stringDefaultValue (java.lang.String) String bytes public static byte[] bytesDefaultValue (java.lang.String) String bytes public static byte[] copyFromUtf8 (java.lang.String) String text public static boolean equals (int[], int[]) int[] field1 int[] field2 public static boolean equals (long[], long[]) long[] field1 long[] field2 public static boolean equals (float[], float[]) float[] field1 float[] field2 public static boolean equals (double[], double[]) double[] field1 double[] field2 public static boolean equals (boolean[], boolean[]) boolean[] field1 boolean[] field2 public static boolean equals (byte[][], byte[][]) boolean atEndOf1 boolean atEndOf2 byte[][] field1 byte[][] field2 int index1 int length1 int index2 int length2 public static boolean equals (java.lang.Object[], java.lang.Object[]) boolean atEndOf1 boolean atEndOf2 Object[] field1 Object[] field2 int index1 int length1 int index2 int length2 public static int hashCode (int[]) int[] field public static int hashCode (long[]) long[] field public static int hashCode (float[]) float[] field public static int hashCode (double[]) double[] field public static int hashCode (boolean[]) boolean[] field public static int hashCode (byte[][]) byte[] element int i int size byte[][] field int result public static int hashCode (java.lang.Object[]) Object element int i int size Object[] field int result private static java.lang.Object primitiveDefaultValue (int) int type public static final java.util.Map mergeMapEntry (com.android.providers.telephony.protobuf.nano.CodedInputByteBufferNano, java.util.Map, com.android.providers.telephony.protobuf.nano.MapFactories$MapFactory, int, int, java.lang.Object, int, int) throws java.io.IOException int tag com.android.providers.telephony.protobuf.nano.CodedInputByteBufferNano input java.util.Map map com.android.providers.telephony.protobuf.nano.MapFactories$MapFactory mapFactory int keyType int valueType Object value int keyTag int valueTag int length int oldLimit Object key public static void serializeMapField (com.android.providers.telephony.protobuf.nano.CodedOutputByteBufferNano, java.util.Map, int, int, int) throws java.io.IOException Object key Object value int entrySize java.util.Map$Entry entry com.android.providers.telephony.protobuf.nano.CodedOutputByteBufferNano output java.util.Map map int number int keyType int valueType public static int computeMapFieldSize (java.util.Map, int, int, int) Object key Object value int entrySize java.util.Map$Entry entry java.util.Map map int number int keyType int valueType int size int tagSize public static boolean equals (java.util.Map, java.util.Map) java.util.Map$Entry entry java.util.Map a java.util.Map b private static boolean equalsMapValue (java.lang.Object, java.lang.Object) Object a Object b public static int hashCode (java.util.Map) java.util.Map$Entry entry java.util.Map map int result private static int hashCodeForMap (java.lang.Object) Object o public static void cloneUnknownFieldData (com.android.providers.telephony.protobuf.nano.ExtendableMessageNano, com.android.providers.telephony.protobuf.nano.ExtendableMessageNano) com.android.providers.telephony.protobuf.nano.ExtendableMessageNano original com.android.providers.telephony.protobuf.nano.ExtendableMessageNano cloned static void <clinit> () }
com/android/providers/telephony/protobuf/nano/InvalidProtocolBufferNanoException.class
InvalidProtocolBufferNanoException.java package com.android.providers.telephony.protobuf.nano public com.android.providers.telephony.protobuf.nano.InvalidProtocolBufferNanoException extends java.io.IOException { private static final long serialVersionUID public void <init> (java.lang.String) String description static com.android.providers.telephony.protobuf.nano.InvalidProtocolBufferNanoException truncatedMessage () static com.android.providers.telephony.protobuf.nano.InvalidProtocolBufferNanoException negativeSize () static com.android.providers.telephony.protobuf.nano.InvalidProtocolBufferNanoException malformedVarint () static com.android.providers.telephony.protobuf.nano.InvalidProtocolBufferNanoException invalidTag () static com.android.providers.telephony.protobuf.nano.InvalidProtocolBufferNanoException invalidEndTag () static com.android.providers.telephony.protobuf.nano.InvalidProtocolBufferNanoException invalidWireType () static com.android.providers.telephony.protobuf.nano.InvalidProtocolBufferNanoException recursionLimitExceeded () static com.android.providers.telephony.protobuf.nano.InvalidProtocolBufferNanoException sizeLimitExceeded () }
com/android/providers/telephony/protobuf/nano/MapFactories$1.class
MapFactories.java package com.android.providers.telephony.protobuf.nano synthetic com.android.providers.telephony.protobuf.nano.MapFactories$1 extends java.lang.Object { }
com/android/providers/telephony/protobuf/nano/MapFactories$DefaultMapFactory.class
MapFactories.java package com.android.providers.telephony.protobuf.nano com.android.providers.telephony.protobuf.nano.MapFactories$DefaultMapFactory extends java.lang.Object implements com.android.providers.telephony.protobuf.nano.MapFactories$MapFactory { private void <init> () public java.util.Map forMap (java.util.Map) java.util.Map oldMap synthetic void <init> (com.android.providers.telephony.protobuf.nano.MapFactories$1) com.android.providers.telephony.protobuf.nano.MapFactories$1 x0 }
com/android/providers/telephony/protobuf/nano/MapFactories$MapFactory.class
MapFactories.java package com.android.providers.telephony.protobuf.nano public abstract com.android.providers.telephony.protobuf.nano.MapFactories$MapFactory extends java.lang.Object { public abstract java.util.Map forMap (java.util.Map) }
com/android/providers/telephony/protobuf/nano/MapFactories.class
MapFactories.java package com.android.providers.telephony.protobuf.nano public final com.android.providers.telephony.protobuf.nano.MapFactories extends java.lang.Object { private static volatile com.android.providers.telephony.protobuf.nano.MapFactories$MapFactory mapFactory static void setMapFactory (com.android.providers.telephony.protobuf.nano.MapFactories$MapFactory) com.android.providers.telephony.protobuf.nano.MapFactories$MapFactory newMapFactory public static com.android.providers.telephony.protobuf.nano.MapFactories$MapFactory getMapFactory () private void <init> () static void <clinit> () }
com/android/providers/telephony/protobuf/nano/MessageNano.class
MessageNano.java package com.android.providers.telephony.protobuf.nano public abstract com.android.providers.telephony.protobuf.nano.MessageNano extends java.lang.Object { protected volatile int cachedSize public void <init> () public int getCachedSize () public int getSerializedSize () int size protected int computeSerializedSize () public void writeTo (com.android.providers.telephony.protobuf.nano.CodedOutputByteBufferNano) throws java.io.IOException com.android.providers.telephony.protobuf.nano.CodedOutputByteBufferNano output public abstract com.android.providers.telephony.protobuf.nano.MessageNano mergeFrom (com.android.providers.telephony.protobuf.nano.CodedInputByteBufferNano) throws java.io.IOException public static final byte[] toByteArray (com.android.providers.telephony.protobuf.nano.MessageNano) com.android.providers.telephony.protobuf.nano.MessageNano msg byte[] result public static final void toByteArray (com.android.providers.telephony.protobuf.nano.MessageNano, byte[], int, int) com.android.providers.telephony.protobuf.nano.CodedOutputByteBufferNano output java.io.IOException e com.android.providers.telephony.protobuf.nano.MessageNano msg byte[] data int offset int length public static final com.android.providers.telephony.protobuf.nano.MessageNano mergeFrom (com.android.providers.telephony.protobuf.nano.MessageNano, byte[]) throws com.android.providers.telephony.protobuf.nano.InvalidProtocolBufferNanoException com.android.providers.telephony.protobuf.nano.MessageNano msg byte[] data public static final com.android.providers.telephony.protobuf.nano.MessageNano mergeFrom (com.android.providers.telephony.protobuf.nano.MessageNano, byte[], int, int) throws com.android.providers.telephony.protobuf.nano.InvalidProtocolBufferNanoException com.android.providers.telephony.protobuf.nano.CodedInputByteBufferNano input com.android.providers.telephony.protobuf.nano.InvalidProtocolBufferNanoException e java.io.IOException e com.android.providers.telephony.protobuf.nano.MessageNano msg byte[] data int off int len public static final boolean messageNanoEquals (com.android.providers.telephony.protobuf.nano.MessageNano, com.android.providers.telephony.protobuf.nano.MessageNano) com.android.providers.telephony.protobuf.nano.MessageNano a com.android.providers.telephony.protobuf.nano.MessageNano b int serializedSize byte[] aByteArray byte[] bByteArray public java.lang.String toString () public com.android.providers.telephony.protobuf.nano.MessageNano clone () throws java.lang.CloneNotSupportedException public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException }
com/android/providers/telephony/protobuf/nano/MessageNanoPrinter.class
MessageNanoPrinter.java package com.android.providers.telephony.protobuf.nano public final com.android.providers.telephony.protobuf.nano.MessageNanoPrinter extends java.lang.Object { private static final String INDENT private static final int MAX_STRING_LEN private void <init> () public static java.lang.String print (com.android.providers.telephony.protobuf.nano.MessageNano) IllegalAccessException e java.lang.reflect.InvocationTargetException e com.android.providers.telephony.protobuf.nano.MessageNano message StringBuffer buf private static void print (java.lang.String, java.lang.Object, java.lang.StringBuffer, java.lang.StringBuffer) throws java.lang.IllegalAccessException java.lang.reflect.InvocationTargetException Object elem int i int len Class arrayType Class fieldType Object value int modifiers String fieldName java.lang.reflect.Field field NoSuchMethodException e NoSuchMethodException e String subfieldName java.lang.reflect.Method hazzer java.lang.reflect.Method getter String name java.lang.reflect.Method method int origIndentBufLength Class clazz int origIndentBufLength java.util.Map$Entry entry java.util.Map map String stringMessage String identifier Object object StringBuffer indentBuf StringBuffer buf private static java.lang.String deCamelCaseify (java.lang.String) char currentChar int i String identifier StringBuffer out private static java.lang.String sanitizeString (java.lang.String) String str private static java.lang.String escapeString (java.lang.String) char original int i String str int strLen StringBuilder b private static void appendQuotedBytes (byte[], java.lang.StringBuffer) int ch int i byte[] bytes StringBuffer builder }
com/android/providers/telephony/protobuf/nano/UnknownFieldData.class
UnknownFieldData.java package com.android.providers.telephony.protobuf.nano final com.android.providers.telephony.protobuf.nano.UnknownFieldData extends java.lang.Object { final int tag final byte[] bytes void <init> (int, byte[]) int tag byte[] bytes int computeSerializedSize () int size void writeTo (com.android.providers.telephony.protobuf.nano.CodedOutputByteBufferNano) throws java.io.IOException com.android.providers.telephony.protobuf.nano.CodedOutputByteBufferNano output public boolean equals (java.lang.Object) Object o com.android.providers.telephony.protobuf.nano.UnknownFieldData other public int hashCode () int result }
com/android/providers/telephony/protobuf/nano/WireFormatNano.class
WireFormatNano.java package com.android.providers.telephony.protobuf.nano public final com.android.providers.telephony.protobuf.nano.WireFormatNano extends java.lang.Object { static final int WIRETYPE_VARINT static final int WIRETYPE_FIXED64 static final int WIRETYPE_LENGTH_DELIMITED static final int WIRETYPE_START_GROUP static final int WIRETYPE_END_GROUP static final int WIRETYPE_FIXED32 static final int TAG_TYPE_BITS static final int TAG_TYPE_MASK public static final int[] EMPTY_INT_ARRAY public static final long[] EMPTY_LONG_ARRAY public static final float[] EMPTY_FLOAT_ARRAY public static final double[] EMPTY_DOUBLE_ARRAY public static final boolean[] EMPTY_BOOLEAN_ARRAY public static final String[] EMPTY_STRING_ARRAY public static final byte[][] EMPTY_BYTES_ARRAY public static final byte[] EMPTY_BYTES private void <init> () static int getTagWireType (int) int tag public static int getTagFieldNumber (int) int tag static int makeTag (int, int) int fieldNumber int wireType public static boolean parseUnknownField (com.android.providers.telephony.protobuf.nano.CodedInputByteBufferNano, int) throws java.io.IOException com.android.providers.telephony.protobuf.nano.CodedInputByteBufferNano input int tag public static final int getRepeatedFieldArrayLength (com.android.providers.telephony.protobuf.nano.CodedInputByteBufferNano, int) throws java.io.IOException com.android.providers.telephony.protobuf.nano.CodedInputByteBufferNano input int tag int arrayLength int startPos static void <clinit> () }
com/android/providers/telephony/protobuf/nano/android/
com/android/providers/telephony/protobuf/nano/android/ParcelableExtendableMessageNano.class
ParcelableExtendableMessageNano.java package com.android.providers.telephony.protobuf.nano.android public abstract com.android.providers.telephony.protobuf.nano.android.ParcelableExtendableMessageNano extends com.android.providers.telephony.protobuf.nano.ExtendableMessageNano implements android.os.Parcelable { public void <init> () public int describeContents () public void writeToParcel (android.os.Parcel, int) android.os.Parcel out int flags }
com/android/providers/telephony/protobuf/nano/android/ParcelableMessageNano.class
ParcelableMessageNano.java package com.android.providers.telephony.protobuf.nano.android public abstract com.android.providers.telephony.protobuf.nano.android.ParcelableMessageNano extends com.android.providers.telephony.protobuf.nano.MessageNano implements android.os.Parcelable { public void <init> () public int describeContents () public void writeToParcel (android.os.Parcel, int) android.os.Parcel out int flags }
com/android/providers/telephony/protobuf/nano/android/ParcelableMessageNanoCreator.class
ParcelableMessageNanoCreator.java package com.android.providers.telephony.protobuf.nano.android public final com.android.providers.telephony.protobuf.nano.android.ParcelableMessageNanoCreator extends java.lang.Object implements android.os.Parcelable$Creator { private static final String TAG private final Class mClazz public void <init> (java.lang.Class) Class clazz public com.android.providers.telephony.protobuf.nano.MessageNano createFromParcel (android.os.Parcel) Class clazz Object instance ClassNotFoundException e NoSuchMethodException e java.lang.reflect.InvocationTargetException e IllegalAccessException e InstantiationException e com.android.providers.telephony.protobuf.nano.InvalidProtocolBufferNanoException e android.os.Parcel in String className byte[] data com.android.providers.telephony.protobuf.nano.MessageNano proto public com.android.providers.telephony.protobuf.nano.MessageNano[] newArray (int) int i static void writeToParcel (java.lang.Class, com.android.providers.telephony.protobuf.nano.MessageNano, android.os.Parcel) Class clazz com.android.providers.telephony.protobuf.nano.MessageNano message android.os.Parcel out public volatile synthetic java.lang.Object[] newArray (int) public volatile synthetic java.lang.Object createFromParcel (android.os.Parcel) }
com/google/
com/google/protobuf/
com/google/protobuf/AbstractMessageLite$Builder$LimitedInputStream.class
AbstractMessageLite.java package com.google.protobuf final com.google.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/google/protobuf/AbstractMessageLite$Builder.class
AbstractMessageLite.java package com.google.protobuf public abstract com.google.protobuf.AbstractMessageLite$Builder extends java.lang.Object implements com.google.protobuf.MessageLite$Builder { public void <init> () public abstract com.google.protobuf.AbstractMessageLite$Builder clone () public com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input public abstract com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.CodedInputStream input com.google.protobuf.InvalidProtocolBufferException e java.io.IOException e com.google.protobuf.ByteString data public com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.CodedInputStream input com.google.protobuf.InvalidProtocolBufferException e java.io.IOException e com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.CodedInputStream input com.google.protobuf.InvalidProtocolBufferException e java.io.IOException e byte[] data int off int len public com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.CodedInputStream input com.google.protobuf.InvalidProtocolBufferException e java.io.IOException e byte[] data int off int len com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.AbstractMessageLite$Builder mergeFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream input com.google.protobuf.CodedInputStream codedInput public com.google.protobuf.AbstractMessageLite$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.CodedInputStream codedInput public boolean mergeDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.io.InputStream input com.google.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.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.MessageLite) com.google.protobuf.MessageLite other protected abstract com.google.protobuf.AbstractMessageLite$Builder internalMergeFrom (com.google.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.google.protobuf.UninitializedMessageException newUninitializedMessageException (com.google.protobuf.MessageLite) com.google.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.google.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.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.MessageLite) public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () }
com/google/protobuf/AbstractMessageLite$InternalOneOfEnum.class
AbstractMessageLite.java package com.google.protobuf public abstract com.google.protobuf.AbstractMessageLite$InternalOneOfEnum extends java.lang.Object { public abstract int getNumber () }
com/google/protobuf/AbstractMessageLite.class
AbstractMessageLite.java package com.google.protobuf public abstract com.google.protobuf.AbstractMessageLite extends java.lang.Object implements com.google.protobuf.MessageLite { protected int memoizedHashCode public void <init> () public com.google.protobuf.ByteString toByteString () com.google.protobuf.ByteString$CodedBuilder out java.io.IOException e public byte[] toByteArray () byte[] result com.google.protobuf.CodedOutputStream output java.io.IOException e public void writeTo (java.io.OutputStream) throws java.io.IOException java.io.OutputStream output int bufferSize com.google.protobuf.CodedOutputStream codedOutput public void writeDelimitedTo (java.io.OutputStream) throws java.io.IOException java.io.OutputStream output int serialized int bufferSize com.google.protobuf.CodedOutputStream codedOutput int getMemoizedSerializedSize () void setMemoizedSerializedSize (int) int size int getSerializedSize (com.google.protobuf.Schema) com.google.protobuf.Schema schema int memoizedSerializedSize com.google.protobuf.UninitializedMessageException newUninitializedMessageException () private java.lang.String getSerializingExceptionMessage (java.lang.String) String target protected static void checkByteStringIsUtf8 (com.google.protobuf.ByteString) throws java.lang.IllegalArgumentException com.google.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/google/protobuf/AbstractParser.class
AbstractParser.java package com.google.protobuf public abstract com.google.protobuf.AbstractParser extends java.lang.Object implements com.google.protobuf.Parser { private static final com.google.protobuf.ExtensionRegistryLite EMPTY_REGISTRY public void <init> () private com.google.protobuf.UninitializedMessageException newUninitializedMessageException (com.google.protobuf.MessageLite) com.google.protobuf.MessageLite message private com.google.protobuf.MessageLite checkMessageInitialized (com.google.protobuf.MessageLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.MessageLite message public com.google.protobuf.MessageLite parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.CodedInputStream input public com.google.protobuf.MessageLite parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.MessageLite parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.CodedInputStream input public com.google.protobuf.MessageLite parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.MessageLite message com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.MessageLite parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public com.google.protobuf.MessageLite parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.MessageLite parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.ByteString data public com.google.protobuf.MessageLite parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.MessageLite message com.google.protobuf.InvalidProtocolBufferException e java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.MessageLite message public com.google.protobuf.MessageLite parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer data public com.google.protobuf.MessageLite parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.CodedInputStream input com.google.protobuf.MessageLite message com.google.protobuf.InvalidProtocolBufferException e byte[] data int off int len com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.MessageLite parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException byte[] data int off int len public com.google.protobuf.MessageLite parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.MessageLite parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public com.google.protobuf.MessageLite parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data int off int len com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.MessageLite parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException byte[] data int off int len public com.google.protobuf.MessageLite parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.MessageLite parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException byte[] data public com.google.protobuf.MessageLite parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.CodedInputStream codedInput com.google.protobuf.MessageLite message public com.google.protobuf.MessageLite parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException java.io.InputStream input public com.google.protobuf.MessageLite parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.MessageLite parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException java.io.InputStream input public com.google.protobuf.MessageLite parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException int firstByte int size java.io.IOException e java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry int size java.io.InputStream limitedInput public com.google.protobuf.MessageLite parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException java.io.InputStream input public com.google.protobuf.MessageLite parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.MessageLite parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException java.io.InputStream input public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException static void <clinit> () }
com/google/protobuf/AbstractProtobufList.class
AbstractProtobufList.java package com.google.protobuf abstract com.google.protobuf.AbstractProtobufList extends java.util.AbstractList implements com.google.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/google/protobuf/AllocatedBuffer$1.class
AllocatedBuffer.java package com.google.protobuf com.google.protobuf.AllocatedBuffer$1 extends com.google.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.google.protobuf.AllocatedBuffer position (int) int position public int limit () public int remaining () }
com/google/protobuf/AllocatedBuffer$2.class
AllocatedBuffer.java package com.google.protobuf com.google.protobuf.AllocatedBuffer$2 extends com.google.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.google.protobuf.AllocatedBuffer position (int) int position public int limit () public int remaining () }
com/google/protobuf/AllocatedBuffer.class
AllocatedBuffer.java package com.google.protobuf abstract com.google.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.google.protobuf.AllocatedBuffer position (int) public abstract int limit () public abstract int remaining () public static com.google.protobuf.AllocatedBuffer wrap (byte[]) byte[] bytes public static com.google.protobuf.AllocatedBuffer wrap (byte[], int, int) byte[] bytes int offset int length public static com.google.protobuf.AllocatedBuffer wrap (java.nio.ByteBuffer) java.nio.ByteBuffer buffer private static com.google.protobuf.AllocatedBuffer wrapNoCheck (byte[], int, int) byte[] bytes int offset int length }
com/google/protobuf/Android.class
Android.java package com.google.protobuf final com.google.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/google/protobuf/ArrayDecoders$1.class
ArrayDecoders.java package com.google.protobuf synthetic com.google.protobuf.ArrayDecoders$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType static void <clinit> () }
com/google/protobuf/ArrayDecoders$Registers.class
ArrayDecoders.java package com.google.protobuf final com.google.protobuf.ArrayDecoders$Registers extends java.lang.Object { public int int1 public long long1 public Object object1 public final com.google.protobuf.ExtensionRegistryLite extensionRegistry void <init> () void <init> (com.google.protobuf.ExtensionRegistryLite) com.google.protobuf.ExtensionRegistryLite extensionRegistry }
com/google/protobuf/ArrayDecoders.class
ArrayDecoders.java package com.google.protobuf final com.google.protobuf.ArrayDecoders extends java.lang.Object { private void <init> () static int decodeVarint32 (byte[], int, com.google.protobuf.ArrayDecoders$Registers) byte[] data int position com.google.protobuf.ArrayDecoders$Registers registers int value static int decodeVarint32 (int, byte[], int, com.google.protobuf.ArrayDecoders$Registers) int firstByte byte[] data int position com.google.protobuf.ArrayDecoders$Registers registers int value byte b2 byte b3 byte b4 byte b5 static int decodeVarint64 (byte[], int, com.google.protobuf.ArrayDecoders$Registers) byte[] data int position com.google.protobuf.ArrayDecoders$Registers registers long value static int decodeVarint64 (long, byte[], int, com.google.protobuf.ArrayDecoders$Registers) long firstByte byte[] data int position com.google.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.google.protobuf.ArrayDecoders$Registers) throws com.google.protobuf.InvalidProtocolBufferException byte[] data int position com.google.protobuf.ArrayDecoders$Registers registers int length static int decodeStringRequireUtf8 (byte[], int, com.google.protobuf.ArrayDecoders$Registers) throws com.google.protobuf.InvalidProtocolBufferException byte[] data int position com.google.protobuf.ArrayDecoders$Registers registers int length static int decodeBytes (byte[], int, com.google.protobuf.ArrayDecoders$Registers) throws com.google.protobuf.InvalidProtocolBufferException byte[] data int position com.google.protobuf.ArrayDecoders$Registers registers int length static int decodeMessageField (com.google.protobuf.Schema, byte[], int, int, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException com.google.protobuf.Schema schema byte[] data int position int limit com.google.protobuf.ArrayDecoders$Registers registers Object msg int offset static int decodeGroupField (com.google.protobuf.Schema, byte[], int, int, int, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException com.google.protobuf.Schema schema byte[] data int position int limit int endGroup com.google.protobuf.ArrayDecoders$Registers registers Object msg int offset static int mergeMessageField (java.lang.Object, com.google.protobuf.Schema, byte[], int, int, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException Object msg com.google.protobuf.Schema schema byte[] data int position int limit com.google.protobuf.ArrayDecoders$Registers registers int length static int mergeGroupField (java.lang.Object, com.google.protobuf.Schema, byte[], int, int, int, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException Object msg com.google.protobuf.Schema schema byte[] data int position int limit int endGroup com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.MessageSchema messageSchema int endPosition static int decodeVarint32List (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) int nextPosition int tag byte[] data int position int limit com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.IntArrayList output static int decodeVarint64List (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) int nextPosition int tag byte[] data int position int limit com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.LongArrayList output static int decodeFixed32List (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) int nextPosition int tag byte[] data int position int limit com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.IntArrayList output static int decodeFixed64List (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) int nextPosition int tag byte[] data int position int limit com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.LongArrayList output static int decodeFloatList (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) int nextPosition int tag byte[] data int position int limit com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.FloatArrayList output static int decodeDoubleList (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) int nextPosition int tag byte[] data int position int limit com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.DoubleArrayList output static int decodeBoolList (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) int nextPosition int tag byte[] data int position int limit com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.BooleanArrayList output static int decodeSInt32List (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) int nextPosition int tag byte[] data int position int limit com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.IntArrayList output static int decodeSInt64List (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) int nextPosition int tag byte[] data int position int limit com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.LongArrayList output static int decodePackedVarint32List (byte[], int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException byte[] data int position com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.IntArrayList output int fieldLimit static int decodePackedVarint64List (byte[], int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException byte[] data int position com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.LongArrayList output int fieldLimit static int decodePackedFixed32List (byte[], int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException byte[] data int position com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.IntArrayList output int fieldLimit static int decodePackedFixed64List (byte[], int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException byte[] data int position com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.LongArrayList output int fieldLimit static int decodePackedFloatList (byte[], int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException byte[] data int position com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.FloatArrayList output int fieldLimit static int decodePackedDoubleList (byte[], int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException byte[] data int position com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.DoubleArrayList output int fieldLimit static int decodePackedBoolList (byte[], int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException byte[] data int position com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.BooleanArrayList output int fieldLimit static int decodePackedSInt32List (byte[], int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException byte[] data int position com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.IntArrayList output int fieldLimit static int decodePackedSInt64List (byte[], int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException byte[] data int position com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.LongArrayList output int fieldLimit static int decodeStringList (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws com.google.protobuf.InvalidProtocolBufferException String value String value int nextPosition int nextLength int tag byte[] data int position int limit com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.Internal$ProtobufList output int length static int decodeStringListRequireUtf8 (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws com.google.protobuf.InvalidProtocolBufferException String value String value int nextPosition int nextLength int tag byte[] data int position int limit com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.Internal$ProtobufList output int length static int decodeBytesList (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws com.google.protobuf.InvalidProtocolBufferException int nextPosition int nextLength int tag byte[] data int position int limit com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.Internal$ProtobufList output int length static int decodeMessageList (com.google.protobuf.Schema, int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException int nextPosition com.google.protobuf.Schema schema int tag byte[] data int position int limit com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.Internal$ProtobufList output static int decodeGroupList (com.google.protobuf.Schema, int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException int nextPosition com.google.protobuf.Schema schema int tag byte[] data int position int limit com.google.protobuf.Internal$ProtobufList list com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.Internal$ProtobufList output int endgroup static int decodeExtensionOrUnknownField (int, byte[], int, int, java.lang.Object, com.google.protobuf.MessageLite, com.google.protobuf.UnknownFieldSchema, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException com.google.protobuf.FieldSet unused int tag byte[] data int position int limit Object message com.google.protobuf.MessageLite defaultInstance com.google.protobuf.UnknownFieldSchema unknownFieldSchema com.google.protobuf.ArrayDecoders$Registers registers int number com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension static int decodeExtension (int, byte[], int, int, com.google.protobuf.GeneratedMessageLite$ExtendableMessage, com.google.protobuf.GeneratedMessageLite$GeneratedExtension, com.google.protobuf.UnknownFieldSchema, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException com.google.protobuf.DoubleArrayList list com.google.protobuf.FloatArrayList list com.google.protobuf.LongArrayList list com.google.protobuf.IntArrayList list com.google.protobuf.LongArrayList list com.google.protobuf.IntArrayList list com.google.protobuf.BooleanArrayList list com.google.protobuf.IntArrayList list com.google.protobuf.LongArrayList list com.google.protobuf.IntArrayList list Object enumValue Object oldValue int endTag com.google.protobuf.Schema fieldSchema Object oldValue com.google.protobuf.Schema fieldSchema Object value int tag byte[] data int position int limit com.google.protobuf.GeneratedMessageLite$ExtendableMessage message com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension com.google.protobuf.UnknownFieldSchema unknownFieldSchema com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.FieldSet extensions int fieldNumber static int decodeUnknownField (int, byte[], int, int, com.google.protobuf.UnknownFieldSetLite, com.google.protobuf.ArrayDecoders$Registers) throws com.google.protobuf.InvalidProtocolBufferException int length com.google.protobuf.UnknownFieldSetLite child int endGroup int lastTag int tag byte[] data int position int limit com.google.protobuf.UnknownFieldSetLite unknownFields com.google.protobuf.ArrayDecoders$Registers registers static int skipField (int, byte[], int, int, com.google.protobuf.ArrayDecoders$Registers) throws com.google.protobuf.InvalidProtocolBufferException int endGroup int lastTag int tag byte[] data int position int limit com.google.protobuf.ArrayDecoders$Registers registers }
com/google/protobuf/BinaryReader$1.class
BinaryReader.java package com.google.protobuf synthetic com.google.protobuf.BinaryReader$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType static void <clinit> () }
com/google/protobuf/BinaryReader$SafeHeapReader.class
BinaryReader.java package com.google.protobuf final com.google.protobuf.BinaryReader$SafeHeapReader extends com.google.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.google.protobuf.ExtensionRegistryLite) throws java.io.IOException Class clazz com.google.protobuf.ExtensionRegistryLite extensionRegistry public java.lang.Object readMessageBySchemaWithCheck (com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry private java.lang.Object readMessage (com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry Object newInstance public void mergeMessageField (java.lang.Object, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException Object target com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry int size int prevLimit int newLimit public java.lang.Object readGroup (java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException Class clazz com.google.protobuf.ExtensionRegistryLite extensionRegistry public java.lang.Object readGroupBySchemaWithCheck (com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry private java.lang.Object readGroup (com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry Object newInstance public void mergeGroupField (java.lang.Object, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException Object target com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry int prevEndGroupTag public com.google.protobuf.ByteString readBytes () throws java.io.IOException int size com.google.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.google.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.google.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.google.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.google.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.google.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.google.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.google.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.google.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.google.protobuf.LazyStringList lazyList int prevPos int nextTag java.util.List target boolean requireUtf8 public void readMessageList (java.util.List, java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.util.List target Class targetType com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Schema schema public void readMessageList (java.util.List, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int prevPos int nextTag java.util.List target com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry int listTag public void readGroupList (java.util.List, java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.util.List target Class targetType com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Schema schema public void readGroupList (java.util.List, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int prevPos int nextTag java.util.List target com.google.protobuf.Schema schema com.google.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.google.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.google.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.google.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.google.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.google.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.google.protobuf.LongArrayList plist int bytes int fieldEndPos int prevPos int nextTag java.util.List target public void readMap (java.util.Map, com.google.protobuf.MapEntryLite$Metadata, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException ignore int number Object key Object value java.util.Map target com.google.protobuf.MapEntryLite$Metadata metadata com.google.protobuf.ExtensionRegistryLite extensionRegistry int size int prevLimit int newLimit private java.lang.Object readField (com.google.protobuf.WireFormat$FieldType, java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.WireFormat$FieldType fieldType Class messageType com.google.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/google/protobuf/BinaryReader.class
BinaryReader.java package com.google.protobuf abstract com.google.protobuf.BinaryReader extends java.lang.Object implements com.google.protobuf.Reader { private static final int FIXED32_MULTIPLE_MASK private static final int FIXED64_MULTIPLE_MASK public static com.google.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.google.protobuf.BinaryReader$1) com.google.protobuf.BinaryReader$1 x0 }
com/google/protobuf/BinaryWriter$1.class
BinaryWriter.java package com.google.protobuf synthetic com.google.protobuf.BinaryWriter$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType static void <clinit> () }
com/google/protobuf/BinaryWriter$SafeDirectWriter.class
BinaryWriter.java package com.google.protobuf final com.google.protobuf.BinaryWriter$SafeDirectWriter extends com.google.protobuf.BinaryWriter { private java.nio.ByteBuffer buffer private int limitMinusOne private int pos void <init> (com.google.protobuf.BufferAllocator, int) com.google.protobuf.BufferAllocator alloc int chunkSize private void nextBuffer () private void nextBuffer (int) int capacity private void nextBuffer (com.google.protobuf.AllocatedBuffer) com.google.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.google.protobuf.ByteString) java.io.IOException e int fieldNumber com.google.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.google.protobuf.Schema) throws java.io.IOException int fieldNumber Object value com.google.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.google.protobuf.Schema) throws java.io.IOException int fieldNumber Object value com.google.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/google/protobuf/BinaryWriter$SafeHeapWriter.class
BinaryWriter.java package com.google.protobuf final com.google.protobuf.BinaryWriter$SafeHeapWriter extends com.google.protobuf.BinaryWriter { private com.google.protobuf.AllocatedBuffer allocatedBuffer private byte[] buffer private int offset private int limit private int offsetMinusOne private int limitMinusOne private int pos void <init> (com.google.protobuf.BufferAllocator, int) com.google.protobuf.BufferAllocator alloc int chunkSize void finishCurrentBuffer () private void nextBuffer () private void nextBuffer (int) int capacity private void nextBuffer (com.google.protobuf.AllocatedBuffer) com.google.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.google.protobuf.ByteString) throws java.io.IOException java.io.IOException e int fieldNumber com.google.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.google.protobuf.Schema) throws java.io.IOException int fieldNumber Object value com.google.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.google.protobuf.Schema) throws java.io.IOException int fieldNumber Object value com.google.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/google/protobuf/BinaryWriter$UnsafeDirectWriter.class
BinaryWriter.java package com.google.protobuf final com.google.protobuf.BinaryWriter$UnsafeDirectWriter extends com.google.protobuf.BinaryWriter { private java.nio.ByteBuffer buffer private long bufferOffset private long limitMinusOne private long pos void <init> (com.google.protobuf.BufferAllocator, int) com.google.protobuf.BufferAllocator alloc int chunkSize private static boolean isSupported () private void nextBuffer () private void nextBuffer (int) int capacity private void nextBuffer (com.google.protobuf.AllocatedBuffer) com.google.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.google.protobuf.ByteString) java.io.IOException e int fieldNumber com.google.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.google.protobuf.Schema) throws java.io.IOException int fieldNumber Object value com.google.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.google.protobuf.Schema) throws java.io.IOException int fieldNumber Object value com.google.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/google/protobuf/BinaryWriter$UnsafeHeapWriter.class
BinaryWriter.java package com.google.protobuf final com.google.protobuf.BinaryWriter$UnsafeHeapWriter extends com.google.protobuf.BinaryWriter { private com.google.protobuf.AllocatedBuffer allocatedBuffer private byte[] buffer private long offset private long limit private long offsetMinusOne private long limitMinusOne private long pos void <init> (com.google.protobuf.BufferAllocator, int) com.google.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.google.protobuf.AllocatedBuffer) com.google.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.google.protobuf.ByteString) java.io.IOException e int fieldNumber com.google.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.google.protobuf.Schema) throws java.io.IOException int fieldNumber Object value com.google.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.google.protobuf.Schema) throws java.io.IOException int fieldNumber Object value com.google.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/google/protobuf/BinaryWriter.class
BinaryWriter.java package com.google.protobuf abstract com.google.protobuf.BinaryWriter extends com.google.protobuf.ByteOutput implements com.google.protobuf.Writer { public static final int DEFAULT_CHUNK_SIZE private final com.google.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.google.protobuf.BinaryWriter newHeapInstance (com.google.protobuf.BufferAllocator) com.google.protobuf.BufferAllocator alloc public static com.google.protobuf.BinaryWriter newHeapInstance (com.google.protobuf.BufferAllocator, int) com.google.protobuf.BufferAllocator alloc int chunkSize public static com.google.protobuf.BinaryWriter newDirectInstance (com.google.protobuf.BufferAllocator) com.google.protobuf.BufferAllocator alloc public static com.google.protobuf.BinaryWriter newDirectInstance (com.google.protobuf.BufferAllocator, int) com.google.protobuf.BufferAllocator alloc int chunkSize static boolean isUnsafeHeapSupported () static boolean isUnsafeDirectSupported () static com.google.protobuf.BinaryWriter newSafeHeapInstance (com.google.protobuf.BufferAllocator, int) com.google.protobuf.BufferAllocator alloc int chunkSize static com.google.protobuf.BinaryWriter newUnsafeHeapInstance (com.google.protobuf.BufferAllocator, int) com.google.protobuf.BufferAllocator alloc int chunkSize static com.google.protobuf.BinaryWriter newSafeDirectInstance (com.google.protobuf.BufferAllocator, int) com.google.protobuf.BufferAllocator alloc int chunkSize static com.google.protobuf.BinaryWriter newUnsafeDirectInstance (com.google.protobuf.BufferAllocator, int) com.google.protobuf.BufferAllocator alloc int chunkSize private void <init> (com.google.protobuf.BufferAllocator, int) com.google.protobuf.BufferAllocator alloc int chunkSize public final com.google.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.google.protobuf.IntArrayList, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber com.google.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.google.protobuf.IntArrayList, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber com.google.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.google.protobuf.LongArrayList, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber com.google.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.google.protobuf.LongArrayList, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber com.google.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.google.protobuf.FloatArrayList, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber com.google.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.google.protobuf.DoubleArrayList, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber com.google.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.google.protobuf.BooleanArrayList, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber com.google.protobuf.BooleanArrayList list boolean packed public final void writeStringList (int, java.util.List) throws java.io.IOException int i com.google.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.google.protobuf.IntArrayList, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber com.google.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.google.protobuf.IntArrayList, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber com.google.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.google.protobuf.MapEntryLite$Metadata, java.util.Map) throws java.io.IOException int prevBytes int length java.util.Map$Entry entry int fieldNumber com.google.protobuf.MapEntryLite$Metadata metadata java.util.Map map static final void writeMapEntryField (com.google.protobuf.Writer, int, com.google.protobuf.WireFormat$FieldType, java.lang.Object) throws java.io.IOException com.google.protobuf.Writer writer int fieldNumber com.google.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.google.protobuf.LongArrayList, boolean) throws java.io.IOException int i int prevBytes int length int i int fieldNumber com.google.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.google.protobuf.Schema) throws java.io.IOException int i int fieldNumber java.util.List list com.google.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.google.protobuf.Schema) throws java.io.IOException int i int fieldNumber java.util.List list com.google.protobuf.Schema schema public final void writeMessageSetItem (int, java.lang.Object) throws java.io.IOException int fieldNumber Object value final com.google.protobuf.AllocatedBuffer newHeapBuffer () final com.google.protobuf.AllocatedBuffer newHeapBuffer (int) int capacity final com.google.protobuf.AllocatedBuffer newDirectBuffer () final com.google.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.google.protobuf.BufferAllocator, int, com.google.protobuf.BinaryWriter$1) com.google.protobuf.BufferAllocator x0 int x1 com.google.protobuf.BinaryWriter$1 x2 static synthetic byte access$200 (long) long x0 }
com/google/protobuf/BooleanArrayList.class
BooleanArrayList.java package com.google.protobuf final com.google.protobuf.BooleanArrayList extends com.google.protobuf.AbstractProtobufList implements com.google.protobuf.Internal$BooleanList java.util.RandomAccess com.google.protobuf.PrimitiveNonBoxingCollection { private static final com.google.protobuf.BooleanArrayList EMPTY_LIST private boolean[] array private int size public static com.google.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.google.protobuf.BooleanArrayList other boolean[] arr public int hashCode () int i int result public com.google.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.google.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.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) public volatile synthetic java.lang.Object get (int) static void <clinit> () }
com/google/protobuf/BufferAllocator$1.class
BufferAllocator.java package com.google.protobuf com.google.protobuf.BufferAllocator$1 extends com.google.protobuf.BufferAllocator { void <init> () public com.google.protobuf.AllocatedBuffer allocateHeapBuffer (int) int capacity public com.google.protobuf.AllocatedBuffer allocateDirectBuffer (int) int capacity }
com/google/protobuf/BufferAllocator.class
BufferAllocator.java package com.google.protobuf abstract com.google.protobuf.BufferAllocator extends java.lang.Object { private static final com.google.protobuf.BufferAllocator UNPOOLED void <init> () public static com.google.protobuf.BufferAllocator unpooled () public abstract com.google.protobuf.AllocatedBuffer allocateHeapBuffer (int) public abstract com.google.protobuf.AllocatedBuffer allocateDirectBuffer (int) static void <clinit> () }
com/google/protobuf/ByteBufferWriter.class
ByteBufferWriter.java package com.google.protobuf final com.google.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/google/protobuf/ByteOutput.class
ByteOutput.java package com.google.protobuf public abstract com.google.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/google/protobuf/ByteString$1.class
ByteString.java package com.google.protobuf com.google.protobuf.ByteString$1 extends com.google.protobuf.ByteString$AbstractByteIterator { private int position private final int limit final synthetic com.google.protobuf.ByteString this$0 void <init> (com.google.protobuf.ByteString) com.google.protobuf.ByteString this$0 public boolean hasNext () public byte nextByte () int currentPos }
com/google/protobuf/ByteString$2.class
ByteString.java package com.google.protobuf com.google.protobuf.ByteString$2 extends java.lang.Object implements java.util.Comparator { void <init> () public int compare (com.google.protobuf.ByteString, com.google.protobuf.ByteString) int result com.google.protobuf.ByteString former com.google.protobuf.ByteString latter com.google.protobuf.ByteString$ByteIterator formerBytes com.google.protobuf.ByteString$ByteIterator latterBytes public volatile synthetic int compare (java.lang.Object, java.lang.Object) }
com/google/protobuf/ByteString$AbstractByteIterator.class
ByteString.java package com.google.protobuf abstract com.google.protobuf.ByteString$AbstractByteIterator extends java.lang.Object implements com.google.protobuf.ByteString$ByteIterator { void <init> () public final java.lang.Byte next () public final void remove () public volatile synthetic java.lang.Object next () }
com/google/protobuf/ByteString$ArraysByteArrayCopier.class
ByteString.java package com.google.protobuf final com.google.protobuf.ByteString$ArraysByteArrayCopier extends java.lang.Object implements com.google.protobuf.ByteString$ByteArrayCopier { private void <init> () public byte[] copyFrom (byte[], int, int) byte[] bytes int offset int size synthetic void <init> (com.google.protobuf.ByteString$1) com.google.protobuf.ByteString$1 x0 }
com/google/protobuf/ByteString$BoundedByteString.class
ByteString.java package com.google.protobuf final com.google.protobuf.ByteString$BoundedByteString extends com.google.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/google/protobuf/ByteString$ByteArrayCopier.class
ByteString.java package com.google.protobuf abstract com.google.protobuf.ByteString$ByteArrayCopier extends java.lang.Object { public abstract byte[] copyFrom (byte[], int, int) }
com/google/protobuf/ByteString$ByteIterator.class
ByteString.java package com.google.protobuf public abstract com.google.protobuf.ByteString$ByteIterator extends java.lang.Object implements java.util.Iterator { public abstract byte nextByte () }
com/google/protobuf/ByteString$CodedBuilder.class
ByteString.java package com.google.protobuf final com.google.protobuf.ByteString$CodedBuilder extends java.lang.Object { private final com.google.protobuf.CodedOutputStream output private final byte[] buffer private void <init> (int) int size public com.google.protobuf.ByteString build () public com.google.protobuf.CodedOutputStream getCodedOutput () synthetic void <init> (int, com.google.protobuf.ByteString$1) int x0 com.google.protobuf.ByteString$1 x1 }
com/google/protobuf/ByteString$LeafByteString.class
ByteString.java package com.google.protobuf abstract com.google.protobuf.ByteString$LeafByteString extends com.google.protobuf.ByteString { void <init> () protected final int getTreeDepth () protected final boolean isBalanced () void writeToReverse (com.google.protobuf.ByteOutput) throws java.io.IOException com.google.protobuf.ByteOutput byteOutput abstract boolean equalsRange (com.google.protobuf.ByteString, int, int) }
com/google/protobuf/ByteString$LiteralByteString.class
ByteString.java package com.google.protobuf com.google.protobuf.ByteString$LiteralByteString extends com.google.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.google.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.google.protobuf.ByteOutput) throws java.io.IOException com.google.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.google.protobuf.ByteString$LiteralByteString otherAsLiteral int thisHash int thatHash Object other final boolean equalsRange (com.google.protobuf.ByteString, int, int) int thisIndex int otherIndex com.google.protobuf.ByteString$LiteralByteString lbsOther byte[] thisBytes byte[] otherBytes int thisLimit com.google.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.google.protobuf.CodedInputStream newCodedInput () protected int getOffsetIntoBytes () }
com/google/protobuf/ByteString$Output.class
ByteString.java package com.google.protobuf public final com.google.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.google.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.google.protobuf.ByteString[] cachedFlushBuffers byte[] cachedBuffer int cachedBufferPos com.google.protobuf.ByteString byteString java.io.OutputStream out com.google.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/google/protobuf/ByteString$SystemByteArrayCopier.class
ByteString.java package com.google.protobuf final com.google.protobuf.ByteString$SystemByteArrayCopier extends java.lang.Object implements com.google.protobuf.ByteString$ByteArrayCopier { private void <init> () public byte[] copyFrom (byte[], int, int) byte[] bytes int offset int size byte[] copy synthetic void <init> (com.google.protobuf.ByteString$1) com.google.protobuf.ByteString$1 x0 }
com/google/protobuf/ByteString.class
ByteString.java package com.google.protobuf public abstract com.google.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.google.protobuf.ByteString EMPTY private static final com.google.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.google.protobuf.ByteString$ByteIterator iterator () public abstract int size () public final boolean isEmpty () public static final com.google.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.google.protobuf.ByteString substring (int) int beginIndex public abstract com.google.protobuf.ByteString substring (int, int) public final boolean startsWith (com.google.protobuf.ByteString) com.google.protobuf.ByteString prefix public final boolean endsWith (com.google.protobuf.ByteString) com.google.protobuf.ByteString suffix public static com.google.protobuf.ByteString fromHex (java.lang.String) int d1 int d2 int i String hexString byte[] bytes public static com.google.protobuf.ByteString copyFrom (byte[], int, int) byte[] bytes int offset int size public static com.google.protobuf.ByteString copyFrom (byte[]) byte[] bytes static com.google.protobuf.ByteString wrap (java.nio.ByteBuffer) int offset java.nio.ByteBuffer buffer static com.google.protobuf.ByteString wrap (byte[]) byte[] bytes static com.google.protobuf.ByteString wrap (byte[], int, int) byte[] bytes int offset int length public static com.google.protobuf.ByteString copyFrom (java.nio.ByteBuffer, int) java.nio.ByteBuffer bytes int size byte[] copy public static com.google.protobuf.ByteString copyFrom (java.nio.ByteBuffer) java.nio.ByteBuffer bytes public static com.google.protobuf.ByteString copyFrom (java.lang.String, java.lang.String) throws java.io.UnsupportedEncodingException String text String charsetName public static com.google.protobuf.ByteString copyFrom (java.lang.String, java.nio.charset.Charset) String text java.nio.charset.Charset charset public static com.google.protobuf.ByteString copyFromUtf8 (java.lang.String) String text public static com.google.protobuf.ByteString readFrom (java.io.InputStream) throws java.io.IOException java.io.InputStream streamToDrain public static com.google.protobuf.ByteString readFrom (java.io.InputStream, int) throws java.io.IOException java.io.InputStream streamToDrain int chunkSize public static com.google.protobuf.ByteString readFrom (java.io.InputStream, int, int) throws java.io.IOException com.google.protobuf.ByteString chunk java.io.InputStream streamToDrain int minChunkSize int maxChunkSize java.util.Collection results int chunkSize private static com.google.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.google.protobuf.ByteString concat (com.google.protobuf.ByteString) com.google.protobuf.ByteString other public static com.google.protobuf.ByteString copyFrom (java.lang.Iterable) java.util.Iterator iter int tempSize int size Iterable byteStrings int size private static com.google.protobuf.ByteString balancedConcat (java.util.Iterator, int) com.google.protobuf.ByteString result int halfLength com.google.protobuf.ByteString left com.google.protobuf.ByteString right java.util.Iterator iterator int length com.google.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.google.protobuf.ByteOutput) throws java.io.IOException abstract void writeToReverse (com.google.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.google.protobuf.CodedInputStream newCodedInput () public static com.google.protobuf.ByteString$Output newOutput (int) int initialCapacity public static com.google.protobuf.ByteString$Output newOutput () static com.google.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/google/protobuf/CanIgnoreReturnValue.class
CanIgnoreReturnValue.java package com.google.protobuf abstract annotation com.google.protobuf.CanIgnoreReturnValue extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/protobuf/CheckReturnValue.class
CheckReturnValue.java package com.google.protobuf abstract annotation com.google.protobuf.CheckReturnValue extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/protobuf/CodedInputStream$1.class
CodedInputStream.java package com.google.protobuf synthetic com.google.protobuf.CodedInputStream$1 extends java.lang.Object { }
com/google/protobuf/CodedInputStream$ArrayDecoder.class
CodedInputStream.java package com.google.protobuf final com.google.protobuf.CodedInputStream$ArrayDecoder extends com.google.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.google.protobuf.InvalidProtocolBufferException int value public int getLastTag () public boolean skipField (int) throws java.io.IOException int tag public boolean skipField (int, com.google.protobuf.CodedOutputStream) throws java.io.IOException long value long value com.google.protobuf.ByteString value int endtag int value int tag com.google.protobuf.CodedOutputStream output public void skipMessage () throws java.io.IOException int tag public void skipMessage (com.google.protobuf.CodedOutputStream) throws java.io.IOException int tag com.google.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.google.protobuf.MessageLite$Builder, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite$Builder builder com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.MessageLite readGroup (int, com.google.protobuf.Parser, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int fieldNumber com.google.protobuf.Parser parser com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.MessageLite result public void readUnknownGroup (int, com.google.protobuf.MessageLite$Builder) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite$Builder builder public void readMessage (com.google.protobuf.MessageLite$Builder, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.MessageLite$Builder builder com.google.protobuf.ExtensionRegistryLite extensionRegistry int length int oldLimit public com.google.protobuf.MessageLite readMessage (com.google.protobuf.Parser, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.Parser parser com.google.protobuf.ExtensionRegistryLite extensionRegistry int length int oldLimit com.google.protobuf.MessageLite result public com.google.protobuf.ByteString readBytes () throws java.io.IOException com.google.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.google.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.google.protobuf.CodedInputStream$1) byte[] x0 int x1 int x2 boolean x3 com.google.protobuf.CodedInputStream$1 x4 }
com/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder.class
CodedInputStream.java package com.google.protobuf final com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder extends com.google.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.google.protobuf.InvalidProtocolBufferException private void tryGetNextByteBuffer () public int readTag () throws java.io.IOException public void checkLastTagWas (int) throws com.google.protobuf.InvalidProtocolBufferException int value public int getLastTag () public boolean skipField (int) throws java.io.IOException int tag public boolean skipField (int, com.google.protobuf.CodedOutputStream) throws java.io.IOException long value long value com.google.protobuf.ByteString value int endtag int value int tag com.google.protobuf.CodedOutputStream output public void skipMessage () throws java.io.IOException int tag public void skipMessage (com.google.protobuf.CodedOutputStream) throws java.io.IOException int tag com.google.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.google.protobuf.MessageLite$Builder, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite$Builder builder com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.MessageLite readGroup (int, com.google.protobuf.Parser, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int fieldNumber com.google.protobuf.Parser parser com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.MessageLite result public void readUnknownGroup (int, com.google.protobuf.MessageLite$Builder) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite$Builder builder public void readMessage (com.google.protobuf.MessageLite$Builder, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.MessageLite$Builder builder com.google.protobuf.ExtensionRegistryLite extensionRegistry int length int oldLimit public com.google.protobuf.MessageLite readMessage (com.google.protobuf.Parser, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.Parser parser com.google.protobuf.ExtensionRegistryLite extensionRegistry int length int oldLimit com.google.protobuf.MessageLite result public com.google.protobuf.ByteString readBytes () throws java.io.IOException int idx com.google.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.google.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.google.protobuf.CodedInputStream$1) Iterable x0 int x1 boolean x2 com.google.protobuf.CodedInputStream$1 x3 }
com/google/protobuf/CodedInputStream$StreamDecoder$RefillCallback.class
CodedInputStream.java package com.google.protobuf abstract com.google.protobuf.CodedInputStream$StreamDecoder$RefillCallback extends java.lang.Object { public abstract void onRefill () }
com/google/protobuf/CodedInputStream$StreamDecoder$SkippedDataSink.class
CodedInputStream.java package com.google.protobuf com.google.protobuf.CodedInputStream$StreamDecoder$SkippedDataSink extends java.lang.Object implements com.google.protobuf.CodedInputStream$StreamDecoder$RefillCallback { private int lastPos private java.io.ByteArrayOutputStream byteArrayStream final synthetic com.google.protobuf.CodedInputStream$StreamDecoder this$0 private void <init> (com.google.protobuf.CodedInputStream$StreamDecoder) public void onRefill () java.nio.ByteBuffer getSkippedData () }
com/google/protobuf/CodedInputStream$StreamDecoder.class
CodedInputStream.java package com.google.protobuf final com.google.protobuf.CodedInputStream$StreamDecoder extends com.google.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.google.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.google.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.google.protobuf.InvalidProtocolBufferException e java.io.InputStream input long length private static int available (java.io.InputStream) throws java.io.IOException com.google.protobuf.InvalidProtocolBufferException e java.io.InputStream input public int readTag () throws java.io.IOException public void checkLastTagWas (int) throws com.google.protobuf.InvalidProtocolBufferException int value public int getLastTag () public boolean skipField (int) throws java.io.IOException int tag public boolean skipField (int, com.google.protobuf.CodedOutputStream) throws java.io.IOException long value long value com.google.protobuf.ByteString value int endtag int value int tag com.google.protobuf.CodedOutputStream output public void skipMessage () throws java.io.IOException int tag public void skipMessage (com.google.protobuf.CodedOutputStream) throws java.io.IOException int tag com.google.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.google.protobuf.MessageLite$Builder, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite$Builder builder com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.MessageLite readGroup (int, com.google.protobuf.Parser, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int fieldNumber com.google.protobuf.Parser parser com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.MessageLite result public void readUnknownGroup (int, com.google.protobuf.MessageLite$Builder) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite$Builder builder public void readMessage (com.google.protobuf.MessageLite$Builder, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.MessageLite$Builder builder com.google.protobuf.ExtensionRegistryLite extensionRegistry int length int oldLimit public com.google.protobuf.MessageLite readMessage (com.google.protobuf.Parser, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.Parser parser com.google.protobuf.ExtensionRegistryLite extensionRegistry int length int oldLimit com.google.protobuf.MessageLite result public com.google.protobuf.ByteString readBytes () throws java.io.IOException com.google.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.google.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.google.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.google.protobuf.CodedInputStream$1) java.io.InputStream x0 int x1 com.google.protobuf.CodedInputStream$1 x2 static synthetic int access$500 (com.google.protobuf.CodedInputStream$StreamDecoder) com.google.protobuf.CodedInputStream$StreamDecoder x0 static synthetic byte[] access$600 (com.google.protobuf.CodedInputStream$StreamDecoder) com.google.protobuf.CodedInputStream$StreamDecoder x0 }
com/google/protobuf/CodedInputStream$UnsafeDirectNioDecoder.class
CodedInputStream.java package com.google.protobuf final com.google.protobuf.CodedInputStream$UnsafeDirectNioDecoder extends com.google.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.google.protobuf.InvalidProtocolBufferException int value public int getLastTag () public boolean skipField (int) throws java.io.IOException int tag public boolean skipField (int, com.google.protobuf.CodedOutputStream) throws java.io.IOException long value long value com.google.protobuf.ByteString value int endtag int value int tag com.google.protobuf.CodedOutputStream output public void skipMessage () throws java.io.IOException int tag public void skipMessage (com.google.protobuf.CodedOutputStream) throws java.io.IOException int tag com.google.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.google.protobuf.MessageLite$Builder, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite$Builder builder com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.MessageLite readGroup (int, com.google.protobuf.Parser, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int fieldNumber com.google.protobuf.Parser parser com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.MessageLite result public void readUnknownGroup (int, com.google.protobuf.MessageLite$Builder) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite$Builder builder public void readMessage (com.google.protobuf.MessageLite$Builder, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.MessageLite$Builder builder com.google.protobuf.ExtensionRegistryLite extensionRegistry int length int oldLimit public com.google.protobuf.MessageLite readMessage (com.google.protobuf.Parser, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.Parser parser com.google.protobuf.ExtensionRegistryLite extensionRegistry int length int oldLimit com.google.protobuf.MessageLite result public com.google.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.google.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.google.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.google.protobuf.CodedInputStream$1) java.nio.ByteBuffer x0 boolean x1 com.google.protobuf.CodedInputStream$1 x2 }
com/google/protobuf/CodedInputStream.class
CodedInputStream.java package com.google.protobuf public abstract com.google.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.google.protobuf.CodedInputStreamReader wrapper private boolean shouldDiscardUnknownFields public static com.google.protobuf.CodedInputStream newInstance (java.io.InputStream) java.io.InputStream input public static com.google.protobuf.CodedInputStream newInstance (java.io.InputStream, int) java.io.InputStream input int bufferSize public static com.google.protobuf.CodedInputStream newInstance (java.lang.Iterable) Iterable input static com.google.protobuf.CodedInputStream newInstance (java.lang.Iterable, boolean) java.nio.ByteBuffer buf Iterable bufs boolean bufferIsImmutable int flag int totalSize public static com.google.protobuf.CodedInputStream newInstance (byte[]) byte[] buf public static com.google.protobuf.CodedInputStream newInstance (byte[], int, int) byte[] buf int off int len static com.google.protobuf.CodedInputStream newInstance (byte[], int, int, boolean) com.google.protobuf.InvalidProtocolBufferException ex byte[] buf int off int len boolean bufferIsImmutable com.google.protobuf.CodedInputStream$ArrayDecoder result public static com.google.protobuf.CodedInputStream newInstance (java.nio.ByteBuffer) java.nio.ByteBuffer buf static com.google.protobuf.CodedInputStream newInstance (java.nio.ByteBuffer, boolean) java.nio.ByteBuffer buf boolean bufferIsImmutable byte[] buffer public void checkRecursionLimit () throws com.google.protobuf.InvalidProtocolBufferException private void <init> () public abstract int readTag () throws java.io.IOException public abstract void checkLastTagWas (int) throws com.google.protobuf.InvalidProtocolBufferException public abstract int getLastTag () public abstract boolean skipField (int) throws java.io.IOException public abstract boolean skipField (int, com.google.protobuf.CodedOutputStream) throws java.io.IOException public abstract void skipMessage () throws java.io.IOException public abstract void skipMessage (com.google.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.google.protobuf.MessageLite$Builder, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract com.google.protobuf.MessageLite readGroup (int, com.google.protobuf.Parser, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract void readUnknownGroup (int, com.google.protobuf.MessageLite$Builder) throws java.io.IOException public abstract void readMessage (com.google.protobuf.MessageLite$Builder, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract com.google.protobuf.MessageLite readMessage (com.google.protobuf.Parser, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract com.google.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.google.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.google.protobuf.CodedInputStream$1) com.google.protobuf.CodedInputStream$1 x0 static void <clinit> () }
com/google/protobuf/CodedInputStreamReader$1.class
CodedInputStreamReader.java package com.google.protobuf synthetic com.google.protobuf.CodedInputStreamReader$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType static void <clinit> () }
com/google/protobuf/CodedInputStreamReader.class
CodedInputStreamReader.java package com.google.protobuf final com.google.protobuf.CodedInputStreamReader extends java.lang.Object implements com.google.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.google.protobuf.CodedInputStream input private int tag private int endGroupTag private int nextTag public static com.google.protobuf.CodedInputStreamReader forCodedInput (com.google.protobuf.CodedInputStream) com.google.protobuf.CodedInputStream input private void <init> (com.google.protobuf.CodedInputStream) com.google.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.google.protobuf.ExtensionRegistryLite) throws java.io.IOException Class clazz com.google.protobuf.ExtensionRegistryLite extensionRegistry public java.lang.Object readMessageBySchemaWithCheck (com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry public java.lang.Object readGroup (java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException Class clazz com.google.protobuf.ExtensionRegistryLite extensionRegistry public java.lang.Object readGroupBySchemaWithCheck (com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry public void mergeMessageField (java.lang.Object, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException Object target com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry private void mergeMessageFieldInternal (java.lang.Object, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException Object target com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry int size int prevLimit private java.lang.Object readMessage (com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry Object newInstance public void mergeGroupField (java.lang.Object, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException Object target com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry private void mergeGroupFieldInternal (java.lang.Object, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException Object target com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry int prevEndGroupTag private java.lang.Object readGroup (com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry Object newInstance public com.google.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.google.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.google.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.google.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.google.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.google.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.google.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.google.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.google.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.google.protobuf.LazyStringList lazyList int nextTag java.util.List target boolean requireUtf8 public void readMessageList (java.util.List, java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.util.List target Class targetType com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Schema schema public void readMessageList (java.util.List, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int nextTag java.util.List target com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry int listTag public void readGroupList (java.util.List, java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException java.util.List target Class targetType com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Schema schema public void readGroupList (java.util.List, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int nextTag java.util.List target com.google.protobuf.Schema schema com.google.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.google.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.google.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.google.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.google.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.google.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.google.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.google.protobuf.MapEntryLite$Metadata, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException ignore int number java.util.Map target com.google.protobuf.MapEntryLite$Metadata metadata com.google.protobuf.ExtensionRegistryLite extensionRegistry int size int prevLimit Object key Object value private java.lang.Object readField (com.google.protobuf.WireFormat$FieldType, java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.WireFormat$FieldType fieldType Class messageType com.google.protobuf.ExtensionRegistryLite extensionRegistry private void verifyPackedFixed32Length (int) throws java.io.IOException int bytes private void requirePosition (int) throws java.io.IOException int expectedPosition }
com/google/protobuf/CodedOutputStream$1.class
CodedOutputStream.java package com.google.protobuf synthetic com.google.protobuf.CodedOutputStream$1 extends java.lang.Object { }
com/google/protobuf/CodedOutputStream$AbstractBufferedEncoder.class
CodedOutputStream.java package com.google.protobuf abstract com.google.protobuf.CodedOutputStream$AbstractBufferedEncoder extends com.google.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/google/protobuf/CodedOutputStream$ArrayEncoder.class
CodedOutputStream.java package com.google.protobuf com.google.protobuf.CodedOutputStream$ArrayEncoder extends com.google.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.google.protobuf.ByteString) throws java.io.IOException int fieldNumber com.google.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.google.protobuf.ByteString) throws java.io.IOException com.google.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.google.protobuf.MessageLite) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite value final void writeMessage (int, com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite value com.google.protobuf.Schema schema public final void writeMessageSetExtension (int, com.google.protobuf.MessageLite) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite value public final void writeRawMessageSetExtension (int, com.google.protobuf.ByteString) throws java.io.IOException int fieldNumber com.google.protobuf.ByteString value public final void writeMessageNoTag (com.google.protobuf.MessageLite) throws java.io.IOException com.google.protobuf.MessageLite value final void writeMessageNoTag (com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException com.google.protobuf.MessageLite value com.google.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.google.protobuf.Utf8$UnpairedSurrogateException e IndexOutOfBoundsException e String value int oldPosition public void flush () public final int spaceLeft () public final int getTotalBytesWritten () }
com/google/protobuf/CodedOutputStream$ByteOutputEncoder.class
CodedOutputStream.java package com.google.protobuf final com.google.protobuf.CodedOutputStream$ByteOutputEncoder extends com.google.protobuf.CodedOutputStream$AbstractBufferedEncoder { private final com.google.protobuf.ByteOutput out void <init> (com.google.protobuf.ByteOutput, int) com.google.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.google.protobuf.ByteString) throws java.io.IOException int fieldNumber com.google.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.google.protobuf.ByteString) throws java.io.IOException com.google.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.google.protobuf.MessageLite) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite value void writeMessage (int, com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite value com.google.protobuf.Schema schema public void writeMessageSetExtension (int, com.google.protobuf.MessageLite) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite value public void writeRawMessageSetExtension (int, com.google.protobuf.ByteString) throws java.io.IOException int fieldNumber com.google.protobuf.ByteString value public void writeMessageNoTag (com.google.protobuf.MessageLite) throws java.io.IOException com.google.protobuf.MessageLite value void writeMessageNoTag (com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException com.google.protobuf.MessageLite value com.google.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.google.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/google/protobuf/CodedOutputStream$HeapNioEncoder.class
CodedOutputStream.java package com.google.protobuf final com.google.protobuf.CodedOutputStream$HeapNioEncoder extends com.google.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/google/protobuf/CodedOutputStream$OutOfSpaceException.class
CodedOutputStream.java package com.google.protobuf public com.google.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/google/protobuf/CodedOutputStream$OutputStreamEncoder.class
CodedOutputStream.java package com.google.protobuf final com.google.protobuf.CodedOutputStream$OutputStreamEncoder extends com.google.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.google.protobuf.ByteString) throws java.io.IOException int fieldNumber com.google.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.google.protobuf.ByteString) throws java.io.IOException com.google.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.google.protobuf.MessageLite) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite value void writeMessage (int, com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite value com.google.protobuf.Schema schema public void writeMessageSetExtension (int, com.google.protobuf.MessageLite) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite value public void writeRawMessageSetExtension (int, com.google.protobuf.ByteString) throws java.io.IOException int fieldNumber com.google.protobuf.ByteString value public void writeMessageNoTag (com.google.protobuf.MessageLite) throws java.io.IOException com.google.protobuf.MessageLite value void writeMessageNoTag (com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException com.google.protobuf.MessageLite value com.google.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.google.protobuf.Utf8$UnpairedSurrogateException e ArrayIndexOutOfBoundsException e int maxLength int maxLengthVarIntSize int minLengthVarIntSize int oldPosition com.google.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/google/protobuf/CodedOutputStream$SafeDirectNioEncoder.class
CodedOutputStream.java package com.google.protobuf final com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder extends com.google.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.google.protobuf.ByteString) throws java.io.IOException int fieldNumber com.google.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.google.protobuf.MessageLite) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite value void writeMessage (int, com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite value com.google.protobuf.Schema schema public void writeMessageSetExtension (int, com.google.protobuf.MessageLite) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite value public void writeRawMessageSetExtension (int, com.google.protobuf.ByteString) throws java.io.IOException int fieldNumber com.google.protobuf.ByteString value public void writeMessageNoTag (com.google.protobuf.MessageLite) throws java.io.IOException com.google.protobuf.MessageLite value void writeMessageNoTag (com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException com.google.protobuf.MessageLite value com.google.protobuf.Schema schema public void write (byte) throws java.io.IOException java.nio.BufferOverflowException e byte value public void writeBytesNoTag (com.google.protobuf.ByteString) throws java.io.IOException com.google.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.google.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/google/protobuf/CodedOutputStream$UnsafeDirectNioEncoder.class
CodedOutputStream.java package com.google.protobuf final com.google.protobuf.CodedOutputStream$UnsafeDirectNioEncoder extends com.google.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.google.protobuf.ByteString) throws java.io.IOException int fieldNumber com.google.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.google.protobuf.MessageLite) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite value void writeMessage (int, com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite value com.google.protobuf.Schema schema public void writeMessageSetExtension (int, com.google.protobuf.MessageLite) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite value public void writeRawMessageSetExtension (int, com.google.protobuf.ByteString) throws java.io.IOException int fieldNumber com.google.protobuf.ByteString value public void writeMessageNoTag (com.google.protobuf.MessageLite) throws java.io.IOException com.google.protobuf.MessageLite value void writeMessageNoTag (com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException com.google.protobuf.MessageLite value com.google.protobuf.Schema schema public void write (byte) throws java.io.IOException byte value public void writeBytesNoTag (com.google.protobuf.ByteString) throws java.io.IOException com.google.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.google.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/google/protobuf/CodedOutputStream.class
CodedOutputStream.java package com.google.protobuf public abstract com.google.protobuf.CodedOutputStream extends com.google.protobuf.ByteOutput { private static final java.util.logging.Logger logger private static final boolean HAS_UNSAFE_ARRAY_OPERATIONS com.google.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.google.protobuf.CodedOutputStream newInstance (java.io.OutputStream) java.io.OutputStream output public static com.google.protobuf.CodedOutputStream newInstance (java.io.OutputStream, int) java.io.OutputStream output int bufferSize public static com.google.protobuf.CodedOutputStream newInstance (byte[]) byte[] flatArray public static com.google.protobuf.CodedOutputStream newInstance (byte[], int, int) byte[] flatArray int offset int length public static com.google.protobuf.CodedOutputStream newInstance (java.nio.ByteBuffer) java.nio.ByteBuffer buffer static com.google.protobuf.CodedOutputStream newUnsafeInstance (java.nio.ByteBuffer) java.nio.ByteBuffer buffer static com.google.protobuf.CodedOutputStream newSafeInstance (java.nio.ByteBuffer) java.nio.ByteBuffer buffer public void useDeterministicSerialization () boolean isSerializationDeterministic () public static com.google.protobuf.CodedOutputStream newInstance (java.nio.ByteBuffer, int) java.nio.ByteBuffer byteBuffer int unused static com.google.protobuf.CodedOutputStream newInstance (com.google.protobuf.ByteOutput, int) com.google.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.google.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.google.protobuf.ByteString) throws java.io.IOException com.google.protobuf.ByteString value public abstract void writeRawBytes (java.nio.ByteBuffer) throws java.io.IOException public abstract void writeMessage (int, com.google.protobuf.MessageLite) throws java.io.IOException abstract void writeMessage (int, com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException public abstract void writeMessageSetExtension (int, com.google.protobuf.MessageLite) throws java.io.IOException public abstract void writeRawMessageSetExtension (int, com.google.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.google.protobuf.ByteString) throws java.io.IOException public final void writeByteArrayNoTag (byte[]) throws java.io.IOException byte[] value public abstract void writeMessageNoTag (com.google.protobuf.MessageLite) throws java.io.IOException abstract void writeMessageNoTag (com.google.protobuf.MessageLite, com.google.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.google.protobuf.ByteString) int fieldNumber com.google.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.google.protobuf.LazyFieldLite) int fieldNumber com.google.protobuf.LazyFieldLite value public static int computeMessageSize (int, com.google.protobuf.MessageLite) int fieldNumber com.google.protobuf.MessageLite value static int computeMessageSize (int, com.google.protobuf.MessageLite, com.google.protobuf.Schema) int fieldNumber com.google.protobuf.MessageLite value com.google.protobuf.Schema schema public static int computeMessageSetExtensionSize (int, com.google.protobuf.MessageLite) int fieldNumber com.google.protobuf.MessageLite value public static int computeRawMessageSetExtensionSize (int, com.google.protobuf.ByteString) int fieldNumber com.google.protobuf.ByteString value public static int computeLazyFieldMessageSetExtensionSize (int, com.google.protobuf.LazyFieldLite) int fieldNumber com.google.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.google.protobuf.Utf8$UnpairedSurrogateException e String value int length public static int computeLazyFieldSizeNoTag (com.google.protobuf.LazyFieldLite) com.google.protobuf.LazyFieldLite value public static int computeBytesSizeNoTag (com.google.protobuf.ByteString) com.google.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.google.protobuf.MessageLite) com.google.protobuf.MessageLite value static int computeMessageSizeNoTag (com.google.protobuf.MessageLite, com.google.protobuf.Schema) com.google.protobuf.MessageLite value com.google.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.google.protobuf.Utf8$UnpairedSurrogateException) throws java.io.IOException IndexOutOfBoundsException e String value com.google.protobuf.Utf8$UnpairedSurrogateException cause byte[] bytes public final void writeGroup (int, com.google.protobuf.MessageLite) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite value final void writeGroup (int, com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException int fieldNumber com.google.protobuf.MessageLite value com.google.protobuf.Schema schema public final void writeGroupNoTag (com.google.protobuf.MessageLite) throws java.io.IOException com.google.protobuf.MessageLite value final void writeGroupNoTag (com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException com.google.protobuf.MessageLite value com.google.protobuf.Schema schema public static int computeGroupSize (int, com.google.protobuf.MessageLite) int fieldNumber com.google.protobuf.MessageLite value static int computeGroupSize (int, com.google.protobuf.MessageLite, com.google.protobuf.Schema) int fieldNumber com.google.protobuf.MessageLite value com.google.protobuf.Schema schema public static int computeGroupSizeNoTag (com.google.protobuf.MessageLite) com.google.protobuf.MessageLite value static int computeGroupSizeNoTag (com.google.protobuf.MessageLite, com.google.protobuf.Schema) com.google.protobuf.MessageLite value com.google.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.google.protobuf.CodedOutputStream$1) com.google.protobuf.CodedOutputStream$1 x0 static synthetic boolean access$100 () static void <clinit> () }
com/google/protobuf/CodedOutputStreamWriter$1.class
CodedOutputStreamWriter.java package com.google.protobuf synthetic com.google.protobuf.CodedOutputStreamWriter$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType static void <clinit> () }
com/google/protobuf/CodedOutputStreamWriter.class
CodedOutputStreamWriter.java package com.google.protobuf final com.google.protobuf.CodedOutputStreamWriter extends java.lang.Object implements com.google.protobuf.Writer { private final com.google.protobuf.CodedOutputStream output public static com.google.protobuf.CodedOutputStreamWriter forCodedOutput (com.google.protobuf.CodedOutputStream) com.google.protobuf.CodedOutputStream output private void <init> (com.google.protobuf.CodedOutputStream) com.google.protobuf.CodedOutputStream output public com.google.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.google.protobuf.ByteString) throws java.io.IOException int fieldNumber com.google.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.google.protobuf.Schema) throws java.io.IOException int fieldNumber Object value com.google.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.google.protobuf.Schema) throws java.io.IOException int fieldNumber Object value com.google.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.google.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.google.protobuf.Schema) throws java.io.IOException int i int fieldNumber java.util.List value com.google.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.google.protobuf.Schema) throws java.io.IOException int i int fieldNumber java.util.List value com.google.protobuf.Schema schema public void writeMap (int, com.google.protobuf.MapEntryLite$Metadata, java.util.Map) throws java.io.IOException java.util.Map$Entry entry int fieldNumber com.google.protobuf.MapEntryLite$Metadata metadata java.util.Map map private void writeDeterministicMap (int, com.google.protobuf.MapEntryLite$Metadata, java.util.Map) throws java.io.IOException Object value int fieldNumber com.google.protobuf.MapEntryLite$Metadata metadata java.util.Map map private void writeDeterministicBooleanMapEntry (int, boolean, java.lang.Object, com.google.protobuf.MapEntryLite$Metadata) throws java.io.IOException int fieldNumber boolean key Object value com.google.protobuf.MapEntryLite$Metadata metadata private void writeDeterministicIntegerMap (int, com.google.protobuf.MapEntryLite$Metadata, java.util.Map) throws java.io.IOException int k Object value int key int fieldNumber com.google.protobuf.MapEntryLite$Metadata metadata java.util.Map map int[] keys int index private void writeDeterministicLongMap (int, com.google.protobuf.MapEntryLite$Metadata, java.util.Map) throws java.io.IOException long k Object value long key int fieldNumber com.google.protobuf.MapEntryLite$Metadata metadata java.util.Map map long[] keys int index private void writeDeterministicStringMap (int, com.google.protobuf.MapEntryLite$Metadata, java.util.Map) throws java.io.IOException String k Object value String key int fieldNumber com.google.protobuf.MapEntryLite$Metadata metadata java.util.Map map String[] keys int index }
com/google/protobuf/CompileTimeConstant.class
CompileTimeConstant.java package com.google.protobuf abstract annotation com.google.protobuf.CompileTimeConstant extends java.lang.Object implements java.lang.annotation.Annotation { }
com/google/protobuf/DoubleArrayList.class
DoubleArrayList.java package com.google.protobuf final com.google.protobuf.DoubleArrayList extends com.google.protobuf.AbstractProtobufList implements com.google.protobuf.Internal$DoubleList java.util.RandomAccess com.google.protobuf.PrimitiveNonBoxingCollection { private static final com.google.protobuf.DoubleArrayList EMPTY_LIST private double[] array private int size public static com.google.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.google.protobuf.DoubleArrayList other double[] arr public int hashCode () long bits int i int result public com.google.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.google.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.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) public volatile synthetic java.lang.Object get (int) static void <clinit> () }
com/google/protobuf/ExperimentalApi.class
ExperimentalApi.java package com.google.protobuf public abstract annotation com.google.protobuf.ExperimentalApi extends java.lang.Object implements java.lang.annotation.Annotation { public abstract java.lang.String value () }
com/google/protobuf/ExtensionLite.class
ExtensionLite.java package com.google.protobuf public abstract com.google.protobuf.ExtensionLite extends java.lang.Object { public void <init> () public abstract int getNumber () public abstract com.google.protobuf.WireFormat$FieldType getLiteType () public abstract boolean isRepeated () public abstract java.lang.Object getDefaultValue () public abstract com.google.protobuf.MessageLite getMessageDefaultInstance () boolean isLite () }
com/google/protobuf/ExtensionRegistryFactory.class
ExtensionRegistryFactory.java package com.google.protobuf final com.google.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.google.protobuf.ExtensionRegistryLite create () com.google.protobuf.ExtensionRegistryLite result public static com.google.protobuf.ExtensionRegistryLite createEmpty () com.google.protobuf.ExtensionRegistryLite result static boolean isFullRegistry (com.google.protobuf.ExtensionRegistryLite) com.google.protobuf.ExtensionRegistryLite registry private static final com.google.protobuf.ExtensionRegistryLite invokeSubclassFactory (java.lang.String) Exception e String methodName static void <clinit> () }
com/google/protobuf/ExtensionRegistryLite$ExtensionClassHolder.class
ExtensionRegistryLite.java package com.google.protobuf com.google.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/google/protobuf/ExtensionRegistryLite$ObjectIntPair.class
ExtensionRegistryLite.java package com.google.protobuf final com.google.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.google.protobuf.ExtensionRegistryLite$ObjectIntPair other }
com/google/protobuf/ExtensionRegistryLite.class
ExtensionRegistryLite.java package com.google.protobuf public com.google.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.google.protobuf.ExtensionRegistryLite emptyRegistry static final com.google.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.google.protobuf.ExtensionRegistryLite newInstance () public static com.google.protobuf.ExtensionRegistryLite getEmptyRegistry () com.google.protobuf.ExtensionRegistryLite result public com.google.protobuf.ExtensionRegistryLite getUnmodifiable () public com.google.protobuf.GeneratedMessageLite$GeneratedExtension findLiteExtensionByNumber (com.google.protobuf.MessageLite, int) com.google.protobuf.MessageLite containingTypeDefaultInstance int fieldNumber public final void add (com.google.protobuf.GeneratedMessageLite$GeneratedExtension) com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension public final void add (com.google.protobuf.ExtensionLite) Exception e com.google.protobuf.ExtensionLite extension void <init> () void <init> (com.google.protobuf.ExtensionRegistryLite) com.google.protobuf.ExtensionRegistryLite other void <init> (boolean) boolean empty static void <clinit> () }
com/google/protobuf/ExtensionSchema.class
ExtensionSchema.java package com.google.protobuf abstract com.google.protobuf.ExtensionSchema extends java.lang.Object { void <init> () abstract boolean hasExtensions (com.google.protobuf.MessageLite) abstract com.google.protobuf.FieldSet getExtensions (java.lang.Object) abstract void setExtensions (java.lang.Object, com.google.protobuf.FieldSet) abstract com.google.protobuf.FieldSet getMutableExtensions (java.lang.Object) abstract void makeImmutable (java.lang.Object) abstract java.lang.Object parseExtension (java.lang.Object, com.google.protobuf.Reader, java.lang.Object, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.FieldSet, java.lang.Object, com.google.protobuf.UnknownFieldSchema) throws java.io.IOException abstract int extensionNumber (java.util.Map$Entry) abstract void serializeExtension (com.google.protobuf.Writer, java.util.Map$Entry) throws java.io.IOException abstract java.lang.Object findExtensionByNumber (com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.MessageLite, int) abstract void parseLengthPrefixedMessageSetItem (com.google.protobuf.Reader, java.lang.Object, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.FieldSet) throws java.io.IOException abstract void parseMessageSetItem (com.google.protobuf.ByteString, java.lang.Object, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.FieldSet) throws java.io.IOException }
com/google/protobuf/ExtensionSchemaLite$1.class
ExtensionSchemaLite.java package com.google.protobuf synthetic com.google.protobuf.ExtensionSchemaLite$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType static void <clinit> () }
com/google/protobuf/ExtensionSchemaLite.class
ExtensionSchemaLite.java package com.google.protobuf final com.google.protobuf.ExtensionSchemaLite extends com.google.protobuf.ExtensionSchema { void <init> () boolean hasExtensions (com.google.protobuf.MessageLite) com.google.protobuf.MessageLite prototype com.google.protobuf.FieldSet getExtensions (java.lang.Object) Object message void setExtensions (java.lang.Object, com.google.protobuf.FieldSet) Object message com.google.protobuf.FieldSet extensions com.google.protobuf.FieldSet getMutableExtensions (java.lang.Object) Object message void makeImmutable (java.lang.Object) Object message java.lang.Object parseExtension (java.lang.Object, com.google.protobuf.Reader, java.lang.Object, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.FieldSet, java.lang.Object, com.google.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.google.protobuf.Schema extSchema Object oldValue Object newValue com.google.protobuf.Schema extSchema Object oldValue Object oldValue Object value Object containerMessage com.google.protobuf.Reader reader Object extensionObject com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.FieldSet extensions Object unknownFields com.google.protobuf.UnknownFieldSchema unknownFieldSchema com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension int fieldNumber int extensionNumber (java.util.Map$Entry) java.util.Map$Entry extension com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor descriptor void serializeExtension (com.google.protobuf.Writer, java.util.Map$Entry) throws java.io.IOException java.util.List data java.util.List data com.google.protobuf.Writer writer java.util.Map$Entry extension com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor descriptor java.lang.Object findExtensionByNumber (com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.MessageLite, int) com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.MessageLite defaultInstance int number void parseLengthPrefixedMessageSetItem (com.google.protobuf.Reader, java.lang.Object, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.FieldSet) throws java.io.IOException com.google.protobuf.Reader reader Object extensionObject com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.FieldSet extensions com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension Object value void parseMessageSetItem (com.google.protobuf.ByteString, java.lang.Object, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.FieldSet) throws java.io.IOException com.google.protobuf.ByteString data Object extensionObject com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.FieldSet extensions com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension com.google.protobuf.MessageLite$Builder builder com.google.protobuf.CodedInputStream input }
com/google/protobuf/ExtensionSchemas.class
ExtensionSchemas.java package com.google.protobuf final com.google.protobuf.ExtensionSchemas extends java.lang.Object { private static final com.google.protobuf.ExtensionSchema LITE_SCHEMA private static final com.google.protobuf.ExtensionSchema FULL_SCHEMA void <init> () private static com.google.protobuf.ExtensionSchema loadSchemaForFullRuntime () Class clazz Exception e static com.google.protobuf.ExtensionSchema lite () static com.google.protobuf.ExtensionSchema full () static void <clinit> () }
com/google/protobuf/FieldInfo$1.class
FieldInfo.java package com.google.protobuf synthetic com.google.protobuf.FieldInfo$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$FieldType static void <clinit> () }
com/google/protobuf/FieldInfo$Builder.class
FieldInfo.java package com.google.protobuf public final com.google.protobuf.FieldInfo$Builder extends java.lang.Object { private java.lang.reflect.Field field private com.google.protobuf.FieldType type private int fieldNumber private java.lang.reflect.Field presenceField private int presenceMask private boolean required private boolean enforceUtf8 private com.google.protobuf.OneofInfo oneof private Class oneofStoredType private Object mapDefaultEntry private com.google.protobuf.Internal$EnumVerifier enumVerifier private java.lang.reflect.Field cachedSizeField private void <init> () public com.google.protobuf.FieldInfo$Builder withField (java.lang.reflect.Field) java.lang.reflect.Field field public com.google.protobuf.FieldInfo$Builder withType (com.google.protobuf.FieldType) com.google.protobuf.FieldType type public com.google.protobuf.FieldInfo$Builder withFieldNumber (int) int fieldNumber public com.google.protobuf.FieldInfo$Builder withPresence (java.lang.reflect.Field, int) java.lang.reflect.Field presenceField int presenceMask public com.google.protobuf.FieldInfo$Builder withOneof (com.google.protobuf.OneofInfo, java.lang.Class) com.google.protobuf.OneofInfo oneof Class oneofStoredType public com.google.protobuf.FieldInfo$Builder withRequired (boolean) boolean required public com.google.protobuf.FieldInfo$Builder withMapDefaultEntry (java.lang.Object) Object mapDefaultEntry public com.google.protobuf.FieldInfo$Builder withEnforceUtf8 (boolean) boolean enforceUtf8 public com.google.protobuf.FieldInfo$Builder withEnumVerifier (com.google.protobuf.Internal$EnumVerifier) com.google.protobuf.Internal$EnumVerifier enumVerifier public com.google.protobuf.FieldInfo$Builder withCachedSizeField (java.lang.reflect.Field) java.lang.reflect.Field cachedSizeField public com.google.protobuf.FieldInfo build () synthetic void <init> (com.google.protobuf.FieldInfo$1) com.google.protobuf.FieldInfo$1 x0 }
com/google/protobuf/FieldInfo.class
FieldInfo.java package com.google.protobuf final com.google.protobuf.FieldInfo extends java.lang.Object implements java.lang.Comparable { private final java.lang.reflect.Field field private final com.google.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.google.protobuf.OneofInfo oneof private final java.lang.reflect.Field cachedSizeField private final Class oneofStoredType private final Object mapDefaultEntry private final com.google.protobuf.Internal$EnumVerifier enumVerifier public static com.google.protobuf.FieldInfo forField (java.lang.reflect.Field, int, com.google.protobuf.FieldType, boolean) java.lang.reflect.Field field int fieldNumber com.google.protobuf.FieldType fieldType boolean enforceUtf8 public static com.google.protobuf.FieldInfo forPackedField (java.lang.reflect.Field, int, com.google.protobuf.FieldType, java.lang.reflect.Field) java.lang.reflect.Field field int fieldNumber com.google.protobuf.FieldType fieldType java.lang.reflect.Field cachedSizeField public static com.google.protobuf.FieldInfo forRepeatedMessageField (java.lang.reflect.Field, int, com.google.protobuf.FieldType, java.lang.Class) java.lang.reflect.Field field int fieldNumber com.google.protobuf.FieldType fieldType Class messageClass public static com.google.protobuf.FieldInfo forFieldWithEnumVerifier (java.lang.reflect.Field, int, com.google.protobuf.FieldType, com.google.protobuf.Internal$EnumVerifier) java.lang.reflect.Field field int fieldNumber com.google.protobuf.FieldType fieldType com.google.protobuf.Internal$EnumVerifier enumVerifier public static com.google.protobuf.FieldInfo forPackedFieldWithEnumVerifier (java.lang.reflect.Field, int, com.google.protobuf.FieldType, com.google.protobuf.Internal$EnumVerifier, java.lang.reflect.Field) java.lang.reflect.Field field int fieldNumber com.google.protobuf.FieldType fieldType com.google.protobuf.Internal$EnumVerifier enumVerifier java.lang.reflect.Field cachedSizeField public static com.google.protobuf.FieldInfo forProto2OptionalField (java.lang.reflect.Field, int, com.google.protobuf.FieldType, java.lang.reflect.Field, int, boolean, com.google.protobuf.Internal$EnumVerifier) java.lang.reflect.Field field int fieldNumber com.google.protobuf.FieldType fieldType java.lang.reflect.Field presenceField int presenceMask boolean enforceUtf8 com.google.protobuf.Internal$EnumVerifier enumVerifier public static com.google.protobuf.FieldInfo forOneofMemberField (int, com.google.protobuf.FieldType, com.google.protobuf.OneofInfo, java.lang.Class, boolean, com.google.protobuf.Internal$EnumVerifier) int fieldNumber com.google.protobuf.FieldType fieldType com.google.protobuf.OneofInfo oneof Class oneofStoredType boolean enforceUtf8 com.google.protobuf.Internal$EnumVerifier enumVerifier private static void checkFieldNumber (int) int fieldNumber public static com.google.protobuf.FieldInfo forProto2RequiredField (java.lang.reflect.Field, int, com.google.protobuf.FieldType, java.lang.reflect.Field, int, boolean, com.google.protobuf.Internal$EnumVerifier) java.lang.reflect.Field field int fieldNumber com.google.protobuf.FieldType fieldType java.lang.reflect.Field presenceField int presenceMask boolean enforceUtf8 com.google.protobuf.Internal$EnumVerifier enumVerifier public static com.google.protobuf.FieldInfo forMapField (java.lang.reflect.Field, int, java.lang.Object, com.google.protobuf.Internal$EnumVerifier) java.lang.reflect.Field field int fieldNumber Object mapDefaultEntry com.google.protobuf.Internal$EnumVerifier enumVerifier private void <init> (java.lang.reflect.Field, int, com.google.protobuf.FieldType, java.lang.Class, java.lang.reflect.Field, int, boolean, boolean, com.google.protobuf.OneofInfo, java.lang.Class, java.lang.Object, com.google.protobuf.Internal$EnumVerifier, java.lang.reflect.Field) java.lang.reflect.Field field int fieldNumber com.google.protobuf.FieldType type Class messageClass java.lang.reflect.Field presenceField int presenceMask boolean required boolean enforceUtf8 com.google.protobuf.OneofInfo oneof Class oneofStoredType Object mapDefaultEntry com.google.protobuf.Internal$EnumVerifier enumVerifier java.lang.reflect.Field cachedSizeField public int getFieldNumber () public java.lang.reflect.Field getField () public com.google.protobuf.FieldType getType () public com.google.protobuf.OneofInfo getOneof () public java.lang.Class getOneofStoredType () public com.google.protobuf.Internal$EnumVerifier getEnumVerifier () public int compareTo (com.google.protobuf.FieldInfo) com.google.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.google.protobuf.FieldInfo$Builder newBuilder () private static boolean isExactlyOneBitSet (int) int value public volatile synthetic int compareTo (java.lang.Object) }
com/google/protobuf/FieldSet$1.class
FieldSet.java package com.google.protobuf synthetic com.google.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/google/protobuf/FieldSet$Builder.class
FieldSet.java package com.google.protobuf final com.google.protobuf.FieldSet$Builder extends java.lang.Object { private com.google.protobuf.SmallSortedMap fields private boolean hasLazyField private boolean isMutable private boolean hasNestedBuilders private void <init> () private void <init> (com.google.protobuf.SmallSortedMap) com.google.protobuf.SmallSortedMap fields public com.google.protobuf.FieldSet build () public com.google.protobuf.FieldSet buildPartial () private com.google.protobuf.FieldSet buildImpl (boolean) boolean partial com.google.protobuf.SmallSortedMap fieldsForBuild com.google.protobuf.FieldSet fieldSet private static void replaceBuilders (com.google.protobuf.SmallSortedMap, boolean) int i java.util.Map$Entry entry com.google.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.google.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object, boolean) Object oldElement Object newElement int i java.util.List list com.google.protobuf.FieldSet$FieldDescriptorLite descriptor Object value boolean partial private static java.lang.Object replaceBuilder (java.lang.Object, boolean) Object value boolean partial com.google.protobuf.MessageLite$Builder builder public static com.google.protobuf.FieldSet$Builder fromFieldSet (com.google.protobuf.FieldSet) com.google.protobuf.FieldSet fieldSet com.google.protobuf.FieldSet$Builder builder public java.util.Map getAllFields () com.google.protobuf.SmallSortedMap result public boolean hasField (com.google.protobuf.FieldSet$FieldDescriptorLite) com.google.protobuf.FieldSet$FieldDescriptorLite descriptor public java.lang.Object getField (com.google.protobuf.FieldSet$FieldDescriptorLite) com.google.protobuf.FieldSet$FieldDescriptorLite descriptor Object value java.lang.Object getFieldAllowBuilders (com.google.protobuf.FieldSet$FieldDescriptorLite) com.google.protobuf.FieldSet$FieldDescriptorLite descriptor Object o private void ensureIsMutable () public void setField (com.google.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object) Object element java.util.List newList com.google.protobuf.FieldSet$FieldDescriptorLite descriptor Object value public void clearField (com.google.protobuf.FieldSet$FieldDescriptorLite) com.google.protobuf.FieldSet$FieldDescriptorLite descriptor public int getRepeatedFieldCount (com.google.protobuf.FieldSet$FieldDescriptorLite) com.google.protobuf.FieldSet$FieldDescriptorLite descriptor Object value public java.lang.Object getRepeatedField (com.google.protobuf.FieldSet$FieldDescriptorLite, int) com.google.protobuf.FieldSet$FieldDescriptorLite descriptor int index Object value java.lang.Object getRepeatedFieldAllowBuilders (com.google.protobuf.FieldSet$FieldDescriptorLite, int) com.google.protobuf.FieldSet$FieldDescriptorLite descriptor int index Object value public void setRepeatedField (com.google.protobuf.FieldSet$FieldDescriptorLite, int, java.lang.Object) com.google.protobuf.FieldSet$FieldDescriptorLite descriptor int index Object value Object list public void addRepeatedField (com.google.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object) java.util.List list com.google.protobuf.FieldSet$FieldDescriptorLite descriptor Object value Object existingValue java.util.List list private void verifyType (com.google.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object) com.google.protobuf.FieldSet$FieldDescriptorLite descriptor Object value public boolean isInitialized () int i java.util.Map$Entry entry public void mergeFrom (com.google.protobuf.FieldSet) int i java.util.Map$Entry entry com.google.protobuf.FieldSet other private void mergeFromField (java.util.Map$Entry) Object element java.util.List value Object value java.util.Map$Entry entry com.google.protobuf.FieldSet$FieldDescriptorLite descriptor Object otherValue synthetic void <init> (com.google.protobuf.FieldSet$1) com.google.protobuf.FieldSet$1 x0 }
com/google/protobuf/FieldSet$FieldDescriptorLite.class
FieldSet.java package com.google.protobuf public abstract com.google.protobuf.FieldSet$FieldDescriptorLite extends java.lang.Object implements java.lang.Comparable { public abstract int getNumber () public abstract com.google.protobuf.WireFormat$FieldType getLiteType () public abstract com.google.protobuf.WireFormat$JavaType getLiteJavaType () public abstract boolean isRepeated () public abstract boolean isPacked () public abstract com.google.protobuf.Internal$EnumLiteMap getEnumType () public abstract com.google.protobuf.MessageLite$Builder internalMergeFrom (com.google.protobuf.MessageLite$Builder, com.google.protobuf.MessageLite) }
com/google/protobuf/FieldSet.class
FieldSet.java package com.google.protobuf final com.google.protobuf.FieldSet extends java.lang.Object { private static final int DEFAULT_FIELD_MAP_ARRAY_SIZE private final com.google.protobuf.SmallSortedMap fields private boolean isImmutable private boolean hasLazyField private static final com.google.protobuf.FieldSet DEFAULT_INSTANCE private void <init> () private void <init> (boolean) boolean dummy private void <init> (com.google.protobuf.SmallSortedMap) com.google.protobuf.SmallSortedMap fields public static com.google.protobuf.FieldSet newFieldSet () public static com.google.protobuf.FieldSet emptySet () public static com.google.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.google.protobuf.FieldSet other public int hashCode () public com.google.protobuf.FieldSet clone () java.util.Map$Entry entry int i java.util.Map$Entry entry com.google.protobuf.FieldSet clone public void clear () public java.util.Map getAllFields () com.google.protobuf.SmallSortedMap result private static com.google.protobuf.SmallSortedMap cloneAllFieldsMap (com.google.protobuf.SmallSortedMap, boolean) int i java.util.Map$Entry entry com.google.protobuf.SmallSortedMap fields boolean copyList com.google.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.google.protobuf.FieldSet$FieldDescriptorLite key Object value public java.util.Iterator iterator () java.util.Iterator descendingIterator () public boolean hasField (com.google.protobuf.FieldSet$FieldDescriptorLite) com.google.protobuf.FieldSet$FieldDescriptorLite descriptor public java.lang.Object getField (com.google.protobuf.FieldSet$FieldDescriptorLite) com.google.protobuf.FieldSet$FieldDescriptorLite descriptor Object o public void setField (com.google.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object) Object element java.util.List newList com.google.protobuf.FieldSet$FieldDescriptorLite descriptor Object value public void clearField (com.google.protobuf.FieldSet$FieldDescriptorLite) com.google.protobuf.FieldSet$FieldDescriptorLite descriptor public int getRepeatedFieldCount (com.google.protobuf.FieldSet$FieldDescriptorLite) com.google.protobuf.FieldSet$FieldDescriptorLite descriptor Object value public java.lang.Object getRepeatedField (com.google.protobuf.FieldSet$FieldDescriptorLite, int) com.google.protobuf.FieldSet$FieldDescriptorLite descriptor int index Object value public void setRepeatedField (com.google.protobuf.FieldSet$FieldDescriptorLite, int, java.lang.Object) com.google.protobuf.FieldSet$FieldDescriptorLite descriptor int index Object value Object list public void addRepeatedField (com.google.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object) java.util.List list com.google.protobuf.FieldSet$FieldDescriptorLite descriptor Object value Object existingValue java.util.List list private void verifyType (com.google.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object) com.google.protobuf.FieldSet$FieldDescriptorLite descriptor Object value private static boolean isValidType (com.google.protobuf.WireFormat$FieldType, java.lang.Object) com.google.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.google.protobuf.FieldSet$FieldDescriptorLite descriptor private static boolean isMessageFieldValueInitialized (java.lang.Object) Object value static int getWireFormatForFieldType (com.google.protobuf.WireFormat$FieldType, boolean) com.google.protobuf.WireFormat$FieldType type boolean isPacked public void mergeFrom (com.google.protobuf.FieldSet) int i java.util.Map$Entry entry com.google.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.google.protobuf.FieldSet$FieldDescriptorLite descriptor Object otherValue public static java.lang.Object readPrimitiveField (com.google.protobuf.CodedInputStream, com.google.protobuf.WireFormat$FieldType, boolean) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.WireFormat$FieldType type boolean checkUtf8 public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException java.util.Map$Entry entry int i java.util.Map$Entry entry com.google.protobuf.CodedOutputStream output public void writeMessageSetTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int i java.util.Map$Entry entry com.google.protobuf.CodedOutputStream output private void writeMessageSetTo (java.util.Map$Entry, com.google.protobuf.CodedOutputStream) throws java.io.IOException Object value java.util.Map$Entry entry com.google.protobuf.CodedOutputStream output com.google.protobuf.FieldSet$FieldDescriptorLite descriptor static void writeElement (com.google.protobuf.CodedOutputStream, com.google.protobuf.WireFormat$FieldType, int, java.lang.Object) throws java.io.IOException com.google.protobuf.CodedOutputStream output com.google.protobuf.WireFormat$FieldType type int number Object value static void writeElementNoTag (com.google.protobuf.CodedOutputStream, com.google.protobuf.WireFormat$FieldType, java.lang.Object) throws java.io.IOException com.google.protobuf.CodedOutputStream output com.google.protobuf.WireFormat$FieldType type Object value public static void writeField (com.google.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object, com.google.protobuf.CodedOutputStream) throws java.io.IOException Object element Object element int dataSize Object element java.util.List valueList com.google.protobuf.FieldSet$FieldDescriptorLite descriptor Object value com.google.protobuf.CodedOutputStream output com.google.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.google.protobuf.FieldSet$FieldDescriptorLite descriptor Object value static int computeElementSize (com.google.protobuf.WireFormat$FieldType, int, java.lang.Object) com.google.protobuf.WireFormat$FieldType type int number Object value int tagSize static int computeElementSizeNoTag (com.google.protobuf.WireFormat$FieldType, java.lang.Object) com.google.protobuf.WireFormat$FieldType type Object value public static int computeFieldSize (com.google.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object) Object element int dataSize Object element int size com.google.protobuf.FieldSet$FieldDescriptorLite descriptor Object value com.google.protobuf.WireFormat$FieldType type int number public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException static synthetic com.google.protobuf.SmallSortedMap access$100 (com.google.protobuf.SmallSortedMap, boolean) com.google.protobuf.SmallSortedMap x0 boolean x1 synthetic void <init> (com.google.protobuf.SmallSortedMap, com.google.protobuf.FieldSet$1) com.google.protobuf.SmallSortedMap x0 com.google.protobuf.FieldSet$1 x1 static synthetic boolean access$302 (com.google.protobuf.FieldSet, boolean) com.google.protobuf.FieldSet x0 boolean x1 static synthetic com.google.protobuf.SmallSortedMap access$400 (com.google.protobuf.FieldSet) com.google.protobuf.FieldSet x0 static synthetic boolean access$300 (com.google.protobuf.FieldSet) com.google.protobuf.FieldSet x0 static synthetic boolean access$500 (com.google.protobuf.WireFormat$FieldType, java.lang.Object) com.google.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/google/protobuf/FieldType$1.class
FieldType.java package com.google.protobuf synthetic com.google.protobuf.FieldType$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$JavaType static void <clinit> () }
com/google/protobuf/FieldType$Collection.class
FieldType.java package com.google.protobuf final enum com.google.protobuf.FieldType$Collection extends java.lang.Enum { public static final enum com.google.protobuf.FieldType$Collection SCALAR public static final enum com.google.protobuf.FieldType$Collection VECTOR public static final enum com.google.protobuf.FieldType$Collection PACKED_VECTOR public static final enum com.google.protobuf.FieldType$Collection MAP private final boolean isList private static final synthetic com.google.protobuf.FieldType$Collection[] $VALUES public static com.google.protobuf.FieldType$Collection[] values () public static com.google.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.google.protobuf.FieldType$Collection[] $values () static void <clinit> () }
com/google/protobuf/FieldType.class
FieldType.java package com.google.protobuf public final enum com.google.protobuf.FieldType extends java.lang.Enum { public static final enum com.google.protobuf.FieldType DOUBLE public static final enum com.google.protobuf.FieldType FLOAT public static final enum com.google.protobuf.FieldType INT64 public static final enum com.google.protobuf.FieldType UINT64 public static final enum com.google.protobuf.FieldType INT32 public static final enum com.google.protobuf.FieldType FIXED64 public static final enum com.google.protobuf.FieldType FIXED32 public static final enum com.google.protobuf.FieldType BOOL public static final enum com.google.protobuf.FieldType STRING public static final enum com.google.protobuf.FieldType MESSAGE public static final enum com.google.protobuf.FieldType BYTES public static final enum com.google.protobuf.FieldType UINT32 public static final enum com.google.protobuf.FieldType ENUM public static final enum com.google.protobuf.FieldType SFIXED32 public static final enum com.google.protobuf.FieldType SFIXED64 public static final enum com.google.protobuf.FieldType SINT32 public static final enum com.google.protobuf.FieldType SINT64 public static final enum com.google.protobuf.FieldType GROUP public static final enum com.google.protobuf.FieldType DOUBLE_LIST public static final enum com.google.protobuf.FieldType FLOAT_LIST public static final enum com.google.protobuf.FieldType INT64_LIST public static final enum com.google.protobuf.FieldType UINT64_LIST public static final enum com.google.protobuf.FieldType INT32_LIST public static final enum com.google.protobuf.FieldType FIXED64_LIST public static final enum com.google.protobuf.FieldType FIXED32_LIST public static final enum com.google.protobuf.FieldType BOOL_LIST public static final enum com.google.protobuf.FieldType STRING_LIST public static final enum com.google.protobuf.FieldType MESSAGE_LIST public static final enum com.google.protobuf.FieldType BYTES_LIST public static final enum com.google.protobuf.FieldType UINT32_LIST public static final enum com.google.protobuf.FieldType ENUM_LIST public static final enum com.google.protobuf.FieldType SFIXED32_LIST public static final enum com.google.protobuf.FieldType SFIXED64_LIST public static final enum com.google.protobuf.FieldType SINT32_LIST public static final enum com.google.protobuf.FieldType SINT64_LIST public static final enum com.google.protobuf.FieldType DOUBLE_LIST_PACKED public static final enum com.google.protobuf.FieldType FLOAT_LIST_PACKED public static final enum com.google.protobuf.FieldType INT64_LIST_PACKED public static final enum com.google.protobuf.FieldType UINT64_LIST_PACKED public static final enum com.google.protobuf.FieldType INT32_LIST_PACKED public static final enum com.google.protobuf.FieldType FIXED64_LIST_PACKED public static final enum com.google.protobuf.FieldType FIXED32_LIST_PACKED public static final enum com.google.protobuf.FieldType BOOL_LIST_PACKED public static final enum com.google.protobuf.FieldType UINT32_LIST_PACKED public static final enum com.google.protobuf.FieldType ENUM_LIST_PACKED public static final enum com.google.protobuf.FieldType SFIXED32_LIST_PACKED public static final enum com.google.protobuf.FieldType SFIXED64_LIST_PACKED public static final enum com.google.protobuf.FieldType SINT32_LIST_PACKED public static final enum com.google.protobuf.FieldType SINT64_LIST_PACKED public static final enum com.google.protobuf.FieldType GROUP_LIST public static final enum com.google.protobuf.FieldType MAP private final com.google.protobuf.JavaType javaType private final int id private final com.google.protobuf.FieldType$Collection collection private final Class elementType private final boolean primitiveScalar private static final com.google.protobuf.FieldType[] VALUES private static final java.lang.reflect.Type[] EMPTY_TYPES private static final synthetic com.google.protobuf.FieldType[] $VALUES public static com.google.protobuf.FieldType[] values () public static com.google.protobuf.FieldType valueOf (java.lang.String) String name private void <init> (java.lang.String, int, int, com.google.protobuf.FieldType$Collection, com.google.protobuf.JavaType) int id com.google.protobuf.FieldType$Collection collection com.google.protobuf.JavaType javaType boolean primitiveScalar public int id () public com.google.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.google.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.google.protobuf.FieldType[] $values () static void <clinit> () com.google.protobuf.FieldType type com.google.protobuf.FieldType[] values }
com/google/protobuf/FloatArrayList.class
FloatArrayList.java package com.google.protobuf final com.google.protobuf.FloatArrayList extends com.google.protobuf.AbstractProtobufList implements com.google.protobuf.Internal$FloatList java.util.RandomAccess com.google.protobuf.PrimitiveNonBoxingCollection { private static final com.google.protobuf.FloatArrayList EMPTY_LIST private float[] array private int size public static com.google.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.google.protobuf.FloatArrayList other float[] arr public int hashCode () int i int result public com.google.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.google.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.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) public volatile synthetic java.lang.Object get (int) static void <clinit> () }
com/google/protobuf/GeneratedMessageInfoFactory.class
GeneratedMessageInfoFactory.java package com.google.protobuf com.google.protobuf.GeneratedMessageInfoFactory extends java.lang.Object implements com.google.protobuf.MessageInfoFactory { private static final com.google.protobuf.GeneratedMessageInfoFactory instance private void <init> () public static com.google.protobuf.GeneratedMessageInfoFactory getInstance () public boolean isSupported (java.lang.Class) Class messageType public com.google.protobuf.MessageInfo messageInfoFor (java.lang.Class) Exception e Class messageType static void <clinit> () }
com/google/protobuf/GeneratedMessageLite$1.class
GeneratedMessageLite.java package com.google.protobuf synthetic com.google.protobuf.GeneratedMessageLite$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$JavaType static void <clinit> () }
com/google/protobuf/GeneratedMessageLite$Builder.class
GeneratedMessageLite.java package com.google.protobuf public abstract com.google.protobuf.GeneratedMessageLite$Builder extends com.google.protobuf.AbstractMessageLite$Builder { private final com.google.protobuf.GeneratedMessageLite defaultInstance protected com.google.protobuf.GeneratedMessageLite instance protected void <init> (com.google.protobuf.GeneratedMessageLite) com.google.protobuf.GeneratedMessageLite defaultInstance private com.google.protobuf.GeneratedMessageLite newMutableInstance () protected final void copyOnWrite () protected void copyOnWriteInternal () com.google.protobuf.GeneratedMessageLite newInstance public final boolean isInitialized () public final com.google.protobuf.GeneratedMessageLite$Builder clear () public com.google.protobuf.GeneratedMessageLite$Builder clone () com.google.protobuf.GeneratedMessageLite$Builder builder public com.google.protobuf.GeneratedMessageLite buildPartial () public final com.google.protobuf.GeneratedMessageLite build () com.google.protobuf.GeneratedMessageLite result protected com.google.protobuf.GeneratedMessageLite$Builder internalMergeFrom (com.google.protobuf.GeneratedMessageLite) com.google.protobuf.GeneratedMessageLite message public com.google.protobuf.GeneratedMessageLite$Builder mergeFrom (com.google.protobuf.GeneratedMessageLite) com.google.protobuf.GeneratedMessageLite message private static void mergeFromInstance (java.lang.Object, java.lang.Object) Object dest Object src public com.google.protobuf.GeneratedMessageLite getDefaultInstanceForType () public com.google.protobuf.GeneratedMessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e IndexOutOfBoundsException e java.io.IOException e byte[] input int offset int length com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.GeneratedMessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException byte[] input int offset int length public com.google.protobuf.GeneratedMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException RuntimeException e com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry protected volatile synthetic com.google.protobuf.AbstractMessageLite$Builder internalMergeFrom (com.google.protobuf.AbstractMessageLite) public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public volatile synthetic com.google.protobuf.MessageLite$Builder clone () public volatile synthetic com.google.protobuf.MessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite build () public volatile synthetic com.google.protobuf.MessageLite$Builder clear () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException }
com/google/protobuf/GeneratedMessageLite$DefaultInstanceBasedParser.class
GeneratedMessageLite.java package com.google.protobuf public com.google.protobuf.GeneratedMessageLite$DefaultInstanceBasedParser extends com.google.protobuf.AbstractParser { private final com.google.protobuf.GeneratedMessageLite defaultInstance public void <init> (com.google.protobuf.GeneratedMessageLite) com.google.protobuf.GeneratedMessageLite defaultInstance public com.google.protobuf.GeneratedMessageLite parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry public com.google.protobuf.GeneratedMessageLite parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException byte[] input int offset int length com.google.protobuf.ExtensionRegistryLite extensionRegistry public volatile synthetic com.google.protobuf.MessageLite parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/GeneratedMessageLite$ExtendableBuilder.class
GeneratedMessageLite.java package com.google.protobuf public abstract com.google.protobuf.GeneratedMessageLite$ExtendableBuilder extends com.google.protobuf.GeneratedMessageLite$Builder implements com.google.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder { protected void <init> (com.google.protobuf.GeneratedMessageLite$ExtendableMessage) com.google.protobuf.GeneratedMessageLite$ExtendableMessage defaultInstance void internalSetExtensionSet (com.google.protobuf.FieldSet) com.google.protobuf.FieldSet extensions protected void copyOnWriteInternal () private com.google.protobuf.FieldSet ensureExtensionsAreMutable () com.google.protobuf.FieldSet extensions public final com.google.protobuf.GeneratedMessageLite$ExtendableMessage buildPartial () private void verifyExtensionContainingType (com.google.protobuf.GeneratedMessageLite$GeneratedExtension) com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension public final boolean hasExtension (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite extension public final int getExtensionCount (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite extension public final java.lang.Object getExtension (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite extension public final java.lang.Object getExtension (com.google.protobuf.ExtensionLite, int) com.google.protobuf.ExtensionLite extension int index public final com.google.protobuf.GeneratedMessageLite$ExtendableBuilder setExtension (com.google.protobuf.ExtensionLite, java.lang.Object) com.google.protobuf.ExtensionLite extension Object value com.google.protobuf.GeneratedMessageLite$GeneratedExtension extensionLite public final com.google.protobuf.GeneratedMessageLite$ExtendableBuilder setExtension (com.google.protobuf.ExtensionLite, int, java.lang.Object) com.google.protobuf.ExtensionLite extension int index Object value com.google.protobuf.GeneratedMessageLite$GeneratedExtension extensionLite public final com.google.protobuf.GeneratedMessageLite$ExtendableBuilder addExtension (com.google.protobuf.ExtensionLite, java.lang.Object) com.google.protobuf.ExtensionLite extension Object value com.google.protobuf.GeneratedMessageLite$GeneratedExtension extensionLite public final com.google.protobuf.GeneratedMessageLite$ExtendableBuilder clearExtension (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite extension com.google.protobuf.GeneratedMessageLite$GeneratedExtension extensionLite public volatile synthetic com.google.protobuf.GeneratedMessageLite buildPartial () public volatile synthetic com.google.protobuf.MessageLite buildPartial () }
com/google/protobuf/GeneratedMessageLite$ExtendableMessage$ExtensionWriter.class
GeneratedMessageLite.java package com.google.protobuf public com.google.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.google.protobuf.GeneratedMessageLite$ExtendableMessage this$0 private void <init> (com.google.protobuf.GeneratedMessageLite$ExtendableMessage, boolean) com.google.protobuf.GeneratedMessageLite$ExtendableMessage this$0 boolean messageSetWireFormat public void writeUntil (int, com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor extension int end com.google.protobuf.CodedOutputStream output synthetic void <init> (com.google.protobuf.GeneratedMessageLite$ExtendableMessage, boolean, com.google.protobuf.GeneratedMessageLite$1) com.google.protobuf.GeneratedMessageLite$ExtendableMessage x0 boolean x1 com.google.protobuf.GeneratedMessageLite$1 x2 }
com/google/protobuf/GeneratedMessageLite$ExtendableMessage.class
GeneratedMessageLite.java package com.google.protobuf public abstract com.google.protobuf.GeneratedMessageLite$ExtendableMessage extends com.google.protobuf.GeneratedMessageLite implements com.google.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder { protected com.google.protobuf.FieldSet extensions public void <init> () protected final void mergeExtensionFields (com.google.protobuf.GeneratedMessageLite$ExtendableMessage) com.google.protobuf.GeneratedMessageLite$ExtendableMessage other protected boolean parseUnknownField (com.google.protobuf.MessageLite, com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite, int) throws java.io.IOException com.google.protobuf.MessageLite defaultInstance com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry int tag int fieldNumber com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension private boolean parseExtension (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.GeneratedMessageLite$GeneratedExtension, int, int) throws java.io.IOException int rawValue Object value Object value int length int limit com.google.protobuf.MessageLite existingValue com.google.protobuf.MessageLite$Builder subBuilder Object value Object value int rawValue Object value com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension int tag int fieldNumber int wireType boolean unknown boolean packed com.google.protobuf.FieldSet unused protected boolean parseUnknownFieldAsMessageSet (com.google.protobuf.MessageLite, com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite, int) throws java.io.IOException com.google.protobuf.MessageLite defaultInstance com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry int tag int wireType private void mergeMessageSetExtensionFromCodedStream (com.google.protobuf.MessageLite, com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag com.google.protobuf.MessageLite defaultInstance com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry int typeId com.google.protobuf.ByteString rawBytes com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension private void eagerlyMergeMessageSetExtension (com.google.protobuf.CodedInputStream, com.google.protobuf.GeneratedMessageLite$GeneratedExtension, com.google.protobuf.ExtensionRegistryLite, int) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension com.google.protobuf.ExtensionRegistryLite extensionRegistry int typeId int fieldNumber int tag boolean unused private void mergeMessageSetExtensionFromBytes (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.GeneratedMessageLite$GeneratedExtension) throws java.io.IOException com.google.protobuf.ByteString rawBytes com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension com.google.protobuf.MessageLite$Builder subBuilder com.google.protobuf.MessageLite existingValue com.google.protobuf.MessageLite value com.google.protobuf.FieldSet ensureExtensionsAreMutable () private void verifyExtensionContainingType (com.google.protobuf.GeneratedMessageLite$GeneratedExtension) com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension public final boolean hasExtension (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite extension com.google.protobuf.GeneratedMessageLite$GeneratedExtension extensionLite public final int getExtensionCount (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite extension com.google.protobuf.GeneratedMessageLite$GeneratedExtension extensionLite public final java.lang.Object getExtension (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite extension com.google.protobuf.GeneratedMessageLite$GeneratedExtension extensionLite Object value public final java.lang.Object getExtension (com.google.protobuf.ExtensionLite, int) com.google.protobuf.ExtensionLite extension int index com.google.protobuf.GeneratedMessageLite$GeneratedExtension extensionLite protected boolean extensionsAreInitialized () protected com.google.protobuf.GeneratedMessageLite$ExtendableMessage$ExtensionWriter newExtensionWriter () protected com.google.protobuf.GeneratedMessageLite$ExtendableMessage$ExtensionWriter newMessageSetExtensionWriter () protected int extensionsSerializedSize () protected int extensionsSerializedSizeAsMessageSet () }
com/google/protobuf/GeneratedMessageLite$ExtendableMessageOrBuilder.class
GeneratedMessageLite.java package com.google.protobuf public abstract com.google.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder extends java.lang.Object implements com.google.protobuf.MessageLiteOrBuilder { public abstract boolean hasExtension (com.google.protobuf.ExtensionLite) public abstract int getExtensionCount (com.google.protobuf.ExtensionLite) public abstract java.lang.Object getExtension (com.google.protobuf.ExtensionLite) public abstract java.lang.Object getExtension (com.google.protobuf.ExtensionLite, int) }
com/google/protobuf/GeneratedMessageLite$ExtensionDescriptor.class
GeneratedMessageLite.java package com.google.protobuf final com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor extends java.lang.Object implements com.google.protobuf.FieldSet$FieldDescriptorLite { final com.google.protobuf.Internal$EnumLiteMap enumTypeMap final int number final com.google.protobuf.WireFormat$FieldType type final boolean isRepeated final boolean isPacked void <init> (com.google.protobuf.Internal$EnumLiteMap, int, com.google.protobuf.WireFormat$FieldType, boolean, boolean) com.google.protobuf.Internal$EnumLiteMap enumTypeMap int number com.google.protobuf.WireFormat$FieldType type boolean isRepeated boolean isPacked public int getNumber () public com.google.protobuf.WireFormat$FieldType getLiteType () public com.google.protobuf.WireFormat$JavaType getLiteJavaType () public boolean isRepeated () public boolean isPacked () public com.google.protobuf.Internal$EnumLiteMap getEnumType () public com.google.protobuf.MessageLite$Builder internalMergeFrom (com.google.protobuf.MessageLite$Builder, com.google.protobuf.MessageLite) com.google.protobuf.MessageLite$Builder to com.google.protobuf.MessageLite from public int compareTo (com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor) com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor other public volatile synthetic int compareTo (java.lang.Object) }
com/google/protobuf/GeneratedMessageLite$GeneratedExtension.class
GeneratedMessageLite.java package com.google.protobuf public com.google.protobuf.GeneratedMessageLite$GeneratedExtension extends com.google.protobuf.ExtensionLite { final com.google.protobuf.MessageLite containingTypeDefaultInstance final Object defaultValue final com.google.protobuf.MessageLite messageDefaultInstance final com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor descriptor void <init> (com.google.protobuf.MessageLite, java.lang.Object, com.google.protobuf.MessageLite, com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor, java.lang.Class) com.google.protobuf.MessageLite containingTypeDefaultInstance Object defaultValue com.google.protobuf.MessageLite messageDefaultInstance com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor descriptor Class singularType public com.google.protobuf.MessageLite getContainingTypeDefaultInstance () public int getNumber () public com.google.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.google.protobuf.WireFormat$FieldType getLiteType () public boolean isRepeated () public java.lang.Object getDefaultValue () }
com/google/protobuf/GeneratedMessageLite$MethodToInvoke.class
GeneratedMessageLite.java package com.google.protobuf public final enum com.google.protobuf.GeneratedMessageLite$MethodToInvoke extends java.lang.Enum { public static final enum com.google.protobuf.GeneratedMessageLite$MethodToInvoke GET_MEMOIZED_IS_INITIALIZED public static final enum com.google.protobuf.GeneratedMessageLite$MethodToInvoke SET_MEMOIZED_IS_INITIALIZED public static final enum com.google.protobuf.GeneratedMessageLite$MethodToInvoke BUILD_MESSAGE_INFO public static final enum com.google.protobuf.GeneratedMessageLite$MethodToInvoke NEW_MUTABLE_INSTANCE public static final enum com.google.protobuf.GeneratedMessageLite$MethodToInvoke NEW_BUILDER public static final enum com.google.protobuf.GeneratedMessageLite$MethodToInvoke GET_DEFAULT_INSTANCE public static final enum com.google.protobuf.GeneratedMessageLite$MethodToInvoke GET_PARSER private static final synthetic com.google.protobuf.GeneratedMessageLite$MethodToInvoke[] $VALUES public static com.google.protobuf.GeneratedMessageLite$MethodToInvoke[] values () public static com.google.protobuf.GeneratedMessageLite$MethodToInvoke valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.protobuf.GeneratedMessageLite$MethodToInvoke[] $values () static void <clinit> () }
com/google/protobuf/GeneratedMessageLite$SerializedForm.class
GeneratedMessageLite.java package com.google.protobuf public final com.google.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.google.protobuf.GeneratedMessageLite$SerializedForm of (com.google.protobuf.MessageLite) com.google.protobuf.MessageLite message void <init> (com.google.protobuf.MessageLite) com.google.protobuf.MessageLite regularForm protected java.lang.Object readResolve () throws java.io.ObjectStreamException Class messageClass java.lang.reflect.Field defaultInstanceField com.google.protobuf.MessageLite defaultInstance ClassNotFoundException e NoSuchFieldException e SecurityException e IllegalAccessException e com.google.protobuf.InvalidProtocolBufferException e private java.lang.Object readResolveFallback () throws java.io.ObjectStreamException Class messageClass java.lang.reflect.Field defaultInstanceField com.google.protobuf.MessageLite defaultInstance ClassNotFoundException e NoSuchFieldException e SecurityException e IllegalAccessException e com.google.protobuf.InvalidProtocolBufferException e private java.lang.Class resolveMessageClass () throws java.lang.ClassNotFoundException }
com/google/protobuf/GeneratedMessageLite.class
GeneratedMessageLite.java package com.google.protobuf public abstract com.google.protobuf.GeneratedMessageLite extends com.google.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.google.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.google.protobuf.Parser getParserForType () public final com.google.protobuf.GeneratedMessageLite getDefaultInstanceForType () public final com.google.protobuf.GeneratedMessageLite$Builder newBuilderForType () com.google.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.google.protobuf.CodedInputStream) throws java.io.IOException int tag com.google.protobuf.CodedInputStream input protected void mergeVarintField (int, int) int tag int value protected void mergeLengthDelimitedField (int, com.google.protobuf.ByteString) int fieldNumber com.google.protobuf.ByteString value protected void makeImmutable () protected final com.google.protobuf.GeneratedMessageLite$Builder createBuilder () protected final com.google.protobuf.GeneratedMessageLite$Builder createBuilder (com.google.protobuf.GeneratedMessageLite) com.google.protobuf.GeneratedMessageLite prototype public final boolean isInitialized () public final com.google.protobuf.GeneratedMessageLite$Builder toBuilder () com.google.protobuf.GeneratedMessageLite$Builder builder protected abstract java.lang.Object dynamicMethod (com.google.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object) protected java.lang.Object dynamicMethod (com.google.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object) com.google.protobuf.GeneratedMessageLite$MethodToInvoke method Object arg0 protected java.lang.Object dynamicMethod (com.google.protobuf.GeneratedMessageLite$MethodToInvoke) com.google.protobuf.GeneratedMessageLite$MethodToInvoke method void clearMemoizedSerializedSize () int getMemoizedSerializedSize () void setMemoizedSerializedSize (int) int size public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException com.google.protobuf.CodedOutputStream output int getSerializedSize (com.google.protobuf.Schema) int size com.google.protobuf.Schema schema int size public int getSerializedSize () private int computeSerializedSize (com.google.protobuf.Schema) com.google.protobuf.Schema nullableSchema java.lang.Object buildMessageInfo () throws java.lang.Exception static com.google.protobuf.GeneratedMessageLite getDefaultInstance (java.lang.Class) ClassNotFoundException e Class clazz com.google.protobuf.GeneratedMessageLite result protected static void registerDefaultInstance (java.lang.Class, com.google.protobuf.GeneratedMessageLite) Class clazz com.google.protobuf.GeneratedMessageLite defaultInstance protected static java.lang.Object newMessageInfo (com.google.protobuf.MessageLite, java.lang.String, java.lang.Object[]) com.google.protobuf.MessageLite defaultInstance String info Object[] objects protected final void mergeUnknownFields (com.google.protobuf.UnknownFieldSetLite) com.google.protobuf.UnknownFieldSetLite unknownFields public static com.google.protobuf.GeneratedMessageLite$GeneratedExtension newSingularGeneratedExtension (com.google.protobuf.MessageLite, java.lang.Object, com.google.protobuf.MessageLite, com.google.protobuf.Internal$EnumLiteMap, int, com.google.protobuf.WireFormat$FieldType, java.lang.Class) com.google.protobuf.MessageLite containingTypeDefaultInstance Object defaultValue com.google.protobuf.MessageLite messageDefaultInstance com.google.protobuf.Internal$EnumLiteMap enumTypeMap int number com.google.protobuf.WireFormat$FieldType type Class singularType public static com.google.protobuf.GeneratedMessageLite$GeneratedExtension newRepeatedGeneratedExtension (com.google.protobuf.MessageLite, com.google.protobuf.MessageLite, com.google.protobuf.Internal$EnumLiteMap, int, com.google.protobuf.WireFormat$FieldType, boolean, java.lang.Class) com.google.protobuf.MessageLite containingTypeDefaultInstance com.google.protobuf.MessageLite messageDefaultInstance com.google.protobuf.Internal$EnumLiteMap enumTypeMap int number com.google.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.google.protobuf.GeneratedMessageLite$GeneratedExtension checkIsLite (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite extension protected static final boolean isInitialized (com.google.protobuf.GeneratedMessageLite, boolean) com.google.protobuf.GeneratedMessageLite message boolean shouldMemoize byte memoizedIsInitialized boolean isInitialized protected static com.google.protobuf.Internal$IntList emptyIntList () protected static com.google.protobuf.Internal$IntList mutableCopy (com.google.protobuf.Internal$IntList) com.google.protobuf.Internal$IntList list int size protected static com.google.protobuf.Internal$LongList emptyLongList () protected static com.google.protobuf.Internal$LongList mutableCopy (com.google.protobuf.Internal$LongList) com.google.protobuf.Internal$LongList list int size protected static com.google.protobuf.Internal$FloatList emptyFloatList () protected static com.google.protobuf.Internal$FloatList mutableCopy (com.google.protobuf.Internal$FloatList) com.google.protobuf.Internal$FloatList list int size protected static com.google.protobuf.Internal$DoubleList emptyDoubleList () protected static com.google.protobuf.Internal$DoubleList mutableCopy (com.google.protobuf.Internal$DoubleList) com.google.protobuf.Internal$DoubleList list int size protected static com.google.protobuf.Internal$BooleanList emptyBooleanList () protected static com.google.protobuf.Internal$BooleanList mutableCopy (com.google.protobuf.Internal$BooleanList) com.google.protobuf.Internal$BooleanList list int size protected static com.google.protobuf.Internal$ProtobufList emptyProtobufList () protected static com.google.protobuf.Internal$ProtobufList mutableCopy (com.google.protobuf.Internal$ProtobufList) com.google.protobuf.Internal$ProtobufList list int size static com.google.protobuf.GeneratedMessageLite parsePartialFrom (com.google.protobuf.GeneratedMessageLite, com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.Schema schema com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e RuntimeException e com.google.protobuf.GeneratedMessageLite instance com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.GeneratedMessageLite result private static com.google.protobuf.GeneratedMessageLite parsePartialFrom (com.google.protobuf.GeneratedMessageLite, byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.Schema schema com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.UninitializedMessageException e java.io.IOException e IndexOutOfBoundsException e com.google.protobuf.GeneratedMessageLite instance byte[] input int offset int length com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.GeneratedMessageLite result protected static com.google.protobuf.GeneratedMessageLite parsePartialFrom (com.google.protobuf.GeneratedMessageLite, com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.GeneratedMessageLite defaultInstance com.google.protobuf.CodedInputStream input private static com.google.protobuf.GeneratedMessageLite checkMessageInitialized (com.google.protobuf.GeneratedMessageLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.GeneratedMessageLite message protected static com.google.protobuf.GeneratedMessageLite parseFrom (com.google.protobuf.GeneratedMessageLite, java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.GeneratedMessageLite defaultInstance java.nio.ByteBuffer data com.google.protobuf.ExtensionRegistryLite extensionRegistry protected static com.google.protobuf.GeneratedMessageLite parseFrom (com.google.protobuf.GeneratedMessageLite, java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.GeneratedMessageLite defaultInstance java.nio.ByteBuffer data protected static com.google.protobuf.GeneratedMessageLite parseFrom (com.google.protobuf.GeneratedMessageLite, com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.GeneratedMessageLite defaultInstance com.google.protobuf.ByteString data protected static com.google.protobuf.GeneratedMessageLite parseFrom (com.google.protobuf.GeneratedMessageLite, com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.GeneratedMessageLite defaultInstance com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry private static com.google.protobuf.GeneratedMessageLite parsePartialFrom (com.google.protobuf.GeneratedMessageLite, com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.GeneratedMessageLite defaultInstance com.google.protobuf.ByteString data com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.CodedInputStream input com.google.protobuf.GeneratedMessageLite message protected static com.google.protobuf.GeneratedMessageLite parseFrom (com.google.protobuf.GeneratedMessageLite, byte[]) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.GeneratedMessageLite defaultInstance byte[] data protected static com.google.protobuf.GeneratedMessageLite parseFrom (com.google.protobuf.GeneratedMessageLite, byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.GeneratedMessageLite defaultInstance byte[] data com.google.protobuf.ExtensionRegistryLite extensionRegistry protected static com.google.protobuf.GeneratedMessageLite parseFrom (com.google.protobuf.GeneratedMessageLite, java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.GeneratedMessageLite defaultInstance java.io.InputStream input protected static com.google.protobuf.GeneratedMessageLite parseFrom (com.google.protobuf.GeneratedMessageLite, java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.GeneratedMessageLite defaultInstance java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry protected static com.google.protobuf.GeneratedMessageLite parseFrom (com.google.protobuf.GeneratedMessageLite, com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.GeneratedMessageLite defaultInstance com.google.protobuf.CodedInputStream input protected static com.google.protobuf.GeneratedMessageLite parseFrom (com.google.protobuf.GeneratedMessageLite, com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.GeneratedMessageLite defaultInstance com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry protected static com.google.protobuf.GeneratedMessageLite parseDelimitedFrom (com.google.protobuf.GeneratedMessageLite, java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.GeneratedMessageLite defaultInstance java.io.InputStream input protected static com.google.protobuf.GeneratedMessageLite parseDelimitedFrom (com.google.protobuf.GeneratedMessageLite, java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.GeneratedMessageLite defaultInstance java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry private static com.google.protobuf.GeneratedMessageLite parsePartialDelimitedFrom (com.google.protobuf.GeneratedMessageLite, java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException int firstByte int size com.google.protobuf.InvalidProtocolBufferException e java.io.IOException e com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.GeneratedMessageLite defaultInstance java.io.InputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry int size java.io.InputStream limitedInput com.google.protobuf.CodedInputStream codedInput com.google.protobuf.GeneratedMessageLite message public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder () public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType () public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType () static synthetic com.google.protobuf.GeneratedMessageLite$GeneratedExtension access$000 (com.google.protobuf.ExtensionLite) com.google.protobuf.ExtensionLite x0 static synthetic com.google.protobuf.GeneratedMessageLite access$200 (com.google.protobuf.GeneratedMessageLite, byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException com.google.protobuf.GeneratedMessageLite x0 byte[] x1 int x2 int x3 com.google.protobuf.ExtensionRegistryLite x4 static void <clinit> () }
com/google/protobuf/InlineMe.class
InlineMe.java package com.google.protobuf abstract annotation com.google.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/google/protobuf/IntArrayList.class
IntArrayList.java package com.google.protobuf final com.google.protobuf.IntArrayList extends com.google.protobuf.AbstractProtobufList implements com.google.protobuf.Internal$IntList java.util.RandomAccess com.google.protobuf.PrimitiveNonBoxingCollection { private static final com.google.protobuf.IntArrayList EMPTY_LIST private int[] array private int size public static com.google.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.google.protobuf.IntArrayList other int[] arr public int hashCode () int i int result public com.google.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.google.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.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) public volatile synthetic java.lang.Object get (int) static void <clinit> () }
com/google/protobuf/Internal$BooleanList.class
Internal.java package com.google.protobuf public abstract com.google.protobuf.Internal$BooleanList extends java.lang.Object implements com.google.protobuf.Internal$ProtobufList { public abstract boolean getBoolean (int) public abstract void addBoolean (boolean) public abstract boolean setBoolean (int, boolean) public abstract com.google.protobuf.Internal$BooleanList mutableCopyWithCapacity (int) public volatile synthetic com.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) }
com/google/protobuf/Internal$DoubleList.class
Internal.java package com.google.protobuf public abstract com.google.protobuf.Internal$DoubleList extends java.lang.Object implements com.google.protobuf.Internal$ProtobufList { public abstract double getDouble (int) public abstract void addDouble (double) public abstract double setDouble (int, double) public abstract com.google.protobuf.Internal$DoubleList mutableCopyWithCapacity (int) public volatile synthetic com.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) }
com/google/protobuf/Internal$EnumLite.class
Internal.java package com.google.protobuf public abstract com.google.protobuf.Internal$EnumLite extends java.lang.Object { public abstract int getNumber () }
com/google/protobuf/Internal$EnumLiteMap.class
Internal.java package com.google.protobuf public abstract com.google.protobuf.Internal$EnumLiteMap extends java.lang.Object { public abstract com.google.protobuf.Internal$EnumLite findValueByNumber (int) }
com/google/protobuf/Internal$EnumVerifier.class
Internal.java package com.google.protobuf public abstract com.google.protobuf.Internal$EnumVerifier extends java.lang.Object { public abstract boolean isInRange (int) }
com/google/protobuf/Internal$FloatList.class
Internal.java package com.google.protobuf public abstract com.google.protobuf.Internal$FloatList extends java.lang.Object implements com.google.protobuf.Internal$ProtobufList { public abstract float getFloat (int) public abstract void addFloat (float) public abstract float setFloat (int, float) public abstract com.google.protobuf.Internal$FloatList mutableCopyWithCapacity (int) public volatile synthetic com.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) }
com/google/protobuf/Internal$IntList.class
Internal.java package com.google.protobuf public abstract com.google.protobuf.Internal$IntList extends java.lang.Object implements com.google.protobuf.Internal$ProtobufList { public abstract int getInt (int) public abstract void addInt (int) public abstract int setInt (int, int) public abstract com.google.protobuf.Internal$IntList mutableCopyWithCapacity (int) public volatile synthetic com.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) }
com/google/protobuf/Internal$ListAdapter$Converter.class
Internal.java package com.google.protobuf public abstract com.google.protobuf.Internal$ListAdapter$Converter extends java.lang.Object { public abstract java.lang.Object convert (java.lang.Object) }
com/google/protobuf/Internal$ListAdapter.class
Internal.java package com.google.protobuf public com.google.protobuf.Internal$ListAdapter extends java.util.AbstractList { private final java.util.List fromList private final com.google.protobuf.Internal$ListAdapter$Converter converter public void <init> (java.util.List, com.google.protobuf.Internal$ListAdapter$Converter) java.util.List fromList com.google.protobuf.Internal$ListAdapter$Converter converter public java.lang.Object get (int) int index public int size () }
com/google/protobuf/Internal$LongList.class
Internal.java package com.google.protobuf public abstract com.google.protobuf.Internal$LongList extends java.lang.Object implements com.google.protobuf.Internal$ProtobufList { public abstract long getLong (int) public abstract void addLong (long) public abstract long setLong (int, long) public abstract com.google.protobuf.Internal$LongList mutableCopyWithCapacity (int) public volatile synthetic com.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) }
com/google/protobuf/Internal$MapAdapter$1.class
Internal.java package com.google.protobuf com.google.protobuf.Internal$MapAdapter$1 extends java.lang.Object implements com.google.protobuf.Internal$MapAdapter$Converter { final synthetic com.google.protobuf.Internal$EnumLiteMap val$enumMap final synthetic com.google.protobuf.Internal$EnumLite val$unrecognizedValue void <init> (com.google.protobuf.Internal$EnumLiteMap, com.google.protobuf.Internal$EnumLite) public com.google.protobuf.Internal$EnumLite doForward (java.lang.Integer) Integer value com.google.protobuf.Internal$EnumLite result public java.lang.Integer doBackward (com.google.protobuf.Internal$EnumLite) com.google.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/google/protobuf/Internal$MapAdapter$Converter.class
Internal.java package com.google.protobuf public abstract com.google.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/google/protobuf/Internal$MapAdapter$EntryAdapter.class
Internal.java package com.google.protobuf com.google.protobuf.Internal$MapAdapter$EntryAdapter extends java.lang.Object implements java.util.Map$Entry { private final java.util.Map$Entry realEntry final synthetic com.google.protobuf.Internal$MapAdapter this$0 public void <init> (com.google.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/google/protobuf/Internal$MapAdapter$IteratorAdapter.class
Internal.java package com.google.protobuf com.google.protobuf.Internal$MapAdapter$IteratorAdapter extends java.lang.Object implements java.util.Iterator { private final java.util.Iterator realIterator final synthetic com.google.protobuf.Internal$MapAdapter this$0 public void <init> (com.google.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/google/protobuf/Internal$MapAdapter$SetAdapter.class
Internal.java package com.google.protobuf com.google.protobuf.Internal$MapAdapter$SetAdapter extends java.util.AbstractSet { private final java.util.Set realSet final synthetic com.google.protobuf.Internal$MapAdapter this$0 public void <init> (com.google.protobuf.Internal$MapAdapter, java.util.Set) java.util.Set realSet public java.util.Iterator iterator () public int size () }
com/google/protobuf/Internal$MapAdapter.class
Internal.java package com.google.protobuf public com.google.protobuf.Internal$MapAdapter extends java.util.AbstractMap { private final java.util.Map realMap private final com.google.protobuf.Internal$MapAdapter$Converter valueConverter public static com.google.protobuf.Internal$MapAdapter$Converter newEnumConverter (com.google.protobuf.Internal$EnumLiteMap, com.google.protobuf.Internal$EnumLite) com.google.protobuf.Internal$EnumLiteMap enumMap com.google.protobuf.Internal$EnumLite unrecognizedValue public void <init> (java.util.Map, com.google.protobuf.Internal$MapAdapter$Converter) java.util.Map realMap com.google.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.google.protobuf.Internal$MapAdapter$Converter access$000 (com.google.protobuf.Internal$MapAdapter) com.google.protobuf.Internal$MapAdapter x0 }
com/google/protobuf/Internal$ProtobufList.class
Internal.java package com.google.protobuf public abstract com.google.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.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) }
com/google/protobuf/Internal.class
Internal.java package com.google.protobuf public final com.google.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.google.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.google.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.google.protobuf.ByteString) com.google.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.google.protobuf.Internal$EnumLite) com.google.protobuf.Internal$EnumLite e public static int hashEnumList (java.util.List) com.google.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.google.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/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException.class
InvalidProtocolBufferException.java package com.google.protobuf public com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException extends com.google.protobuf.InvalidProtocolBufferException { private static final long serialVersionUID public void <init> (java.lang.String) String description }
com/google/protobuf/InvalidProtocolBufferException.class
InvalidProtocolBufferException.java package com.google.protobuf public com.google.protobuf.InvalidProtocolBufferException extends java.io.IOException { private static final long serialVersionUID private com.google.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.google.protobuf.InvalidProtocolBufferException setUnfinishedMessage (com.google.protobuf.MessageLite) com.google.protobuf.MessageLite unfinishedMessage public com.google.protobuf.MessageLite getUnfinishedMessage () void setThrownFromInputStream () boolean getThrownFromInputStream () public java.io.IOException unwrapIOException () static com.google.protobuf.InvalidProtocolBufferException truncatedMessage () static com.google.protobuf.InvalidProtocolBufferException negativeSize () static com.google.protobuf.InvalidProtocolBufferException malformedVarint () static com.google.protobuf.InvalidProtocolBufferException invalidTag () static com.google.protobuf.InvalidProtocolBufferException invalidEndTag () static com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException invalidWireType () static com.google.protobuf.InvalidProtocolBufferException recursionLimitExceeded () static com.google.protobuf.InvalidProtocolBufferException sizeLimitExceeded () static com.google.protobuf.InvalidProtocolBufferException parseFailure () static com.google.protobuf.InvalidProtocolBufferException invalidUtf8 () }
com/google/protobuf/IterableByteBufferInputStream.class
IterableByteBufferInputStream.java package com.google.protobuf com.google.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/google/protobuf/JavaType.class
JavaType.java package com.google.protobuf public final enum com.google.protobuf.JavaType extends java.lang.Enum { public static final enum com.google.protobuf.JavaType VOID public static final enum com.google.protobuf.JavaType INT public static final enum com.google.protobuf.JavaType LONG public static final enum com.google.protobuf.JavaType FLOAT public static final enum com.google.protobuf.JavaType DOUBLE public static final enum com.google.protobuf.JavaType BOOLEAN public static final enum com.google.protobuf.JavaType STRING public static final enum com.google.protobuf.JavaType BYTE_STRING public static final enum com.google.protobuf.JavaType ENUM public static final enum com.google.protobuf.JavaType MESSAGE private final Class type private final Class boxedType private final Object defaultDefault private static final synthetic com.google.protobuf.JavaType[] $VALUES public static com.google.protobuf.JavaType[] values () public static com.google.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.google.protobuf.JavaType[] $values () static void <clinit> () }
com/google/protobuf/LazyField$1.class
LazyField.java package com.google.protobuf synthetic com.google.protobuf.LazyField$1 extends java.lang.Object { }
com/google/protobuf/LazyField$LazyEntry.class
LazyField.java package com.google.protobuf com.google.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.google.protobuf.LazyField field public com.google.protobuf.LazyField getField () public java.lang.Object setValue (java.lang.Object) Object value synthetic void <init> (java.util.Map$Entry, com.google.protobuf.LazyField$1) java.util.Map$Entry x0 com.google.protobuf.LazyField$1 x1 }
com/google/protobuf/LazyField$LazyIterator.class
LazyField.java package com.google.protobuf com.google.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/google/protobuf/LazyField.class
LazyField.java package com.google.protobuf public com.google.protobuf.LazyField extends com.google.protobuf.LazyFieldLite { private final com.google.protobuf.MessageLite defaultInstance public void <init> (com.google.protobuf.MessageLite, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.ByteString) com.google.protobuf.MessageLite defaultInstance com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.ByteString bytes public boolean containsDefaultInstance () public com.google.protobuf.MessageLite getValue () public int hashCode () public boolean equals (java.lang.Object) Object obj public java.lang.String toString () }
com/google/protobuf/LazyFieldLite.class
LazyFieldLite.java package com.google.protobuf public com.google.protobuf.LazyFieldLite extends java.lang.Object { private static final com.google.protobuf.ExtensionRegistryLite EMPTY_REGISTRY private com.google.protobuf.ByteString delayedBytes private com.google.protobuf.ExtensionRegistryLite extensionRegistry protected volatile com.google.protobuf.MessageLite value private volatile com.google.protobuf.ByteString memoizedBytes public void <init> (com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.ByteString) com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.ByteString bytes public void <init> () public static com.google.protobuf.LazyFieldLite fromValue (com.google.protobuf.MessageLite) com.google.protobuf.MessageLite value com.google.protobuf.LazyFieldLite lf public boolean equals (java.lang.Object) Object o com.google.protobuf.LazyFieldLite other com.google.protobuf.MessageLite value1 com.google.protobuf.MessageLite value2 public int hashCode () public boolean containsDefaultInstance () public void clear () public void set (com.google.protobuf.LazyFieldLite) com.google.protobuf.LazyFieldLite other public com.google.protobuf.MessageLite getValue (com.google.protobuf.MessageLite) com.google.protobuf.MessageLite defaultInstance public com.google.protobuf.MessageLite setValue (com.google.protobuf.MessageLite) com.google.protobuf.MessageLite value com.google.protobuf.MessageLite originalValue public void merge (com.google.protobuf.LazyFieldLite) com.google.protobuf.LazyFieldLite other public void mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry private static com.google.protobuf.MessageLite mergeValueAndBytes (com.google.protobuf.MessageLite, com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.MessageLite value com.google.protobuf.ByteString otherBytes com.google.protobuf.ExtensionRegistryLite extensionRegistry public void setByteString (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) com.google.protobuf.ByteString bytes com.google.protobuf.ExtensionRegistryLite extensionRegistry public int getSerializedSize () public com.google.protobuf.ByteString toByteString () void writeTo (com.google.protobuf.Writer, int) throws java.io.IOException com.google.protobuf.Writer writer int fieldNumber protected void ensureInitialized (com.google.protobuf.MessageLite) com.google.protobuf.MessageLite parsedValue com.google.protobuf.InvalidProtocolBufferException e com.google.protobuf.MessageLite defaultInstance private static void checkArguments (com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.ByteString) com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.ByteString bytes static void <clinit> () }
com/google/protobuf/LazyStringArrayList$ByteArrayListView.class
LazyStringArrayList.java package com.google.protobuf com.google.protobuf.LazyStringArrayList$ByteArrayListView extends java.util.AbstractList implements java.util.RandomAccess { private final com.google.protobuf.LazyStringArrayList list void <init> (com.google.protobuf.LazyStringArrayList) com.google.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/google/protobuf/LazyStringArrayList$ByteStringListView.class
LazyStringArrayList.java package com.google.protobuf com.google.protobuf.LazyStringArrayList$ByteStringListView extends java.util.AbstractList implements java.util.RandomAccess { private final com.google.protobuf.LazyStringArrayList list void <init> (com.google.protobuf.LazyStringArrayList) com.google.protobuf.LazyStringArrayList list public com.google.protobuf.ByteString get (int) int index public int size () public com.google.protobuf.ByteString set (int, com.google.protobuf.ByteString) int index com.google.protobuf.ByteString s Object o public void add (int, com.google.protobuf.ByteString) int index com.google.protobuf.ByteString s public com.google.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/google/protobuf/LazyStringArrayList.class
LazyStringArrayList.java package com.google.protobuf public com.google.protobuf.LazyStringArrayList extends com.google.protobuf.AbstractProtobufList implements com.google.protobuf.LazyStringList java.util.RandomAccess { private static final com.google.protobuf.LazyStringArrayList EMPTY_LIST public static final com.google.protobuf.LazyStringList EMPTY private final java.util.List list static com.google.protobuf.LazyStringArrayList emptyList () public void <init> () public void <init> (int) int initialCapacity public void <init> (com.google.protobuf.LazyStringList) com.google.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.google.protobuf.LazyStringArrayList mutableCopyWithCapacity (int) int capacity java.util.ArrayList newList public java.lang.String get (int) com.google.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.google.protobuf.ByteString) int index com.google.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.google.protobuf.ByteString) com.google.protobuf.ByteString element public void add (byte[]) byte[] element public java.lang.Object getRaw (int) int index public com.google.protobuf.ByteString getByteString (int) int index Object o com.google.protobuf.ByteString b public byte[] getByteArray (int) int index Object o byte[] b public void set (int, com.google.protobuf.ByteString) int index com.google.protobuf.ByteString s private java.lang.Object setAndReturn (int, com.google.protobuf.ByteString) int index com.google.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.google.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.google.protobuf.LazyStringList) byte[] b Object o com.google.protobuf.LazyStringList other public java.util.List asByteArrayList () public java.util.List asByteStringList () public com.google.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.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) public volatile synthetic java.lang.Object get (int) static synthetic java.lang.Object access$000 (com.google.protobuf.LazyStringArrayList, int, byte[]) com.google.protobuf.LazyStringArrayList x0 int x1 byte[] x2 static synthetic byte[] access$100 (java.lang.Object) Object x0 static synthetic void access$200 (com.google.protobuf.LazyStringArrayList, int, byte[]) com.google.protobuf.LazyStringArrayList x0 int x1 byte[] x2 static synthetic java.lang.Object access$300 (com.google.protobuf.LazyStringArrayList, int, com.google.protobuf.ByteString) com.google.protobuf.LazyStringArrayList x0 int x1 com.google.protobuf.ByteString x2 static synthetic com.google.protobuf.ByteString access$400 (java.lang.Object) Object x0 static synthetic void access$500 (com.google.protobuf.LazyStringArrayList, int, com.google.protobuf.ByteString) com.google.protobuf.LazyStringArrayList x0 int x1 com.google.protobuf.ByteString x2 static void <clinit> () }
com/google/protobuf/LazyStringList.class
LazyStringList.java package com.google.protobuf public abstract com.google.protobuf.LazyStringList extends java.lang.Object implements com.google.protobuf.ProtocolStringList { public abstract com.google.protobuf.ByteString getByteString (int) public abstract java.lang.Object getRaw (int) public abstract byte[] getByteArray (int) public abstract void add (com.google.protobuf.ByteString) public abstract void add (byte[]) public abstract void set (int, com.google.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.google.protobuf.LazyStringList) public abstract java.util.List asByteArrayList () public abstract com.google.protobuf.LazyStringList getUnmodifiableView () }
com/google/protobuf/ListFieldSchema$1.class
ListFieldSchema.java package com.google.protobuf synthetic com.google.protobuf.ListFieldSchema$1 extends java.lang.Object { }
com/google/protobuf/ListFieldSchema$ListFieldSchemaFull.class
ListFieldSchema.java package com.google.protobuf final com.google.protobuf.ListFieldSchema$ListFieldSchemaFull extends com.google.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.google.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.google.protobuf.ListFieldSchema$1) com.google.protobuf.ListFieldSchema$1 x0 static void <clinit> () }
com/google/protobuf/ListFieldSchema$ListFieldSchemaLite.class
ListFieldSchema.java package com.google.protobuf final com.google.protobuf.ListFieldSchema$ListFieldSchemaLite extends com.google.protobuf.ListFieldSchema { private void <init> () java.util.List mutableListAt (java.lang.Object, long) int size Object message long offset com.google.protobuf.Internal$ProtobufList list void makeImmutableListAt (java.lang.Object, long) Object message long offset com.google.protobuf.Internal$ProtobufList list void mergeListsAt (java.lang.Object, java.lang.Object, long) Object msg Object otherMsg long offset com.google.protobuf.Internal$ProtobufList mine com.google.protobuf.Internal$ProtobufList other int size int otherSize com.google.protobuf.Internal$ProtobufList merged static com.google.protobuf.Internal$ProtobufList getProtobufList (java.lang.Object, long) Object message long offset synthetic void <init> (com.google.protobuf.ListFieldSchema$1) com.google.protobuf.ListFieldSchema$1 x0 }
com/google/protobuf/ListFieldSchema.class
ListFieldSchema.java package com.google.protobuf abstract com.google.protobuf.ListFieldSchema extends java.lang.Object { private static final com.google.protobuf.ListFieldSchema FULL_INSTANCE private static final com.google.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.google.protobuf.ListFieldSchema full () static com.google.protobuf.ListFieldSchema lite () synthetic void <init> (com.google.protobuf.ListFieldSchema$1) com.google.protobuf.ListFieldSchema$1 x0 static void <clinit> () }
com/google/protobuf/LongArrayList.class
LongArrayList.java package com.google.protobuf final com.google.protobuf.LongArrayList extends com.google.protobuf.AbstractProtobufList implements com.google.protobuf.Internal$LongList java.util.RandomAccess com.google.protobuf.PrimitiveNonBoxingCollection { private static final com.google.protobuf.LongArrayList EMPTY_LIST private long[] array private int size public static com.google.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.google.protobuf.LongArrayList other long[] arr public int hashCode () int i int result public com.google.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.google.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.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) public volatile synthetic java.lang.Object get (int) static void <clinit> () }
com/google/protobuf/ManifestSchemaFactory$1.class
ManifestSchemaFactory.java package com.google.protobuf com.google.protobuf.ManifestSchemaFactory$1 extends java.lang.Object implements com.google.protobuf.MessageInfoFactory { void <init> () public boolean isSupported (java.lang.Class) Class clazz public com.google.protobuf.MessageInfo messageInfoFor (java.lang.Class) Class clazz }
com/google/protobuf/ManifestSchemaFactory$CompositeMessageInfoFactory.class
ManifestSchemaFactory.java package com.google.protobuf com.google.protobuf.ManifestSchemaFactory$CompositeMessageInfoFactory extends java.lang.Object implements com.google.protobuf.MessageInfoFactory { private com.google.protobuf.MessageInfoFactory[] factories transient void <init> (com.google.protobuf.MessageInfoFactory[]) com.google.protobuf.MessageInfoFactory[] factories public boolean isSupported (java.lang.Class) com.google.protobuf.MessageInfoFactory factory Class clazz public com.google.protobuf.MessageInfo messageInfoFor (java.lang.Class) com.google.protobuf.MessageInfoFactory factory Class clazz }
com/google/protobuf/ManifestSchemaFactory.class
ManifestSchemaFactory.java package com.google.protobuf final com.google.protobuf.ManifestSchemaFactory extends java.lang.Object implements com.google.protobuf.SchemaFactory { private final com.google.protobuf.MessageInfoFactory messageInfoFactory private static final com.google.protobuf.MessageInfoFactory EMPTY_FACTORY public void <init> () private void <init> (com.google.protobuf.MessageInfoFactory) com.google.protobuf.MessageInfoFactory messageInfoFactory public com.google.protobuf.Schema createSchema (java.lang.Class) Class messageType com.google.protobuf.MessageInfo messageInfo private static com.google.protobuf.Schema newSchema (java.lang.Class, com.google.protobuf.MessageInfo) Class messageType com.google.protobuf.MessageInfo messageInfo private static boolean isProto2 (com.google.protobuf.MessageInfo) com.google.protobuf.MessageInfo messageInfo private static com.google.protobuf.MessageInfoFactory getDefaultMessageInfoFactory () private static com.google.protobuf.MessageInfoFactory getDescriptorMessageInfoFactory () Class clazz Exception e static void <clinit> () }
com/google/protobuf/MapEntryLite$1.class
MapEntryLite.java package com.google.protobuf synthetic com.google.protobuf.MapEntryLite$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType static void <clinit> () }
com/google/protobuf/MapEntryLite$Metadata.class
MapEntryLite.java package com.google.protobuf com.google.protobuf.MapEntryLite$Metadata extends java.lang.Object { public final com.google.protobuf.WireFormat$FieldType keyType public final Object defaultKey public final com.google.protobuf.WireFormat$FieldType valueType public final Object defaultValue public void <init> (com.google.protobuf.WireFormat$FieldType, java.lang.Object, com.google.protobuf.WireFormat$FieldType, java.lang.Object) com.google.protobuf.WireFormat$FieldType keyType Object defaultKey com.google.protobuf.WireFormat$FieldType valueType Object defaultValue }
com/google/protobuf/MapEntryLite.class
MapEntryLite.java package com.google.protobuf public com.google.protobuf.MapEntryLite extends java.lang.Object { private static final int KEY_FIELD_NUMBER private static final int VALUE_FIELD_NUMBER private final com.google.protobuf.MapEntryLite$Metadata metadata private final Object key private final Object value private void <init> (com.google.protobuf.WireFormat$FieldType, java.lang.Object, com.google.protobuf.WireFormat$FieldType, java.lang.Object) com.google.protobuf.WireFormat$FieldType keyType Object defaultKey com.google.protobuf.WireFormat$FieldType valueType Object defaultValue private void <init> (com.google.protobuf.MapEntryLite$Metadata, java.lang.Object, java.lang.Object) com.google.protobuf.MapEntryLite$Metadata metadata Object key Object value public java.lang.Object getKey () public java.lang.Object getValue () public static com.google.protobuf.MapEntryLite newDefaultInstance (com.google.protobuf.WireFormat$FieldType, java.lang.Object, com.google.protobuf.WireFormat$FieldType, java.lang.Object) com.google.protobuf.WireFormat$FieldType keyType Object defaultKey com.google.protobuf.WireFormat$FieldType valueType Object defaultValue static void writeTo (com.google.protobuf.CodedOutputStream, com.google.protobuf.MapEntryLite$Metadata, java.lang.Object, java.lang.Object) throws java.io.IOException com.google.protobuf.CodedOutputStream output com.google.protobuf.MapEntryLite$Metadata metadata Object key Object value static int computeSerializedSize (com.google.protobuf.MapEntryLite$Metadata, java.lang.Object, java.lang.Object) com.google.protobuf.MapEntryLite$Metadata metadata Object key Object value static java.lang.Object parseField (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.WireFormat$FieldType, java.lang.Object) throws java.io.IOException com.google.protobuf.MessageLite$Builder subBuilder com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.WireFormat$FieldType type Object value public void serializeTo (com.google.protobuf.CodedOutputStream, int, java.lang.Object, java.lang.Object) throws java.io.IOException com.google.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.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException com.google.protobuf.ByteString bytes com.google.protobuf.ExtensionRegistryLite extensionRegistry static java.util.Map$Entry parseEntry (com.google.protobuf.CodedInputStream, com.google.protobuf.MapEntryLite$Metadata, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag com.google.protobuf.CodedInputStream input com.google.protobuf.MapEntryLite$Metadata metadata com.google.protobuf.ExtensionRegistryLite extensionRegistry Object key Object value public void parseInto (com.google.protobuf.MapFieldLite, com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int tag com.google.protobuf.MapFieldLite map com.google.protobuf.CodedInputStream input com.google.protobuf.ExtensionRegistryLite extensionRegistry int length int oldLimit Object key Object value com.google.protobuf.MapEntryLite$Metadata getMetadata () }
com/google/protobuf/MapFieldLite.class
MapFieldLite.java package com.google.protobuf public final com.google.protobuf.MapFieldLite extends java.util.LinkedHashMap { private boolean isMutable private static final com.google.protobuf.MapFieldLite EMPTY_MAP_FIELD private void <init> () private void <init> (java.util.Map) java.util.Map mapData public static com.google.protobuf.MapFieldLite emptyMapField () public void mergeFrom (com.google.protobuf.MapFieldLite) com.google.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.google.protobuf.MapFieldLite mutableCopy () public void makeImmutable () public boolean isMutable () private void ensureMutable () static void <clinit> () }
com/google/protobuf/MapFieldSchema.class
MapFieldSchema.java package com.google.protobuf abstract com.google.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.google.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/google/protobuf/MapFieldSchemaLite.class
MapFieldSchemaLite.java package com.google.protobuf com.google.protobuf.MapFieldSchemaLite extends java.lang.Object implements com.google.protobuf.MapFieldSchema { void <init> () public java.util.Map forMutableMapData (java.lang.Object) Object mapField public com.google.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.google.protobuf.MapFieldLite mergeFromLite (java.lang.Object, java.lang.Object) Object destMapField Object srcMapField com.google.protobuf.MapFieldLite mine com.google.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.google.protobuf.MapFieldLite mapFieldLite com.google.protobuf.MapEntryLite defaultEntryLite int size }
com/google/protobuf/MapFieldSchemas.class
MapFieldSchemas.java package com.google.protobuf final com.google.protobuf.MapFieldSchemas extends java.lang.Object { private static final com.google.protobuf.MapFieldSchema FULL_SCHEMA private static final com.google.protobuf.MapFieldSchema LITE_SCHEMA void <init> () static com.google.protobuf.MapFieldSchema full () static com.google.protobuf.MapFieldSchema lite () private static com.google.protobuf.MapFieldSchema loadSchemaForFullRuntime () Class clazz Exception e static void <clinit> () }
com/google/protobuf/MessageInfo.class
MessageInfo.java package com.google.protobuf abstract com.google.protobuf.MessageInfo extends java.lang.Object { public abstract com.google.protobuf.ProtoSyntax getSyntax () public abstract boolean isMessageSetWireFormat () public abstract com.google.protobuf.MessageLite getDefaultInstance () }
com/google/protobuf/MessageInfoFactory.class
MessageInfoFactory.java package com.google.protobuf abstract com.google.protobuf.MessageInfoFactory extends java.lang.Object { public abstract boolean isSupported (java.lang.Class) public abstract com.google.protobuf.MessageInfo messageInfoFor (java.lang.Class) }
com/google/protobuf/MessageLite$Builder.class
MessageLite.java package com.google.protobuf public abstract com.google.protobuf.MessageLite$Builder extends java.lang.Object implements com.google.protobuf.MessageLiteOrBuilder java.lang.Cloneable { public abstract com.google.protobuf.MessageLite$Builder clear () public abstract com.google.protobuf.MessageLite build () public abstract com.google.protobuf.MessageLite buildPartial () public abstract com.google.protobuf.MessageLite$Builder clone () public abstract com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException public abstract com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public abstract com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public abstract com.google.protobuf.MessageLite$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public abstract com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public abstract com.google.protobuf.MessageLite$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public abstract com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public abstract com.google.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream) throws java.io.IOException public abstract com.google.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.MessageLite) public abstract boolean mergeDelimitedFrom (java.io.InputStream) throws java.io.IOException public abstract boolean mergeDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException }
com/google/protobuf/MessageLite.class
MessageLite.java package com.google.protobuf public abstract com.google.protobuf.MessageLite extends java.lang.Object implements com.google.protobuf.MessageLiteOrBuilder { public abstract void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException public abstract int getSerializedSize () public abstract com.google.protobuf.Parser getParserForType () public abstract com.google.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.google.protobuf.MessageLite$Builder newBuilderForType () public abstract com.google.protobuf.MessageLite$Builder toBuilder () }
com/google/protobuf/MessageLiteOrBuilder.class
MessageLiteOrBuilder.java package com.google.protobuf public abstract com.google.protobuf.MessageLiteOrBuilder extends java.lang.Object { public abstract com.google.protobuf.MessageLite getDefaultInstanceForType () public abstract boolean isInitialized () }
com/google/protobuf/MessageLiteToString.class
MessageLiteToString.java package com.google.protobuf final com.google.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.google.protobuf.MessageLite, java.lang.String) com.google.protobuf.MessageLite messageLite String commentString StringBuilder buffer private static void reflectivePrintWithIndent (com.google.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.google.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/google/protobuf/MessageSchema$1.class
MessageSchema.java package com.google.protobuf synthetic com.google.protobuf.MessageSchema$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType static void <clinit> () }
com/google/protobuf/MessageSchema.class
MessageSchema.java package com.google.protobuf final com.google.protobuf.MessageSchema extends java.lang.Object implements com.google.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.google.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.google.protobuf.NewInstanceSchema newInstanceSchema private final com.google.protobuf.ListFieldSchema listFieldSchema private final com.google.protobuf.UnknownFieldSchema unknownFieldSchema private final com.google.protobuf.ExtensionSchema extensionSchema private final com.google.protobuf.MapFieldSchema mapFieldSchema private void <init> (int[], java.lang.Object[], int, int, com.google.protobuf.MessageLite, boolean, boolean, int[], int, int, com.google.protobuf.NewInstanceSchema, com.google.protobuf.ListFieldSchema, com.google.protobuf.UnknownFieldSchema, com.google.protobuf.ExtensionSchema, com.google.protobuf.MapFieldSchema) int[] buffer Object[] objects int minFieldNumber int maxFieldNumber com.google.protobuf.MessageLite defaultInstance boolean proto3 boolean useCachedSizeField int[] intArray int checkInitialized int mapFieldPositions com.google.protobuf.NewInstanceSchema newInstanceSchema com.google.protobuf.ListFieldSchema listFieldSchema com.google.protobuf.UnknownFieldSchema unknownFieldSchema com.google.protobuf.ExtensionSchema extensionSchema com.google.protobuf.MapFieldSchema mapFieldSchema static com.google.protobuf.MessageSchema newSchema (java.lang.Class, com.google.protobuf.MessageInfo, com.google.protobuf.NewInstanceSchema, com.google.protobuf.ListFieldSchema, com.google.protobuf.UnknownFieldSchema, com.google.protobuf.ExtensionSchema, com.google.protobuf.MapFieldSchema) Class messageClass com.google.protobuf.MessageInfo messageInfo com.google.protobuf.NewInstanceSchema newInstanceSchema com.google.protobuf.ListFieldSchema listFieldSchema com.google.protobuf.UnknownFieldSchema unknownFieldSchema com.google.protobuf.ExtensionSchema extensionSchema com.google.protobuf.MapFieldSchema mapFieldSchema static com.google.protobuf.MessageSchema newSchemaForRawMessageInfo (com.google.protobuf.RawMessageInfo, com.google.protobuf.NewInstanceSchema, com.google.protobuf.ListFieldSchema, com.google.protobuf.UnknownFieldSchema, com.google.protobuf.ExtensionSchema, com.google.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.google.protobuf.RawMessageInfo messageInfo com.google.protobuf.NewInstanceSchema newInstanceSchema com.google.protobuf.ListFieldSchema listFieldSchema com.google.protobuf.UnknownFieldSchema unknownFieldSchema com.google.protobuf.ExtensionSchema extensionSchema com.google.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.google.protobuf.MessageSchema newSchemaForMessageInfo (com.google.protobuf.StructuralMessageInfo, com.google.protobuf.NewInstanceSchema, com.google.protobuf.ListFieldSchema, com.google.protobuf.UnknownFieldSchema, com.google.protobuf.ExtensionSchema, com.google.protobuf.MapFieldSchema) int minFieldNumber int maxFieldNumber com.google.protobuf.FieldInfo fi com.google.protobuf.FieldInfo fi int fieldNumber int bufferIndex com.google.protobuf.StructuralMessageInfo messageInfo com.google.protobuf.NewInstanceSchema newInstanceSchema com.google.protobuf.ListFieldSchema listFieldSchema com.google.protobuf.UnknownFieldSchema unknownFieldSchema com.google.protobuf.ExtensionSchema extensionSchema com.google.protobuf.MapFieldSchema mapFieldSchema boolean isProto3 com.google.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.google.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.google.protobuf.FieldType type com.google.protobuf.FieldInfo fi int[] buffer int bufferIndex Object[] objects int fieldOffset int typeId int presenceMaskShift int presenceFieldOffset com.google.protobuf.OneofInfo oneof Object messageFieldClass public java.lang.Object newInstance () public boolean equals (java.lang.Object, java.lang.Object) int pos com.google.protobuf.FieldSet messageExtensions com.google.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.google.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.google.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.google.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.google.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.google.protobuf.UnknownFieldSchema, java.lang.Object) com.google.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.google.protobuf.Writer) throws java.io.IOException Object message com.google.protobuf.Writer writer private void writeFieldsInAscendingOrderProto2 (java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException com.google.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.google.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.google.protobuf.Writer) throws java.io.IOException com.google.protobuf.FieldSet extensions Object value Object value int typeAndOffset int number int pos Object message com.google.protobuf.Writer writer java.util.Iterator extensionIterator java.util.Map$Entry nextExtension int bufferLength private void writeFieldsInDescendingOrder (java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException com.google.protobuf.FieldSet extensions Object value Object value int typeAndOffset int number int pos Object message com.google.protobuf.Writer writer java.util.Iterator extensionIterator java.util.Map$Entry nextExtension private void writeMapHelper (com.google.protobuf.Writer, int, java.lang.Object, int) throws java.io.IOException com.google.protobuf.Writer writer int number Object mapField int pos private void writeUnknownInMessageTo (com.google.protobuf.UnknownFieldSchema, java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException com.google.protobuf.UnknownFieldSchema schema Object message com.google.protobuf.Writer writer public void mergeFrom (java.lang.Object, com.google.protobuf.Reader, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException Object message com.google.protobuf.Reader reader com.google.protobuf.ExtensionRegistryLite extensionRegistry private void mergeFromHelper (com.google.protobuf.UnknownFieldSchema, com.google.protobuf.ExtensionSchema, java.lang.Object, com.google.protobuf.Reader, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int i int i Object extension com.google.protobuf.MessageLite current int enumValue com.google.protobuf.Internal$EnumVerifier enumVerifier com.google.protobuf.MessageLite current java.util.List enumList java.util.List enumList com.google.protobuf.MessageLite current int enumValue com.google.protobuf.Internal$EnumVerifier enumVerifier com.google.protobuf.MessageLite current int i int i int i com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException e int number int pos int typeAndOffset int i com.google.protobuf.UnknownFieldSchema unknownFieldSchema com.google.protobuf.ExtensionSchema extensionSchema Object message com.google.protobuf.Reader reader com.google.protobuf.ExtensionRegistryLite extensionRegistry Object unknownFields com.google.protobuf.FieldSet extensions static com.google.protobuf.UnknownFieldSetLite getMutableUnknownFields (java.lang.Object) Object message com.google.protobuf.UnknownFieldSetLite unknownFields private int decodeMapEntryValue (byte[], int, int, com.google.protobuf.WireFormat$FieldType, java.lang.Class, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException byte[] data int position int limit com.google.protobuf.WireFormat$FieldType fieldType Class messageType com.google.protobuf.ArrayDecoders$Registers registers private int decodeMapEntry (byte[], int, int, com.google.protobuf.MapEntryLite$Metadata, java.util.Map, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException int tag int fieldNumber int wireType byte[] data int position int limit com.google.protobuf.MapEntryLite$Metadata metadata java.util.Map target com.google.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.google.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.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.Internal$ProtobufList list private int parseMapField (java.lang.Object, byte[], int, int, int, long, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException Object oldMapField Object message byte[] data int position int limit int bufferPosition long fieldOffset com.google.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.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException String value int length Object current int enumValue com.google.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.google.protobuf.ArrayDecoders$Registers registers sun.misc.Unsafe unsafe long oneofCaseOffset private com.google.protobuf.Schema getMessageFieldSchema (int) int pos int index com.google.protobuf.Schema schema private java.lang.Object getMapFieldDefaultEntry (int) int pos private com.google.protobuf.Internal$EnumVerifier getEnumFieldVerifier (int) int pos int parseProto2Message (java.lang.Object, byte[], int, int, int, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException Object current int enumValue com.google.protobuf.Internal$EnumVerifier enumVerifier Object current int endTag int presenceMaskAndOffset int presenceMask int presenceFieldOffset int size com.google.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.google.protobuf.ArrayDecoders$Registers registers sun.misc.Unsafe unsafe int currentPresenceFieldOffset int currentPresenceField int tag int oldNumber int pos com.google.protobuf.UnknownFieldSetLite unknownFields private java.lang.Object mutableMessageFieldForMerge (java.lang.Object, int) Object message int pos com.google.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.google.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.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException Object current int presenceMaskAndOffset int presenceMask int presenceFieldOffset int size com.google.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.google.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.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException Object message byte[] data int position int limit com.google.protobuf.ArrayDecoders$Registers registers public void makeImmutable (java.lang.Object) com.google.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.google.protobuf.ExtensionRegistryLite, com.google.protobuf.Reader) throws java.io.IOException Object oldMapField Object message int pos Object mapDefaultEntry com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.Reader reader long offset Object mapField private java.lang.Object filterMapUnknownEnumValues (java.lang.Object, int, java.lang.Object, com.google.protobuf.UnknownFieldSchema, java.lang.Object) Object message int pos Object unknownFields com.google.protobuf.UnknownFieldSchema unknownFieldSchema Object containerMessage int fieldNumber long offset Object mapField com.google.protobuf.Internal$EnumVerifier enumVerifier java.util.Map mapData private java.lang.Object filterUnknownEnumMap (int, int, java.util.Map, com.google.protobuf.Internal$EnumVerifier, java.lang.Object, com.google.protobuf.UnknownFieldSchema, java.lang.Object) java.io.IOException e int entrySize com.google.protobuf.ByteString$CodedBuilder codedBuilder com.google.protobuf.CodedOutputStream codedOutput java.util.Map$Entry entry java.util.Iterator it int pos int number java.util.Map mapData com.google.protobuf.Internal$EnumVerifier enumVerifier Object unknownFields com.google.protobuf.UnknownFieldSchema unknownFieldSchema Object containerMessage com.google.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.google.protobuf.Schema) Object message int typeAndOffset com.google.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.google.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.google.protobuf.MapEntryLite$Metadata metadata com.google.protobuf.Schema schema private void writeString (int, java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber Object value com.google.protobuf.Writer writer private void readString (java.lang.Object, int, com.google.protobuf.Reader) throws java.io.IOException Object message int typeAndOffset com.google.protobuf.Reader reader private void readStringList (java.lang.Object, int, com.google.protobuf.Reader) throws java.io.IOException Object message int typeAndOffset com.google.protobuf.Reader reader private void readMessageList (java.lang.Object, int, com.google.protobuf.Reader, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException Object message int typeAndOffset com.google.protobuf.Reader reader com.google.protobuf.Schema schema com.google.protobuf.ExtensionRegistryLite extensionRegistry long offset private void readGroupList (java.lang.Object, long, com.google.protobuf.Reader, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException Object message long offset com.google.protobuf.Reader reader com.google.protobuf.Schema schema com.google.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/google/protobuf/MessageSetSchema.class
MessageSetSchema.java package com.google.protobuf final com.google.protobuf.MessageSetSchema extends java.lang.Object implements com.google.protobuf.Schema { private final com.google.protobuf.MessageLite defaultInstance private final com.google.protobuf.UnknownFieldSchema unknownFieldSchema private final boolean hasExtensions private final com.google.protobuf.ExtensionSchema extensionSchema private void <init> (com.google.protobuf.UnknownFieldSchema, com.google.protobuf.ExtensionSchema, com.google.protobuf.MessageLite) com.google.protobuf.UnknownFieldSchema unknownFieldSchema com.google.protobuf.ExtensionSchema extensionSchema com.google.protobuf.MessageLite defaultInstance static com.google.protobuf.MessageSetSchema newSchema (com.google.protobuf.UnknownFieldSchema, com.google.protobuf.ExtensionSchema, com.google.protobuf.MessageLite) com.google.protobuf.UnknownFieldSchema unknownFieldSchema com.google.protobuf.ExtensionSchema extensionSchema com.google.protobuf.MessageLite defaultInstance public java.lang.Object newInstance () public boolean equals (java.lang.Object, java.lang.Object) com.google.protobuf.FieldSet messageExtensions com.google.protobuf.FieldSet otherExtensions Object message Object other Object messageUnknown Object otherUnknown public int hashCode (java.lang.Object) com.google.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.google.protobuf.Writer) throws java.io.IOException java.util.Map$Entry extension com.google.protobuf.FieldSet$FieldDescriptorLite fd Object message com.google.protobuf.Writer writer com.google.protobuf.FieldSet extensions java.util.Iterator iterator private void writeUnknownFieldsHelper (com.google.protobuf.UnknownFieldSchema, java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException com.google.protobuf.UnknownFieldSchema unknownFieldSchema Object message com.google.protobuf.Writer writer public void mergeFrom (java.lang.Object, byte[], int, int, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException int tag int number int wireType int startTag int typeId com.google.protobuf.ByteString rawBytes Object message byte[] data int position int limit com.google.protobuf.ArrayDecoders$Registers registers com.google.protobuf.UnknownFieldSetLite unknownFields com.google.protobuf.FieldSet extensions com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension public void mergeFrom (java.lang.Object, com.google.protobuf.Reader, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException Object message com.google.protobuf.Reader reader com.google.protobuf.ExtensionRegistryLite extensionRegistry private void mergeFromHelper (com.google.protobuf.UnknownFieldSchema, com.google.protobuf.ExtensionSchema, java.lang.Object, com.google.protobuf.Reader, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException int number com.google.protobuf.UnknownFieldSchema unknownFieldSchema com.google.protobuf.ExtensionSchema extensionSchema Object message com.google.protobuf.Reader reader com.google.protobuf.ExtensionRegistryLite extensionRegistry Object unknownFields com.google.protobuf.FieldSet extensions public void makeImmutable (java.lang.Object) Object message private boolean parseMessageSetItemOrUnknownField (com.google.protobuf.Reader, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.ExtensionSchema, com.google.protobuf.FieldSet, com.google.protobuf.UnknownFieldSchema, java.lang.Object) throws java.io.IOException Object extension int number int tag com.google.protobuf.Reader reader com.google.protobuf.ExtensionRegistryLite extensionRegistry com.google.protobuf.ExtensionSchema extensionSchema com.google.protobuf.FieldSet extensions com.google.protobuf.UnknownFieldSchema unknownFieldSchema Object unknownFields int startTag int typeId com.google.protobuf.ByteString rawBytes Object extension public final boolean isInitialized (java.lang.Object) Object message com.google.protobuf.FieldSet extensions public int getSerializedSize (java.lang.Object) Object message int size private int getUnknownFieldsSerializedSize (com.google.protobuf.UnknownFieldSchema, java.lang.Object) com.google.protobuf.UnknownFieldSchema schema Object message Object unknowns }
com/google/protobuf/MutabilityOracle$1.class
MutabilityOracle.java package com.google.protobuf com.google.protobuf.MutabilityOracle$1 extends java.lang.Object implements com.google.protobuf.MutabilityOracle { void <init> () public void ensureMutable () }
com/google/protobuf/MutabilityOracle.class
MutabilityOracle.java package com.google.protobuf abstract com.google.protobuf.MutabilityOracle extends java.lang.Object { public static final com.google.protobuf.MutabilityOracle IMMUTABLE public abstract void ensureMutable () static void <clinit> () }
com/google/protobuf/NewInstanceSchema.class
NewInstanceSchema.java package com.google.protobuf abstract com.google.protobuf.NewInstanceSchema extends java.lang.Object { public abstract java.lang.Object newInstance (java.lang.Object) }
com/google/protobuf/NewInstanceSchemaLite.class
NewInstanceSchemaLite.java package com.google.protobuf final com.google.protobuf.NewInstanceSchemaLite extends java.lang.Object implements com.google.protobuf.NewInstanceSchema { void <init> () public java.lang.Object newInstance (java.lang.Object) Object defaultInstance }
com/google/protobuf/NewInstanceSchemas.class
NewInstanceSchemas.java package com.google.protobuf final com.google.protobuf.NewInstanceSchemas extends java.lang.Object { private static final com.google.protobuf.NewInstanceSchema FULL_SCHEMA private static final com.google.protobuf.NewInstanceSchema LITE_SCHEMA void <init> () static com.google.protobuf.NewInstanceSchema full () static com.google.protobuf.NewInstanceSchema lite () private static com.google.protobuf.NewInstanceSchema loadSchemaForFullRuntime () Class clazz Exception e static void <clinit> () }
com/google/protobuf/NioByteString$1.class
NioByteString.java package com.google.protobuf com.google.protobuf.NioByteString$1 extends java.io.InputStream { private final java.nio.ByteBuffer buf final synthetic com.google.protobuf.NioByteString this$0 void <init> (com.google.protobuf.NioByteString) com.google.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/google/protobuf/NioByteString.class
NioByteString.java package com.google.protobuf final com.google.protobuf.NioByteString extends com.google.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.google.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.google.protobuf.ByteString, int, int) com.google.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.google.protobuf.ByteOutput) throws java.io.IOException com.google.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.google.protobuf.ByteString otherString protected int partialHash (int, int, int) int i int h int offset int length public java.io.InputStream newInput () public com.google.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.google.protobuf.NioByteString) com.google.protobuf.NioByteString x0 }
com/google/protobuf/OneofInfo.class
OneofInfo.java package com.google.protobuf final com.google.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/google/protobuf/Parser.class
Parser.java package com.google.protobuf public abstract com.google.protobuf.Parser extends java.lang.Object { public abstract java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException public abstract java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException }
com/google/protobuf/PrimitiveNonBoxingCollection.class
PrimitiveNonBoxingCollection.java package com.google.protobuf abstract com.google.protobuf.PrimitiveNonBoxingCollection extends java.lang.Object { }
com/google/protobuf/ProtoSyntax.class
ProtoSyntax.java package com.google.protobuf public final enum com.google.protobuf.ProtoSyntax extends java.lang.Enum { public static final enum com.google.protobuf.ProtoSyntax PROTO2 public static final enum com.google.protobuf.ProtoSyntax PROTO3 private static final synthetic com.google.protobuf.ProtoSyntax[] $VALUES public static com.google.protobuf.ProtoSyntax[] values () public static com.google.protobuf.ProtoSyntax valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.protobuf.ProtoSyntax[] $values () static void <clinit> () }
com/google/protobuf/Protobuf.class
Protobuf.java package com.google.protobuf final com.google.protobuf.Protobuf extends java.lang.Object { private static final com.google.protobuf.Protobuf INSTANCE private final com.google.protobuf.SchemaFactory schemaFactory private final java.util.concurrent.ConcurrentMap schemaCache public static com.google.protobuf.Protobuf getInstance () public void writeTo (java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException Object message com.google.protobuf.Writer writer public void mergeFrom (java.lang.Object, com.google.protobuf.Reader) throws java.io.IOException Object message com.google.protobuf.Reader reader public void mergeFrom (java.lang.Object, com.google.protobuf.Reader, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException Object message com.google.protobuf.Reader reader com.google.protobuf.ExtensionRegistryLite extensionRegistry public void makeImmutable (java.lang.Object) Object message boolean isInitialized (java.lang.Object) Object message public com.google.protobuf.Schema schemaFor (java.lang.Class) com.google.protobuf.Schema previous Class messageType com.google.protobuf.Schema schema public com.google.protobuf.Schema schemaFor (java.lang.Object) Object message public com.google.protobuf.Schema registerSchema (java.lang.Class, com.google.protobuf.Schema) Class messageType com.google.protobuf.Schema schema public com.google.protobuf.Schema registerSchemaOverride (java.lang.Class, com.google.protobuf.Schema) Class messageType com.google.protobuf.Schema schema private void <init> () int getTotalSchemaSize () com.google.protobuf.Schema schema int result static void <clinit> () }
com/google/protobuf/ProtobufArrayList.class
ProtobufArrayList.java package com.google.protobuf final com.google.protobuf.ProtobufArrayList extends com.google.protobuf.AbstractProtobufList implements java.util.RandomAccess { private static final com.google.protobuf.ProtobufArrayList EMPTY_LIST private Object[] array private int size public static com.google.protobuf.ProtobufArrayList emptyList () void <init> () private void <init> (java.lang.Object[], int) Object[] array int size public com.google.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.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int) static void <clinit> () }
com/google/protobuf/ProtobufLists.class
ProtobufLists.java package com.google.protobuf final com.google.protobuf.ProtobufLists extends java.lang.Object { private void <init> () public static com.google.protobuf.Internal$ProtobufList emptyProtobufList () public static com.google.protobuf.Internal$ProtobufList mutableCopy (com.google.protobuf.Internal$ProtobufList) com.google.protobuf.Internal$ProtobufList list int size public static com.google.protobuf.Internal$BooleanList emptyBooleanList () public static com.google.protobuf.Internal$BooleanList newBooleanList () public static com.google.protobuf.Internal$IntList emptyIntList () public static com.google.protobuf.Internal$IntList newIntList () public static com.google.protobuf.Internal$LongList emptyLongList () public static com.google.protobuf.Internal$LongList newLongList () public static com.google.protobuf.Internal$FloatList emptyFloatList () public static com.google.protobuf.Internal$FloatList newFloatList () public static com.google.protobuf.Internal$DoubleList emptyDoubleList () public static com.google.protobuf.Internal$DoubleList newDoubleList () }
com/google/protobuf/ProtocolStringList.class
ProtocolStringList.java package com.google.protobuf public abstract com.google.protobuf.ProtocolStringList extends java.lang.Object implements java.util.List { public abstract java.util.List asByteStringList () }
com/google/protobuf/RawMessageInfo.class
RawMessageInfo.java package com.google.protobuf final com.google.protobuf.RawMessageInfo extends java.lang.Object implements com.google.protobuf.MessageInfo { private final com.google.protobuf.MessageLite defaultInstance private final String info private final Object[] objects private final int flags void <init> (com.google.protobuf.MessageLite, java.lang.String, java.lang.Object[]) int result int shift com.google.protobuf.MessageLite defaultInstance String info Object[] objects int position int value java.lang.String getStringInfo () java.lang.Object[] getObjects () public com.google.protobuf.MessageLite getDefaultInstance () public com.google.protobuf.ProtoSyntax getSyntax () public boolean isMessageSetWireFormat () }
com/google/protobuf/Reader.class
Reader.java package com.google.protobuf abstract com.google.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.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract java.lang.Object readMessage (java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract java.lang.Object readGroup (java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract java.lang.Object readGroupBySchemaWithCheck (com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract void mergeMessageField (java.lang.Object, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract void mergeGroupField (java.lang.Object, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract com.google.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.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract void readMessageList (java.util.List, java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract void readGroupList (java.util.List, java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract void readGroupList (java.util.List, com.google.protobuf.Schema, com.google.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.google.protobuf.MapEntryLite$Metadata, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException }
com/google/protobuf/RopeByteString$1.class
RopeByteString.java package com.google.protobuf com.google.protobuf.RopeByteString$1 extends com.google.protobuf.ByteString$AbstractByteIterator { final com.google.protobuf.RopeByteString$PieceIterator pieces com.google.protobuf.ByteString$ByteIterator current final synthetic com.google.protobuf.RopeByteString this$0 void <init> (com.google.protobuf.RopeByteString) com.google.protobuf.RopeByteString this$0 private com.google.protobuf.ByteString$ByteIterator nextPiece () public boolean hasNext () public byte nextByte () byte b }
com/google/protobuf/RopeByteString$Balancer.class
RopeByteString.java package com.google.protobuf com.google.protobuf.RopeByteString$Balancer extends java.lang.Object { private final java.util.ArrayDeque prefixesStack private void <init> () private com.google.protobuf.ByteString balance (com.google.protobuf.ByteString, com.google.protobuf.ByteString) com.google.protobuf.ByteString newLeft com.google.protobuf.ByteString left com.google.protobuf.ByteString right com.google.protobuf.ByteString partialString private void doBalance (com.google.protobuf.ByteString) com.google.protobuf.RopeByteString rbs com.google.protobuf.ByteString root private void insert (com.google.protobuf.ByteString) com.google.protobuf.ByteString left com.google.protobuf.ByteString left int binStart com.google.protobuf.ByteString newTree com.google.protobuf.ByteString byteString int depthBin int binEnd private int getDepthBinForLength (int) int insertionPoint int length int depth synthetic void <init> (com.google.protobuf.RopeByteString$1) com.google.protobuf.RopeByteString$1 x0 static synthetic com.google.protobuf.ByteString access$100 (com.google.protobuf.RopeByteString$Balancer, com.google.protobuf.ByteString, com.google.protobuf.ByteString) com.google.protobuf.RopeByteString$Balancer x0 com.google.protobuf.ByteString x1 com.google.protobuf.ByteString x2 }
com/google/protobuf/RopeByteString$PieceIterator.class
RopeByteString.java package com.google.protobuf final com.google.protobuf.RopeByteString$PieceIterator extends java.lang.Object implements java.util.Iterator { private final java.util.ArrayDeque breadCrumbs private com.google.protobuf.ByteString$LeafByteString next private void <init> (com.google.protobuf.ByteString) com.google.protobuf.RopeByteString rbs com.google.protobuf.ByteString root private com.google.protobuf.ByteString$LeafByteString getLeafByLeft (com.google.protobuf.ByteString) com.google.protobuf.RopeByteString rbs com.google.protobuf.ByteString root com.google.protobuf.ByteString pos private com.google.protobuf.ByteString$LeafByteString getNextNonEmptyLeaf () com.google.protobuf.ByteString$LeafByteString result public boolean hasNext () public com.google.protobuf.ByteString$LeafByteString next () com.google.protobuf.ByteString$LeafByteString result public void remove () public volatile synthetic java.lang.Object next () synthetic void <init> (com.google.protobuf.ByteString, com.google.protobuf.RopeByteString$1) com.google.protobuf.ByteString x0 com.google.protobuf.RopeByteString$1 x1 }
com/google/protobuf/RopeByteString$RopeInputStream.class
RopeByteString.java package com.google.protobuf com.google.protobuf.RopeByteString$RopeInputStream extends java.io.InputStream { private com.google.protobuf.RopeByteString$PieceIterator pieceIterator private com.google.protobuf.ByteString$LeafByteString currentPiece private int currentPieceSize private int currentPieceIndex private int currentPieceOffsetInRope private int mark final synthetic com.google.protobuf.RopeByteString this$0 public void <init> (com.google.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/google/protobuf/RopeByteString.class
RopeByteString.java package com.google.protobuf final com.google.protobuf.RopeByteString extends com.google.protobuf.ByteString { static final int[] minLengthByDepth private final int totalLength private final com.google.protobuf.ByteString left private final com.google.protobuf.ByteString right private final int leftLength private final int treeDepth private static final long serialVersionUID private void <init> (com.google.protobuf.ByteString, com.google.protobuf.ByteString) com.google.protobuf.ByteString left com.google.protobuf.ByteString right static com.google.protobuf.ByteString concatenate (com.google.protobuf.ByteString, com.google.protobuf.ByteString) com.google.protobuf.ByteString newRight com.google.protobuf.ByteString newRight com.google.protobuf.RopeByteString leftRope com.google.protobuf.ByteString left com.google.protobuf.ByteString right int newLength int newDepth private static com.google.protobuf.ByteString concatenateBytes (com.google.protobuf.ByteString, com.google.protobuf.ByteString) com.google.protobuf.ByteString left com.google.protobuf.ByteString right int leftSize int rightSize byte[] bytes static com.google.protobuf.RopeByteString newInstanceForTest (com.google.protobuf.ByteString, com.google.protobuf.ByteString) com.google.protobuf.ByteString left com.google.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.google.protobuf.ByteString$ByteIterator iterator () protected int getTreeDepth () protected boolean isBalanced () public com.google.protobuf.ByteString substring (int, int) int beginIndex int endIndex int length com.google.protobuf.ByteString leftSub com.google.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.google.protobuf.ByteString$LeafByteString byteString java.util.List result com.google.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.google.protobuf.ByteOutput) throws java.io.IOException com.google.protobuf.ByteOutput output void writeToReverse (com.google.protobuf.ByteOutput) throws java.io.IOException com.google.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.google.protobuf.ByteString otherByteString int thisHash int thatHash private boolean equalsFragments (com.google.protobuf.ByteString) int thisRemaining int thatRemaining int bytesToCompare boolean stillEqual com.google.protobuf.ByteString other int thisOffset java.util.Iterator thisIter com.google.protobuf.ByteString$LeafByteString thisString int thatOffset java.util.Iterator thatIter com.google.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.google.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.google.protobuf.ByteString, com.google.protobuf.ByteString, com.google.protobuf.RopeByteString$1) com.google.protobuf.ByteString x0 com.google.protobuf.ByteString x1 com.google.protobuf.RopeByteString$1 x2 static synthetic com.google.protobuf.ByteString access$400 (com.google.protobuf.RopeByteString) com.google.protobuf.RopeByteString x0 static synthetic com.google.protobuf.ByteString access$500 (com.google.protobuf.RopeByteString) com.google.protobuf.RopeByteString x0 static void <clinit> () }
com/google/protobuf/Schema.class
Schema.java package com.google.protobuf abstract com.google.protobuf.Schema extends java.lang.Object { public abstract void writeTo (java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException public abstract void mergeFrom (java.lang.Object, com.google.protobuf.Reader, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException public abstract void mergeFrom (java.lang.Object, byte[], int, int, com.google.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/google/protobuf/SchemaFactory.class
SchemaFactory.java package com.google.protobuf abstract com.google.protobuf.SchemaFactory extends java.lang.Object { public abstract com.google.protobuf.Schema createSchema (java.lang.Class) }
com/google/protobuf/SchemaUtil.class
SchemaUtil.java package com.google.protobuf final com.google.protobuf.SchemaUtil extends java.lang.Object { private static final Class GENERATED_MESSAGE_CLASS private static final com.google.protobuf.UnknownFieldSchema PROTO2_UNKNOWN_FIELD_SET_SCHEMA private static final com.google.protobuf.UnknownFieldSchema PROTO3_UNKNOWN_FIELD_SET_SCHEMA private static final com.google.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.google.protobuf.Writer) throws java.io.IOException int fieldNumber double value com.google.protobuf.Writer writer public static void writeFloat (int, float, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber float value com.google.protobuf.Writer writer public static void writeInt64 (int, long, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber long value com.google.protobuf.Writer writer public static void writeUInt64 (int, long, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber long value com.google.protobuf.Writer writer public static void writeSInt64 (int, long, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber long value com.google.protobuf.Writer writer public static void writeFixed64 (int, long, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber long value com.google.protobuf.Writer writer public static void writeSFixed64 (int, long, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber long value com.google.protobuf.Writer writer public static void writeInt32 (int, int, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber int value com.google.protobuf.Writer writer public static void writeUInt32 (int, int, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber int value com.google.protobuf.Writer writer public static void writeSInt32 (int, int, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber int value com.google.protobuf.Writer writer public static void writeFixed32 (int, int, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber int value com.google.protobuf.Writer writer public static void writeSFixed32 (int, int, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber int value com.google.protobuf.Writer writer public static void writeEnum (int, int, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber int value com.google.protobuf.Writer writer public static void writeBool (int, boolean, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber boolean value com.google.protobuf.Writer writer public static void writeString (int, java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber Object value com.google.protobuf.Writer writer private static void writeStringInternal (int, java.lang.String, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber String value com.google.protobuf.Writer writer public static void writeBytes (int, com.google.protobuf.ByteString, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber com.google.protobuf.ByteString value com.google.protobuf.Writer writer public static void writeMessage (int, java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber Object value com.google.protobuf.Writer writer public static void writeDoubleList (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer boolean packed public static void writeFloatList (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer boolean packed public static void writeInt64List (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer boolean packed public static void writeUInt64List (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer boolean packed public static void writeSInt64List (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer boolean packed public static void writeFixed64List (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer boolean packed public static void writeSFixed64List (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer boolean packed public static void writeInt32List (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer boolean packed public static void writeUInt32List (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer boolean packed public static void writeSInt32List (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer boolean packed public static void writeFixed32List (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer boolean packed public static void writeSFixed32List (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer boolean packed public static void writeEnumList (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer boolean packed public static void writeBoolList (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer boolean packed public static void writeStringList (int, java.util.List, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer public static void writeBytesList (int, java.util.List, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer public static void writeMessageList (int, java.util.List, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer public static void writeMessageList (int, java.util.List, com.google.protobuf.Writer, com.google.protobuf.Schema) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer com.google.protobuf.Schema schema public static void writeLazyFieldList (int, java.util.List, com.google.protobuf.Writer) throws java.io.IOException Object item int fieldNumber java.util.List value com.google.protobuf.Writer writer public static void writeGroupList (int, java.util.List, com.google.protobuf.Writer) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer public static void writeGroupList (int, java.util.List, com.google.protobuf.Writer, com.google.protobuf.Schema) throws java.io.IOException int fieldNumber java.util.List value com.google.protobuf.Writer writer com.google.protobuf.Schema schema static int computeSizeInt64ListNoTag (java.util.List) int i com.google.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.google.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.google.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.google.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.google.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.google.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.google.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.google.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.google.protobuf.Schema) int fieldNumber Object value com.google.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.google.protobuf.Schema) Object value int i int fieldNumber java.util.List list com.google.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.google.protobuf.Schema) int i int fieldNumber java.util.List list com.google.protobuf.Schema schema int length int size public static boolean shouldUseTableSwitch (com.google.protobuf.FieldInfo[]) com.google.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.google.protobuf.UnknownFieldSchema proto2UnknownFieldSetSchema () public static com.google.protobuf.UnknownFieldSchema proto3UnknownFieldSetSchema () public static com.google.protobuf.UnknownFieldSchema unknownFieldSetLiteSchema () private static com.google.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.google.protobuf.MapFieldSchema, java.lang.Object, java.lang.Object, long) com.google.protobuf.MapFieldSchema mapFieldSchema Object message Object o long offset Object merged static void mergeExtensions (com.google.protobuf.ExtensionSchema, java.lang.Object, java.lang.Object) com.google.protobuf.FieldSet messageExtensions com.google.protobuf.ExtensionSchema schema Object message Object other com.google.protobuf.FieldSet otherExtensions static void mergeUnknownFields (com.google.protobuf.UnknownFieldSchema, java.lang.Object, java.lang.Object) com.google.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.google.protobuf.Internal$EnumLiteMap, java.lang.Object, com.google.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.google.protobuf.Internal$EnumLiteMap enumMap Object unknownFields com.google.protobuf.UnknownFieldSchema unknownFieldSchema static java.lang.Object filterUnknownEnumList (java.lang.Object, int, java.util.List, com.google.protobuf.Internal$EnumVerifier, java.lang.Object, com.google.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.google.protobuf.Internal$EnumVerifier enumVerifier Object unknownFields com.google.protobuf.UnknownFieldSchema unknownFieldSchema static java.lang.Object storeUnknownEnum (java.lang.Object, int, int, java.lang.Object, com.google.protobuf.UnknownFieldSchema) Object containerMessage int number int enumValue Object unknownFields com.google.protobuf.UnknownFieldSchema unknownFieldSchema static void <clinit> () }
com/google/protobuf/SmallSortedMap$1.class
SmallSortedMap.java package com.google.protobuf com.google.protobuf.SmallSortedMap$1 extends com.google.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/google/protobuf/SmallSortedMap$DescendingEntryIterator.class
SmallSortedMap.java package com.google.protobuf com.google.protobuf.SmallSortedMap$DescendingEntryIterator extends java.lang.Object implements java.util.Iterator { private int pos private java.util.Iterator lazyOverflowIterator final synthetic com.google.protobuf.SmallSortedMap this$0 private void <init> (com.google.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.google.protobuf.SmallSortedMap, com.google.protobuf.SmallSortedMap$1) com.google.protobuf.SmallSortedMap x0 com.google.protobuf.SmallSortedMap$1 x1 }
com/google/protobuf/SmallSortedMap$DescendingEntrySet.class
SmallSortedMap.java package com.google.protobuf com.google.protobuf.SmallSortedMap$DescendingEntrySet extends com.google.protobuf.SmallSortedMap$EntrySet { final synthetic com.google.protobuf.SmallSortedMap this$0 private void <init> (com.google.protobuf.SmallSortedMap) public java.util.Iterator iterator () synthetic void <init> (com.google.protobuf.SmallSortedMap, com.google.protobuf.SmallSortedMap$1) com.google.protobuf.SmallSortedMap x0 com.google.protobuf.SmallSortedMap$1 x1 }
com/google/protobuf/SmallSortedMap$EmptySet$1.class
SmallSortedMap.java package com.google.protobuf com.google.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/google/protobuf/SmallSortedMap$EmptySet$2.class
SmallSortedMap.java package com.google.protobuf com.google.protobuf.SmallSortedMap$EmptySet$2 extends java.lang.Object implements java.lang.Iterable { void <init> () public java.util.Iterator iterator () }
com/google/protobuf/SmallSortedMap$EmptySet.class
SmallSortedMap.java package com.google.protobuf com.google.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/google/protobuf/SmallSortedMap$Entry.class
SmallSortedMap.java package com.google.protobuf com.google.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.google.protobuf.SmallSortedMap this$0 void <init> (com.google.protobuf.SmallSortedMap, java.util.Map$Entry) java.util.Map$Entry copy void <init> (com.google.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.google.protobuf.SmallSortedMap$Entry) com.google.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/google/protobuf/SmallSortedMap$EntryIterator.class
SmallSortedMap.java package com.google.protobuf com.google.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.google.protobuf.SmallSortedMap this$0 private void <init> (com.google.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.google.protobuf.SmallSortedMap, com.google.protobuf.SmallSortedMap$1) com.google.protobuf.SmallSortedMap x0 com.google.protobuf.SmallSortedMap$1 x1 }
com/google/protobuf/SmallSortedMap$EntrySet.class
SmallSortedMap.java package com.google.protobuf com.google.protobuf.SmallSortedMap$EntrySet extends java.util.AbstractSet { final synthetic com.google.protobuf.SmallSortedMap this$0 private void <init> (com.google.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.google.protobuf.SmallSortedMap, com.google.protobuf.SmallSortedMap$1) com.google.protobuf.SmallSortedMap x0 com.google.protobuf.SmallSortedMap$1 x1 }
com/google/protobuf/SmallSortedMap.class
SmallSortedMap.java package com.google.protobuf com.google.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.google.protobuf.SmallSortedMap$EntrySet lazyEntrySet private java.util.Map overflowEntriesDescending private volatile com.google.protobuf.SmallSortedMap$DescendingEntrySet lazyDescendingEntrySet static com.google.protobuf.SmallSortedMap newFieldMap (int) int arraySize static com.google.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.google.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.google.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.google.protobuf.SmallSortedMap$1) int x0 com.google.protobuf.SmallSortedMap$1 x1 static synthetic void access$300 (com.google.protobuf.SmallSortedMap) com.google.protobuf.SmallSortedMap x0 static synthetic java.util.List access$600 (com.google.protobuf.SmallSortedMap) com.google.protobuf.SmallSortedMap x0 static synthetic java.util.Map access$700 (com.google.protobuf.SmallSortedMap) com.google.protobuf.SmallSortedMap x0 static synthetic java.lang.Object access$800 (com.google.protobuf.SmallSortedMap, int) com.google.protobuf.SmallSortedMap x0 int x1 static synthetic java.util.Map access$900 (com.google.protobuf.SmallSortedMap) com.google.protobuf.SmallSortedMap x0 }
com/google/protobuf/StructuralMessageInfo$Builder.class
StructuralMessageInfo.java package com.google.protobuf public final com.google.protobuf.StructuralMessageInfo$Builder extends java.lang.Object { private final java.util.List fields private com.google.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.google.protobuf.ProtoSyntax) com.google.protobuf.ProtoSyntax syntax public void withMessageSetWireFormat (boolean) boolean messageSetWireFormat public void withCheckInitialized (int[]) int[] checkInitialized public void withField (com.google.protobuf.FieldInfo) com.google.protobuf.FieldInfo field public com.google.protobuf.StructuralMessageInfo build () }
com/google/protobuf/StructuralMessageInfo.class
StructuralMessageInfo.java package com.google.protobuf final com.google.protobuf.StructuralMessageInfo extends java.lang.Object implements com.google.protobuf.MessageInfo { private final com.google.protobuf.ProtoSyntax syntax private final boolean messageSetWireFormat private final int[] checkInitialized private final com.google.protobuf.FieldInfo[] fields private final com.google.protobuf.MessageLite defaultInstance void <init> (com.google.protobuf.ProtoSyntax, boolean, int[], com.google.protobuf.FieldInfo[], java.lang.Object) com.google.protobuf.ProtoSyntax syntax boolean messageSetWireFormat int[] checkInitialized com.google.protobuf.FieldInfo[] fields Object defaultInstance public com.google.protobuf.ProtoSyntax getSyntax () public boolean isMessageSetWireFormat () public int[] getCheckInitialized () public com.google.protobuf.FieldInfo[] getFields () public com.google.protobuf.MessageLite getDefaultInstance () public static com.google.protobuf.StructuralMessageInfo$Builder newBuilder () public static com.google.protobuf.StructuralMessageInfo$Builder newBuilder (int) int numFields }
com/google/protobuf/TextFormatEscaper$1.class
TextFormatEscaper.java package com.google.protobuf com.google.protobuf.TextFormatEscaper$1 extends java.lang.Object implements com.google.protobuf.TextFormatEscaper$ByteSequence { final synthetic com.google.protobuf.ByteString val$input void <init> (com.google.protobuf.ByteString) public int size () public byte byteAt (int) int offset }
com/google/protobuf/TextFormatEscaper$2.class
TextFormatEscaper.java package com.google.protobuf com.google.protobuf.TextFormatEscaper$2 extends java.lang.Object implements com.google.protobuf.TextFormatEscaper$ByteSequence { final synthetic byte[] val$input void <init> (byte[]) public int size () public byte byteAt (int) int offset }
com/google/protobuf/TextFormatEscaper$ByteSequence.class
TextFormatEscaper.java package com.google.protobuf abstract com.google.protobuf.TextFormatEscaper$ByteSequence extends java.lang.Object { public abstract int size () public abstract byte byteAt (int) }
com/google/protobuf/TextFormatEscaper.class
TextFormatEscaper.java package com.google.protobuf final com.google.protobuf.TextFormatEscaper extends java.lang.Object { private void <init> () static java.lang.String escapeBytes (com.google.protobuf.TextFormatEscaper$ByteSequence) byte b int i com.google.protobuf.TextFormatEscaper$ByteSequence input StringBuilder builder static java.lang.String escapeBytes (com.google.protobuf.ByteString) com.google.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/google/protobuf/UninitializedMessageException.class
UninitializedMessageException.java package com.google.protobuf public com.google.protobuf.UninitializedMessageException extends java.lang.RuntimeException { private static final long serialVersionUID private final java.util.List missingFields public void <init> (com.google.protobuf.MessageLite) com.google.protobuf.MessageLite message public void <init> (java.util.List) java.util.List missingFields public java.util.List getMissingFields () public com.google.protobuf.InvalidProtocolBufferException asInvalidProtocolBufferException () private static java.lang.String buildDescription (java.util.List) String field java.util.List missingFields StringBuilder description boolean first }
com/google/protobuf/UnknownFieldSchema.class
UnknownFieldSchema.java package com.google.protobuf abstract com.google.protobuf.UnknownFieldSchema extends java.lang.Object { void <init> () abstract boolean shouldDiscardUnknownFields (com.google.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.google.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.google.protobuf.Reader) throws java.io.IOException Object subFields int endGroupTag Object unknownFields com.google.protobuf.Reader reader int tag int fieldNumber final void mergeFrom (java.lang.Object, com.google.protobuf.Reader) throws java.io.IOException Object unknownFields com.google.protobuf.Reader reader abstract void writeTo (java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException abstract void writeAsMessageSetTo (java.lang.Object, com.google.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/google/protobuf/UnknownFieldSetLite.class
UnknownFieldSetLite.java package com.google.protobuf public final com.google.protobuf.UnknownFieldSetLite extends java.lang.Object { private static final int MIN_CAPACITY private static final com.google.protobuf.UnknownFieldSetLite DEFAULT_INSTANCE private int count private int[] tags private Object[] objects private int memoizedSerializedSize private boolean isMutable public static com.google.protobuf.UnknownFieldSetLite getDefaultInstance () static com.google.protobuf.UnknownFieldSetLite newInstance () static com.google.protobuf.UnknownFieldSetLite mutableCopyOf (com.google.protobuf.UnknownFieldSetLite, com.google.protobuf.UnknownFieldSetLite) com.google.protobuf.UnknownFieldSetLite first com.google.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.google.protobuf.CodedOutputStream) throws java.io.IOException int tag int fieldNumber int i com.google.protobuf.CodedOutputStream output public void writeAsMessageSetTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException int fieldNumber int i com.google.protobuf.CodedOutputStream output void writeAsMessageSetTo (com.google.protobuf.Writer) throws java.io.IOException int fieldNumber int i int fieldNumber int i com.google.protobuf.Writer writer public void writeTo (com.google.protobuf.Writer) throws java.io.IOException int i int i com.google.protobuf.Writer writer private static void writeField (int, java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException int tag Object object com.google.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.google.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.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.UnknownFieldSetLite subFieldSet int tag com.google.protobuf.CodedInputStream input int fieldNumber com.google.protobuf.UnknownFieldSetLite mergeVarintField (int, int) int fieldNumber int value com.google.protobuf.UnknownFieldSetLite mergeLengthDelimitedField (int, com.google.protobuf.ByteString) int fieldNumber com.google.protobuf.ByteString value private com.google.protobuf.UnknownFieldSetLite mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException int tag com.google.protobuf.CodedInputStream input com.google.protobuf.UnknownFieldSetLite mergeFrom (com.google.protobuf.UnknownFieldSetLite) com.google.protobuf.UnknownFieldSetLite other int newCount static void <clinit> () }
com/google/protobuf/UnknownFieldSetLiteSchema.class
UnknownFieldSetLiteSchema.java package com.google.protobuf com.google.protobuf.UnknownFieldSetLiteSchema extends com.google.protobuf.UnknownFieldSchema { void <init> () boolean shouldDiscardUnknownFields (com.google.protobuf.Reader) com.google.protobuf.Reader reader com.google.protobuf.UnknownFieldSetLite newBuilder () void addVarint (com.google.protobuf.UnknownFieldSetLite, int, long) com.google.protobuf.UnknownFieldSetLite fields int number long value void addFixed32 (com.google.protobuf.UnknownFieldSetLite, int, int) com.google.protobuf.UnknownFieldSetLite fields int number int value void addFixed64 (com.google.protobuf.UnknownFieldSetLite, int, long) com.google.protobuf.UnknownFieldSetLite fields int number long value void addLengthDelimited (com.google.protobuf.UnknownFieldSetLite, int, com.google.protobuf.ByteString) com.google.protobuf.UnknownFieldSetLite fields int number com.google.protobuf.ByteString value void addGroup (com.google.protobuf.UnknownFieldSetLite, int, com.google.protobuf.UnknownFieldSetLite) com.google.protobuf.UnknownFieldSetLite fields int number com.google.protobuf.UnknownFieldSetLite subFieldSet com.google.protobuf.UnknownFieldSetLite toImmutable (com.google.protobuf.UnknownFieldSetLite) com.google.protobuf.UnknownFieldSetLite fields void setToMessage (java.lang.Object, com.google.protobuf.UnknownFieldSetLite) Object message com.google.protobuf.UnknownFieldSetLite fields com.google.protobuf.UnknownFieldSetLite getFromMessage (java.lang.Object) Object message com.google.protobuf.UnknownFieldSetLite getBuilderFromMessage (java.lang.Object) Object message com.google.protobuf.UnknownFieldSetLite unknownFields void setBuilderToMessage (java.lang.Object, com.google.protobuf.UnknownFieldSetLite) Object message com.google.protobuf.UnknownFieldSetLite fields void makeImmutable (java.lang.Object) Object message void writeTo (com.google.protobuf.UnknownFieldSetLite, com.google.protobuf.Writer) throws java.io.IOException com.google.protobuf.UnknownFieldSetLite fields com.google.protobuf.Writer writer void writeAsMessageSetTo (com.google.protobuf.UnknownFieldSetLite, com.google.protobuf.Writer) throws java.io.IOException com.google.protobuf.UnknownFieldSetLite fields com.google.protobuf.Writer writer com.google.protobuf.UnknownFieldSetLite merge (com.google.protobuf.UnknownFieldSetLite, com.google.protobuf.UnknownFieldSetLite) com.google.protobuf.UnknownFieldSetLite target com.google.protobuf.UnknownFieldSetLite source int getSerializedSize (com.google.protobuf.UnknownFieldSetLite) com.google.protobuf.UnknownFieldSetLite unknowns int getSerializedSizeAsMessageSet (com.google.protobuf.UnknownFieldSetLite) com.google.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.google.protobuf.Writer) throws java.io.IOException volatile synthetic void writeTo (java.lang.Object, com.google.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.google.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/google/protobuf/UnmodifiableLazyStringList$1.class
UnmodifiableLazyStringList.java package com.google.protobuf com.google.protobuf.UnmodifiableLazyStringList$1 extends java.lang.Object implements java.util.ListIterator { java.util.ListIterator iter final synthetic int val$index final synthetic com.google.protobuf.UnmodifiableLazyStringList this$0 void <init> (com.google.protobuf.UnmodifiableLazyStringList, int) com.google.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/google/protobuf/UnmodifiableLazyStringList$2.class
UnmodifiableLazyStringList.java package com.google.protobuf com.google.protobuf.UnmodifiableLazyStringList$2 extends java.lang.Object implements java.util.Iterator { java.util.Iterator iter final synthetic com.google.protobuf.UnmodifiableLazyStringList this$0 void <init> (com.google.protobuf.UnmodifiableLazyStringList) com.google.protobuf.UnmodifiableLazyStringList this$0 public boolean hasNext () public java.lang.String next () public void remove () public volatile synthetic java.lang.Object next () }
com/google/protobuf/UnmodifiableLazyStringList.class
UnmodifiableLazyStringList.java package com.google.protobuf public com.google.protobuf.UnmodifiableLazyStringList extends java.util.AbstractList implements com.google.protobuf.LazyStringList java.util.RandomAccess { private final com.google.protobuf.LazyStringList list public void <init> (com.google.protobuf.LazyStringList) com.google.protobuf.LazyStringList list public java.lang.String get (int) int index public java.lang.Object getRaw (int) int index public int size () public com.google.protobuf.ByteString getByteString (int) int index public void add (com.google.protobuf.ByteString) com.google.protobuf.ByteString element public void set (int, com.google.protobuf.ByteString) int index com.google.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.google.protobuf.LazyStringList) com.google.protobuf.LazyStringList other public java.util.List asByteArrayList () public java.util.List asByteStringList () public com.google.protobuf.LazyStringList getUnmodifiableView () public volatile synthetic java.lang.Object get (int) static synthetic com.google.protobuf.LazyStringList access$000 (com.google.protobuf.UnmodifiableLazyStringList) com.google.protobuf.UnmodifiableLazyStringList x0 }
com/google/protobuf/UnsafeByteOperations.class
UnsafeByteOperations.java package com.google.protobuf public final com.google.protobuf.UnsafeByteOperations extends java.lang.Object { private void <init> () public static com.google.protobuf.ByteString unsafeWrap (byte[]) byte[] buffer public static com.google.protobuf.ByteString unsafeWrap (byte[], int, int) byte[] buffer int offset int length public static com.google.protobuf.ByteString unsafeWrap (java.nio.ByteBuffer) java.nio.ByteBuffer buffer public static void unsafeWriteTo (com.google.protobuf.ByteString, com.google.protobuf.ByteOutput) throws java.io.IOException com.google.protobuf.ByteString bytes com.google.protobuf.ByteOutput output }
com/google/protobuf/UnsafeUtil$1.class
UnsafeUtil.java package com.google.protobuf com.google.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/google/protobuf/UnsafeUtil$Android32MemoryAccessor.class
UnsafeUtil.java package com.google.protobuf final com.google.protobuf.UnsafeUtil$Android32MemoryAccessor extends com.google.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/google/protobuf/UnsafeUtil$Android64MemoryAccessor.class
UnsafeUtil.java package com.google.protobuf final com.google.protobuf.UnsafeUtil$Android64MemoryAccessor extends com.google.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/google/protobuf/UnsafeUtil$JvmMemoryAccessor.class
UnsafeUtil.java package com.google.protobuf final com.google.protobuf.UnsafeUtil$JvmMemoryAccessor extends com.google.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/google/protobuf/UnsafeUtil$MemoryAccessor.class
UnsafeUtil.java package com.google.protobuf abstract com.google.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/google/protobuf/UnsafeUtil.class
UnsafeUtil.java package com.google.protobuf final com.google.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.google.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.google.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/google/protobuf/Utf8$DecodeUtil.class
Utf8.java package com.google.protobuf com.google.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.google.protobuf.InvalidProtocolBufferException byte byte1 byte byte2 char[] resultArr int resultPos private static void handleThreeBytes (byte, byte, byte, char[], int) throws com.google.protobuf.InvalidProtocolBufferException byte byte1 byte byte2 byte byte3 char[] resultArr int resultPos private static void handleFourBytes (byte, byte, byte, byte, char[], int) throws com.google.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.google.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.google.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.google.protobuf.InvalidProtocolBufferException byte x0 byte x1 byte x2 byte x3 char[] x4 int x5 }
com/google/protobuf/Utf8$Processor.class
Utf8.java package com.google.protobuf abstract com.google.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.google.protobuf.InvalidProtocolBufferException final java.lang.String decodeUtf8 (java.nio.ByteBuffer, int, int) throws com.google.protobuf.InvalidProtocolBufferException int offset java.nio.ByteBuffer buffer int index int size abstract java.lang.String decodeUtf8Direct (java.nio.ByteBuffer, int, int) throws com.google.protobuf.InvalidProtocolBufferException final java.lang.String decodeUtf8Default (java.nio.ByteBuffer, int, int) throws com.google.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/google/protobuf/Utf8$SafeProcessor.class
Utf8.java package com.google.protobuf final com.google.protobuf.Utf8$SafeProcessor extends com.google.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.google.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.google.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/google/protobuf/Utf8$UnpairedSurrogateException.class
Utf8.java package com.google.protobuf com.google.protobuf.Utf8$UnpairedSurrogateException extends java.lang.IllegalArgumentException { void <init> (int, int) int index int length }
com/google/protobuf/Utf8$UnsafeProcessor.class
Utf8.java package com.google.protobuf final com.google.protobuf.Utf8$UnsafeProcessor extends com.google.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.google.protobuf.InvalidProtocolBufferException byte[] bytes int index int size String s java.lang.String decodeUtf8Direct (java.nio.ByteBuffer, int, int) throws com.google.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/google/protobuf/Utf8.class
Utf8.java package com.google.protobuf final com.google.protobuf.Utf8 extends java.lang.Object { private static final com.google.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.google.protobuf.InvalidProtocolBufferException java.nio.ByteBuffer buffer int index int size static java.lang.String decodeUtf8 (byte[], int, int) throws com.google.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/google/protobuf/WireFormat$1.class
WireFormat.java package com.google.protobuf synthetic com.google.protobuf.WireFormat$1 extends java.lang.Object { }
com/google/protobuf/WireFormat$FieldType$1.class
WireFormat.java package com.google.protobuf final enum com.google.protobuf.WireFormat$FieldType$1 extends com.google.protobuf.WireFormat$FieldType { void <init> (java.lang.String, int, com.google.protobuf.WireFormat$JavaType, int) com.google.protobuf.WireFormat$JavaType javaType int wireType public boolean isPackable () }
com/google/protobuf/WireFormat$FieldType$2.class
WireFormat.java package com.google.protobuf final enum com.google.protobuf.WireFormat$FieldType$2 extends com.google.protobuf.WireFormat$FieldType { void <init> (java.lang.String, int, com.google.protobuf.WireFormat$JavaType, int) com.google.protobuf.WireFormat$JavaType javaType int wireType public boolean isPackable () }
com/google/protobuf/WireFormat$FieldType$3.class
WireFormat.java package com.google.protobuf final enum com.google.protobuf.WireFormat$FieldType$3 extends com.google.protobuf.WireFormat$FieldType { void <init> (java.lang.String, int, com.google.protobuf.WireFormat$JavaType, int) com.google.protobuf.WireFormat$JavaType javaType int wireType public boolean isPackable () }
com/google/protobuf/WireFormat$FieldType$4.class
WireFormat.java package com.google.protobuf final enum com.google.protobuf.WireFormat$FieldType$4 extends com.google.protobuf.WireFormat$FieldType { void <init> (java.lang.String, int, com.google.protobuf.WireFormat$JavaType, int) com.google.protobuf.WireFormat$JavaType javaType int wireType public boolean isPackable () }
com/google/protobuf/WireFormat$FieldType.class
WireFormat.java package com.google.protobuf public enum com.google.protobuf.WireFormat$FieldType extends java.lang.Enum { public static final enum com.google.protobuf.WireFormat$FieldType DOUBLE public static final enum com.google.protobuf.WireFormat$FieldType FLOAT public static final enum com.google.protobuf.WireFormat$FieldType INT64 public static final enum com.google.protobuf.WireFormat$FieldType UINT64 public static final enum com.google.protobuf.WireFormat$FieldType INT32 public static final enum com.google.protobuf.WireFormat$FieldType FIXED64 public static final enum com.google.protobuf.WireFormat$FieldType FIXED32 public static final enum com.google.protobuf.WireFormat$FieldType BOOL public static final enum com.google.protobuf.WireFormat$FieldType STRING public static final enum com.google.protobuf.WireFormat$FieldType GROUP public static final enum com.google.protobuf.WireFormat$FieldType MESSAGE public static final enum com.google.protobuf.WireFormat$FieldType BYTES public static final enum com.google.protobuf.WireFormat$FieldType UINT32 public static final enum com.google.protobuf.WireFormat$FieldType ENUM public static final enum com.google.protobuf.WireFormat$FieldType SFIXED32 public static final enum com.google.protobuf.WireFormat$FieldType SFIXED64 public static final enum com.google.protobuf.WireFormat$FieldType SINT32 public static final enum com.google.protobuf.WireFormat$FieldType SINT64 private final com.google.protobuf.WireFormat$JavaType javaType private final int wireType private static final synthetic com.google.protobuf.WireFormat$FieldType[] $VALUES public static com.google.protobuf.WireFormat$FieldType[] values () public static com.google.protobuf.WireFormat$FieldType valueOf (java.lang.String) String name private void <init> (java.lang.String, int, com.google.protobuf.WireFormat$JavaType, int) com.google.protobuf.WireFormat$JavaType javaType int wireType public com.google.protobuf.WireFormat$JavaType getJavaType () public int getWireType () public boolean isPackable () private static synthetic com.google.protobuf.WireFormat$FieldType[] $values () synthetic void <init> (java.lang.String, int, com.google.protobuf.WireFormat$JavaType, int, com.google.protobuf.WireFormat$1) String x0 int x1 com.google.protobuf.WireFormat$JavaType x2 int x3 com.google.protobuf.WireFormat$1 x4 static void <clinit> () }
com/google/protobuf/WireFormat$JavaType.class
WireFormat.java package com.google.protobuf public final enum com.google.protobuf.WireFormat$JavaType extends java.lang.Enum { public static final enum com.google.protobuf.WireFormat$JavaType INT public static final enum com.google.protobuf.WireFormat$JavaType LONG public static final enum com.google.protobuf.WireFormat$JavaType FLOAT public static final enum com.google.protobuf.WireFormat$JavaType DOUBLE public static final enum com.google.protobuf.WireFormat$JavaType BOOLEAN public static final enum com.google.protobuf.WireFormat$JavaType STRING public static final enum com.google.protobuf.WireFormat$JavaType BYTE_STRING public static final enum com.google.protobuf.WireFormat$JavaType ENUM public static final enum com.google.protobuf.WireFormat$JavaType MESSAGE private final Object defaultDefault private static final synthetic com.google.protobuf.WireFormat$JavaType[] $VALUES public static com.google.protobuf.WireFormat$JavaType[] values () public static com.google.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.google.protobuf.WireFormat$JavaType[] $values () static void <clinit> () }
com/google/protobuf/WireFormat$Utf8Validation$1.class
WireFormat.java package com.google.protobuf final enum com.google.protobuf.WireFormat$Utf8Validation$1 extends com.google.protobuf.WireFormat$Utf8Validation { void <init> (java.lang.String, int) java.lang.Object readString (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input }
com/google/protobuf/WireFormat$Utf8Validation$2.class
WireFormat.java package com.google.protobuf final enum com.google.protobuf.WireFormat$Utf8Validation$2 extends com.google.protobuf.WireFormat$Utf8Validation { void <init> (java.lang.String, int) java.lang.Object readString (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input }
com/google/protobuf/WireFormat$Utf8Validation$3.class
WireFormat.java package com.google.protobuf final enum com.google.protobuf.WireFormat$Utf8Validation$3 extends com.google.protobuf.WireFormat$Utf8Validation { void <init> (java.lang.String, int) java.lang.Object readString (com.google.protobuf.CodedInputStream) throws java.io.IOException com.google.protobuf.CodedInputStream input }
com/google/protobuf/WireFormat$Utf8Validation.class
WireFormat.java package com.google.protobuf abstract enum com.google.protobuf.WireFormat$Utf8Validation extends java.lang.Enum { public static final enum com.google.protobuf.WireFormat$Utf8Validation LOOSE public static final enum com.google.protobuf.WireFormat$Utf8Validation STRICT public static final enum com.google.protobuf.WireFormat$Utf8Validation LAZY private static final synthetic com.google.protobuf.WireFormat$Utf8Validation[] $VALUES public static com.google.protobuf.WireFormat$Utf8Validation[] values () public static com.google.protobuf.WireFormat$Utf8Validation valueOf (java.lang.String) String name private void <init> (java.lang.String, int) abstract java.lang.Object readString (com.google.protobuf.CodedInputStream) throws java.io.IOException private static synthetic com.google.protobuf.WireFormat$Utf8Validation[] $values () synthetic void <init> (java.lang.String, int, com.google.protobuf.WireFormat$1) String x0 int x1 com.google.protobuf.WireFormat$1 x2 static void <clinit> () }
com/google/protobuf/WireFormat.class
WireFormat.java package com.google.protobuf public final com.google.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.google.protobuf.CodedInputStream, com.google.protobuf.WireFormat$FieldType, com.google.protobuf.WireFormat$Utf8Validation) throws java.io.IOException com.google.protobuf.CodedInputStream input com.google.protobuf.WireFormat$FieldType type com.google.protobuf.WireFormat$Utf8Validation utf8Validation static void <clinit> () }
com/google/protobuf/Writer$FieldOrder.class
Writer.java package com.google.protobuf public final enum com.google.protobuf.Writer$FieldOrder extends java.lang.Enum { public static final enum com.google.protobuf.Writer$FieldOrder ASCENDING public static final enum com.google.protobuf.Writer$FieldOrder DESCENDING private static final synthetic com.google.protobuf.Writer$FieldOrder[] $VALUES public static com.google.protobuf.Writer$FieldOrder[] values () public static com.google.protobuf.Writer$FieldOrder valueOf (java.lang.String) String name private void <init> (java.lang.String, int) private static synthetic com.google.protobuf.Writer$FieldOrder[] $values () static void <clinit> () }
com/google/protobuf/Writer.class
Writer.java package com.google.protobuf abstract com.google.protobuf.Writer extends java.lang.Object { public abstract com.google.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.google.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.google.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.google.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.google.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.google.protobuf.Schema) throws java.io.IOException public abstract void writeMessageSetItem (int, java.lang.Object) throws java.io.IOException public abstract void writeMap (int, com.google.protobuf.MapEntryLite$Metadata, java.util.Map) throws java.io.IOException }