Searched refs:sendLostModeLocationUpdate (Results 1 – 8 of 8) sorted by relevance
135 void sendLostModeLocationUpdate(in AndroidFuture<boolean> future); in sendLostModeLocationUpdate() method
6896 public void sendLostModeLocationUpdate(@NonNull @CallbackExecutor Executor executor, in sendLostModeLocationUpdate() method in DevicePolicyManager6905 mService.sendLostModeLocationUpdate(future); in sendLostModeLocationUpdate()
8507 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()
654 RequiresPermission: android.app.admin.DevicePolicyManager#sendLostModeLocationUpdate(java.util.conc…655 …Method 'sendLostModeLocationUpdate' documentation mentions permissions already declared by @Requir…
718 RequiresPermission: android.app.admin.DevicePolicyManager#sendLostModeLocationUpdate(java.util.conc…719 …Method 'sendLostModeLocationUpdate' documentation mentions permissions already declared by @Requir…
744 RequiresPermission: android.app.admin.DevicePolicyManager#sendLostModeLocationUpdate(java.util.conc…745 …Method 'sendLostModeLocationUpdate' documentation mentions permissions already declared by @Requir…
1340 …ion(android.Manifest.permission.TRIGGER_LOST_MODE) public void sendLostModeLocationUpdate(@NonNull…
8192 public void sendLostModeLocationUpdate(AndroidFuture<Boolean> future) {