OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PACKAGE_NAME
(Results
1 - 25
of
107
) sorted by null
1
2
3
4
5
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
bsconf.h
20
#define
PACKAGE_NAME
"ustl"
26
#define PACKAGE_TARNAME
PACKAGE_NAME
27
#define PACKAGE_STRING
PACKAGE_NAME
" " PACKAGE_VERSION
161
/* Substitutes names like @
PACKAGE_NAME
@ with the second field */
163
"
PACKAGE_NAME
",
PACKAGE_NAME
,
168
"LIBNAME",
PACKAGE_NAME
,
/cts/tests/tests/content/src/android/content/pm/cts/
ApplicationInfo_DisplayNameComparatorTest.java
34
private static final String
PACKAGE_NAME
= "com.android.cts.stub";
69
info1.packageName =
PACKAGE_NAME
;
70
info2.packageName =
PACKAGE_NAME
;
73
info1 = mContext.getPackageManager().getApplicationInfo(
PACKAGE_NAME
, 0);
74
info2.packageName =
PACKAGE_NAME
+ ".2";
78
info1.packageName =
PACKAGE_NAME
+ ".1";
79
info2 = mContext.getPackageManager().getApplicationInfo(
PACKAGE_NAME
, 0);
PackageManagerTest.java
56
private static final String
PACKAGE_NAME
= "com.android.cts.stub";
128
new ComponentName(
PACKAGE_NAME
, cmpActivityName), null, activityIntent, 0);
133
new ComponentName(
PACKAGE_NAME
, ACTIVITY_NAME), null, activityIntent, 0);
169
ApplicationInfo appInfo = mPackageManager.getApplicationInfo(
PACKAGE_NAME
, 0);
170
List<ProviderInfo> providers = mPackageManager.queryContentProviders(
PACKAGE_NAME
,
373
ApplicationInfo appInfo = mPackageManager.getApplicationInfo(
PACKAGE_NAME
, 0);
376
CharSequence appText = mPackageManager.getText(
PACKAGE_NAME
, discriptionRes, appInfo);
378
ComponentName activityName = new ComponentName(
PACKAGE_NAME
, ACTIVITY_NAME);
379
ComponentName serviceName = new ComponentName(
PACKAGE_NAME
, SERVICE_NAME);
380
ComponentName receiverName = new ComponentName(
PACKAGE_NAME
, RECEIVER_NAME)
[
all
...]
PackageItemInfo_DisplayNameComparatorTest.java
34
private static final String
PACKAGE_NAME
= "com.android.cts.stub";
57
ComponentName componentName = new ComponentName(
PACKAGE_NAME
, ACTIVITY_NAME);
61
componentName = new ComponentName(
PACKAGE_NAME
, CMPACTIVITY_NAME);
PackageStatsTest.java
30
private static final String
PACKAGE_NAME
= "com.android.cts.stub";
77
PackageStats stats = new PackageStats(
PACKAGE_NAME
);
78
assertEquals(
PACKAGE_NAME
, stats.packageName);
ProviderInfoTest.java
36
private static final String
PACKAGE_NAME
= "com.android.cts.stub";
77
ApplicationInfo appInfo = pm.getApplicationInfo(
PACKAGE_NAME
, 0);
78
List<ProviderInfo> providers = pm.queryContentProviders(
PACKAGE_NAME
, appInfo.uid, 0);
/external/libffi/include/
Makefile.am
8
includesdir = $(libdir)/@
PACKAGE_NAME
@-@PACKAGE_VERSION@/include
/external/expat/
expat_config.h
56
#define
PACKAGE_NAME
"expat"
expat_config.h.in
55
#undef
PACKAGE_NAME
/external/genext2fs/
config.h
94
#define
PACKAGE_NAME
""
/external/grub/
config.h
89
#define
PACKAGE_NAME
"GRUB"
/external/libpcap/
config.h
161
#define
PACKAGE_NAME
""
/external/oprofile/
config.h
77
#define
PACKAGE_NAME
""
/cts/tests/tests/permission/src/android/permission/cts/
PackageManagerRequiringPermissionsTest.java
28
private static final String
PACKAGE_NAME
= "com.android.cts.stub";
45
mPackageManager.setApplicationEnabledSetting(
PACKAGE_NAME
,
/development/testrunner/
create_test.py
54
package="$
PACKAGE_NAME
.tests">
61
android:targetPackage="$
PACKAGE_NAME
"
108
package_name
= manifest.GetPackageName()
109
mapping = {"
PACKAGE_NAME
":
package_name
, "MODULE_NAME":module_name,
158
module_name = mk.GetVariable(mk.
PACKAGE_NAME
)
208
module_name = mk.GetVariable(mk.
PACKAGE_NAME
)
211
(mk.
PACKAGE_NAME
, mk.FILENAME))
213
package_name
= manifest.GetPackageName()
214
if not
package_name
[
all
...]
/external/clearsilver/
cs_config.h
200
#define
PACKAGE_NAME
""
/external/icu4c/samples/uresb/
resources.mak
3
PACKAGE_NAME
= uresb
/external/libffi/darwin-x86/
fficonfig.h
108
#define
PACKAGE_NAME
"libffi"
/external/libpng/
config.h.in
59
#undef
PACKAGE_NAME
/frameworks/base/core/tests/coretests/src/android/view/accessibility/
RecycleAccessibilityEventTest.java
28
private static final String
PACKAGE_NAME
= "foo.bar.baz";
49
first.setPackageName(
PACKAGE_NAME
);
/cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsActivityTest.java
32
private static final String
PACKAGE_NAME
= "com.android.cts.stub";
36
super(
PACKAGE_NAME
, RemoteViewsStubActivity.class);
47
RemoteViews orig = new RemoteViews(
PACKAGE_NAME
, R.layout.remote_view_test_good);
73
RemoteViews orig = new RemoteViews(
PACKAGE_NAME
, R.layout.remote_view_test_bad_1);
99
RemoteViews orig = new RemoteViews(
PACKAGE_NAME
, R.layout.remote_view_test_bad_2);
/ndk/
ndk-gdb
318
PACKAGE_NAME
=`run_awk_manifest_script extract-package-name.awk`
319
log "Found package name: $
PACKAGE_NAME
"
320
if [ $? != 0 -o "$
PACKAGE_NAME
" = "<none>" ] ; then
337
echo "ERROR: Package $
PACKAGE_NAME
is not debuggable ! Please fix your manifest,"
421
DEVICE_GDBSERVER=`adb_shell ls /data/data/$
PACKAGE_NAME
/lib/gdbserver`
440
DATA_DIR=`adb_shell run-as $
PACKAGE_NAME
/system/bin/sh -c pwd`
471
log "Launching activity: $
PACKAGE_NAME
/$OPTION_LAUNCH"
472
run $ADB_CMD shell am start -n $
PACKAGE_NAME
/$OPTION_LAUNCH
484
PID=`$ADB_CMD shell ps | $AWK_CMD -f $AWK_SCRIPTS/extract-pid.awk -v PACKAGE=$
PACKAGE_NAME
`
518
run $ADB_CMD shell run-as $
PACKAGE_NAME
lib/gdbserver +$DEBUG_SOCKET --attach $PID
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/project/
AndroidManifestParserTest.java
38
private static final String
PACKAGE_NAME
= "com.android.testapp"; //$NON-NLS-1$
66
assertEquals(
PACKAGE_NAME
, mManifestTestApp.getPackage());
102
assertEquals(
PACKAGE_NAME
, mManifestTestApp.getPackage());
/external/libffi/linux-arm/
fficonfig.h
107
#undef
PACKAGE_NAME
/external/libffi/linux-x86/
fficonfig.h
107
#undef
PACKAGE_NAME
Completed in 281 milliseconds
1
2
3
4
5