HomeSort by relevance Sort by last modified time
    Searched refs:PACKAGE_NAME (Results 1 - 25 of 449) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreBCWorkaroundProvider.java 43 private static final String PACKAGE_NAME = "android.security.keystore";
45 PACKAGE_NAME + ".AndroidKeyStoreSecretKey";
47 PACKAGE_NAME + ".AndroidKeyStorePrivateKey";
49 PACKAGE_NAME + ".AndroidKeyStorePublicKey";
57 putMacImpl("HmacSHA1", PACKAGE_NAME + ".AndroidKeyStoreHmacSpi$HmacSHA1");
62 putMacImpl("HmacSHA224", PACKAGE_NAME + ".AndroidKeyStoreHmacSpi$HmacSHA224");
67 putMacImpl("HmacSHA256", PACKAGE_NAME + ".AndroidKeyStoreHmacSpi$HmacSHA256");
72 putMacImpl("HmacSHA384", PACKAGE_NAME + ".AndroidKeyStoreHmacSpi$HmacSHA384");
77 putMacImpl("HmacSHA512", PACKAGE_NAME + ".AndroidKeyStoreHmacSpi$HmacSHA512");
84 PACKAGE_NAME + ".AndroidKeyStoreUnauthenticatedAESCipherSpi$ECB$NoPadding")
    [all...]
  /packages/apps/Browser2/test/
run_tests.sh 7 PACKAGE_NAME="org.chromium.webview_shell"
18 $PACKAGE_NAME.WebViewLayoutTest \
19 $PACKAGE_NAME/$PACKAGE_NAME.WebViewLayoutTestRunner
  /external/ImageMagick/
version.sh 8 PACKAGE_NAME='ImageMagick'
17 # PACKAGE_NAME (e.g. "1.0.0").
25 PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"
  /device/linaro/bootloader/edk2/EdkShellBinPkg/
EdkShellBinPkg.dec 17 PACKAGE_NAME = EdkShellBinPkg
  /device/linaro/bootloader/edk2/FatBinPkg/
FatBinPkg.dec 17 PACKAGE_NAME = FatBinPkg
  /device/linaro/bootloader/edk2/ShellBinPkg/
ShellBinPkg.dec 18 PACKAGE_NAME = ShellBinPkg
  /cts/tests/tests/content/src/android/content/pm/cts/
ApplicationInfo_DisplayNameComparatorTest.java 29 private static final String PACKAGE_NAME = "android.content.cts";
51 info1.packageName = PACKAGE_NAME;
52 info2.packageName = PACKAGE_NAME;
55 info1 = mContext.getPackageManager().getApplicationInfo(PACKAGE_NAME, 0);
56 info2.packageName = PACKAGE_NAME + ".2";
60 info1.packageName = PACKAGE_NAME + ".1";
61 info2 = mContext.getPackageManager().getApplicationInfo(PACKAGE_NAME, 0);
PackageManagerTest.java 47 private static final String PACKAGE_NAME = "android.content.cts";
74 new ComponentName(PACKAGE_NAME, cmpActivityName), null, activityIntent, 0);
79 new ComponentName(PACKAGE_NAME, ACTIVITY_NAME), null, activityIntent, 0);
115 ApplicationInfo appInfo = mPackageManager.getApplicationInfo(PACKAGE_NAME, 0);
116 List<ProviderInfo> providers = mPackageManager.queryContentProviders(PACKAGE_NAME,
190 ApplicationInfo appInfo = mPackageManager.getApplicationInfo(PACKAGE_NAME, 0);
193 CharSequence appText = mPackageManager.getText(PACKAGE_NAME, discriptionRes, appInfo);
195 ComponentName activityName = new ComponentName(PACKAGE_NAME, ACTIVITY_NAME);
196 ComponentName serviceName = new ComponentName(PACKAGE_NAME, SERVICE_NAME);
197 ComponentName receiverName = new ComponentName(PACKAGE_NAME, RECEIVER_NAME)
    [all...]
  /tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
PackageManagerOTATests.java 57 private static final String PACKAGE_NAME = "com.android.frameworks.coretests.version_test";
82 getDevice().uninstallPackage(PACKAGE_NAME);
84 String res = getDevice().executeShellCommand("pm path " + PACKAGE_NAME).trim();
135 mUtils.packageHasFlag(PACKAGE_NAME, " SYSTEM "));
137 mUtils.packageHasPermission(PACKAGE_NAME, VIBRATE_PERMISSION));
139 mUtils.packageHasPermission(PACKAGE_NAME, CACHE_PERMISSION));
150 mUtils.packageHasFlag(PACKAGE_NAME, " SYSTEM "));
152 mUtils.packageHasPermission(PACKAGE_NAME, VIBRATE_PERMISSION));
154 mUtils.packageHasPermission(PACKAGE_NAME, CACHE_PERMISSION));
175 mUtils.packageHasFlag(PACKAGE_NAME, " SYSTEM "))
    [all...]
  /external/libjpeg-turbo/release/
