Home
last modified time | relevance | path

Searched defs:INITIAL (Results 1 – 3 of 3) sorted by relevance

/packages/experimental/AndroidVendorSecurityTool/src/com/android/vending/sectool/v1/
DGoogleSecurityToolActivity.java30 private static final int INITIAL = 0; field in GoogleSecurityToolActivity
/packages/apps/Browser/src/com/android/browser/
DDeviceAccountLogin.java42 public static final int INITIAL = 0; field in DeviceAccountLogin
/packages/apps/KeyChain/src/com/android/keychain/
DKeyChainActivity.java66 private static enum State { INITIAL, UNLOCK_REQUESTED }; enumConstant