HomeSort by relevance Sort by last modified time
    Searched defs:getUserId (Results 1 - 25 of 317) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DeviceAdminServiceDeviceOwnerTest.java 20 protected int getUserId() {
31 setDeviceOwnerOrFail(component, getUserId());
DeviceAdminServiceProfileOwnerTest.java 23 protected int getUserId() {
47 setProfileOwnerOrFail(component, getUserId());
BaseDeviceAdminServiceTest.java 58 removeAdmin(OWNER_COMPONENT, getUserId());
59 removeAdmin(OWNER_COMPONENT_B, getUserId());
66 protected abstract int getUserId();
71 runDeviceTestsAsUser(OWNER_PKG, className, testName, getUserId());
109 installAppAsUser(OWNER_APK_1, getUserId());
118 removeAdmin(OWNER_COMPONENT, getUserId());
123 installAppAsUser(OWNER_APK_1, getUserId());
130 installAppAsUser(OWNER_APK_2, getUserId());
135 installAppAsUser(OWNER_APK_3, getUserId());
140 installAppAsUser(OWNER_APK_2, getUserId());
    [all...]
  /packages/apps/Settings/src/com/android/settings/fingerprint/
FingerprintProfileStatusPreferenceController.java 38 protected int getUserId() {
FingerprintStatusPreferenceController.java 82 final int userId = getUserId();
111 protected int getUserId() {
  /frameworks/av/media/libaaudio/src/binding/
AAudioStreamRequest.h 39 uid_t getUserId() const {
  /frameworks/base/core/java/android/hardware/biometrics/
BiometricAuthenticator.java 91 public int getUserId() {
  /system/security/keystore/
user_state.h 37 uid_t getUserId() const { return mUserId; }
  /developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/server/
Transaction.java 47 public String getUserId() {
  /developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/server/
Transaction.java 47 public String getUserId() {
  /development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/server/
Transaction.java 47 public String getUserId() {
  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutNonPersistentUser.java 57 public int getUserId() {
IntentFilterVerificationState.java 84 public int getUserId() {
  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/vo/
Pet.java 51 public int getUserId() {
  /packages/apps/Car/Settings/src/com/android/car/settings/security/
SaveLockWorkerBase.java 52 final int getUserId() {
  /packages/apps/Settings/src/com/android/settings/vpn2/
ManageablePreference.java 47 public int getUserId() {
  /frameworks/base/services/core/java/com/android/server/notification/
GroupHelper.java 57 = mUngroupedNotifications.get(sbn.getUserId());
61 mUngroupedNotifications.put(sbn.getUserId(), ungroupedNotificationsByUser);
77 adjustAutogroupingSummary(sbn.getUserId(), sbn.getPackageName(),
83 maybeUngroup(sbn, false, sbn.getUserId());
92 maybeUngroup(sbn, true, sbn.getUserId());
106 = mUngroupedNotifications.get(sbn.getUserId());
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/
DeleteManagedProfileDialog.java 132 public int getUserId() {
  /packages/apps/Settings/src/com/android/settings/users/
UserPreference.java 164 public int getUserId() {
  /tools/tradefederation/core/src/com/android/tradefed/testtype/junit4/
DeviceTestRunOptions.java 91 public Integer getUserId() {
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DpmMockContext.java 126 return new UserHandle(UserHandle.getUserId(getCallingUid()));
309 Assert.assertEquals(UserHandle.getUserId(binder.getCallingUid()), user.getIdentifier());
426 public int getUserId() {
427 return UserHandle.getUserId(binder.getCallingUid());
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
CustomizationRestrictionsTest.java 95 private static int getUserId() throws Exception {
108 return (Bitmap) methodGetUserIcon.invoke(mUserManager, getUserId());
  /cts/hostsidetests/incident/src/com/android/server/cts/
NotificationIncidentTest.java 184 assertTrue(sp.getUserId() >= 0);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowContextImpl.java 429 public int getUserId() {
  /frameworks/base/core/java/android/os/
UserHandle.java 115 return getUserId(uid1) == getUserId(uid2);
176 return of(getUserId(uid));
183 public static @UserIdInt int getUserId(int uid) {
193 return getUserId(Binder.getCallingUid());
238 return getSharedAppGid(getUserId(uid), getAppId(uid));
267 return getCacheAppGid(getUserId(uid), getAppId(uid));
289 sb.append(getUserId(uid));
325 pw.print(getUserId(uid));
364 return getUserId(Process.myUid())
    [all...]

Completed in 1018 milliseconds

1 2 3 4 5 6 7 8 91011>>