makecygwinpkg.in 18 PACKAGE_NAME=@PKGNAME@
28 rm -f $PACKAGE_NAME-$VERSION-$BUILD.tar.bz2
31 make install DESTDIR=$TMPDIR/pkg docdir=/usr/share/doc/$PACKAGE_NAME-$VERSION \
32 exampledir=/usr/share/doc/$PACKAGE_NAME-$VERSION
35 ln -fs /usr/share/doc/$PACKAGE_NAME-$VERSION $TMPDIR/pkg$DOCDIR
38 tar cfj ../$PACKAGE_NAME-$VERSION-$BUILD.tar.bz2 *
makedpkg.in 27 DIRNAME=$PACKAGE_NAME
30 PACKAGE_NAME=$PACKAGE_NAME\32
35 rm -f $PACKAGE_NAME\_$VERSION\_$DEBARCH.deb
36 TMPDIR=`mktemp -d /tmp/$PACKAGE_NAME-build.XXXXXX`
54 (cat $SRCDIR/release/deb-control.tmpl | sed s/{__PKGNAME}/$PACKAGE_NAME/g \
63 dpkg -b $TMPDIR $PACKAGE_NAME\_$VERSION\_$DEBARCH.deb
66 PACKAGE_NAME=@PKGNAME@
  /cts/hostsidetests/devicepolicy/app/PackageInstaller/src/com/android/cts/packageinstaller/
ClearDeviceOwnerTest.java 35 public static final String PACKAGE_NAME = BasicAdminReceiver.class.getPackage().getName();
37 PACKAGE_NAME, BasicAdminReceiver.class.getName());
50 assertTrue("App is not device owner", mDevicePolicyManager.isDeviceOwnerApp(PACKAGE_NAME));
55 mDevicePolicyManager.clearDeviceOwnerApp(PACKAGE_NAME);
56 assertFalse(mDevicePolicyManager.isDeviceOwnerApp(PACKAGE_NAME));
  /packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/
AppStateUsageStatsBridgeTest.java 59 private static final String PACKAGE_NAME = "package.mcpackageface";
104 addPackageToPackageManager(PACKAGE_NAME, TimeUnit.DAYS.toMillis(1000));
106 mBridge.updateExtraInfo(app, PACKAGE_NAME, 0);
118 addPackageToPackageManager(PACKAGE_NAME, TimeUnit.DAYS.toMillis(1000));
120 mBridge.updateExtraInfo(app, PACKAGE_NAME, 0);
132 addPackageToPackageManager(PACKAGE_NAME, TimeUnit.DAYS.toMillis(910));
134 mBridge.updateExtraInfo(app, PACKAGE_NAME, 0);
146 addPackageToPackageManager(PACKAGE_NAME, TimeUnit.DAYS.toMillis(910));
148 mBridge.updateExtraInfo(app, PACKAGE_NAME, 0);
160 addPackageToPackageManager(PACKAGE_NAME, TimeUnit.DAYS.toMillis(910))
    [all...]
  /platform_testing/tests/jank/uibench/src/com/android/uibench/janktests/
UiBenchJankTests.java 20 import static com.android.uibench.janktests.UiBenchJankTestsHelper.PACKAGE_NAME;
66 @GfxMonitor(processName = PACKAGE_NAME)
77 @GfxMonitor(processName = PACKAGE_NAME)
88 @GfxMonitor(processName = PACKAGE_NAME)
99 @GfxMonitor(processName = PACKAGE_NAME)
110 @GfxMonitor(processName = PACKAGE_NAME)
121 @GfxMonitor(processName = PACKAGE_NAME)
131 @GfxMonitor(processName = PACKAGE_NAME)
141 @GfxMonitor(processName = PACKAGE_NAME)
151 @GfxMonitor(processName = PACKAGE_NAME)
    [all...]
  /cts/hostsidetests/devicepolicy/app/ProfileOwner/src/com/android/cts/profileowner/
BaseProfileOwnerTest.java 29 public static final String PACKAGE_NAME = BaseProfileOwnerTest.class.getPackage().getName();
45 assertTrue(dpm.isProfileOwnerApp(PACKAGE_NAME));
49 return new ComponentName(PACKAGE_NAME, BasicAdminReceiver.class.getName());
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi6220/
Hi6220.dec 16 PACKAGE_NAME = HiKey
  /cts/tests/tests/packageinstaller/adminpackageinstaller/src/android/packageinstaller/admin/cts/
InstallReasonTest.java 30 assertEquals(PackageManager.INSTALL_REASON_UNKNOWN, getInstallReason(PACKAGE_NAME));
  /external/elfutils/src/
Makefile.am 180 -e "s%[@]PACKAGE_NAME[@]%$(PACKAGE_NAME)%g" \
  /external/expat/
expat_config.h 63 #define PACKAGE_NAME "expat"
  /external/flac/
config.h 104 #define PACKAGE_NAME ""
  /external/google-tv-pairing-protocol/java/
Makefile 21 PACKAGE_NAME := com/google/polo
24 JAVA_SRC_DIR := $(JAVA_SRC_TOP)/$(PACKAGE_NAME)
54 $(PROTO_JAVA_OUT)/$(PACKAGE_NAME)/wire/protobuf/PoloProto.java: $(PROTO_SRC_DIR)/polo.proto
59 $(PROTO_JAVA_OUT)/$(PACKAGE_NAME)/wire/protobuf/PoloProto.java
  /external/iptables/
config.h 63 #define PACKAGE_NAME "iptables"
  /external/libcap-ng/
config.h 60 #define PACKAGE_NAME "libcap-ng"
  /external/libexif/
config.h 68 #define PACKAGE_NAME "EXIF library"
  /external/libjpeg-turbo/
jconfigint.h 25 #define PACKAGE_NAME "libjpeg-turbo"

Completed in 412 milliseconds

1 2 3 4 5 6 7 8 91011>>