Lines Matching full:android
3 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
4 package="com.android.tests.applaunch"
5 android:sharedUserId="android.uid.system" >
6 <instrumentation android:label="Measure app start up time"
7 android:name="android.test.InstrumentationTestRunner"
8 android:targetPackage="com.android.tests.applaunch" />
10 <application android:label="App Launch Test">
11 <uses-library android:name="android.test.runner" />