Home
last modified time | relevance | path

Searched defs:getCallingAppLabel (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/password/
H A DPasswordUtils.java58 public static CharSequence getCallingAppLabel(Context context, IBinder activityToken) { in getCallingAppLabel() method in PasswordUtils
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
H A DShadowPasswordUtils.java61 protected static String getCallingAppLabel(Context context, IBinder activityToken) { in getCallingAppLabel() method in ShadowPasswordUtils
/aosp12/packages/apps/CertInstaller/src/com/android/certinstaller/
H A DCertInstaller.java380 public CharSequence getCallingAppLabel() { in getCallingAppLabel() method in CertInstaller