Searched defs:STATE_PAUSED (Results 1 - 1 of 1) sorted by relevance

/packages/apps/CertInstaller/src/com/android/certinstaller/
H A DCertInstaller.java58 private static final int STATE_PAUSED = 3; field in class:CertInstaller
147 mState = STATE_PAUSED;
332 if (mState == STATE_PAUSED) {

Completed in 708 milliseconds