OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coreSettings
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/app/
IApplicationThread.java
96
Bundle
coreSettings
) throws RemoteException;
126
void setCoreSettings(Bundle
coreSettings
) throws RemoteException;
ApplicationThreadNative.java
280
Bundle
coreSettings
= data.readBundle();
285
services,
coreSettings
);
[
all
...]
ActivityThread.java
737
Bundle
coreSettings
) {
744
setCoreSettings(
coreSettings
);
[
all
...]
Completed in 685 milliseconds