Searched refs:nullIntent (Results 1 – 2 of 2) sorted by relevance
353 PendingIntent nullIntent = null; in testArgumentValidation() local359 mustFail(() -> manager.requestNetwork(request, nullIntent)); in testArgumentValidation()368 mustFail(() -> manager.registerNetworkCallback(request, nullIntent)); in testArgumentValidation()381 mustFail(() -> manager.unregisterNetworkCallback(nullIntent)); in testArgumentValidation()382 mustFail(() -> manager.releaseNetworkRequest(nullIntent)); in testArgumentValidation()
244 Intent nullIntent = new Intent(); in showStreamingNotification() local245 PendingIntent nullPendingIntent = PendingIntent.getBroadcast(mContext, 0, nullIntent, in showStreamingNotification()