Home
last modified time | relevance | path

Searched defs:getAppLabel (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
H A DControlsListingController.kt48 fun getAppLabel(name: ComponentName): CharSequence? = "" in getCurrentServices() method
H A DControlsListingControllerImpl.kt226 override fun getAppLabel(name: ComponentName): CharSequence? { in getAppLabel() method
/aosp_15_r20/packages/services/Telecomm/src/com/android/server/telecom/
DAppLabelProxy.java40 public static CharSequence getAppLabel(Context context, UserHandle userHandle, in getAppLabel() method in AppLabelProxy.Util
72 CharSequence getAppLabel(String packageName, UserHandle userHandle); in getAppLabel() method
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/controls/management/
DControlsListingController.java33 public default java.lang.CharSequence getAppLabel(@org.jetbrains.annotations.NotNull() in getAppLabel() method
DControlsListingControllerImpl.java149 public java.lang.CharSequence getAppLabel(@org.jetbrains.annotations.NotNull() in getAppLabel() method in ControlsListingControllerImpl
/aosp_15_r20/development/samples/ShortcutDemo/common/src/com/example/android/pm/shortcutdemo/
H A DAppLabelCache.java32 public String getAppLabel(String packageName) { in getAppLabel() method in AppLabelCache
/aosp_15_r20/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/
H A DDataConverter.kt61 fun getAppLabel( in <lambda>() method
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/incident/
DFormatting.java51 String getAppLabel(String pkg) { in getAppLabel() method in Formatting
/aosp_15_r20/frameworks/base/core/java/com/android/internal/app/
H A DBlockedAppActivity.java66 private CharSequence getAppLabel(int userId, String packageName) { in getAppLabel() method in BlockedAppActivity
H A DSuspendedAppActivity.java109 private CharSequence getAppLabel(String packageName) { in getAppLabel() method in SuspendedAppActivity
/aosp_15_r20/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
H A DMyBaseListFragment.java107 protected final String getAppLabel(String packageName) { in getAppLabel() method in MyBaseListFragment
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/util/
H A DMediaDataUtils.java42 public static String getAppLabel(Context context, String packageName, String unknownName) { in getAppLabel() method in MediaDataUtils
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/volume/panel/component/mediaoutput/shared/model/
DMediaDeviceSession.java26 public final java.lang.CharSequence getAppLabel() { in getAppLabel() method in MediaDeviceSession
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/development/
DSelectDebugAppPreferenceController.java127 private String getAppLabel(String debugApp) { in getAppLabel() method in SelectDebugAppPreferenceController
DMockLocationAppPreferenceController.java146 private String getAppLabel(String mockLocationApp) { in getAppLabel() method in MockLocationAppPreferenceController
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/wifi/
DRequestToggleWiFiActivity.java220 protected CharSequence getAppLabel() { in getAppLabel() method in RequestToggleWiFiActivity
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/PackageInstaller/PackageInstaller/android_common/kotlin_headers/
DPackageInstaller.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/frameworks__base__packages__PackageInstaller__android_common__PackageInstaller.kotlin_module com ...
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/model/
DAppPermissions.java88 public CharSequence getAppLabel() { in getAppLabel() method in AppPermissions
/aosp_15_r20/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DPackageInstalledNotificationUtils.java107 private static String getAppLabel(@NonNull Context context, @NonNull ApplicationInfo appInfo, in getAppLabel() method in PackageInstalledNotificationUtils
/aosp_15_r20/packages/apps/Car/SystemUI/src/com/android/systemui/car/privacy/
DSensorQcPanel.java192 private String getAppLabel(@NonNull ApplicationInfo applicationInfo, @NonNull Context context) { in getAppLabel() method in SensorQcPanel
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/
DBasePermissionReviewPreference.java349 private String getAppLabel() { in getAppLabel() method in BasePermissionReviewPreference
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DBatteryDiffEntry.java250 public String getAppLabel() { in getAppLabel() method in BatteryDiffEntry
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/utils/
DUtils.java622 public static String getAppLabel(@NonNull ApplicationInfo applicationInfo, in getAppLabel() method in Utils
651 private static String getAppLabel(@NonNull ApplicationInfo applicationInfo, float ellipsizeDip, in getAppLabel() method in Utils
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCardApplication.java684 public String getAppLabel() { in getAppLabel() method in UiccCardApplication
/aosp_15_r20/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DUtils.java241 static String getAppLabel(Context context, String packageName) { in getAppLabel() method in Utils

12345678910>>...12