Home | History | Annotate | Download | only in server

Lines Matching defs:checkNotNull

39 import static com.android.internal.util.Preconditions.checkNotNull;
775 mContext = checkNotNull(context, "missing Context");
776 mNetd = checkNotNull(netManager, "missing INetworkManagementService");
777 mStatsService = checkNotNull(statsService, "missing INetworkStatsService");
778 mPolicyManager = checkNotNull(policyManager, "missing INetworkPolicyManager");
779 mPolicyManagerInternal = checkNotNull(
4440 checkNotNull(operation, "PendingIntent cannot be null.");
4467 checkNotNull(operation, "PendingIntent cannot be null.");
4525 checkNotNull(operation, "PendingIntent cannot be null.");
5933 return checkNotNull(LocalServices.getService(IpConnectivityMetrics.Logger.class),