Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/robotests/src/com/android/server/pm/
H A DCrossProfileAppsServiceImplRoboTest.java550 .thenReturn(buildCrossProfileComponentName()); in canUserAttemptToConfigureInteractAcrossProfiles_profileOwnerWorkProfile_returnsFalse()
562 .thenReturn(buildCrossProfileComponentName()); in canUserAttemptToConfigureInteractAcrossProfiles_profileOwnerOtherProfile_returnsFalse()
571 .thenReturn(buildCrossProfileComponentName()); in canUserAttemptToConfigureInteractAcrossProfiles_profileOwnerOutsideProfileGroup_returnsTrue()
687 private ComponentName buildCrossProfileComponentName() { in buildCrossProfileComponentName() method in CrossProfileAppsServiceImplRoboTest