Searched defs:activityToken (Results 1 – 11 of 11) sorted by relevance
/packages/apps/Settings/src/com/android/settings/password/ |
D | PasswordUtils.java | 41 public static boolean isCallingAppPermitted(Context context, IBinder activityToken, in isCallingAppPermitted() 58 public static CharSequence getCallingAppLabel(Context context, IBinder activityToken) { in getCallingAppLabel() 71 public static String getCallingAppPackageName(IBinder activityToken) { in getCallingAppPackageName() 82 public static void crashCallingApplication(IBinder activityToken, String message) { in crashCallingApplication()
|
D | SetNewPasswordActivity.java | 86 final IBinder activityToken = getActivityToken(); in onCreate() local
|
D | SetNewPasswordController.java | 70 IBinder activityToken) { in create()
|
D | SetupChooseLockGeneric.java | 84 IBinder activityToken = getActivityToken(); in onCreate() local
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/password/ |
D | PasswordUtils.java | 41 public static boolean isCallingAppPermitted(Context context, IBinder activityToken, in isCallingAppPermitted() 58 public static CharSequence getCallingAppLabel(Context context, IBinder activityToken) { in getCallingAppLabel() 71 public static String getCallingAppPackageName(IBinder activityToken) { in getCallingAppPackageName() 82 public static void crashCallingApplication(IBinder activityToken, String message) { in crashCallingApplication()
|
D | SetNewPasswordActivity.java | 81 final IBinder activityToken = getActivityToken(); in onCreate() local
|
D | SetNewPasswordController.java | 70 IBinder activityToken) { in create()
|
D | SetupChooseLockGeneric.java | 83 IBinder activityToken = getActivityToken(); in onCreate() local
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/ |
D | ShadowPasswordUtils.java | 45 protected static boolean isCallingAppPermitted(Context context, IBinder activityToken, in isCallingAppPermitted() 61 protected static String getCallingAppLabel(Context context, IBinder activityToken) { in getCallingAppLabel() 70 protected static String getCallingAppPackageName(IBinder activityToken) { in getCallingAppPackageName()
|
/packages/apps/Settings/src/com/android/settings/ |
D | Utils.java | 457 public static UserHandle getSecureTargetUser(IBinder activityToken, in getSecureTargetUser()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/ |
D | Utils.java | 462 public static UserHandle getSecureTargetUser(IBinder activityToken, in getSecureTargetUser()
|