Home
last modified time | relevance | path

Searched refs:getAppLabel (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DBlockedAppActivity.java58 CharSequence appLabel = getAppLabel(userId, packageName); in onCreate()
66 private CharSequence getAppLabel(int userId, String packageName) { in getAppLabel() method in BlockedAppActivity
DSuspendedAppActivity.java92 private CharSequence getAppLabel(String packageName) { in getAppLabel() method in SuspendedAppActivity
147 final CharSequence suspendedAppLabel = getAppLabel(mSuspendedPackage); in resolveDialogMessage()
163 getAppLabel(mSuspendingPackage)); in resolveDialogMessage()
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
DRemoteRenderParamsAdapter.java129 public String getAppLabel() { in getAppLabel() method in RemoteRenderParamsAdapter
130 return mDelegate.getAppLabel(); in getAppLabel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
DControlsListingController.kt44 fun getAppLabel(name: ComponentName): CharSequence? = "" in getCurrentServices() method
DControlsListingControllerImpl.kt176 override fun getAppLabel(name: ComponentName): CharSequence? { in getAppLabel() method
DControlsProviderSelectorActivity.kt161 listingController.getAppLabel(it)) in launchFavoritingActivity()
DControlsRequestDialog.kt127 return controlsListingController.getAppLabel(controlComponent) in verifyComponentAndGetLabel()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DPackageInstalledNotificationUtils.java87 mInstallerAppLabel = getAppLabel(context, installerAppInfo, installerPackage); in PackageInstalledNotificationUtils()
92 mInstalledAppLabel = getAppLabel(context, installedAppInfo, installerPackage); in PackageInstalledNotificationUtils()
106 private static String getAppLabel(@NonNull Context context, @NonNull ApplicationInfo appInfo, in getAppLabel() method in PackageInstalledNotificationUtils
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteRenderParams.java53 String getAppLabel() throws RemoteException; in getAppLabel() method
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DBridgeActionBar.java127 String title = mParams.getAppLabel(); in setTitle()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/
DControlsRequestDialogTest.kt113 `when`(listingController.getAppLabel(CONTROL_COMPONENT)).thenReturn(LABEL) in setUp()
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/
DRemoteBridgeImpl.java79 params.setAppLabel(remoteParams.getAppLabel()); in setupRenderParams()
/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DUtils.java298 static String getAppLabel(Context context, String packageName) { in getAppLabel() method in Utils
406 final CharSequence appLabel = getAppLabel(context, wifiConfiguration.creatorName); in getDisconnectedDescription()
446 final String suggestorLabel = getAppLabel(context, wifiConfiguration.creatorName); in getSuggestionOrSpecifierLabel()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayout.java179 titleBar = createTitleBar(getContext(), getParams().getAppLabel(), in Layout()
DRenderSessionImpl.java751 String title = params.getAppLabel(); in setActiveToolbar()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSMSDispatcher.java1850 private CharSequence getAppLabel(String appPackage, @UserIdInt int userId) { in getAppLabel() method in SMSDispatcher
1872 CharSequence appLabel = getAppLabel(trackers[0].getAppPackageName(), trackers[0].mUserId); in handleReachSentLimit()
1912 CharSequence appLabel = getAppLabel(trackers[0].getAppPackageName(), trackers[0].mUserId); in handleConfirmShortCode()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlsUiControllerImpl.kt243 controlsListingController.get().getAppLabel(si.componentName)) in <lambda>()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCardApplication.java672 public String getAppLabel() { in getAppLabel() method in UiccCardApplication
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DAccessPoint.java1642 private static CharSequence getAppLabel(String packageName, PackageManager packageManager) { in getAppLabel() method in AccessPoint
1663 getAppLabel(suggestionOrSpecifierPackageName, context.getPackageManager()); in getSummary()
/frameworks/base/core/java/android/content/pm/
DPackageInstaller.java2567 public @Nullable CharSequence getAppLabel() { in getAppLabel() method in PackageInstaller.SessionInfo
/frameworks/base/core/api/
Dcurrent.txt12404 method @Nullable public CharSequence getAppLabel();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8630 method public java.lang.CharSequence getAppLabel();