Searched refs:setLockTaskFeatures (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/core/java/android/app/admin/ |
H A D | IDevicePolicyManager.aidl | 313 void setLockTaskFeatures(in ComponentName who, String callerPackageName, int flags); in setLockTaskFeatures() method
|
H A D | DevicePolicyManager.java | 12328 public void setLockTaskFeatures(@Nullable ComponentName admin, @LockTaskFeature int flags) { in setLockTaskFeatures() method in DevicePolicyManager 12332 mService.setLockTaskFeatures(admin, mContext.getPackageName(), flags); in setLockTaskFeatures()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerTest.java | 4775 dpm.setLockTaskFeatures(who, flags); in verifyCanSetLockTask() 4788 () -> dpm.setLockTaskFeatures(who, flags)); in verifyCanNotSetLockTask() 4840 () -> dpm.setLockTaskFeatures(admin1, flags)); in testLockTaskFeatures_IllegalArgumentException() 7849 dpm.setLockTaskFeatures(admin1, validLockTaskFeatures); in testSetLockTaskFeatures_financeDo_validLockTaskFeatures_lockTaskFeaturesSet() 7867 () -> dpm.setLockTaskFeatures(admin1, invalidLockTaskFeatures)); in testSetLockTaskFeatures_financeDo_invalidLockTaskFeatures_throwsException()
|
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerService.java | 15015 public void setLockTaskFeatures(ComponentName who, String callerPackageName, int flags) { in setLockTaskFeatures() method
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 2812 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->setLockTaskFeatures(Landroid/content/Component… 3337 Landroid/app/admin/IDevicePolicyManager;->setLockTaskFeatures(Landroid/content/ComponentName;I)V
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 7964 …sion.MANAGE_DEVICE_POLICY_LOCK_TASK, conditional=true) public void setLockTaskFeatures(@Nullable a…
|