HomeSort by relevance Sort by last modified time
    Searched refs:packages (Results 126 - 150 of 1328) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/support/customtabs/src/android/support/customtabs/
CustomTabsClient.java 79 public static String getPackageName(Context context, @Nullable List<String> packages) {
80 return getPackageName(context, packages, false);
88 * non empty list of package names in <code>packages</code>.
90 * @param context {@link Context} to use for querying the packages.
91 * @param packages Ordered list of packages to test for Custom Tabs support, in
97 Context context, @Nullable List<String> packages, boolean ignoreDefault) {
100 List<String> packageNames = packages == null ? new ArrayList<String>() : packages;
109 if (packages != null) packageNames.addAll(packages)
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
PictureInPictureSettingsTest.java 126 PackageInfo... packages) {
127 for (int i = 0; i < packages.length; i++) {
130 if (apps.get(j).first == packages[i].applicationInfo) {
143 PackageInfo... packages) {
144 if (apps.size() != packages.length) {
148 for (int i = 0; i < packages.length; i++) {
149 if (packages[i].applicationInfo != apps.get(i).first) {
  /prebuilts/go/darwin-x86/test/bench/garbage/
parser.go 5 // Garbage collection benchmark: parse Go packages repeatedly.
54 // Some directories contain main packages: Only accept
56 // parser.ParsePackage doesn't return "multiple packages
77 packages = append(packages, packages...)
78 packages = append(packages, packages...)
80 p := flag.Int("p", len(packages), "# of packages to keep in memory"
138 var packages = []string{ var
    [all...]
  /prebuilts/go/linux-x86/test/bench/garbage/
parser.go 5 // Garbage collection benchmark: parse Go packages repeatedly.
54 // Some directories contain main packages: Only accept
56 // parser.ParsePackage doesn't return "multiple packages
77 packages = append(packages, packages...)
78 packages = append(packages, packages...)
80 p := flag.Int("p", len(packages), "# of packages to keep in memory"
138 var packages = []string{ var
    [all...]
  /external/lisa/libs/utils/android/
system.py 500 List the packages matching the specified filter
508 packages = []
510 pkgs = target.execute('cmd package list packages {}'\
513 packages.append(pkg.replace('package:', ''))
514 packages.sort()
516 if len(packages):
517 return packages
531 packages = {}
533 pkgs = target.execute('cmd package list packages {}'\
540 packages[pkg] =
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/suggestions/
SuggestionAdapterTest.java 125 List<Tile> packages = makeSuggestions("pkg1"); local
129 packages.get(0).remoteViews = remoteViews;
130 setupSuggestions(mActivity, packages);
145 List<Tile> packages = makeSuggestions("pkg1"); local
152 packages.get(0).remoteViews = remoteViews;
153 setupSuggestions(mActivity, packages);
171 List<Tile> packages = makeSuggestions("pkg1"); local
178 packages.get(0).remoteViews = remoteViews;
179 setupSuggestions(mActivity, packages);
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
AffiliationTest.java 90 final String[] packages = {"package1", "package2"}; local
91 mDevicePolicyManager.setLockTaskPackages(mAdminComponent, packages);
92 assertArrayEquals(packages, mDevicePolicyManager.getLockTaskPackages(mAdminComponent));
104 // Affiliating the user again. Previously set packages have been cleared.
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
DeleteNonRequiredAppsTask.java 78 // Remove all packages that are not currently installed
95 private void removeNonInstalledPackages(Set<String> packages, int userId) {
97 for (String packageName : packages) {
109 packages.removeAll(toBeRemoved);
118 * Runs the next task when all packages have been deleted or shuts down the activity if package
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
TextReport.java 35 List<ApiPackage> packages = new ArrayList<ApiPackage>(api.getPackages()); local
36 Collections.sort(packages, comparator);
38 for (ApiPackage apiPackage : packages) {
47 for (ApiPackage apiPackage : packages) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_tk.py 32 *runtktests.get_tests(text=False, packages=['test_tkinter']))
  /external/fonttools/
setup.py 73 packages = [
  /frameworks/base/core/java/android/content/
SyncAdaptersCache.java 118 ArrayList<String> packages = new ArrayList<>(); local
122 packages.add(serviceInfo.componentName.getPackageName());
125 syncAdapterPackages = new String[packages.size()];
126 packages.toArray(syncAdapterPackages);
  /frameworks/base/packages/SystemUI/
Android.mk 64 include frameworks/base/packages/SettingsLib/common.mk
66 LOCAL_AAPT_FLAGS := --extra-packages com.android.keyguard
  /frameworks/support/v17/leanback/tests/
Android.mk 31 --extra-packages android.support.v17.leanback \
32 --extra-packages android.support.v7.recyclerview
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageFeatureProvider.java 34 boolean isLocationSettingEnabled(String[] packages);
  /packages/providers/ContactsProvider/
run-all-tests.sh 24 mmm -j32 packages/providers/ContactsProvider
  /packages/services/Car/car_product/build/
car_base.mk 18 # car packages should be added to car.mk instead of here
20 PRODUCT_PACKAGE_OVERLAYS += packages/services/Car/car_product/overlay
89 # The following packages, or their vendor specific equivalents should be include in the device.mk
100 packages/services/Car/car_product/build/default-car-permissions.xml:system/etc/default-permissions/default-car-permissions.xml
  /packages/services/Car/vehicle_monitor_service/
Android.mk 27 packages/services/Car/libvehiclemonitor/include
47 packages/services/Car/libvehiclemonitor/include
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_tk.py 26 *runtktests.get_tests(text=False, packages=['test_tkinter']))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_tk.py 26 *runtktests.get_tests(text=False, packages=['test_tkinter']))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tk.py 26 *runtktests.get_tests(text=False, packages=['test_tkinter']))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tk.py 26 *runtktests.get_tests(text=False, packages=['test_tkinter']))
  /system/update_engine/
omaha_response.h 53 std::vector<Package> packages; member in struct:chromeos_update_engine::OmahaResponse
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
build_py.py 49 # options -- list of packages and list of modules.
50 self.packages = self.distribution.packages
85 # Two options control which modules will be installed: 'packages'
86 # and 'py_modules'. The former lets us work with whole packages, not
92 if self.packages:
101 if not self.packages:
103 for package in self.packages:
237 packages, no dots) module name, and 'filename' is the path to the
247 packages = {}
    [all...]
  /external/python/cpython2/Lib/distutils/command/
build_py.py 49 # options -- list of packages and list of modules.
50 self.packages = self.distribution.packages
85 # Two options control which modules will be installed: 'packages'
86 # and 'py_modules'. The former lets us work with whole packages, not
92 if self.packages:
101 if not self.packages:
103 for package in self.packages:
238 packages, no dots) module name, and 'filename' is the path to the
248 packages = {
    [all...]

Completed in 1775 milliseconds

1 2 3 4 56 7 8 91011>>