Searched refs:apps (Results 1 – 16 of 16) sorted by relevance
8 …folder option causes only that app folder to be scanned, default is to scan all folders onder apps/20 apps=$121 if [ "$apps" == "" ]23 apps=$ANDROID_BUILD_TOP/packages/apps/*26 for app in $apps
9 apps=$111 if [ "$apps" = "" ]15 elif [ "$apps" = "--all" ]17 apps=$ANDROID_BUILD_TOP/packages/apps/*22 for app in $apps
10 …folder option causes only that app folder to be scanned, default is to scan all folders onder apps/22 apps=$123 if [ "$apps" == "" ]25 apps=$ANDROID_BUILD_TOP/packages/apps/*28 for app in $apps
234 List<ApplicationInfo> apps = mPm.getInstalledApplications( in loadInBackground() local237 if (apps == null) { in loadInBackground()238 apps = new ArrayList<ApplicationInfo>(); in loadInBackground()244 List<AppEntry> entries = new ArrayList<AppEntry>(apps.size()); in loadInBackground()245 for (int i=0; i<apps.size(); i++) { in loadInBackground()246 AppEntry entry = new AppEntry(this, apps.get(i)); in loadInBackground()263 @Override public void deliverResult(List<AppEntry> apps) { in deliverResult() argument267 if (apps != null) { in deliverResult()268 onReleaseResources(apps); in deliverResult()271 List<AppEntry> oldApps = apps; in deliverResult()[all …]
232 List<ApplicationInfo> apps = mPm.getInstalledApplications( in loadInBackground() local235 if (apps == null) { in loadInBackground()236 apps = new ArrayList<ApplicationInfo>(); in loadInBackground()242 List<AppEntry> entries = new ArrayList<AppEntry>(apps.size()); in loadInBackground()243 for (int i=0; i<apps.size(); i++) { in loadInBackground()244 AppEntry entry = new AppEntry(this, apps.get(i)); in loadInBackground()261 @Override public void deliverResult(List<AppEntry> apps) { in deliverResult() argument265 if (apps != null) { in deliverResult()266 onReleaseResources(apps); in deliverResult()270 mApps = apps; in deliverResult()[all …]
8 This sample shows how to handle PermissionRequest coming from web apps inside of a
6 <p>Example code that shows how to use the device accelerometer in apps and games.</p>
8 This sample demonstrates how to set restrictions to other apps as a profile owner.
11 with some of the other UI flags related to full-screen apps.
489 final List<ResolveInfo> apps = manager.queryIntentActivities(mainIntent, 0); in loadApplications() local490 Collections.sort(apps, new ResolveInfo.DisplayNameComparator(manager)); in loadApplications()492 if (apps != null) { in loadApplications()493 final int count = apps.size(); in loadApplications()502 ResolveInfo info = apps.get(i); in loadApplications()610 public ApplicationsAdapter(Context context, ArrayList<ApplicationInfo> apps) { in ApplicationsAdapter() argument611 super(context, 0, apps); in ApplicationsAdapter()
9 enable or disable other apps and how to set restrictions to them. Intents can be
63 might exclude all apps except the Browser in your IDE configuration with64 this regular expression: "^packages/apps/(?!Browser)".78 you might add an expression like "^packages/apps/MyApp/src$" to the top
32 ^development/apps/OBJViewer$33 ^packages/apps/IM/samples/PluginDemo$
569 …ndroid.gm -p com.android.im -p com.android.launcher -p com.google.android.apps.maps -p com.android…
257 development/apps/GestureBuilder samples/${PLATFORM_NAME}/legacy/GestureBuilder421 development/apps/WidgetPreview samples/${PLATFORM_NAME}/legacy/WidgetPreview574 system/app/EmulatorSmokeTests/EmulatorSmokeTests.apk tests/emulator-test-apps/EmulatorSmokeTests.apk
8130 * the apps directory (application code) you must include an acknowledgement:11720 * the apps directory (application code) you must include an acknowledgement: