Home
last modified time | relevance | path

Searched defs:result2 (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/mail/internet/
DMimeUtilityTest.java142 String result2 = MimeUtility.decode(SHORT_PLAIN); in testEfficientUnfoldAndDecode() local
196 String result2 = MimeUtility.foldAndEncode2(SHORT_PLAIN, 10); in testEfficientFoldAndEncode() local
209 String result2 = MimeUtility.foldAndEncode2(PADDED1_UNICODE, 0); in testPaddingOfFoldAndEncode2() local
246 String result2 = MimeUtility.foldAndEncode2(LONG_SUPPLEMENTAL, "Subject: ".length()); in testFoldAndEncode2Supplemental() local
/packages/apps/SoundRecorder/src/com/android/soundrecorder/
DSoundRecorder.java140 long result2 = (mMaxBytes - fileSize)/mBytesPerSecond; in timeRemaining() local