Home
last modified time | relevance | path

Searched refs:callingAppLabel (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/pm/
H A DCrossProfileApps.java335 final String callingAppLabel = getCallingApplicationLabel().toString(); in getProfileSwitchingLabel() local
338 () -> getDefaultProfileSwitchingLabel(isManagedProfile, callingAppLabel), in getProfileSwitchingLabel()
339 callingAppLabel); in getProfileSwitchingLabel()
/aosp14/frameworks/base/services/core/java/com/android/server/clipboard/
H A DClipboardService.java1405 CharSequence callingAppLabel = mPm.getApplicationLabel( in showAccessNotificationLocked()
1408 getContext().getString(R.string.pasted_from_clipboard, callingAppLabel); in showAccessNotificationLocked()