Home
last modified time | relevance | path

Searched refs:PROP_NAME_MAX (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/os/
DSystemProperties.java30 public static final int PROP_NAME_MAX = 31; field in SystemProperties
49 if (key.length() > PROP_NAME_MAX) { in get()
50 throw new IllegalArgumentException("key.length > " + PROP_NAME_MAX); in get()
61 if (key.length() > PROP_NAME_MAX) { in get()
62 throw new IllegalArgumentException("key.length > " + PROP_NAME_MAX); in get()
76 if (key.length() > PROP_NAME_MAX) { in getInt()
77 throw new IllegalArgumentException("key.length > " + PROP_NAME_MAX); in getInt()
91 if (key.length() > PROP_NAME_MAX) { in getLong()
92 throw new IllegalArgumentException("key.length > " + PROP_NAME_MAX); in getLong()
111 if (key.length() > PROP_NAME_MAX) { in getBoolean()
[all …]
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerServiceCompilerMapping.java85 sysPropName.length() > SystemProperties.PROP_NAME_MAX) { in checkProperties()
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp470 char key[PROP_NAME_MAX]; in logcat_timeout()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java3502 if (property.length() > SystemProperties.PROP_NAME_MAX in setTelephonyProperty()