Autopsy  3.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.modules.android.CallLogAnalyzer.CallDirection Enum Reference

Public Member Functions

String getDisplayName ()
 

Static Public Member Functions

static CallDirection fromType (int t)
 

Public Attributes

 INCOMING =(1, "Incoming")
 
 OUTGOING =(2, "Outgoing")
 
 MISSED =(3, "Missed")
 

Private Member Functions

 CallDirection (int type, String displayName)
 

Private Attributes

final int type
 
final String displayName
 

Detailed Description

Definition at line 121 of file CallLogAnalyzer.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.modules.android.CallLogAnalyzer.CallDirection.CallDirection ( int  type,
String  displayName 
)
private

Definition at line 133 of file CallLogAnalyzer.java.

Member Function Documentation

static CallDirection org.sleuthkit.autopsy.modules.android.CallLogAnalyzer.CallDirection.fromType ( int  t)
static

Definition at line 138 of file CallLogAnalyzer.java.

String org.sleuthkit.autopsy.modules.android.CallLogAnalyzer.CallDirection.getDisplayName ( )

Definition at line 129 of file CallLogAnalyzer.java.

Member Data Documentation

final String org.sleuthkit.autopsy.modules.android.CallLogAnalyzer.CallDirection.displayName
private

Definition at line 127 of file CallLogAnalyzer.java.

org.sleuthkit.autopsy.modules.android.CallLogAnalyzer.CallDirection.INCOMING =(1, "Incoming")

Definition at line 123 of file CallLogAnalyzer.java.

org.sleuthkit.autopsy.modules.android.CallLogAnalyzer.CallDirection.MISSED =(3, "Missed")

Definition at line 123 of file CallLogAnalyzer.java.

org.sleuthkit.autopsy.modules.android.CallLogAnalyzer.CallDirection.OUTGOING =(2, "Outgoing")

Definition at line 123 of file CallLogAnalyzer.java.

final int org.sleuthkit.autopsy.modules.android.CallLogAnalyzer.CallDirection.type
private

Definition at line 125 of file CallLogAnalyzer.java.


The documentation for this enum was generated from the following file:

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.