Home
last modified time | relevance | path

Searched refs:ACTION_INSTALL (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/keystore/java/android/security/
DKeyChain.java146 private static final String ACTION_INSTALL = "android.credentials.INSTALL"; field in KeyChain
266 Intent intent = new Intent(ACTION_INSTALL); in createInstallIntent()