OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actionStr
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/com/android/internal/app/
HeavyWeightSwitcherActivity.java
105
String packageName, int
actionStr
, int descriptionStr) {
119
setText(actionId, getString(
actionStr
, appName));
/packages/apps/Settings/src/com/android/settings/applications/
ApplicationsState.java
267
String
actionStr
= intent.getAction();
268
if (Intent.ACTION_PACKAGE_ADDED.equals(
actionStr
)) {
272
} else if (Intent.ACTION_PACKAGE_REMOVED.equals(
actionStr
)) {
276
} else if (Intent.ACTION_PACKAGE_CHANGED.equals(
actionStr
)) {
280
} else if (Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(
actionStr
) ||
281
Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(
actionStr
)) {
293
boolean avail = Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(
actionStr
);
[
all
...]
/dalvik/tools/dmtracedump/
TraceDump.c
1170
static const char*
actionStr
[] = { "ent", "xit", "unr", "???" };
[
all
...]
Completed in 41 milliseconds