HomeSort by relevance Sort by last modified time
    Searched refs:actionStr (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/com/android/internal/app/
HeavyWeightSwitcherActivity.java 104 String packageName, int actionStr, int descriptionStr) {
118 setText(actionId, getString(actionStr, appName));
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
ApplicationsState.java 206 String actionStr = intent.getAction();
207 if (Intent.ACTION_PACKAGE_ADDED.equals(actionStr)) {
211 } else if (Intent.ACTION_PACKAGE_REMOVED.equals(actionStr)) {
215 } else if (Intent.ACTION_PACKAGE_CHANGED.equals(actionStr)) {
219 } else if (Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(actionStr)
220 || Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE.equals(actionStr)) {
234 boolean avail = Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE.equals(actionStr);
  /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 128 milliseconds