![]() |
TrackerControl
|
Public Member Functions | |
boolean | isUncertain () |
void | setUncertain (boolean uncertain) |
String | getDisplayName (Context c) |
List< Tracker > | getChildren () |
String | getCategoryName () |
Public Attributes | |
String | category |
Long | lastSeen |
Static Public Attributes | |
static final String | UNCATEGORISED = "Uncategorised" |
Categorises tracker companies into high-level categories
String net.kollnig.missioncontrol.data.TrackerCategory.getCategoryName | ( | ) |
Get category name that is used internally
List< Tracker > net.kollnig.missioncontrol.data.TrackerCategory.getChildren | ( | ) |
Get list of tracker companies that are within this tracker category
String net.kollnig.missioncontrol.data.TrackerCategory.getDisplayName | ( | Context | c | ) |
Get a name of tracker category for display in UI
c | Context |
boolean net.kollnig.missioncontrol.data.TrackerCategory.isUncertain | ( | ) |
Some trackers are uncertain, due to the nature of DNS. This returns information about this.
void net.kollnig.missioncontrol.data.TrackerCategory.setUncertain | ( | boolean | uncertain | ) |
Some trackers are uncertain, due to the nature of DNS. This saves information about this.
uncertain | Whether it's uncertain a tracker company has been contacted by an app. |