Package tech.mgl.utils.security.gen
Class Utilities
java.lang.Object
tech.mgl.utils.security.gen.Utilities
A class for handling a variety of utility things. This was mostly made
because I needed to centralize dialog related constants. I foresee this class
being used for other code sharing across Activities in the future, however.
- Author:
- alexei@czeskis.com (Alexei Czeskis)
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final longmillisToSeconds(long timeMillis) static final longsecondsToMillis(long timeSeconds)
-
Field Details
-
ZXING_MARKET
- See Also:
-
ZXING_DIRECT
- See Also:
-
DOWNLOAD_DIALOG
public static final int DOWNLOAD_DIALOG- See Also:
-
MULTIPLE_ACCOUNTS_DIALOG
public static final int MULTIPLE_ACCOUNTS_DIALOG- See Also:
-
SECOND_IN_MILLIS
public static final long SECOND_IN_MILLIS- See Also:
-
MINUTE_IN_MILLIS
public static final long MINUTE_IN_MILLIS- See Also:
-
-
Method Details
-
millisToSeconds
public static final long millisToSeconds(long timeMillis) -
secondsToMillis
public static final long secondsToMillis(long timeSeconds)
-