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

  /cts/tests/tests/content/src/android/content/pm/cts/
PackageManagerTest.java 462 .getActivityIcon(new ComponentName(PACKAGE_NAME, ACTIVITY_NAME)));
463 assertNotNull(mPackageManager.getActivityIcon(new Intent(MAIN_ACTION_NAME)));
466 // getDrawable is called by ComponentInfo.loadIcon() which called by getActivityIcon()
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowApplicationPackageManager.java     [all...]

Completed in 412 milliseconds