Searched refs:extrasSize (Results 1 – 3 of 3) sorted by relevance
141 val extrasSize = computeBundleSize(extras) regex146 extras = extrasSize,
103 final int extrasSize = source.readInt(); in ContentProviderOperation() local104 if (extrasSize != -1) { in ContentProviderOperation()105 mExtras = new ArrayMap<>(extrasSize); in ContentProviderOperation()
1042 int extrasSize = 0; in logIfTransactionTooLarge() local1046 extrasSize = extras.getSize(); in logIfTransactionTooLarge()1050 if (extrasSize + icicleSize > 200000) { in logIfTransactionTooLarge()1051 Slog.e(TAG, "Transaction too large, intent: " + intent + ", extras size: " + extrasSize in logIfTransactionTooLarge()