OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FIRST_API_LEVEL
(Results
1 - 2
of
2
) sorted by null
/cts/common/device-side/util/src/com/android/compatibility/common/util/
PropertyUtil.java
41
public static final String
FIRST_API_LEVEL
= "ro.product.
first_api_level
";
60
return getPropertyInt(
FIRST_API_LEVEL
) == INT_VALUE_IF_UNSET;
79
int firstApiLevel = getPropertyInt(
FIRST_API_LEVEL
);
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
PropertyUtil.java
36
public static final String
FIRST_API_LEVEL
= "ro.product.
first_api_level
";
53
return device.getProperty(
FIRST_API_LEVEL
) == null;
73
String propString = device.getProperty(
FIRST_API_LEVEL
);
Completed in 282 milliseconds