Searched refs:ACTION_INSTALL_CERTS (Results 1 – 3 of 3) sorted by relevance
50 private static final String ACTION_INSTALL_CERTS = "android.credentials.INSTALL"; field in ConfigureWifiSettings79 Intent intent = new Intent(ACTION_INSTALL_CERTS); in onCreate()
157 private static final String ACTION_INSTALL_CERTS = "android.credentials.INSTALL"; field in WifiConfigController21800 Intent intent = new Intent(ACTION_INSTALL_CERTS);
133 private static final String ACTION_INSTALL_CERTS = "android.credentials.INSTALL"; field in WifiConfigController2Test977 assertThat(intent.getAction()).isEqualTo(ACTION_INSTALL_CERTS); in onItemSelected_shouldPersistentInstallCertsAndStartInstallActivity()