Definition at line 44 of file SystemAPInotPPC.java.
Static Public Member Functions | |
static void | execProgramAndWait (String path, String args) throws OpenMISException |
Execute a program on mobile and wait until the program ended. | |
static void | execProgram (String path, String args) throws OpenMISException |
Execute a program on mobile. | |
static long | currentTimeInMillis () |
Get time stamp, same behavior as system.currentTimeMillis in milli Used to fix Creme V3.1 Bug. |
static void org.openmobileis.embedded.util.SystemAPInotPPC.execProgramAndWait | ( | String | path, | |
String | args | |||
) | throws OpenMISException [static] |
Execute a program on mobile and wait until the program ended.
String path of the program | ||
Arguments separated by space |
Definition at line 51 of file SystemAPInotPPC.java.
static void org.openmobileis.embedded.util.SystemAPInotPPC.execProgram | ( | String | path, | |
String | args | |||
) | throws OpenMISException [static] |
Execute a program on mobile.
String path of the program | ||
Arguments separated by space |
Definition at line 69 of file SystemAPInotPPC.java.