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