Home
last modified time | relevance | path

Searched refs:otherPackageName (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DHeavyWeightSwitcherActivity.java97 String packageName, String otherPackageName, int actionStr, int descriptionStr) { in setIconAndText() argument
113 CharSequence otherAppName = otherPackageName; in setIconAndText()
114 if (otherPackageName != null) { in setIconAndText()
117 otherPackageName, 0); in setIconAndText()
/frameworks/base/services/core/java/com/android/server/pm/dex/
DDexLogger.java102 for (String otherPackageName : otherPackages) { in onReconcileSecondaryDexFile()
105 otherPackageName, /*flags*/0, dexUseInfo.getOwnerUserId()); in onReconcileSecondaryDexFile()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java11157 final String otherPackageName =
11164 + ") is already used by " + otherPackageName);