Searched defs:propName (Results 1 – 10 of 10) sorted by relevance
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
D | PropertyNodesVerifierElem.java | 62 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, String propValue) { in addExpectedNodeWithOrder() 67 String propName, String propValue, ContentValues contentValues) { in addExpectedNodeWithOrder() 73 String propName, List<String> propValueList, ContentValues contentValues) { in addExpectedNodeWithOrder() 79 String propName, String propValue, List<String> propValueList) { in addExpectedNodeWithOrder() 85 String propName, List<String> propValueList) { in addExpectedNodeWithOrder() 91 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, String propValue, in addExpectedNodeWithOrder() 97 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, in addExpectedNodeWithOrder() 103 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, in addExpectedNodeWithOrder() 109 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, String propValue, in addExpectedNodeWithOrder() 115 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, String propValue, in addExpectedNodeWithOrder() [all …]
|
D | PropertyNode.java | 43 public String propName; field in PropertyNode 77 String propName, String propValue, List<String> propValue_vector, in PropertyNode()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | PropConfig.java | 25 public static int getInt(Context context, String propName, int resId) { in getInt() 29 public static String[] getStringArray(Context context, String propName, int resId) { in getStringArray()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | DozeParameters.java | 197 private boolean getBoolean(String propName, int resId) { in getBoolean() 201 private int getInt(String propName, int resId) { in getInt() 206 private String getString(String propName, int resId) { in getString()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | SettingsToPropertiesMapper.java | 110 String propName = makePropertyName(GLOBAL_SETTINGS_CATEGORY, globalSetting); in updatePropertiesFromSettings() local 275 void updatePropertyFromSetting(String settingName, String propName) { in updatePropertyFromSetting()
|
/frameworks/base/core/java/android/view/accessibility/ |
D | AccessibilityRecord.java | 951 private void append(StringBuilder builder, String propName, int propValue) { in append() 956 private void append(StringBuilder builder, String propName, Object propValue) { in append() 961 private StringBuilder appendPropName(StringBuilder builder, String propName) { in appendPropName()
|
/frameworks/av/media/libaaudio/src/utility/ |
D | AAudioUtilities.cpp | 257 static int32_t AAudioProperty_getMMapProperty(const char *propName, in AAudioProperty_getMMapProperty()
|
/frameworks/base/cmds/idmap/ |
D | scan.cpp | 97 String16 propName = String16(); in parse_overlay_tag() local
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 2143 final String propName = sa.getString( in parseBaseApkCommon() local 2603 private boolean checkOverlayRequiredSystemProperty(String propName, String propValue) { in checkOverlayRequiredSystemProperty()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 783 static float getDensityFromProperty(char const* propName) { in getDisplayConfigs()
|