Searched refs:bytesTobeRead (Results 1 – 1 of 1) sorted by relevance
373 final int bytesTobeRead = mMmsConfig.getInt(SmsManager.MMS_CONFIG_MAX_MESSAGE_SIZE); in readPduFromContentUri() local374 mPduData = mRequestManager.readPduFromContentUri(mPduUri, bytesTobeRead, mCallingUser); in readPduFromContentUri()