Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DCredentialStorage.java98 public static final String ACTION_INSTALL = "com.android.credentials.INSTALL"; field in CredentialStorage
134 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()