HomeSort by relevance Sort by last modified time
    Searched refs:apps (Results 226 - 250 of 471) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/support/wear/
Android.mk 17 # Here is the final static library that apps can link against.
  /packages/apps/Car/Dialer/src/com/android/car/dialer/
CallLogListingTask.java 30 import com.android.car.apps.common.CircleBitmapDrawable;
31 import com.android.car.apps.common.LetterTileDrawable;
  /packages/apps/Car/LatinIME/
Android.mk 44 include packages/apps/Car/libs/car-stream-ui-lib/car-stream-ui-lib.mk
  /packages/apps/Launcher3/src/com/android/launcher3/
AllAppsList.java 40 * Stores the list of all applications for the all apps view.
47 /** The list off all apps. */
49 /** The list of apps that have been added since the last notify() call. */
51 /** The list of apps that have been removed since the last notify() call. */
53 /** The list of apps that have been modified since the last notify() call. */
136 * Remove the apps for the given apk identified by packageName.
150 * Updates the disabled flags of apps matching {@param matcher} based on {@param op}.
222 * Returns whether <em>apps</em> contains <em>component</em>.
224 private static boolean findActivity(List<LauncherActivityInfo> apps,
226 for (LauncherActivityInfo info : apps) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/util/
ManagedProfileHeuristic.java 58 List<LauncherActivityInfo> apps, UserHandle user) {
77 for (LauncherActivityInfo app : apps) {
  /packages/apps/Settings/src/com/android/settings/nfc/
NfcPaymentPreference.java 83 PaymentAppInfo[] apps = appInfos.toArray(new PaymentAppInfo[appInfos.size()]); local
84 mAdapter.updateApps(apps, defaultApp);
  /packages/apps/Settings/src/com/android/settings/search/
InstalledAppResultLoader.java 48 * Search loader for installed apps.
82 final List<ApplicationInfo> apps = local
88 for (ApplicationInfo info : apps) {
236 * A temporary ranking scheme for installed apps.
  /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/record/
UriRecord.java 17 package com.android.apps.tag.record;
19 import com.android.apps.tag.R;
VCardRecord.java 17 package com.android.apps.tag.record;
19 import com.android.apps.tag.R;
  /packages/apps/TimeZoneData/oem_template/data_app/
build_oem_data_app.mk 16 # test, OEM-specific Time Zone Data apps.
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/
Android.mk 50 include packages/apps/Car/libs/car-stream-ui-lib/car-stream-ui-lib.mk
  /packages/services/Telephony/
Android.mk 7 phone_common_dir := ../../apps/PhoneCommon
  /tools/loganalysis/src/com/android/loganalysis/parser/
SmartMonkeyLogParser.java 128 String apps = m.group(2); local
131 String[] appsArray = apps.split("\\|");
  /build/soong/ui/build/
config.go 205 // Tapas configures the environment to build one or more unbundled apps,
207 func (c *configImpl) Tapas(ctx Context, apps []string, arch, variant string) {
208 if len(apps) == 0 {
209 apps = []string{"all"}
242 c.environ.Set("TARGET_BUILD_APPS", strings.Join(apps, " "))
  /packages/apps/Launcher3/src/com/android/launcher3/model/
LoaderTask.java 83 * - all apps icons
84 * - deep shortcuts within apps
122 // This way we don't start loading all apps until the workspace has settled
163 if (DEBUG_LOADERS) Log.d(TAG, "step 2.1: loading all apps");
166 if (DEBUG_LOADERS) Log.d(TAG, "step 2.2: Binding all apps");
372 // We allow auto install apps to have their intent
804 final List<LauncherActivityInfo> apps = mLauncherApps.getActivityList(null, user); local
823 ManagedProfileHeuristic.onAllAppsLoaded(mApp.getContext(), apps, user); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/
NetworkScorerAppManager.java 65 * Returns the list of available scorer apps. The list will be empty if there are
190 List<NetworkScorerAppData> apps = getAllValidScorers(); local
191 for (int i = 0; i < apps.size(); i++) {
192 NetworkScorerAppData app = apps.get(i);
DeviceIdleController.java 250 * App IDs of built-in system apps that have been white-listed except for idle modes.
256 * App IDs of built-in system apps that have been white-listed.
308 * Current app IDs of temporarily whitelist apps for high-priority messages.
1548 String[] apps = new String[size]; local
1559 String[] apps = new String[size]; local
1570 String[] apps = new String[size]; local
1581 String[] apps = new String[size]; local
1598 String[] apps = new String[size]; local
    [all...]
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
Utils.java 86 * Returns the system apps currently available to a given user.
88 * <p>Calls the {@link IPackageManager} to retrieve all system apps available to a user and
92 * @param userId the id of the user to check the apps for
95 Set<String> apps = new HashSet<>(); local
105 apps.add(aInfo.packageName);
108 return apps;
  /system/extras/ANRdaemon/
ANRdaemon.cpp 93 static const char *apps = ""; variable
427 dfs_set_property(tag, apps, true);
545 apps = optarg;
  /compatibility/cdd/2_device-types/
2_2_handheld-reqs.md 45 provides quick access to the additional shortcuts provided by third-party apps through the
62 * [H-0-1] MUST allow third-party apps to notify users
  /compatibility/cdd/9_security-model/
9_9_full-disk-encryption.md 45 allow Direct Boot aware apps to access to the Device Encrypted (DE) storage
69 * SHOULD make preloaded essential apps (e.g. Alarm, Phone, Messenger)
  /packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
AccountImageChangeObserver.java 16 package com.android.car.apps.common;
BitmapWorkerOptions.java 16 package com.android.car.apps.common;
FabDrawable.java 16 package com.android.car.apps.common;

Completed in 1731 milliseconds

1 2 3 4 5 6 7 8 91011>>