Searched refs:ACTION_INSTALL (Results 1 – 2 of 2) sorted by relevance
58 public static final String ACTION_INSTALL = "com.android.credentials.INSTALL"; field in CredentialStorage92 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()
56 private static final String ACTION_INSTALL = "com.android.credentials.INSTALL"; field in CredentialStorageActivity83 } 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()