HomeSort by relevance Sort by last modified time
    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 310 String actionStr = intent.getAction();
311 if (Intent.ACTION_PACKAGE_ADDED.equals(actionStr)) {
315 } else if (Intent.ACTION_PACKAGE_REMOVED.equals(actionStr)) {
319 } else if (Intent.ACTION_PACKAGE_CHANGED.equals(actionStr)) {
323 } else if (Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(actionStr) ||
324 Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(actionStr)) {
336 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 155 milliseconds