Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/security/
DCredentialStorage.java58 public static final String ACTION_INSTALL = "com.android.credentials.INSTALL"; field in CredentialStorage
92 if (ACTION_INSTALL.equals(action) && checkCallerIsCertInstallerOrSelfInProfile()) { in onResume()
141 final Intent installIntent = new Intent(ACTION_INSTALL) in installIfAvailable()
351 Log.e(TAG, ACTION_INSTALL + " must be started with startActivityForResult"); in checkCallerIsCertInstallerOrSelfInProfile()
/packages/apps/Car/Settings/src/com/android/car/settings/security/
DCredentialStorageActivity.java56 private static final String ACTION_INSTALL = "com.android.credentials.INSTALL"; field in CredentialStorageActivity
83 } else if (ACTION_INSTALL.equals(action) && checkCallerIsCertInstallerOrSelfInProfile()) { in onCreate()
157 LOG.e(ACTION_INSTALL + " must be started with startActivityForResult"); in checkCallerIsCertInstallerOrSelfInProfile()
204 Intent installIntent = new Intent(ACTION_INSTALL) in installIfAvailable()