/packages/apps/Settings/src/com/android/settings/applications/ |
PremiumSmsAccess.java | 122 private void updatePrefs(ArrayList<AppEntry> apps) { 123 if (apps == null) return; 130 for (int i = 0; i < apps.size(); i++) { 132 new PremiumSmsPreference(apps.get(i), getPrefContext()); 136 if (apps.size() != 0) { 158 public void onRebuildComplete(ArrayList<AppEntry> apps) { 159 updatePrefs(apps);
|
ManageDomainUrls.java | 105 public void onRebuildComplete(ArrayList<AppEntry> apps) { 123 // toggle to enable / disable Web Actions [aka Instant Apps] 132 // Determine whether we should show the instant apps account chooser setting 158 rebuildAppList(mDomainAppList, apps); 174 final ArrayList<AppEntry> apps = mSession.rebuild( local 176 if (apps != null) { 177 onRebuildComplete(apps); 181 private void rebuildAppList(PreferenceGroup group, ArrayList<AppEntry> apps) { 183 final int N = apps.size(); 185 AppEntry entry = apps.get(i) [all...] |
ResetAppsHelper.java | 114 List<ApplicationInfo> apps = mPm.getInstalledApplications( 116 for (int i = 0; i < apps.size(); i++) { 117 ApplicationInfo app = apps.get(i);
|
/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp25/ |
Android.mk | 30 LOCAL_RESOURCE_DIR := cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/res
|
/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp26/ |
Android.mk | 31 LOCAL_RESOURCE_DIR := cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/res
|
/cts/hostsidetests/appsecurity/test-apps/UsePermissionAppLatest/ |
Android.mk | 31 LOCAL_RESOURCE_DIR := cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/res
|
/external/walt/docs/ |
PrivacyPolicy.md | 3 This file is required in order to comply with Google Play requirements for apps using sensitive permissions: 12 WALT app needs the Internet permission on ChromeOS devices where USB is not available to Android apps
|
/packages/apps/Car/Hvac/ |
Android.mk | 45 include packages/apps/Car/libs/car-stream-ui-lib/car-stream-ui-lib.mk
|
/packages/apps/Car/Overview/src/com/android/car/overview/ |
OverviewFabButton.java | 23 import com.android.car.apps.common.FabDrawable;
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/ |
AppInfo.java | 17 package com.android.tv.settings.device.apps;
|
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/ |
SmokeTestRunner.java | 48 final List<ResolveInfo> apps = ProcessErrorsTest.getLauncherActivities(pm); local 68 for (final ResolveInfo app : apps) {
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
CacheDataUpdatedTask.java | 53 public void execute(LauncherAppState app, BgDataModel dataModel, AllAppsList apps) { 72 apps.updateIconsAndLabels(mPackages, mUser, updatedApps);
|
/packages/apps/Tag/src/com/android/apps/tag/record/ |
ImageRecord.java | 17 package com.android.apps.tag.record; 19 import com.android.apps.tag.R;
|
MimeRecord.java | 17 package com.android.apps.tag.record; 19 import com.android.apps.tag.R;
|
/prebuilts/go/darwin-x86/src/runtime/ |
os_android.go | 11 // Used by the app package to start all-Go Android apps that are
|
/prebuilts/go/linux-x86/src/runtime/ |
os_android.go | 11 // Used by the app package to start all-Go Android apps that are
|
/build/make/core/ |
executable_prefer_symlink.mk | 16 # We support both 32 and 64 bit apps, so we will have to 25 # We support only 64 bit apps. 28 # We support only 32 bit apps.
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/ |
EnterpriseSetDefaultAppsListPreferenceControllerTest.java | 70 private static final String PHONE_TITLE = "Phone apps"; 132 ArgumentCaptor<Preference> apps = ArgumentCaptor.forClass(Preference.class); local 133 verify(mScreen, times(2)).addPreference(apps.capture()); 135 assertThat(apps.getAllValues().get(0).getTitle()).isEqualTo(BROWSER_TITLE); 136 assertThat(apps.getAllValues().get(0).getSummary()).isEqualTo(APP_1); 138 assertThat(apps.getAllValues().get(1).getTitle()).isEqualTo(PHONE_TITLE); 139 assertThat(apps.getAllValues().get(1).getSummary()).isEqualTo(APP_1 + ", " + APP_2);
|
ApplicationListFragmentTest.java | 122 final List<UserAppInfo> apps = new ArrayList<>(); local 124 apps.add(new UserAppInfo(user, buildInfo(USER_APP_UID, APP, 0, 0))); 125 callback.onListOfAppsResult(apps);
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
AlphabeticalAppsList.java | 166 // The set of apps from the system not including predictions 170 // The set of filtered apps with the current filter 178 // The set of predicted apps resolved from the component names and the current set of apps 199 * Sets the number of apps per row. 216 * Returns all the apps. 223 * Returns the predicted apps. 304 // Apps have not been bound yet. 318 // Stop at the number of predicted apps 327 * Sets the current set of predicted apps [all...] |
/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/ |
BaseActivityListFragment.java | 54 Log.d(Global.TAG, "Loading apps and shortcuts..."); 56 final List<LauncherActivityInfo> apps = new ArrayList<>(); local 61 apps.addAll(getActivities(user)); 64 Collections.sort(apps, sLauncherIconComparator); 69 Log.d(Global.TAG, "Apps and shortcuts loaded. (count=" + apps.size() + ")"); 71 mAdapter.setList(apps);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
AllAppsList.java | 29 * Stores the list of all applications for the all apps view. 34 /** The list off all apps. */ 37 /** The list of apps that have been added since the last notify() call. */ 40 /** The list of apps that have been removed since the last notify() call. */ 42 /** The list of apps that have been modified since the last notify() call. */ 99 * Remove the apps for the given apk identified by packageName. 173 * Returns whether <em>apps</em> contains <em>component</em> for a specific 176 private static boolean findActivity(List<LauncherActivityInfo> apps, ComponentName component, 178 for (LauncherActivityInfo info : apps) { 188 * Returns whether <em>apps</em> contains <em>component</em> for a specifi [all...] |
/frameworks/base/services/core/java/com/android/server/storage/ |
AppCollector.java | 59 * @param volume Volume to check for apps. 122 final List<ApplicationInfo> apps = mPm.getInstalledApplicationsAsUser( local 125 for (int appCount = 0, size = apps.size(); appCount < size; appCount++) { 126 ApplicationInfo app = apps.get(appCount);
|
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/ |
AppDeletionPreferenceGroup.java | 33 * apps to be cleared in the Deletion Helper. 53 public void onAppRebuild(List<AppsAsyncLoader.PackageInfo> apps) { 54 int appCount = apps.size(); 58 AppsAsyncLoader.PackageInfo app = apps.get(i); 106 // If we have no AppDeletionType, we have no apps to toggle. 141 * Initializes the PreferenceGroup with a source of apps to list.
|
/packages/apps/Settings/src/com/android/settings/datausage/ |
UnrestrictedDataAccess.java | 142 ArrayList<AppEntry> apps = mSession.rebuild(mFilter, ApplicationsState.ALPHA_COMPARATOR); local 143 if (apps != null) { 144 onRebuildComplete(apps); 159 public void onRebuildComplete(ArrayList<AppEntry> apps) { 162 final int N = apps.size(); 164 AppEntry entry = apps.get(i);
|