Searched refs:mDpmInternal (Results 1 – 4 of 4) sorted by relevance
68 private final DevicePolicyManagerInternal mDpmInternal; field in RestrictionsManagerService.RestrictionsManagerImpl74 mDpmInternal = getLocalService(DevicePolicyManagerInternal.class); in RestrictionsManagerImpl()86 if (mDpmInternal != null) { in getApplicationRestrictionsPerAdminForUser()87 return mDpmInternal.getApplicationRestrictionsPerAdminForUser(packageName, userId); in getApplicationRestrictionsPerAdminForUser()
103 private final DevicePolicyManagerInternal mDpmInternal; field in ContextualSearchManagerService166 mDpmInternal = LocalServices.getService(DevicePolicyManagerInternal.class); in ContextualSearchManagerService()314 if (mDpmInternal != null in getContextualSearchIntent()315 && mDpmInternal.isUserOrganizationManaged(record.getUserId())) { in getContextualSearchIntent()
162 final DevicePolicyManagerInternal mDpmInternal; field in VoiceInteractionManagerService186 mDpmInternal = LocalServices.getService(DevicePolicyManagerInternal.class); in VoiceInteractionManagerService()2738 if (mDpmInternal != null in getContextualSearchIntent()2739 && mDpmInternal.isUserOrganizationManaged(record.getUserId())) { in getContextualSearchIntent()
230 DevicePolicyManagerInternal mDpmInternal; field in UsageStatsService600 if (mDpmInternal == null) { in getDpmInternal()601 mDpmInternal = LocalServices.getService(DevicePolicyManagerInternal.class); in getDpmInternal()603 return mDpmInternal; in getDpmInternal()