/packages/apps/Settings/src/com/android/settings/vpn2/ |
VpnSettings.java | 77 * Settings screen listing VPNs. Configured VPNs and networks managed by apps 524 // Fetch VPN-enabled apps from AppOps. 526 List<AppOpsManager.PackageOps> apps = aom.getPackagesForOps(new int[] {OP_ACTIVATE_VPN}); local 527 if (apps != null) { 528 for (AppOpsManager.PackageOps pkg : apps) {
|
/compatibility/cdd/5_multimedia/ |
5_11_unprocessed-audio.md | 9 it available to third-party apps, they:
|
/compatibility/cdd/9_security-model/ |
9_4_alternate-execution-environments.md | 48 * Alternate runtimes SHOULD install apps via the `PackageManager` into
|
9_5_multi-user-support.md | 46 to manage finer-grained restrictions in the apps that are available in those
|
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/ |
MemoryUsageTest.java | 48 * apps - A list of applications to start and their corresponding result keys 50 * -e apps <app name>^<result key>|<app name>^<result key> 61 private static final String KEY_APPS = "apps"; 123 Log.e(TAG, "The apps key is incorectly formatted"); 161 Log.i(TAG, "Could not find any apps"); 286 List<RunningAppProcessInfo> apps = am.getRunningAppProcesses(); local 288 for (RunningAppProcessInfo proc : apps) {
|
/frameworks/opt/net/wifi/tests/wifitests/ |
Android.mk | 74 # from apps.
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/ |
vdec.mk | 89 # Make the apps-test (mm-vdec-omx-test)
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/ |
TelecomUtils.java | 41 import com.android.car.apps.common.CircleBitmapDrawable; 42 import com.android.car.apps.common.LetterTileDrawable;
|
/packages/apps/Car/Stream/src/com/android/car/stream/telecom/ |
TelecomUtils.java | 36 import com.android.car.apps.common.CircleBitmapDrawable; 37 import com.android.car.apps.common.LetterTileDrawable;
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
GalleryUtils.java | 57 private static final String MAPS_PACKAGE_NAME = "com.google.android.apps.maps"; 240 List<ResolveInfo> apps = pm.queryIntentActivities(cameraIntent, 0); local 242 sCameraAvailable = !apps.isEmpty();
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
AllAppsGridAdapter.java | 52 * The grid view adapter of all the apps. 70 // A divider that separates the apps list and the search market button 115 // Ensure that we only report the number apps for accessibility not including other 211 public AllAppsGridAdapter(Launcher launcher, AlphabeticalAppsList apps, View.OnClickListener 215 mApps = apps; 246 * Sets the number of apps per row. 297 // Ensure the all apps icon height matches the workspace icons in portrait mode. 490 * ie. If there are 5 apps per row, and there are two rows of apps: 496 // Predicted apps are first in the adapter [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/ |
AppManagementFragment.java | 17 package com.android.tv.settings.device.apps; 455 public void onRebuildComplete(ArrayList<ApplicationsState.AppEntry> apps) {}
|
EnableDisablePreference.java | 17 package com.android.tv.settings.device.apps; 83 // Get list of "home" apps and trace through any meta-data references
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/ |
SystraceOptionsDialogV2.java | 76 public SystraceOptionsDialogV2(Shell parentShell, List<SystraceTag> tags, List<String> apps) { 78 mCurrentApps = apps;
|
/build/soong/java/ |
app.go | 17 // This file contains the module types for compiling Android apps. 115 // apps manifests are handled by aapt, don't let Module see them
|
/compatibility/cdd/3_software/ |
3_8_user-interface-compatibility.md | 27 by apps via the [`ShortcutManager.requestPinShortcut()`]( 42 shortcuts provided by third-party apps through the [ShortcutManager]( 104 If device implementations allow third party apps to [notify users of notable events]( 134 * MAY only manage the visibility and timing of when third-party apps can notify 159 APIs that allow apps (once explicitly enabled by the user) to receive a copy of 193 to grant or deny third-party apps to access the DND policy configuration, 211 developers to reuse this interface to provide search within their own apps and 259 window type API to display alert windows as an overlay over other apps. 366 apps, when the recents function key is tapped twice. 467 attribute to `true` or implicitly by having the targetSdkVersion > 24. Apps tha [all...] |
/packages/apps/Car/Media/src/com/android/car/media/ |
MediaPlaybackFragment.java | 54 import com.android.car.apps.common.BitmapDownloader; 55 import com.android.car.apps.common.BitmapWorkerOptions; 56 import com.android.car.apps.common.ColorChecker; 57 import com.android.car.apps.common.util.Assert; 290 // When switch apps, onStop() will be called. Mark it and don't show fade in/out title and 442 // the fade in animation when come back from switching apps. 454 // from switching apps. [all...] |
/packages/apps/Car/Stream/src/com/android/car/stream/media/ |
MediaStateManager.java | 30 import com.android.car.apps.common.util.Assert;
|
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/ |
CachedInputStream.java | 16 package com.android.car.apps.common;
|
LetterTileDrawable.java | 16 package com.android.car.apps.common;
|
UriUtils.java | 16 package com.android.car.apps.common;
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/ |
LocationFragment.java | 39 import com.android.tv.settings.device.apps.AppManagementFragment; 134 // If there's no item to display, add a "No recent apps" item.
|
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar | |
/packages/apps/Launcher2/src/com/android/launcher2/ |
LauncherModel.java | 78 private int mBatchSize; // 0 is all apps at once 165 public void bindAllApplications(ArrayList<ApplicationInfo> apps); 166 public void bindAppsAdded(ArrayList<ApplicationInfo> apps); 167 public void bindAppsUpdated(ArrayList<ApplicationInfo> apps); 272 // From all apps 1911 List<LauncherActivityInfo> apps = null; local [all...] |
/external/ltp/testcases/realtime/ |
00_Descriptions.txt | 83 - Measures the preemption delays that may be encountered by realtime apps.
|