Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/admin/
DDevicePolicyFragment.java102 private final List<DeviceAdminApp> mDeviceAdminApps = new ArrayList<>();
205 DeviceAdminApp adminApp = new DeviceAdminApp(receiver, pm); in setAdminApps()
336 DeviceAdminApp app; in launchSetDeviceAdminIntent()
397 private static final class DeviceAdminApp { class in DevicePolicyFragment
401 DeviceAdminApp(ResolveInfo resolveInfo, PackageManager pm) { in DeviceAdminApp() method in DevicePolicyFragment.DeviceAdminApp