/sdk/testapps/javaProjectTest/app/src/com/android/tests/javaprojecttest/app/ |
D | Main.java | 23 TextView tv = (TextView) findViewById(R.id.app); in onCreate() local 24 tv.setText("App: " + App.getContent()); in onCreate() 26 tv = (TextView) findViewById(R.id.lib1); in onCreate() 27 tv.setText("Lib1: " + Lib1.getContent()); in onCreate() 29 tv = (TextView) findViewById(R.id.lib2); in onCreate() 30 tv.setText("Lib2: " + Lib2.getContent()); in onCreate() 32 tv = (TextView) findViewById(R.id.javaProject1); in onCreate() 33 tv.setText("JavaProject: " + JavaProject.getContent()); in onCreate() 35 tv = (TextView) findViewById(R.id.javaProject2); in onCreate() 36 tv.setText("JavaProject2: " + JavaProject2.getContent()); in onCreate() [all …]
|
/sdk/testapps/libsAndJarTest/app/src/com/android/tests/javaprojecttest/app/ |
D | Main.java | 19 TextView tv = (TextView) findViewById(R.id.app); in onCreate() local 20 tv.setText("App: " + App.getContent()); in onCreate() 22 tv = (TextView) findViewById(R.id.lib1); in onCreate() 23 tv.setText("Lib1: " + Lib1.getContent()); in onCreate() 25 tv = (TextView) findViewById(R.id.lib2); in onCreate() 26 tv.setText("Lib2: " + Lib2.getContent()); in onCreate() 28 tv = (TextView) findViewById(R.id.basicJar); in onCreate() 29 tv.setText("BasicJar: " + BasicJar.getContent()); in onCreate() 31 tv = (TextView) findViewById(R.id.basicJar2); in onCreate() 32 tv.setText("BasicJar2: " + BasicJar2.getContent()); in onCreate()
|
/sdk/testapps/buildConfigTest/app/src/com/android/tests/buildconfigtest/ |
D | Main.java | 19 TextView tv = (TextView) findViewById(R.id.app); in onCreate() local 20 tv.setText("App: DEBUG"); in onCreate() 23 TextView tv = (TextView) findViewById(R.id.lib1); in onCreate() local 24 tv.setText("Lib: " + Lib1.getContent()); in onCreate()
|
/sdk/testapps/libsTest/app/src/com/android/tests/libstest/app/ |
D | App.java | 14 TextView tv = (TextView) a.findViewById(R.id.app_text2); in handleTextView() local 15 if (tv != null) { in handleTextView() 16 tv.setText(getContent()); in handleTextView()
|
/sdk/testapps/libsTest/lib1/src/com/android/tests/libstest/lib1/ |
D | Lib1.java | 14 TextView tv = (TextView) a.findViewById(R.id.lib1_text2); in handleTextView() local 15 if (tv != null) { in handleTextView() 16 tv.setText(Lib1.getContent()); in handleTextView()
|
/sdk/testapps/libsTest/lib2/src/com/android/tests/libstest/lib2/ |
D | Lib2.java | 14 TextView tv = (TextView) a.findViewById(R.id.lib2_text2); in handleTextView() local 15 if (tv != null) { in handleTextView() 16 tv.setText(getContent()); in handleTextView()
|
/sdk/testapps/userLibTest/src/com/android/tests/userlibtest/ |
D | Main.java | 16 TextView tv = (TextView) findViewById(R.id.basicJar); in onCreate() local 17 tv.setText("BasicJar: " + BasicJar.getContent()); in onCreate()
|
/sdk/testapps/legacyTest/src/com/android/tests/javaprojecttest/app/ |
D | Main.java | 16 TextView tv = (TextView) findViewById(R.id.basicJar); in onCreate() local 17 tv.setText("basicJar: " + BasicJar.getContent()); in onCreate()
|
/sdk/testapps/libsAndJarTest/lib2/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/testapps/jarCheckTests3/lib1/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/testapps/jarCheckTests2/lib1/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/testapps/javaProjectTest/lib1/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/testapps/jarCheckTests2/lib2/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/testapps/jarCheckTests1/lib1/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/testapps/libsAndJarTest/lib1/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/testapps/jarCheckTests1/app/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/testapps/javaProjectTest/lib2/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/testapps/jarCheckTests1/lib2/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/testapps/jarCheckTests3/lib2/libs/ |
D | android-support-v13.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/sdk/apps/NotificationStudio/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |