Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DHeavyWeightSwitcherActivity.java100 String packageName, String otherPackageName, int actionStr, int descriptionStr) { in setIconAndText() argument
116 CharSequence otherAppName = otherPackageName; in setIconAndText()
117 if (otherPackageName != null) { in setIconAndText()
120 otherPackageName, 0); in setIconAndText()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/
H A DUiModeManagerServiceTest.java1203 String otherPackageName = "Internet Arms"; in projectionStateChangedListener_calledForAnyRelevantStateChange() local
1206 when(mPackageManager.getPackageUidAsUser(eq(otherPackageName), anyInt())) in projectionStateChangedListener_calledForAnyRelevantStateChange()
1229 mService.requestProjection(mBinder, otherFakeProjectionType, otherPackageName); in projectionStateChangedListener_calledForAnyRelevantStateChange()
1233 eq(List.of(PACKAGE_NAME, otherPackageName))); in projectionStateChangedListener_calledForAnyRelevantStateChange()
1239 eq(List.of(otherPackageName))); in projectionStateChangedListener_calledForAnyRelevantStateChange()
1242 mService.releaseProjection(otherFakeProjectionType, otherPackageName); in projectionStateChangedListener_calledForAnyRelevantStateChange()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/resolution/
H A DComponentResolver.java792 final String otherPackageName = in assertProvidersNotDefined() local
796 if (!otherPackageName.equals(pkg.getPackageName())) { in assertProvidersNotDefined()
801 + ") is already used by " + otherPackageName); in assertProvidersNotDefined()