SYMBOL INDEX (386 symbols across 44 files) FILE: app/src/main/java/de/bjoernr/ssllabs/Api.java class Api (line 69) | public class Api { method fetchApiInfo (line 79) | public JSONObject fetchApiInfo() { method fetchHostInformation (line 105) | public JSONObject fetchHostInformation(String host, boolean publish, b... method fetchHostInformationCached (line 139) | public JSONObject fetchHostInformationCached(String host, String maxAg... method fetchEndpointData (line 152) | public JSONObject fetchEndpointData(String host, String s, boolean fro... method fetchStatusCodes (line 177) | public JSONObject fetchStatusCodes() { method sendCustomApiRequest (line 197) | public String sendCustomApiRequest(String apiCall, Map... method sendApiRequest (line 216) | private String sendApiRequest(String apiCall, Map para... method buildGetParameterString (line 243) | private String buildGetParameterString(Map parameters) { method booleanToOnOffString (line 265) | private String booleanToOnOffString(boolean b) { method getApiUrl (line 274) | public static String getApiUrl() { method getVersion (line 283) | public static String getVersion() { FILE: app/src/main/java/de/bjoernr/ssllabs/Console.java class Console (line 61) | public class Console { method main (line 63) | public static void main(String[] args) { method handleInfo (line 75) | public static void handleInfo() { method handleHostInformation (line 90) | public static void handleHostInformation(String[] args) { method printHeader (line 148) | public static void printHeader() { method printUsage (line 162) | public static void printUsage() { FILE: app/src/main/java/de/bjoernr/ssllabs/ConsoleUtilities.java class ConsoleUtilities (line 63) | public class ConsoleUtilities { method jsonToMap (line 72) | public static Map jsonToMap(JSONObject json) throws JS... method toMap (line 81) | public static Map toMap(JSONObject object) throws JSON... method toList (line 99) | public static List toList(JSONArray array) throws JSONException { method mapToConsoleOutput (line 114) | public static String mapToConsoleOutput(Map map) { method arrayValueMatchRegex (line 125) | public static String arrayValueMatchRegex(String[] array, String regex) { FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/Activities/AboutActivity.java class AboutActivity (line 66) | public class AboutActivity extends AppCompatActivity { method onCreate (line 72) | protected void onCreate(Bundle savedInstanceState) { FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/Activities/Adapter/AppListRecyclerAdapter.java class AppListRecyclerAdapter (line 26) | public class AppListRecyclerAdapter extends RecyclerView.Adapter app_list_name, Context cont... method onCreateViewHolder (line 66) | @Override method onBindViewHolder (line 75) | @Override method getItemCount (line 125) | @Override FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/Activities/Adapter/ExpandableHistoryListAdapter.java class ExpandableHistoryListAdapter (line 72) | public class ExpandableHistoryListAdapter extends BaseExpandableListAdap... method ExpandableHistoryListAdapter (line 84) | public ExpandableHistoryListAdapter(Context context, List uidL... method getChild (line 97) | @Override method getChildId (line 108) | @Override method getChildView (line 121) | @Override method getChildrenCount (line 148) | @Override method getGroup (line 157) | @Override method getGroupCount (line 166) | @Override method getGroupId (line 175) | @Override method getGroupView (line 187) | @Override method hasStableIds (line 232) | @Override method isChildSelectable (line 237) | @Override FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/Activities/Adapter/ExpandableListAdapter.java class ExpandableListAdapter (line 70) | public class ExpandableListAdapter extends BaseExpandableListAdapter { method ExpandableListAdapter (line 82) | public ExpandableListAdapter(Context context, List expandableL... method getChild (line 95) | @Override method getChildId (line 107) | @Override method getChildView (line 121) | @Override method getChildrenCount (line 141) | @Override method getGroup (line 152) | @Override method getGroupCount (line 161) | @Override method getGroupId (line 171) | @Override method getGroupView (line 184) | @Override method hasStableIds (line 204) | @Override method isChildSelectable (line 215) | @Override FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/Activities/Adapter/ExpandableReportAdapter.java class ExpandableReportAdapter (line 74) | public class ExpandableReportAdapter extends BaseExpandableListAdapter { method ExpandableReportAdapter (line 86) | public ExpandableReportAdapter(Context context, List expandab... method getChild (line 99) | @Override method getChildId (line 111) | @Override method getChildView (line 125) | @Override method getWarningColor (line 190) | private int getWarningColor(String value) { method getChildrenCount (line 209) | @Override method getGroup (line 220) | @Override method getGroupCount (line 229) | @Override method getGroupId (line 239) | @Override method getGroupView (line 252) | @Override method hasStableIds (line 284) | @Override method isChildSelectable (line 295) | @Override FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/Activities/Adapter/FragmentDayListAdapter.java class FragmentDayListAdapter (line 75) | public class FragmentDayListAdapter extends RecyclerView.Adapter reportEntities, Conte... class ViewHolder (line 93) | public static class ViewHolder extends RecyclerView.ViewHolder { method ViewHolder (line 97) | public ViewHolder(RelativeLayout itemView) { method onCreateViewHolder (line 109) | @Override method onBindViewHolder (line 122) | @Override method getItemCount (line 151) | @Override method prepareData (line 161) | private List prepareData(ReportEntity reportEntity) { FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/Activities/Adapter/PagerAdapter.java class PagerAdapter (line 65) | public class PagerAdapter extends FragmentStatePagerAdapter { method PagerAdapter (line 75) | public PagerAdapter(FragmentManager fm, int NumOfTabs, String appSubNa... method getItem (line 87) | @Override method getCount (line 111) | @Override FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/Activities/AppConnections_Chart.java class AppConnections_Chart (line 64) | public class AppConnections_Chart extends AppCompatActivity { method onCreate (line 66) | @Override FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/Activities/BaseActivity.java class BaseActivity (line 73) | public class BaseActivity extends AppCompatActivity implements OnNavigat... method onCreate (line 90) | @Override method onBackPressed (line 107) | @Override method getNavigationDrawerID (line 117) | protected int getNavigationDrawerID() { method onNavigationItemSelected (line 121) | @Override method goToNavigationItem (line 128) | protected boolean goToNavigationItem(final int itemId) { method selectNavigationItem (line 157) | void selectNavigationItem(int itemId) { method createBackStack (line 170) | private void createBackStack(Intent intent) { method callDrawerItem (line 176) | private void callDrawerItem(final int itemId) { method onPostCreate (line 213) | @Override method setToolbar (line 219) | public void setToolbar() { FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/Activities/HelpActivity.java class HelpActivity (line 67) | public class HelpActivity extends BaseActivity { method onCreate (line 69) | @Override method getNavigationDrawerID (line 88) | protected int getNavigationDrawerID() { FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/Activities/HelpDataDump.java class HelpDataDump (line 67) | class HelpDataDump { method HelpDataDump (line 71) | HelpDataDump(Context context) { method getDataGeneral (line 75) | HashMap> getDataGeneral() { FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/Activities/HistoryActivity.java class HistoryActivity (line 87) | public class HistoryActivity extends BaseActivity { method onCreate (line 100) | @Override method onPostResume (line 139) | @Override method activateHistoryView (line 145) | private void activateHistoryView() { method prepareData (line 200) | private List prepareData(ReportEntity reportEntity) { method provideHistoryReports (line 266) | private HashMap> provideHistoryReports() { method onResume (line 319) | @Override method getNavigationDrawerID (line 325) | protected int getNavigationDrawerID() { method deleteConfirmation (line 333) | private void deleteConfirmation() { FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/Activities/HistoryDetailActivity.java class HistoryDetailActivity (line 74) | public class HistoryDetailActivity extends BaseActivity { method onCreate (line 76) | @Override method prepareData (line 114) | public List prepareData(List unpreparedDetails) { class DetailAdapter (line 210) | public class DetailAdapter extends ArrayAdapter { method DetailAdapter (line 212) | DetailAdapter(Context context, int resource, List detailLi... method getView (line 216) | @Override FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/Activities/MainActivity.java class MainActivity (line 88) | public class MainActivity extends BaseActivity implements SwipeRefreshLa... method onCreate (line 96) | @Override method setButtonListener (line 135) | private void setButtonListener() { method startStopTrigger (line 149) | private void startStopTrigger() { method activateMainView (line 168) | private void activateMainView() { method activateReportView (line 181) | private void activateReportView() { method getNavigationDrawerID (line 262) | @Override method onDestroy (line 268) | @Override method refreshAdapter (line 274) | public void refreshAdapter() { method setSwipeInfo (line 287) | private void setSwipeInfo(boolean b) { method onRefresh (line 300) | @Override method onCreateOptionsMenu (line 305) | @Override method onOptionsItemSelected (line 311) | @Override method onPrepareOptionsMenu (line 325) | public boolean onPrepareOptionsMenu(Menu menu) { FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/Activities/ReportDetailActivity.java class ReportDetailActivity (line 77) | public class ReportDetailActivity extends BaseActivity { method onCreate (line 79) | @Override method onDestroy (line 122) | @Override class DetailAdapter (line 128) | class DetailAdapter extends ArrayAdapter { method DetailAdapter (line 130) | DetailAdapter(Context context, int resource, List detailLi... method getView (line 136) | @Override FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/Activities/SelectHistoryAppsActivity.java class SelectHistoryAppsActivity (line 88) | public class SelectHistoryAppsActivity extends AppCompatActivity { method onCreate (line 104) | @Override method show_APP_list (line 126) | private void show_APP_list() { method provideAppList (line 143) | private List provideAppList() { method onCreateOptionsMenu (line 181) | @Override method onOptionsItemSelected (line 257) | @Override method sortAlphabetic_asc (line 292) | private void sortAlphabetic_asc() { method sortAlphabetic_desc (line 304) | private void sortAlphabetic_desc() { method sortInstalledDate_asc (line 316) | private void sortInstalledDate_asc() { method sortInstalledDate_desc (line 348) | private void sortInstalledDate_desc() { class AscComparator (line 380) | class AscComparator implements Comparator { method AscComparator (line 383) | public AscComparator(Map map) { method compare (line 387) | @Override class DescComparator (line 393) | class DescComparator implements Comparator { method DescComparator (line 396) | public DescComparator(Map map) { method compare (line 400) | @Override method onBackPressed (line 406) | @Override FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/Activities/SettingsActivity.java class SettingsActivity (line 71) | public class SettingsActivity extends BaseActivity { method onPreferenceChange (line 77) | @Override method isXLargeTablet (line 107) | private static boolean isXLargeTablet(Context context) { method bindPreferenceSummaryToValue (line 121) | private static void bindPreferenceSummaryToValue(Preference preference) { method onCreate (line 133) | @Override method getNavigationDrawerID (line 143) | @Override method isValidFragment (line 152) | protected boolean isValidFragment(String fragmentName) { class GeneralPreferenceFragment (line 161) | @TargetApi(Build.VERSION_CODES.HONEYCOMB) method onCreate (line 163) | @Override method onOptionsItemSelected (line 177) | @Override FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/Activities/SplashActivity.java class SplashActivity (line 32) | public class SplashActivity extends AppCompatActivity { method onCreate (line 34) | @Override FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/Activities/TutorialActivity.java class TutorialActivity (line 78) | public class TutorialActivity extends AppCompatActivity { method setTutorial_click (line 89) | public static void setTutorial_click(boolean tutorial_click) { method onCreate (line 93) | @Override method addBottomDots (line 170) | private void addBottomDots(int currentPage) { method getItem (line 189) | private int getItem(int i) { method launchHomeScreen (line 193) | private void launchHomeScreen() { method launchHelp (line 201) | private void launchHelp() { method onPageSelected (line 212) | @Override method onPageScrolled (line 230) | @Override method onPageScrollStateChanged (line 235) | @Override method changeStatusBarColor (line 242) | private void changeStatusBarColor() { class MyViewPagerAdapter (line 251) | public class MyViewPagerAdapter extends PagerAdapter { method MyViewPagerAdapter (line 254) | public MyViewPagerAdapter() { method instantiateItem (line 257) | @Override method getCount (line 267) | @Override method isViewFromObject (line 272) | @Override method destroyItem (line 278) | @Override FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/Assistant/AsyncCertVal.java class AsyncCertVal (line 68) | public class AsyncCertVal extends AsyncTask { method AsyncCertVal (line 72) | public AsyncCertVal() { method doInBackground (line 76) | @Override method fetchHostInfo (line 85) | private void fetchHostInfo(List urls) { method getMaxAssessments (line 120) | private int getMaxAssessments() { FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/Assistant/AsyncDNS.java class AsyncDNS (line 54) | public class AsyncDNS extends AsyncTask { method doInBackground (line 57) | @Override FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/Assistant/Const.java type Const (line 56) | public interface Const { FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/Assistant/ExecCom.java class ExecCom (line 60) | public class ExecCom extends Thread { method user (line 63) | static void user(String string) { method userForResult (line 78) | public static String userForResult(String string) { method readFully (line 109) | public static String readFully(InputStream is) throws IOException { method closeSilently (line 120) | public static void closeSilently(Object... xs) { FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/Assistant/KnownPorts.java class KnownPorts (line 52) | public class KnownPorts { method resolvePort (line 58) | public static String resolvePort(int port) { method CompileConnectionInfo (line 66) | public static String CompileConnectionInfo(int remotePort, TLType type) { method isTlsPort (line 82) | public static boolean isTlsPort(int i) { method isInconclusivePort (line 87) | public static boolean isInconclusivePort(int i) { method isUnsecurePort (line 92) | public static boolean isUnsecurePort(int i) { method initPortMap (line 99) | public static void initPortMap() { FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/Assistant/PrefManager.java class PrefManager (line 26) | public class PrefManager { method PrefManager (line 31) | public PrefManager(Context context) { method setFirstTimeLaunch (line 35) | public static void setFirstTimeLaunch(boolean isFirstTime) { method isFirstTimeLaunch (line 39) | public static boolean isFirstTimeLaunch() { FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/Assistant/RunStore.java class RunStore (line 56) | public class RunStore { method setContext (line 62) | public static void setContext(Activity activity) { method getContext (line 66) | public static Context getContext() { method getServiceHandler (line 71) | public static ServiceHandler getServiceHandler() { method setAppContext (line 78) | public static void setAppContext(Context appContext) { method getAppContext (line 82) | public static Context getAppContext() { FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/Assistant/TLType.java type TLType (line 54) | public enum TLType { FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/Assistant/ToolBox.java class ToolBox (line 66) | public class ToolBox { method printHexBinary (line 71) | public static String printHexBinary(byte[] data) { method hexStringToByteArray (line 81) | public static byte[] hexStringToByteArray(String s) { method printExportHexString (line 92) | public static String printExportHexString(byte[] data) { method getIfs (line 103) | public String getIfs(Context context) { method hexToBin (line 115) | private int hexToBin(char ch) { method getLocalAddress (line 123) | public static InetAddress getLocalAddress() { method isAnalyzerServiceRunning (line 143) | public static boolean isAnalyzerServiceRunning() { method searchByteArray (line 155) | public static int searchByteArray(byte[] input, byte[] searchedFor) { method longToFourBytes (line 188) | public static byte[] longToFourBytes(long l) { method intToTwoBytes (line 199) | public static byte[] intToTwoBytes(int i) { method fourBytesToLong (line 209) | public static long fourBytesToLong(byte[] b) { method twoBytesToInt (line 218) | public static int twoBytesToInt(byte[] b) { method reverseByteArray (line 227) | public static byte[] reverseByteArray(byte[] b) { method hexToIp6 (line 239) | public static String hexToIp6(String hexaIP) { method hexToIp4 (line 254) | public static String hexToIp4(String hexa) { FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/ConnectionAnalysis/Collector.java class Collector (line 81) | public class Collector { method provideSimpleReports (line 109) | public static HashMap> provideSimpleReports(Repo... method sortMapByLabels (line 117) | private static LinkedHashMap> sortMapByLabels() { method sortListByName (line 144) | private static void sortListByName(ArrayList> list) { method filterReports (line 157) | private static HashMap> filterReports() { method updateSettings (line 180) | static void updateSettings() { method saveReports (line 186) | public static void saveReports(ReportEntityDao reportEntityDao) { method updateReports (line 265) | public static void updateReports(ReportEntityDao reportEntityDao) { method fillCertRequests (line 284) | private static void fillCertRequests() { method sortReportsToMap (line 306) | private static void sortReportsToMap() { method hasGrade (line 318) | public static boolean hasGrade(String hostname) { method pull (line 332) | private static void pull() { method resolveHosts (line 342) | public static void resolveHosts() { method updateCertVal (line 364) | static void updateCertVal() { method fillPackageInformation (line 371) | private static void fillPackageInformation() { method deepCopyReportList (line 392) | private static ArrayList deepCopyReportList(ArrayList ... method updatePackageCache (line 410) | private static void updatePackageCache() { method addSysPackage (line 429) | private static void addSysPackage() { method getPackages (line 447) | private static List getPackages(Context context) { method printAllPackages (line 455) | private static void printAllPackages() { method getIcon (line 463) | public static Drawable getIcon(int uid) { method getDefaultIcon (line 481) | private static Drawable getDefaultIcon() { method getIconOld (line 489) | @TargetApi(Build.VERSION_CODES.GINGERBREAD) method getIconNew (line 494) | @TargetApi(Build.VERSION_CODES.LOLLIPOP) method getLabel (line 500) | public static String getLabel(int uid) { method getPackage (line 516) | public static String getPackage(int uid) { method getDnsHostName (line 525) | public static String getDnsHostName(String hostAdd) { method hasHostName (line 534) | public static Boolean hasHostName(String hostAdd) { method getCertHost (line 539) | public static String getCertHost(String hostname) { method getMetric (line 557) | public static String getMetric(String hostname) { method readEndpoints (line 586) | private static String readEndpoints(Map map) { method handleInvalidDomainName (line 605) | private static void handleInvalidDomainName(Map map) { method updateCertHostHandler (line 625) | public static void updateCertHostHandler() { method analyseReady (line 640) | public static boolean analyseReady(Map map) { method provideDetail (line 646) | public static void provideDetail(int uid, byte[] remoteAddHex) { method filterReportsByAdd (line 653) | private static ArrayList filterReportsByAdd(int uid, byte[] re... method buildDetailStrings (line 665) | private static void buildDetailStrings(ArrayList filterList) { method getTransportState (line 726) | private static String getTransportState(byte[] state) { method getAppsToIncludeInScan (line 774) | public static List getAppsToIncludeInScan() { method addAppToIncludeInScan (line 779) | public static void addAppToIncludeInScan(String appToInclude) { method deleteAppFromIncludeInScan (line 784) | public static void deleteAppFromIncludeInScan(String appName) { method getAppsToExcludeFromScan (line 789) | public static List getAppsToExcludeFromScan() { method addAppToExcludeFromScan (line 794) | public static void addAppToExcludeFromScan(String appToExclude) { method deleteAppToExcludeFromScan (line 799) | public static void deleteAppToExcludeFromScan(String appToExclude) { method getKnownUIDs (line 804) | public static HashMap getKnownUIDs() { method addKnownUIDs (line 809) | public static void addKnownUIDs(String key, String value) { FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/ConnectionAnalysis/Detector.java class Detector (line 70) | class Detector { method updateReportMap (line 82) | static void updateReportMap() { method updateOrAdd (line 93) | private static void updateOrAdd(ArrayList reportList) { method removeOldReports (line 108) | private static void removeOldReports() { method getCurrentConnections (line 120) | private static ArrayList getCurrentConnections() { method parseNetOutput (line 133) | private static List parseNetOutput(String readIn, TLType type) { method initReport (line 146) | private static Report initReport(String splitLine, TLType type) { method initReport4 (line 163) | private static Report initReport4(String[] splitTabs, TLType type) { method initReport6 (line 199) | private static Report initReport6(String[] splitTabs, TLType type) { FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/ConnectionAnalysis/PassiveService.java class PassiveService (line 77) | public class PassiveService extends Service { method getVersionString (line 93) | private String getVersionString(int id) { method getStringNew (line 101) | @TargetApi(Build.VERSION_CODES.GINGERBREAD) method getStringOld (line 106) | @TargetApi(Build.VERSION_CODES.LOLLIPOP) method createNotificationChannel (line 111) | private void createNotificationChannel() { method onCreate (line 123) | @Override method loadNotificationBitmaps (line 133) | private void loadNotificationBitmaps() { method startThread (line 138) | public void startThread() { method interrupt (line 173) | private void interrupt() { method onBind (line 179) | @Override method onUnbind (line 185) | @Override method onStartCommand (line 192) | @Override method onDestroy (line 198) | @Override method onTaskRemoved (line 204) | @Override class AnalyzerBinder (line 210) | public class AnalyzerBinder extends Binder { method getService (line 211) | PassiveService getService() { method showAppNotification (line 229) | private void showAppNotification() { method showWarningNotification (line 255) | private void showWarningNotification() { FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/ConnectionAnalysis/Report.java class Report (line 65) | public class Report implements Serializable { method Report (line 68) | Report(ByteBuffer bb, TLType type) { method touch (line 123) | public void touch() { method initIP4 (line 132) | private void initIP4(ByteBuffer bb) { method initIP6 (line 149) | private void initIP6(ByteBuffer bb) { FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/ConnectionAnalysis/ServiceHandler.java class ServiceHandler (line 62) | public class ServiceHandler { method isServiceRunning (line 69) | public boolean isServiceRunning(Class serviceClass) { method onServiceConnected (line 80) | public void onServiceConnected(ComponentName className, IBinder servic... method onServiceDisconnected (line 91) | public void onServiceDisconnected(ComponentName className) { method startPassiveService (line 103) | public void startPassiveService() { method stopPassiveService (line 110) | public void stopPassiveService() { method bindPassiveService (line 117) | public void bindPassiveService(Context context) { method unbindPassiveService (line 124) | public void unbindPassiveService(Context context) { FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/DatabaseUtil/DBApp.java class DBApp (line 66) | public class DBApp extends Application { method onCreate (line 78) | @Override method getDaoSession (line 90) | public DaoSession getDaoSession() { class DBAppAsyncTask (line 94) | static class DBAppAsyncTask extends AsyncTask { method doInBackground (line 96) | @Override FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/DatabaseUtil/GenerateReportEntities.java class GenerateReportEntities (line 69) | public class GenerateReportEntities { method generateReportEntities (line 71) | public static void generateReportEntities(Context context, ReportEntit... method getRandomString (line 182) | private static String getRandomString() { FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/DatabaseUtil/ReportEntity.java class ReportEntity (line 62) | @Entity( method ReportEntity (line 102) | @Generated(hash = 15093572) method ReportEntity (line 125) | @Generated(hash = 683167796) method getId (line 129) | public Long getId() { method setId (line 133) | public void setId(Long id) { method getAppName (line 137) | public String getAppName() { method setAppName (line 141) | public void setAppName(String appName) { method getUserID (line 145) | public String getUserID() { method setUserID (line 149) | public void setUserID(String userID) { method getTimeStamp (line 153) | public String getTimeStamp() { method setTimeStamp (line 157) | public void setTimeStamp(String timeStamp) { method getRemoteAddress (line 161) | public String getRemoteAddress() { method setRemoteAddress (line 165) | public void setRemoteAddress(String remoteAddress) { method getRemoteHex (line 169) | public String getRemoteHex() { method setRemoteHex (line 173) | public void setRemoteHex(String remoteHex) { method getRemoteHost (line 177) | public String getRemoteHost() { method setRemoteHost (line 181) | public void setRemoteHost(String remoteHost) { method getLocalAddress (line 185) | public String getLocalAddress() { method setLocalAddress (line 189) | public void setLocalAddress(String localAddress) { method getLocalHex (line 193) | public String getLocalHex() { method setLocalHex (line 197) | public void setLocalHex(String localHex) { method getServicePort (line 201) | public String getServicePort() { method setServicePort (line 205) | public void setServicePort(String servicePort) { method getPayloadProtocol (line 209) | public String getPayloadProtocol() { method setPayloadProtocol (line 213) | public void setPayloadProtocol(String payloadProtocol) { method getTransportProtocol (line 217) | public String getTransportProtocol() { method setTransportProtocol (line 221) | public void setTransportProtocol(String transportProtocol) { method getLocalPort (line 225) | public String getLocalPort() { method setLocalPort (line 229) | public void setLocalPort(String localPort) { method getConnectionInfo (line 233) | public String getConnectionInfo() { method setConnectionInfo (line 237) | public void setConnectionInfo(String connectionInfo) { method toString (line 241) | @Override method toStringWithoutTimestamp (line 261) | public String toStringWithoutTimestamp() { FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/fragment/Fragment_day.java class Fragment_day (line 98) | public class Fragment_day extends Fragment { method onCreateView (line 110) | @Override method fillChart (line 188) | private void fillChart(View view, BarChart chart) { method loadFilteredList (line 288) | private void loadFilteredList(String appName) { method fillRecyclerList (line 341) | private void fillRecyclerList(View view, List reportEnti... method getEntityHour (line 353) | private int getEntityHour(ReportEntity reportEntity) { FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/fragment/Fragment_month.java class Fragment_month (line 96) | public class Fragment_month extends Fragment { method onCreateView (line 110) | @Override method fillChart (line 189) | private void fillChart(View view, BarChart chart) { method loadFilteredList (line 266) | private void loadFilteredList(String appName) { method fillRecyclerList (line 311) | private void fillRecyclerList(View view, List reportEnti... method getEntityDate (line 323) | private Date getEntityDate(ReportEntity reportEntity) { method getDaysBetween (line 339) | public int getDaysBetween(Date d1, Date d2) { FILE: app/src/main/java/org/secuso/privacyfriendlynetmonitor/fragment/Fragment_week.java class Fragment_week (line 96) | public class Fragment_week extends Fragment { method onCreateView (line 110) | @Override method fillChart (line 192) | private void fillChart(View view, BarChart chart) { method loadFilteredList (line 269) | private void loadFilteredList(String appName) { method fillRecyclerList (line 314) | private void fillRecyclerList(View view, List reportEnti... method getEntityDate (line 326) | private Date getEntityDate(ReportEntity reportEntity) { method getDaysBetween (line 342) | public int getDaysBetween(Date d1, Date d2) { FILE: app/src/test/java/bjoernr/ssllabs/ApiAssert.java class ApiAssert (line 58) | public class ApiAssert extends Assert { method assertApiDataFetched (line 59) | public static void assertApiDataFetched(JSONObject apiData) { method assertApiResponseCode (line 63) | public static void assertApiResponseCode(String apiUrl, int expected) { FILE: app/src/test/java/bjoernr/ssllabs/ApiTest.java class ApiTest (line 56) | public class ApiTest { method testFetchApiInformation (line 57) | @Test method testFetchHostInformation (line 66) | @Test method testFetchHostInformationCached (line 75) | @Test method testFetchEndpointData (line 83) | @Test method testFetchStatusCodes (line 91) | @Test method testFailedCustomApiRequest (line 99) | @Test