Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DCrossProfileApps.java375 final String callingAppLabel = getCallingApplicationLabel().toString(); in getProfileSwitchingLabel() local
378 () -> getDefaultProfileSwitchingLabel(isManagedProfile, callingAppLabel), in getProfileSwitchingLabel()
379 callingAppLabel); in getProfileSwitchingLabel()
/frameworks/base/services/core/java/com/android/server/clipboard/
DClipboardService.java1482 CharSequence callingAppLabel = mPm.getApplicationLabel( in showAccessNotificationLocked() local
1485 getContext().getString(R.string.pasted_from_clipboard, callingAppLabel); in showAccessNotificationLocked()