Searched
full:application (Results
1301 -
1325 of
12067) sorted by null
<<51525354555657585960>>
/libcore/luni/src/main/java/javax/xml/transform/ |
ErrorListener.java | 29 * <p>If an application does <em>not</em> register its own custom 39 * application to decide whether to throw an <code>Exception</code> for 58 * application to process the document through to the end.</p> 63 * @throws javax.xml.transform.TransformerException if the application 76 * application to process the document through to the end if no other errors 82 * @throws javax.xml.transform.TransformerException if the application 95 * application to process the document through to the end if no other errors 102 * @throws javax.xml.transform.TransformerException if the application
|
/ndk/ |
README.TXT | 4 Welcome, this NDK is designed to allow Android application developers 5 to include native code in their Android application packages, compiled
|
/ndk/build/awk/ |
extract-platform.awk | 15 # A nawk/gawk script used to extract the application's platform name from 16 # its project.properties file. It is called from build/core/add-application.mk
|
/ndk/tests/awk/extract-launchable/ |
multiple-launchables.in | 7 <application android:label="@string/app_name" 30 </application>
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
AdapterApp.java | 23 import android.app.Application; 26 public class AdapterApp extends Application {
|
/packages/apps/Browser/src/com/android/browser/ |
Browser.java | 19 import android.app.Application; 23 public class Browser extends Application {
|
/packages/apps/Calculator/tests/ |
AndroidManifest.xml | 20 <application> 22 </application>
|
/packages/apps/Calendar/src/com/android/calendar/ |
CalendarApplication.java | 19 import android.app.Application; 21 public class CalendarApplication extends Application {
|
/packages/apps/DeskClock/tests/ |
AndroidManifest.xml | 21 <application> 31 </application>
|
/packages/apps/Email/src/com/android/email/ |
EmailApplication.java | 19 import android.app.Application; 27 public class EmailApplication extends Application {
|
/packages/apps/Exchange/src/com/android/exchange/ |
Exchange.java | 19 import android.app.Application; 25 public class Exchange extends Application {
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
CameraShortcutImage.java | 26 public CameraShortcutImage(Path path, GalleryApp application) { 27 super(path, application, R.drawable.placeholder_camera);
|
ComboSource.java | 27 public ComboSource(GalleryApp application) { 29 mApplication = application;
|
EmptyAlbumImage.java | 26 public EmptyAlbumImage(Path path, GalleryApp application) { 27 super(path, application, R.drawable.placeholder_empty);
|
UnlockImage.java | 26 public UnlockImage(Path path, GalleryApp application) { 27 super(path, application, R.drawable.placeholder_locked);
|
/packages/apps/KeyChain/ |
AndroidManifest.xml | 6 <application android:label="@string/app_name" 27 </application>
|
/packages/apps/KeyChain/support/ |
AndroidManifest.xml | 20 <application android:process="system"> 26 </application>
|
/packages/apps/Launcher2/tests/stress/ |
AndroidManifest.xml | 20 <application> 22 </application>
|
/packages/apps/Launcher3/tests/stress/ |
AndroidManifest.xml | 20 <application> 22 </application>
|
/packages/apps/Music/tests/ |
AndroidManifest.xml | 20 <application> 22 </application>
|
/packages/apps/OneTimeInitializer/ |
AndroidManifest.xml | 28 <application android:label="One Time Init"> 40 </application>
|
/packages/apps/Protips/ |
AndroidManifest.xml | 8 <application android:label="@string/widget_name" 22 </application>
|
/packages/apps/Provision/ |
AndroidManifest.xml | 26 <application> 35 </application>
|
/packages/apps/QuickSearchBox/tests/slow/ |
AndroidManifest.xml | 20 <application android:label="@string/app_label"> 38 </application>
|
/packages/apps/QuickSearchBox/tests/spammy/ |
AndroidManifest.xml | 20 <application android:label="@string/app_label"> 38 </application>
|
Completed in 840 milliseconds
<<51525354555657585960>>