java.lang.Object | |
↳ | com.samsung.android.knox.net.nap.NetworkAnalyticsConstants.DataPoints |
Deprecated in API level 35
Constants that help configure the set of data points that need to be collected on the device and help interpret the result from the framework.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | BYTES_RECEIVED | Deprecated in API level 35 | |||||||||
String | BYTES_SENT | Deprecated in API level 35 | |||||||||
String | CLOSE_TIME | Deprecated in API level 35 | |||||||||
String | DESTINATION_IP | Deprecated in API level 35 | |||||||||
String | DESTINATION_PORT | Deprecated in API level 35 | |||||||||
String | DNS_UID | Deprecated in API level 35 | |||||||||
int | FLAG_BYTES_RECEIVED | Deprecated in API level 35 | |||||||||
int | FLAG_BYTES_SENT | Deprecated in API level 35 | |||||||||
int | FLAG_CLOSE_TIME | Deprecated in API level 35 | |||||||||
int | FLAG_DESTINATION_IP | Deprecated in API level 35 | |||||||||
int | FLAG_DESTINATION_PORT | Deprecated in API level 35 | |||||||||
int | FLAG_DNS_UID | Deprecated in API level 35 | |||||||||
int | FLAG_HOSTNAME | Deprecated in API level 35 | |||||||||
int | FLAG_INTERFACE_NAME | Deprecated in API level 35 | |||||||||
int | FLAG_OPEN_TIME | Deprecated in API level 35 | |||||||||
int | FLAG_PARENT_PROCESS_HASH | Deprecated in API level 35 | |||||||||
int | FLAG_PARENT_PROCESS_NAME | Deprecated in API level 35 | |||||||||
int | FLAG_PID | Deprecated in API level 35 | |||||||||
int | FLAG_PPID | Deprecated in API level 35 | |||||||||
int | FLAG_PROCESS_HASH | Deprecated in API level 35 | |||||||||
int | FLAG_PROCESS_NAME | Deprecated in API level 35 | |||||||||
int | FLAG_PROTOCOL | Deprecated in API level 35 | |||||||||
int | FLAG_PUID | Deprecated in API level 35 | |||||||||
int | FLAG_SOURCE_IP | Deprecated in API level 35 | |||||||||
int | FLAG_SOURCE_PORT | Deprecated in API level 35 | |||||||||
int | FLAG_UID | Deprecated in API level 35 | |||||||||
String | HOSTNAME | Deprecated in API level 35 | |||||||||
String | INTERFACE_NAME | Deprecated in API level 35 | |||||||||
String | OPEN_TIME | Deprecated in API level 35 | |||||||||
String | PARENT_PROCESS_HASH | Deprecated in API level 35 | |||||||||
String | PARENT_PROCESS_NAME | Deprecated in API level 35 | |||||||||
String | PID | Deprecated in API level 35 | |||||||||
String | PPID | Deprecated in API level 35 | |||||||||
String | PROCESS_HASH | Deprecated in API level 35 | |||||||||
String | PROCESS_NAME | Deprecated in API level 35 | |||||||||
String | PROTOCOL | Deprecated in API level 35 | |||||||||
String | PUID | Deprecated in API level 35 | |||||||||
String | RECORD_TYPE | Deprecated in API level 35 | |||||||||
String | SOURCE_IP | Deprecated in API level 35 | |||||||||
String | SOURCE_PORT | Deprecated in API level 35 | |||||||||
String | UID | Deprecated in API level 35 |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Deprecated in API level 35
Key to get bytes received meta-data point from the JSON string.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Key to get bytes sent meta-data point from the JSON string.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Key to get socket close time meta-data point from the JSON string.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Key to get destination IP address meta-data point from the JSON string.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Key to get destination port meta-data point from the JSON string.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Key to get dns-originator meta-data point from the JSON string.
API level 24 |
KNOX 3.0 |
Deprecated in API level 35
Integer flag corresponding to bytes received meta-data point
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Integer flag corresponding to bytes sent meta-data point.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Integer flag corresponding to socket close time meta-data point.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Integer flag corresponding to destination IP address meta-data point.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Integer flag corresponding to destination port meta-data point.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Integer flag corresponding to dns-originator meta-data point.
API level 24 |
KNOX 3.0 |
Deprecated in API level 35
Integer flag corresponding to hostname meta-data point.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Integer flag corresponding to name of the network interface related to the flow
API level 26 |
KNOX 3.2 |
Deprecated in API level 35
Integer flag corresponding to socket open time meta-data point.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Integer flag corresponding to Parent process hash meta-data point.
API level 24 |
KNOX 3.0 |
Deprecated in API level 35
Integer flag corresponding to parent process name meta-data point.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Integer flag corresponding to process ID meta-data point.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Integer flag corresponding to Parent process id meta-data point.
API level 24 |
KNOX 3.0 |
Deprecated in API level 35
Integer flag corresponding to process hash meta-data point.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Integer flag corresponding to process name meta-data point.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Integer flag corresponding to socket protocol meta-data point.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Integer flag corresponding to parent UID meta-data point.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Integer flag corresponding to source IP meta-data point.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Integer flag corresponding to source port meta-data point.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Integer flag corresponding to UID meta-data point.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Key to get hostname meta-data point from the JSON string.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Key to get network interface name from the JSON string.
API level 26 |
KNOX 3.2 |
Deprecated in API level 35
Key to get socket open time meta-data point from the JSON string.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Key to get Parent Process hash meta-data point from the JSON string.
API level 24 |
KNOX 3.0 |
Deprecated in API level 35
Key to get parent process name meta-data point from the JSON string.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Key to get process ID meta-data point from the JSON string.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Key to get Parent Process id meta-data point from the JSON string.
API level 24 |
KNOX 3.0 |
Deprecated in API level 35
Key to get process hash meta-data point from the JSON string.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Key to get process name meta-data point from the JSON string.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Key to get protocol meta-data point from the JSON string.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Key to get parent UID meta-data point from the JSON string.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Key to get record type meta-data point from the JSON string.
API level 26 |
KNOX 3.2 |
Deprecated in API level 35
Key to get source IP meta-data point from the JSON string.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Key to get source port meta-data point from the JSON string.
API level 22 |
KNOX 2.8 |
Deprecated in API level 35
Key to get UID meta-data point from the JSON string.
API level 22 |
KNOX 2.8 |