Searched refs:otherPackageName (Results 1 – 3 of 3) sorted by relevance
100 String packageName, String otherPackageName, int actionStr, int descriptionStr) { in setIconAndText() argument116 CharSequence otherAppName = otherPackageName; in setIconAndText()117 if (otherPackageName != null) { in setIconAndText()120 otherPackageName, 0); in setIconAndText()
1203 String otherPackageName = "Internet Arms"; in projectionStateChangedListener_calledForAnyRelevantStateChange() local1206 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()
792 final String otherPackageName = in assertProvidersNotDefined() local796 if (!otherPackageName.equals(pkg.getPackageName())) { in assertProvidersNotDefined()801 + ") is already used by " + otherPackageName); in assertProvidersNotDefined()