Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl135 void sendLostModeLocationUpdate(in AndroidFuture<boolean> future); in sendLostModeLocationUpdate() method
DDevicePolicyManager.java6896 public void sendLostModeLocationUpdate(@NonNull @CallbackExecutor Executor executor, in sendLostModeLocationUpdate() method in DevicePolicyManager
6905 mService.sendLostModeLocationUpdate(future); in sendLostModeLocationUpdate()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java8507 assertThrows(SecurityException.class, () -> dpm.sendLostModeLocationUpdate( in testSendLostModeLocationUpdate_noPermission()
8514 assertThrows(IllegalStateException.class, () -> dpm.sendLostModeLocationUpdate( in testSendLostModeLocationUpdate_notOrganizationOwnedDevice()
8524 dpm.sendLostModeLocationUpdate(getServices().executor, /* empty callback */ result -> {}); in testSendLostModeLocationUpdate_asDeviceOwner()
8540 dpm.sendLostModeLocationUpdate(getServices().executor, /* empty callback */ result -> {}); in testSendLostModeLocationUpdate_asProfileOwnerOfOrgOwnedDevice()
8554 dpm.sendLostModeLocationUpdate(getServices().executor, /* empty callback */ result -> {}); in testSendLostModeLocationUpdate_noProviderIsEnabled()
/frameworks/base/core/api/
Dmodule-lib-lint-baseline.txt654 RequiresPermission: android.app.admin.DevicePolicyManager#sendLostModeLocationUpdate(java.util.conc…
655 …Method 'sendLostModeLocationUpdate' documentation mentions permissions already declared by @Requir…
Dtest-lint-baseline.txt718 RequiresPermission: android.app.admin.DevicePolicyManager#sendLostModeLocationUpdate(java.util.conc…
719 …Method 'sendLostModeLocationUpdate' documentation mentions permissions already declared by @Requir…
Dsystem-lint-baseline.txt744 RequiresPermission: android.app.admin.DevicePolicyManager#sendLostModeLocationUpdate(java.util.conc…
745 …Method 'sendLostModeLocationUpdate' documentation mentions permissions already declared by @Requir…
Dsystem-current.txt1340 …ion(android.Manifest.permission.TRIGGER_LOST_MODE) public void sendLostModeLocationUpdate(@NonNull…
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java8192 public void sendLostModeLocationUpdate(AndroidFuture<Boolean> future) {