OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PACKAGE_NAME
(Results
26 - 50
of
107
) sorted by null
1
2
3
4
5
/external/libxml2/
config.h
263
#define
PACKAGE_NAME
""
/external/netperf/
config.h
242
#define
PACKAGE_NAME
"netperf"
/external/strace/android/arch/arm/
config.h
344
#define
PACKAGE_NAME
"strace"
/external/strace/android/arch/x86/
config.h
345
#define
PACKAGE_NAME
"strace"
/external/tcpdump/
config.h
291
#define
PACKAGE_NAME
""
/cts/tests/tests/content/src/android/content/pm/cts/
ServiceInfoTest.java
33
private static final String
PACKAGE_NAME
= "com.android.cts.stub";
70
ComponentName componentName = new ComponentName(
PACKAGE_NAME
, SERVICE_NAME);
InstrumentationInfoTest.java
33
private static final String
PACKAGE_NAME
= "com.android.cts.stub";
71
ComponentName componentName = new ComponentName(
PACKAGE_NAME
, INSTRUMENTATION_NAME);
ResolveInfoTest.java
34
private static final String
PACKAGE_NAME
= "com.android.cts.stub";
83
intent.setComponent(new ComponentName(
PACKAGE_NAME
, ACTIVITY_NAME));
ComponentInfoTest.java
44
private final String
PACKAGE_NAME
= "com.android.cts.stub";
231
mComponentInfo.packageName =
PACKAGE_NAME
;
241
mContext.getPackageManager().getApplicationInfo(
PACKAGE_NAME
, 0);
/external/grub/
config.h.in
88
#undef
PACKAGE_NAME
/frameworks/base/core/tests/coretests/src/android/accessibilityservice/
AccessibilityTestService.java
43
private static final String
PACKAGE_NAME
= "foo.bar.baz";
96
assert(
PACKAGE_NAME
.equals(event.getPackageName()));
135
event.setPackageName(
PACKAGE_NAME
);
/external/genext2fs/
config.h.in
93
#undef
PACKAGE_NAME
/external/libffi/
fficonfig.h.in
107
#undef
PACKAGE_NAME
/packages/apps/Camera/src/com/android/camera/
PreferenceInflater.java
36
private static final String
PACKAGE_NAME
=
55
String name =
PACKAGE_NAME
+ "." + tagName;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
FieldContext.java
35
static final String
PACKAGE_NAME
= "packageName";
69
bundle.putString(
PACKAGE_NAME
, safeToString(info.packageName));
/development/testrunner/
android_mk.py
35
PACKAGE_NAME
= "LOCAL_PACKAGE_NAME"
/external/bison/
config.h
316
#define
PACKAGE_NAME
"GNU Bison"
/external/dropbear/
config.h
356
#define
PACKAGE_NAME
""
/external/clearsilver/
cs_config.h.in
200
#undef
PACKAGE_NAME
/external/libpcap/
config.h.in
159
#undef
PACKAGE_NAME
/external/bluetooth/glib/glib/
config.h
554
#define
PACKAGE_NAME
"glib"
/external/dbus/
config.h
230
#define
PACKAGE_NAME
"dbus"
/packages/apps/Stk/src/com/android/stk/
StkAppService.java
112
private static final String
PACKAGE_NAME
= "com.android.stk";
114
PACKAGE_NAME
+ ".StkMenuActivity";
116
PACKAGE_NAME
+ ".StkInputActivity";
568
newIntent.setClassName(
PACKAGE_NAME
, MENU_ACTIVITY_NAME);
590
newIntent.setClassName(
PACKAGE_NAME
, INPUT_ACTIVITY_NAME);
704
PACKAGE_NAME
,
/cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java
66
private static final String
PACKAGE_NAME
= "com.android.cts.stub";
79
super(
PACKAGE_NAME
, RemoteViewsStubActivity.class);
86
mRemoteViews = new RemoteViews(
PACKAGE_NAME
, R.layout.remoteviews_good);
103
new RemoteViews(
PACKAGE_NAME
, R.layout.remoteviews_good);
114
assertEquals(
PACKAGE_NAME
, mRemoteViews.getPackage());
128
mRemoteViews = new RemoteViews(
PACKAGE_NAME
, R.layout.listview_layout);
131
mRemoteViews = new RemoteViews(
PACKAGE_NAME
, INVALD_ID);
134
mRemoteViews = new RemoteViews(
PACKAGE_NAME
, 0);
424
assertEquals(
PACKAGE_NAME
, mRemoteViews.getPackage());
/external/elfutils/
config.h
31
#define
PACKAGE_NAME
"Red Hat elfutils"
Completed in 1016 milliseconds
1
2
3
4
5