OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mInterestingConfigChanges
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/applications/
ApplicationsState.java
278
final InterestingConfigChanges
mInterestingConfigChanges
= new InterestingConfigChanges();
638
if (
mInterestingConfigChanges
.applyNewConfig(mContext.getResources())) {
[
all
...]
RunningState.java
83
final InterestingConfigChanges
mInterestingConfigChanges
= new InterestingConfigChanges();
754
if (
mInterestingConfigChanges
.applyNewConfig(mApplicationContext.getResources())) {
[
all
...]
Completed in 36 milliseconds