Home
last modified time | relevance | path

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

12

/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DCallScreeningServiceController.java163 carrierPackageName, mAppLabelProxy.getAppLabel(carrierPackageName), in bindCarrierService()
191 mAppLabelProxy.getAppLabel(dialerPackageName), dialerType); in bindDefaultDialerAndUserChosenService()
200 mAppLabelProxy.getAppLabel(userChosenPackageName), in bindDefaultDialerAndUserChosenService()
/packages/apps/PermissionController/src/com/android/packageinstaller/incident/
DFormatting.java51 String getAppLabel(String pkg) { in getAppLabel() method in Formatting
58 return Utils.getAppLabel(app, mContext); in getAppLabel()
DConfirmationActivity.java93 final String appLabel = formatting.getAppLabel(pending.getRequestingPackage()); in onCreate()
DPendingList.java147 final String label = mFormatting.getAppLabel(report.getRequestingPackage()); in updateState()
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/ui/handheld/
DPermissionPreference.java437 private String getAppLabel() { in getAppLabel() method in PermissionPreference
478 LocationUtils.showLocationDialog(getContext(), getAppLabel()); in requestChange()
588 LocationUtils.showLocationDialog(getContext(), getAppLabel()); in showBackgroundChooserDialog()
594 getRequestMessage(getAppLabel(), mGroup, getContext(), mGroup.getRequest())); in showBackgroundChooserDialog()
DReviewPermissionsFragment.java278 mAppPermissions.getAppLabel()), 0); in bindUi()
/packages/apps/Settings/src/com/android/settings/development/
DSelectDebugAppPreferenceController.java98 getAppLabel(debugApp))); in updatePreferenceSummary()
104 private String getAppLabel(String debugApp) { in getAppLabel() method in SelectDebugAppPreferenceController
DMockLocationAppPreferenceController.java95 getAppLabel(mockLocationApp))); in updateMockLocation()
117 private String getAppLabel(String mockLocationApp) { in getAppLabel() method in MockLocationAppPreferenceController
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DSelectDebugAppPreferenceController.java98 getAppLabel(debugApp))); in updatePreferenceSummary()
104 private String getAppLabel(String debugApp) { in getAppLabel() method in SelectDebugAppPreferenceController
DMockLocationAppPreferenceController.java95 getAppLabel(mockLocationApp))); in updateMockLocation()
117 private String getAppLabel(String mockLocationApp) { in getAppLabel() method in MockLocationAppPreferenceController
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/model/
DAppPermissions.java71 mAppLabel = Utils.getAppLabel(packageInfo.applicationInfo, context); in AppPermissions()
87 public CharSequence getAppLabel() { in getAppLabel() method in AppPermissions
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/utils/
DUtils.java391 public static String getAppLabel(@NonNull ApplicationInfo applicationInfo, in getAppLabel() method in Utils
393 return getAppLabel(applicationInfo, DEFAULT_MAX_LABEL_SIZE_PX, context); in getAppLabel()
407 return getAppLabel(applicationInfo, 0, context); in getFullAppLabel()
420 private static String getAppLabel(@NonNull ApplicationInfo applicationInfo, float ellipsizeDip, in getAppLabel() method in Utils
/packages/apps/PermissionController/src/com/android/packageinstaller/role/ui/
DRoleSortFunction.java48 Utils.getAppLabel(role.first, context), collator); in RoleSortFunction()
DRequestRoleFragment.java143 String applicationLabel = Utils.getAppLabel(applicationInfo, context); in onCreateDialog()
706 title = Utils.getAppLabel(qualifyingApplicationInfo, context); in getView()
DDefaultAppListChildFragment.java184 preference.setSummary(Utils.getAppLabel(holderApplicationInfo, context)); in addPreferences()
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/ui/
DLocationProviderInterceptDialog.java55 Utils.getAppLabel(getPackageInfo(packageName).applicationInfo, this))) in onCreate()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallScreeningServiceHelper.java52 CharSequence getAppLabel(String packageName); in getAppLabel() method
DTelecomSystem.java214 public CharSequence getAppLabel(String packageName) { in TelecomSystem()
DPhoneAccountRegistrar.java138 CharSequence getAppLabel(String packageName); in getAppLabel() method
792 CharSequence newLabel = mAppLabelProxy.getAppLabel( in addOrReplacePhoneAccount()
/packages/apps/Launcher3/src/com/android/launcher3/compat/
DPackageInstallerCompatVL.java82 info.getAppLabel()); in addSessionInfoToCache()
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/ui/wear/
DReviewPermissionsWearFragment.java272 String appLabel = mAppPermissions.getAppLabel().toString(); in addTitlePreferenceToScreen()
DAppPermissionsFragmentWear.java332 getContext(), mAppPermissions.getAppLabel()); in createSwitchPreferenceForGroup()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallScreeningServiceControllerTest.java87 public CharSequence getAppLabel(String packageName) {
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/ui/television/
DAppPermissionsFragment.java284 LocationUtils.showLocationDialog(getContext(), mAppPermissions.getAppLabel()); in onPreferenceChange()
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/ui/auto/
DAutoAppPermissionFragment.java598 Utils.getAppLabel(mGroup.getApp().applicationInfo, getContext())); in requestChange()

12