Searched refs:getApkPaths (Results 1 – 6 of 6) sorted by relevance
51 final String[] paths = ctx.getResources().getAssets().getApkPaths(); in toggleOverlaysAndWait()
315 final String paths = TextUtils.join(",", mResources.getAssets().getApkPaths()); in waitForResourceValue()
109 for (String path : context.getAssets().getApkPaths()) { in assertSetEnabled()
413 public @NonNull String[] getApkPaths() { in getApkPaths() method in AssetManager
6701 List<String> beforeAssets = Arrays.asList(beforeImpl.getAssets().getApkPaths()); in handleApplicationInfoChanged()6702 List<String> afterAssets = Arrays.asList(afterImpl.getAssets().getApkPaths()); in handleApplicationInfoChanged()
1251 method @NonNull public String[] getApkPaths();