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