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

  /frameworks/base/keystore/java/android/security/
KeyChain.java 129 private static final String ACTION_INSTALL = "android.credentials.INSTALL";
188 Intent intent = new Intent(ACTION_INSTALL);
  /packages/apps/Settings/src/com/android/settings/
CredentialStorage.java 82 public static final String ACTION_INSTALL = "com.android.credentials.INSTALL";
115 if (ACTION_INSTALL.equals(action) &&
119 // ACTION_UNLOCK also handled here in addition to ACTION_INSTALL
  /cts/tools/host/src/com/android/cts/
TestDevice.java 64 private static final String ACTION_INSTALL = "install";
977 mPackageActionTimer.start(ACTION_INSTALL, this);
978 executeCommand(cmd, new PackageActionObserver(ACTION_INSTALL));
1077 if (mAction.toLowerCase().equals(ACTION_INSTALL)) {
    [all...]

Completed in 1028 milliseconds