HomeSort by relevance Sort by last modified time
    Searched refs:getAttributeValue (Results 76 - 100 of 121) sorted by null

1 2 34 5

  /frameworks/base/services/java/com/android/server/am/
UsageStatsService.java 381 pkg = parser.getAttributeValue(null, "name");
383 String comp = parser.getAttributeValue(null, "name");
384 String lastResumeTimeStr = parser.getAttributeValue(null, "lrt");
    [all...]
  /frameworks/base/services/java/com/android/server/usb/
UsbSettingsManager.java 130 int value = Integer.parseInt(parser.getAttributeValue(i));
274 String value = parser.getAttributeValue(i);
382 packageName = parser.getAttributeValue(i);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java 542 customStyle = set.getAttributeValue(null /* namespace*/, "style");
650 value = set.getAttributeValue(
657 value = set.getAttributeValue(BridgeConstants.NS_APP_RES_AUTO, attrName);
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DeviceInfoResult.java 318 mMetrics.put(parser.getAttributeName(i), parser.getAttributeValue(i));
  /frameworks/base/core/java/com/android/internal/widget/
SizeAdaptiveLayout.java 340 attrs.getAttributeValue(i));
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DatabaseHelper.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
ExternalAccountType.java 311 String value = parser.getAttributeValue(i);
BaseAccountType.java     [all...]
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtils.java 757 String id = previous.getAttributeValue(ATTR_ID);
    [all...]
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java     [all...]
NotificationManagerService.java 181 version = Integer.parseInt(parser.getAttributeValue(null, ATTR_VERSION));
186 mBlockedPackages.add(parser.getAttributeValue(null, ATTR_NAME));
    [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 940 if (idx >= 0 && xmlParser->getAttributeValue(idx, &value) >= 0) {
1004 xmlParser->getAttributeValue(ix, &value);
    [all...]
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 442 String uidString = parser.getAttributeValue(null, "uid");
PackageParser.java 796 String pkgName = attrs.getAttributeValue(null, "package");
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
FragmentActivity.java 233 String fname = attrs.getAttributeValue(null, "class");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java     [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h 691 ssize_t getAttributeValue(size_t idx, Res_value* outValue) const;
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java     [all...]
  /frameworks/base/core/java/android/content/res/
Resources.java     [all...]
  /frameworks/base/services/java/com/android/server/input/
InputManagerService.java     [all...]
  /frameworks/base/tools/aapt/
XMLNode.cpp 452 block->getAttributeValue(i, &value);
    [all...]
Resource.cpp 459 if (index >= 0 && parser.getAttributeValue(index, &value) >= 0) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java     [all...]
  /frameworks/base/core/java/android/app/
Activity.java     [all...]

Completed in 2713 milliseconds

1 2 34 5