Searched refs:BaseManagedProfileTest (Results 1 – 25 of 26) sorted by relevance
12
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | SetPolicyActivity.java | 26 import com.android.cts.managedprofile.BaseManagedProfileTest; 73 dpm.addUserRestriction(BaseManagedProfileTest.ADMIN_RECEIVER_COMPONENT, restrictionKey); in handleIntent() 79 BaseManagedProfileTest.ADMIN_RECEIVER_COMPONENT, restrictionKey); in handleIntent() 84 dpm.addCrossProfileWidgetProvider(BaseManagedProfileTest.ADMIN_RECEIVER_COMPONENT, in handleIntent() 90 dpm.removeCrossProfileWidgetProvider(BaseManagedProfileTest.ADMIN_RECEIVER_COMPONENT, in handleIntent()
|
D | NotificationListenerTest.java | 87 BaseManagedProfileTest.ADMIN_RECEIVER_COMPONENT, in testSetEmptyWhitelist() 94 BaseManagedProfileTest.ADMIN_RECEIVER_COMPONENT, in testAddListenerToWhitelist() 101 BaseManagedProfileTest.ADMIN_RECEIVER_COMPONENT, null); in testSetNullWhitelist() 145 BaseManagedProfileTest.ADMIN_RECEIVER_COMPONENT, packageList); in testSetAndGetPermittedCrossProfileNotificationListeners() 147 BaseManagedProfileTest.ADMIN_RECEIVER_COMPONENT); in testSetAndGetPermittedCrossProfileNotificationListeners()
|
D | ContactsTest.java | 474 BaseManagedProfileTest.ADMIN_RECEIVER_COMPONENT, true); in testSetCrossProfileCallerIdDisabled_true() 480 BaseManagedProfileTest.ADMIN_RECEIVER_COMPONENT, false); in testSetCrossProfileCallerIdDisabled_false() 486 BaseManagedProfileTest.ADMIN_RECEIVER_COMPONENT, true); in testSetCrossProfileContactsSearchDisabled_true() 488 BaseManagedProfileTest.ADMIN_RECEIVER_COMPONENT)); in testSetCrossProfileContactsSearchDisabled_true() 494 BaseManagedProfileTest.ADMIN_RECEIVER_COMPONENT, false); in testSetCrossProfileContactsSearchDisabled_false() 496 BaseManagedProfileTest.ADMIN_RECEIVER_COMPONENT)); in testSetCrossProfileContactsSearchDisabled_false() 505 BaseManagedProfileTest.ADMIN_RECEIVER_COMPONENT, false); in testSetBluetoothContactSharingDisabled_setterAndGetter() 507 BaseManagedProfileTest.ADMIN_RECEIVER_COMPONENT)); in testSetBluetoothContactSharingDisabled_setterAndGetter() 509 BaseManagedProfileTest.ADMIN_RECEIVER_COMPONENT, true); in testSetBluetoothContactSharingDisabled_setterAndGetter() 511 BaseManagedProfileTest.ADMIN_RECEIVER_COMPONENT)); in testSetBluetoothContactSharingDisabled_setterAndGetter() [all …]
|
D | ManagedProfileSetupTest.java | 19 public class ManagedProfileSetupTest extends BaseManagedProfileTest {
|
D | DevicePolicyLoggingTest.java | 23 public class DevicePolicyLoggingTest extends BaseManagedProfileTest {
|
D | IsUsingUnifiedPasswordTest.java | 21 public class IsUsingUnifiedPasswordTest extends BaseManagedProfileTest {
|
D | WipeDataTest.java | 18 public class WipeDataTest extends BaseManagedProfileTest {
|
D | BaseManagedProfileTest.java | 31 public class BaseManagedProfileTest extends InstrumentationTestCase { class
|
D | PrimaryUserFilterSetterActivity.java | 11 import static com.android.cts.managedprofile.BaseManagedProfileTest.ADMIN_RECEIVER_COMPONENT;
|
D | ProfileTimeoutTestHelper.java | 25 import com.android.cts.managedprofile.BaseManagedProfileTest.BasicAdminReceiver;
|
D | CrossProfileWidgetTest.java | 41 public class CrossProfileWidgetTest extends BaseManagedProfileTest {
|
D | DummyCrossProfileViewEventActivity.java | 19 import static com.android.cts.managedprofile.BaseManagedProfileTest.ADMIN_RECEIVER_COMPONENT;
|
D | OrganizationInfoTest.java | 21 public class OrganizationInfoTest extends BaseManagedProfileTest {
|
D | ResetPasswordWithTokenTest.java | 26 public class ResetPasswordWithTokenTest extends BaseManagedProfileTest {
|
D | DeviceIdentifiersTest.java | 28 public class DeviceIdentifiersTest extends BaseManagedProfileTest {
|
D | RingtoneSyncTest.java | 30 public class RingtoneSyncTest extends BaseManagedProfileTest {
|
D | ParentProfileTest.java | 38 public class ParentProfileTest extends BaseManagedProfileTest {
|
D | CrossProfileUtils.java | 19 import static com.android.cts.managedprofile.BaseManagedProfileTest.ADMIN_RECEIVER_COMPONENT;
|
D | BluetoothSharingRestrictionTest.java | 40 public class BluetoothSharingRestrictionTest extends BaseManagedProfileTest {
|
D | WifiTest.java | 125 dpm.getWifiMacAddress(BaseManagedProfileTest.ADMIN_RECEIVER_COMPONENT); in testCannotGetWifiMacAddress()
|
D | ManagedProfileTest.java | 18 import static com.android.cts.managedprofile.BaseManagedProfileTest.ADMIN_RECEIVER_COMPONENT;
|
D | DevicePolicyManagerParentSupportTest.java | 20 public class DevicePolicyManagerParentSupportTest extends BaseManagedProfileTest {
|
D | TrustAgentInfoTest.java | 30 public class TrustAgentInfoTest extends BaseManagedProfileTest {
|
D | DisallowSharingIntoProfileTest.java | 19 import static com.android.cts.managedprofile.BaseManagedProfileTest.ADMIN_RECEIVER_COMPONENT;
|
D | PasswordMinimumRestrictionsTest.java | 29 public class PasswordMinimumRestrictionsTest extends BaseManagedProfileTest {
|
12