HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_INSTALL (Results 1 - 2 of 2) sorted by null

  /frameworks/base/keystore/java/android/security/
KeyChain.java 141 private static final String ACTION_INSTALL = "android.credentials.INSTALL";
215 Intent intent = new Intent(ACTION_INSTALL);
  /packages/apps/Settings/src/com/android/settings/
CredentialStorage.java 94 public static final String ACTION_INSTALL = "com.android.credentials.INSTALL";
129 if (ACTION_INSTALL.equals(action)
133 // ACTION_UNLOCK also handled here in addition to ACTION_INSTALL

Completed in 161 milliseconds