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

  /cts/tests/tests/os/src/android/os/cts/
RequiredComponentsTest.java 54 Intent installerIntent = new Intent(Intent.ACTION_INSTALL_PACKAGE);
55 installerIntent.addCategory(Intent.CATEGORY_DEFAULT);
56 installerIntent.setDataAndType(Uri.parse("content://com.example/"), PACKAGE_MIME_TYPE);
58 .getPackageManager().queryIntentActivities(installerIntent, MATCH_SYSTEM_ONLY
103 final Intent installerIntent = new Intent(Intent.ACTION_INSTALL_PACKAGE);
104 installerIntent.addCategory(Intent.CATEGORY_DEFAULT);
105 installerIntent.setDataAndType(Uri.parse("content://com.example/"), PACKAGE_MIME_TYPE);
107 .getPackageManager().queryIntentActivities(installerIntent, MATCH_SYSTEM_ONLY
  /cts/tests/tests/content/src/android/content/pm/cts/
InstallSessionTransferTest.java 83 Intent installerIntent = new Intent(Intent.ACTION_INSTALL_PACKAGE);
84 installerIntent.setDataAndType(Uri.fromFile(new File("foo.apk")),
88 .getPackageManager().resolveActivity(installerIntent,

Completed in 124 milliseconds