OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HotspotCondition
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/dashboard/conditional/
HotspotCondition.java
36
public class
HotspotCondition
extends Condition {
40
public
HotspotCondition
(ConditionManager manager) {
125
ConditionManager.get(context).getCondition(
HotspotCondition
.class)
ConditionManager.java
140
addIfMissing(
HotspotCondition
.class, conditions);
160
} else if (
HotspotCondition
.class == clz) {
161
return new
HotspotCondition
(this);
Completed in 42 milliseconds