Home
last modified time | relevance | path

Searched refs:DISALLOW_OUTGOING_CALLS (Results 1 – 11 of 11) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/users/
DUserDetailsSettings.java96 UserManager.DISALLOW_OUTGOING_CALLS, new UserHandle(userId))); in onCreate()
105 !mDefaultGuestRestrictions.getBoolean(UserManager.DISALLOW_OUTGOING_CALLS)); in onCreate()
140 mDefaultGuestRestrictions.putBoolean(UserManager.DISALLOW_OUTGOING_CALLS, !enabled); in enableCallsAndSms()
160 mUserManager.setUserRestriction(UserManager.DISALLOW_OUTGOING_CALLS, !enabled, in enableCallsAndSms()
/packages/apps/Settings/src/com/android/settings/users/
DUserDetailsSettings.java96 UserManager.DISALLOW_OUTGOING_CALLS, new UserHandle(userId))); in onCreate()
105 !mDefaultGuestRestrictions.getBoolean(UserManager.DISALLOW_OUTGOING_CALLS)); in onCreate()
140 mDefaultGuestRestrictions.putBoolean(UserManager.DISALLOW_OUTGOING_CALLS, !enabled); in enableCallsAndSms()
160 mUserManager.setUserRestriction(UserManager.DISALLOW_OUTGOING_CALLS, !enabled, in enableCallsAndSms()
/packages/services/Telecomm/src/com/android/server/telecom/components/
DUserCallIntentProcessor.java118 if (userManager.hasBaseUserRestriction(UserManager.DISALLOW_OUTGOING_CALLS, in processOutgoingCallIntent()
125 } else if (userManager.hasUserRestriction(UserManager.DISALLOW_OUTGOING_CALLS, in processOutgoingCallIntent()
133 UserManager.DISALLOW_OUTGOING_CALLS); in processOutgoingCallIntent()
/packages/apps/Car/Settings/src/com/android/car/settings/users/
DPermissionsPreferenceController.java72 PERMISSIONS_LIST.add(new UserPermission(UserManager.DISALLOW_OUTGOING_CALLS, in PERMISSIONS_LIST.add() argument
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/users/
DUsersFragment.java49 UserManager.DISALLOW_OUTGOING_CALLS,
/packages/services/Car/user/car-user-lib/src/android/car/userlib/
DCarUserManagerHelper.java81 UserManager.DISALLOW_OUTGOING_CALLS,
822 setUserRestriction(user, UserManager.DISALLOW_OUTGOING_CALLS, /* enable= */ false); in createNewNonAdminUser()
/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java381 UserManager.DISALLOW_OUTGOING_CALLS, userHandle) in updateMwi()
398 UserManager.DISALLOW_OUTGOING_CALLS, userHandle) in updateMwi()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/enterprise/
DActionDisabledByAdminDialogHelper.java168 case UserManager.DISALLOW_OUTGOING_CALLS: in setAdminSupportTitle()
/packages/apps/Settings/src/com/android/settings/enterprise/
DActionDisabledByAdminDialogHelper.java168 case UserManager.DISALLOW_OUTGOING_CALLS: in setAdminSupportTitle()
/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/
DActionDisabledByAdminDialogHelperTest.java118 mHelper.setAdminSupportTitle(view, UserManager.DISALLOW_OUTGOING_CALLS); in testSetAdminSupportTitle()
/packages/services/Car/tests/carservice_unit_test/src/android/car/userlib/
DCarUserManagerHelperTest.java665 UserManager.DISALLOW_OUTGOING_CALLS, /* enable= */ false, UserHandle.of(userId)); in testDefaultNonAdminRestrictions()