OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getIntCoreSetting
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/app/
AppGlobals.java
57
public static int
getIntCoreSetting
(String key, int defaultValue) {
60
return currentActivityThread.
getIntCoreSetting
(key, defaultValue);
ActivityThread.java
[
all
...]
Completed in 504 milliseconds