/frameworks/base/telephony/java/com/android/internal/telephony/ |
CarrierAppUtils.java | 50 * Handle preinstalled carrier apps which should be disabled until a matching SIM is inserted. 70 * privileged apps may have changed. 90 * ContentResolver, int)}, but assumes that no carrier apps have carrier privileges. 162 // Also enable any associated apps for this carrier app. 182 // Always re-grant default permissions to carrier apps w/ privileges. 200 // Also disable any associated apps for this carrier app if this is the first 226 // Mark the execution so we do not disable apps again. 234 // apps. 245 * Returns the list of "default" carrier apps. 247 * This is the subset of apps returned b 303 List<ApplicationInfo> apps = new ArrayList<>(systemCarrierAppsDisabledUntilUsed.length); local [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
AllAppsRecyclerView.java | 37 * A RecyclerView with custom fast scroll support for the all apps view. 81 * Sets the list of apps in this view, used to determine the fastscroll position. 83 public void setApps(AlphabeticalAppsList apps) { 84 mApps = apps; 85 mFastScrollHelper = new AllAppsFastScrollHelper(this, apps); 93 * Sets the number of apps per row in this recycler view. 338 * Returns the current scroll state of the apps rows.
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/model/ |
PermissionApps.java | 98 // We default to not showing system apps, so hide them from count. 115 // We default to not showing system apps, so hide them from count. 154 List<PackageInfo> apps = mCache != null ? mCache.getPackages(user.getIdentifier()) local 158 final int N = apps.size(); 160 PackageInfo app = apps.get(i);
|
/packages/apps/Settings/src/com/android/settings/applications/ |
AppStateAppOpsBridge.java | 131 List<AppEntry> apps = mAppSession.getAllApps(); local 132 final int N = apps.size(); 134 AppEntry app = apps.get(i); 313 // permission (this means pre-M gets approval during install time; M apps gets approval
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
RootsFragment.java | 310 * @param handlerAppIntent When not null, apps capable of handling the original 346 // Include apps that can handle this intent too. 353 * Adds apps capable of handling the original intent will be included 361 final List<AppItem> apps = new ArrayList<>(); local 366 apps.add(new AppItem(info)); 370 if (apps.size() > 0) { 372 addAll(apps);
|
/hardware/qcom/media/msm8974/mm-core/omxcore/ |
Android.mk | 63 # LIBRARY for Android apps 79 # LIBRARY for command line test apps
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/ |
venc.mk | 79 # # Make the apps-test (mm-venc-omx-test720p) 104 # Make the apps-test (mm-video-driver-test)
|
/hardware/qcom/media/msm8996/mm-core/ |
Android.mk | 89 # LIBRARY for Android apps 111 # LIBRARY for command line test apps
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
LauncherCallbacks.java | 60 public void bindAllApplications(ArrayList<AppInfo> apps);
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/ |
ClearDefaultsPreference.java | 17 package com.android.tv.settings.device.apps;
|
ForceStopPreference.java | 17 package com.android.tv.settings.device.apps;
|
UninstallPreference.java | 17 package com.android.tv.settings.device.apps;
|
/platform_testing/tests/androidbvt/apps/src/com/android/androidbvt/apps/ |
MediaCaptureTests.java | 17 package com.android.androidbvt.apps;
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-SearchView/src/main/src/com/example/android/actionbarcompat/searchview/ |
AppListFragment.java | 84 // Fail-fast if the installed apps has not been loaded yet 89 // Clear current filtered apps and hide ListView 93 // If the query is empty, show all install apps 99 // Iterate through the installed apps to see if their label matches the query 101 // If the app label matches the query, add it to the filtered apps list 191 List<ApplicationInfo> apps = mPackageManager.getInstalledApplications(0); local 197 for (ApplicationInfo info : apps) { 208 // Add the results to the install apps list
|
/device/google/dragon/ |
aosp_dragon.mk | 19 # product configuration (apps). Except for a few implementation
|
/device/htc/flounder/ |
aosp_flounder.mk | 19 # product configuration (apps). Except for a few implementation
|
aosp_flounder_64_only.mk | 19 # product configuration (apps). Except for a few implementation
|
/device/sample/products/ |
sample_addon.mk | 1 # List of apps and optional libraries (Java and native) to put in the add-on system image.
|
/frameworks/base/cmds/app_process/ |
Android.mk | 4 # bad apps. This prevents a library from having a mismatch when resolving
|
/frameworks/ex/common/ |
Android.mk | 29 # we can't build the test for apps only build, because android.test.runner is not unbundled yet.
|
/frameworks/support/documents-archive/ |
Android.mk | 17 # Here is the final static library that apps can link against.
|
/frameworks/support/v14/preference/ |
Android.mk | 17 # Here is the final static library that apps can link against.
|
/frameworks/support/v7/appcompat/ |
Android.mk | 17 # Here is the final static library that apps can link against.
|
/frameworks/support/v7/gridlayout/ |
Android.mk | 17 # Here is the final static library that apps can link against.
|
/frameworks/support/v7/palette/ |
Android.mk | 17 # Here is the final static library that apps can link against.
|