/hardware/qcom/media/mm-core/omxcore/ |
Android.mk | 65 # LIBRARY for Android apps 81 # LIBRARY for command line test apps
|
/hardware/qcom/media/mm-video/vidc/venc/ |
Android.mk | 70 # # Make the apps-test (mm-venc-omx-test720p) 92 # Make the apps-test (mm-video-driver-test)
|
/cts/tests/tests/permission/src/android/permission/cts/ |
FileSystemPermissionTest.java | 83 List<ApplicationInfo> apps = getContext() local 87 for (ApplicationInfo app : apps) {
|
/device/htc/passion/ |
full_passion.mk | 19 # product configuration (apps).
|
/device/sample/products/ |
sample_addon.mk | 1 # List of apps and optional libraries (Java and native) to put in the add-on system image.
|
/device/samsung/crespo/ |
full_crespo.mk | 19 # product configuration (apps).
|
/device/samsung/crespo4g/ |
full_crespo4g.mk | 19 # product configuration (apps).
|
/frameworks/base/tools/localize/ |
localize_test.cpp | 138 for (vector<string>::const_iterator app=setting.apps.begin(); 139 app!=setting.apps.end(); app++) { 140 printf(" apps[%02d]='%s'\n", i, app->c_str());
|
/frameworks/ex/common/ |
Android.mk | 32 # we can't build the test for apps only build, because android.test.runner is not unbundled yet.
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
AllApps2D.java | 63 // preserve compatibility with 3D all apps: 87 public AppsAdapter(Context context, ArrayList<ApplicationInfo> apps) { 88 super(context, 0, apps); 264 // Log.d(TAG, "addApps: " + list.size() + " apps: " + list.toString());
|
LauncherModel.java | 68 private int mBatchSize; // 0 is all apps at once 106 public void bindAllApplications(ArrayList<ApplicationInfo> apps); 107 public void bindAppsAdded(ArrayList<ApplicationInfo> apps); 108 public void bindAppsUpdated(ArrayList<ApplicationInfo> apps); 109 public void bindAppsRemoved(ArrayList<ApplicationInfo> apps, boolean permanent); 137 // From all apps 349 // First, schedule to add these apps back in. 410 * - all apps icons 451 // This way we don't start loading all apps until the workspace has settled 485 // All Apps interface in the foreground, load All Apps first. Otherwise, load th 1072 List<ResolveInfo> apps = null; local [all...] |
Workspace.java | 637 return false; // We don't want the events. Let them fall through to the all apps view. 838 return false; // We don't want the events. Let them fall through to the all apps view. [all...] |
/packages/apps/Tag/canon/src/com/android/apps/tagcanon/ |
TagCanon.java | 17 package com.android.apps.tagcanon; 19 import com.android.apps.tag.MockNdefMessages;
|
/packages/apps/Tag/src/com/android/apps/tag/ |
TagService.java | 17 package com.android.apps.tag; 19 import com.android.apps.tag.provider.TagContract.NdefMessages;
|
TagBrowserActivity.java | 17 package com.android.apps.tag;
|
/build/ |
envsetup.sh | 169 local apps=$TARGET_BUILD_APPS 170 if [ -z "$apps" ]; then 173 export PROMPT_COMMAND="echo -ne \"\033]0;[$apps $variant] ${USER}@${HOSTNAME}: ${PWD}\007\"" 548 # Configures the build to build unbundled apps. 553 local apps=$(echo -n $(echo $* | xargs -n 1 echo | grep -E -v '^(user|userdebug|eng)$')) 562 if [ -z "$apps" ]; then 563 apps=all 570 export TARGET_BUILD_APPS=$apps
|
/packages/apps/Tag/src/com/android/apps/tag/provider/ |
TagProvider.java | 17 package com.android.apps.tag.provider; 19 import com.android.apps.tag.R; 20 import com.android.apps.tag.provider.TagContract.NdefMessages;
|
SQLiteContentProvider.java | 17 package com.android.apps.tag.provider;
|
/external/openssl/android.testssl/ |
testssl | 4 key=../apps/server.pem 9 cert=../apps/server.pem
|
/development/ide/xcode/ports/ |
skia_mac.cp | 32 const char systemParent[] = "apps/";
|
/external/openssl/crypto/threads/ |
netware.bat | 10 rem "mttest.nlm -thread 20 -loops 10 -CAfile \openssl\apps\server.pem >mttest.out 2>mttest.err"
|
/external/skia/xcode/ports/ |
skia_mac.cp | 33 const char systemParent[] = "apps/";
|
/frameworks/base/services/java/com/android/server/am/ |
BatteryStatsService.java | 434 List<ApplicationInfo> apps = mContext.getPackageManager().getInstalledApplications(0); local 436 mStats.dumpCheckinLocked(pw, args, apps);
|
/packages/apps/Tag/src/com/android/apps/tag/record/ |
UriRecord.java | 17 package com.android.apps.tag.record; 19 import com.android.apps.tag.R;
|
/packages/apps/Settings/src/com/android/settings/applications/ |
ApplicationsState.java | 47 public void onRebuildComplete(ArrayList<AppEntry> apps); 458 List<ApplicationInfo> apps; local 460 apps = new ArrayList<ApplicationInfo>(mApplications); 465 for (int i=0; i<apps.size(); i++) { 466 ApplicationInfo info = apps.get(i);
|