Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DUserTrackerImpl.kt116 addAction(Intent.ACTION_MANAGED_PROFILE_AVAILABLE)
132 Intent.ACTION_MANAGED_PROFILE_AVAILABLE,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/settings/
H A DUserTrackerImplTest.kt138 assertThat(hasAction(Intent.ACTION_MANAGED_PROFILE_AVAILABLE)).isTrue()
205 val intent = Intent(Intent.ACTION_MANAGED_PROFILE_AVAILABLE)
370 val intentProfiles = Intent(Intent.ACTION_MANAGED_PROFILE_AVAILABLE)
H A DUserTrackerImplReceiveTest.kt43 Intent.ACTION_MANAGED_PROFILE_AVAILABLE,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManagerImpl.java145 case Intent.ACTION_MANAGED_PROFILE_AVAILABLE:
324 filter.addAction(Intent.ACTION_MANAGED_PROFILE_AVAILABLE); in setUpWithPresenter()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java260 filter.addAction(Intent.ACTION_MANAGED_PROFILE_AVAILABLE); in init()
759 case Intent.ACTION_MANAGED_PROFILE_AVAILABLE:
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManager.java194 filter.addAction(Intent.ACTION_MANAGED_PROFILE_AVAILABLE); in init()
197 filter.addAction(Intent.ACTION_MANAGED_PROFILE_AVAILABLE); in init()
1128 case Intent.ACTION_MANAGED_PROFILE_AVAILABLE: in getTileWithCurrentState()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java1107 filter.addAction(Intent.ACTION_MANAGED_PROFILE_AVAILABLE);
2374 && !TextUtils.equals(action, Intent.ACTION_MANAGED_PROFILE_AVAILABLE)) {
/aosp14/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java196 case Intent.ACTION_MANAGED_PROFILE_AVAILABLE:
340 offModeFilter.addAction(Intent.ACTION_MANAGED_PROFILE_AVAILABLE); in registerBroadcastReceiver()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java1283 intent.setAction(Intent.ACTION_MANAGED_PROFILE_AVAILABLE); in broadcastProfileAvailabilityChanges()
1296 Intent.ACTION_MANAGED_PROFILE_AVAILABLE /* namespace */, in broadcastProfileAvailabilityChanges()
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java4143 public static final String ACTION_MANAGED_PROFILE_AVAILABLE = field in Intent
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java222 import static android.content.Intent.ACTION_MANAGED_PROFILE_AVAILABLE;
1263 } else if (ACTION_MANAGED_PROFILE_AVAILABLE.equals(action)) {
2122 filter.addAction(ACTION_MANAGED_PROFILE_AVAILABLE); in DevicePolicyManagerService()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt10852 …field public static final String ACTION_MANAGED_PROFILE_AVAILABLE = "android.intent.action.MANAGED…