We have Some plans in Android CTS.In each plan we have some Entry Uri's How these are generated.i.e in which file the code is written to generate that Entry uri's in each plan.
Supose In Cts we have Android plan .we open that Android.xml plan we see like below::: Android.xml: <?xml version="1.0" encoding="UTF-8"?> <TestPlan version="1.0"> <Entry uri="android.apidemos.cts"/> <Entry uri="android.CalendarTests"/> <Entry uri="android.accessibilityservice"/> <Entry uri="android.accounts"/> <Entry uri="android.app"/> <Entry uri="android.bluetooth"/> <Entry uri="android.content"/> <Entry uri="android.database"/> <Entry uri="android.dpi"/> <Entry uri="android.dpi2"/> <Entry uri="android.example"/> <Entry uri="android.gesture"/> <Entry uri="android.graphics"/> <Entry uri="android.hardware"/> <Entry uri="android.jni"/> <Entry uri="android.location"/> <Entry uri="android.media"/> <Entry uri="android.net"/> <Entry uri="android.os"/> <Entry uri="android.permission2"/> <Entry uri="android.permission"/> <Entry uri="android.preference"/> <Entry uri="android.provider"/> <Entry uri="android.sax"/> <Entry uri="android.speech"/> <Entry uri="android.telephony"/> <Entry uri="android.text"/> <Entry uri="android.util"/> <Entry uri="android.view"/> <Entry uri="android.webkit"/> <Entry uri="android.widget"/> <Entry uri="android.SimpleCalculator1"/> <Entry uri="android.tests.appsecurity"/> </TestPlan> How these are generated while we make the CTS i.e make cts -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

