/frameworks/base/core/java/com/android/internal/app/ |
D | BlockedAppActivity.java | 58 CharSequence appLabel = getAppLabel(userId, packageName); in onCreate() 66 private CharSequence getAppLabel(int userId, String packageName) { in getAppLabel() method in BlockedAppActivity
|
D | SuspendedAppActivity.java | 92 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/ |
D | RemoteRenderParamsAdapter.java | 129 public String getAppLabel() { in getAppLabel() method in RemoteRenderParamsAdapter 130 return mDelegate.getAppLabel(); in getAppLabel()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/ |
D | ControlsListingController.kt | 44 fun getAppLabel(name: ComponentName): CharSequence? = "" in getCurrentServices() method
|
D | ControlsListingControllerImpl.kt | 176 override fun getAppLabel(name: ComponentName): CharSequence? { in getAppLabel() method
|
D | ControlsProviderSelectorActivity.kt | 161 listingController.getAppLabel(it)) in launchFavoritingActivity()
|
D | ControlsRequestDialog.kt | 127 return controlsListingController.getAppLabel(controlComponent) in verifyComponentAndGetLabel()
|
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
D | PackageInstalledNotificationUtils.java | 87 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/ |
D | RemoteRenderParams.java | 53 String getAppLabel() throws RemoteException; in getAppLabel() method
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/ |
D | BridgeActionBar.java | 127 String title = mParams.getAppLabel(); in setTitle()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/ |
D | ControlsRequestDialogTest.kt | 113 `when`(listingController.getAppLabel(CONTROL_COMPONENT)).thenReturn(LABEL) in setUp()
|
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/ |
D | RemoteBridgeImpl.java | 79 params.setAppLabel(remoteParams.getAppLabel()); in setupRenderParams()
|
/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/ |
D | Utils.java | 298 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/ |
D | Layout.java | 179 titleBar = createTitleBar(getContext(), getParams().getAppLabel(), in Layout()
|
D | RenderSessionImpl.java | 751 String title = params.getAppLabel(); in setActiveToolbar()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SMSDispatcher.java | 1850 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/ |
D | ControlsUiControllerImpl.kt | 243 controlsListingController.get().getAppLabel(si.componentName)) in <lambda>()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccCardApplication.java | 672 public String getAppLabel() { in getAppLabel() method in UiccCardApplication
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/ |
D | AccessPoint.java | 1642 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/ |
D | PackageInstaller.java | 2567 public @Nullable CharSequence getAppLabel() { in getAppLabel() method in PackageInstaller.SessionInfo
|
/frameworks/base/core/api/ |
D | current.txt | 12404 method @Nullable public CharSequence getAppLabel();
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 8630 method public java.lang.CharSequence getAppLabel();
|