Home
last modified time | relevance | path

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

/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
H A DUtil.java70 private static Uri getResourceUri(Resources resources, String appPkg, int res) in getResourceUri() argument
75 return makeResourceUri(appPkg, resPkg, type, name); in getResourceUri()
78 private static Uri makeResourceUri(String appPkg, String resPkg, String type, String name) { in makeResourceUri() argument
81 uriBuilder.encodedAuthority(appPkg); in makeResourceUri()
83 if (!appPkg.equals(resPkg)) { in makeResourceUri()
/aosp12/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
H A DProcessErrorsTest.java226 final String appPkg = app.activityInfo.packageName; in packageMatches() local
228 Log.d(TAG, String.format("packageMatches(%s, %s)", appPkg, errPkg)); in packageMatches()
229 return appPkg.equals(errPkg); in packageMatches()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java711 final String appPkg = entry.getSbn().getPackageName();
713 if (channel == null || appPkg == null) {
730 int currentPref = mNotificationManager.getBubblePreferenceForPackage(appPkg, appUid);
732 mNotificationManager.setBubblesAllowed(appPkg, appUid, BUBBLE_PREFERENCE_SELECTED);
734 mNotificationManager.updateNotificationChannelForPackage(appPkg, appUid, channel);