Searched refs:ACTION_INSTALL (Results 1 – 1 of 1) sorted by relevance
98 public static final String ACTION_INSTALL = "com.android.credentials.INSTALL"; field in CredentialStorage134 if (ACTION_INSTALL.equals(action) && checkCallerIsCertInstallerOrSelfInProfile()) { in onResume()250 Intent installIntent = new Intent(ACTION_INSTALL) in installIfAvailable()424 Log.e(TAG, ACTION_INSTALL + " must be started with startActivityForResult"); in checkCallerIsCertInstallerOrSelfInProfile()