Home
last modified time | relevance | path

Searched refs:populateIntentWithCommonFields (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
DMbmsDownloadReceiverTest.java156 populateIntentWithCommonFields(cleanupIntent); in testBadTempFileDirectory()
167 populateIntentWithCommonFields(intentForReceiverTest); in testDownloadFailureIntent()
190 populateIntentWithCommonFields(intentForReceiverTest); in testBadDownloadToken()
207 populateIntentWithCommonFields(fdRequestIntent); in testRequestNoFileDescriptors()
216 populateIntentWithCommonFields(fdRequestIntent); in testRequestNewFileDescriptors()
233 populateIntentWithCommonFields(fdRequestIntent); in testRequestRefreshedFileDescriptors()
240 populateIntentWithCommonFields(fdRefreshIntent); in testRequestRefreshedFileDescriptors()
299 private void populateIntentWithCommonFields(Intent intent) { in populateIntentWithCommonFields() method in MbmsDownloadReceiverTest