Lines Matching refs:userId

40     List<PrintJobInfo> getPrintJobInfos(int appId, int userId);
41 PrintJobInfo getPrintJobInfo(in PrintJobId printJobId, int appId, int userId);
43 in PrintAttributes attributes, String packageName, int appId, int userId);
44 void cancelPrintJob(in PrintJobId printJobId, int appId, int userId);
45 void restartPrintJob(in PrintJobId printJobId, int appId, int userId);
48 int appId, int userId);
50 int userId);
56 * @param userId the id of the user listening
61 int userId);
67 * @param userId the id of the user requesting the removal
72 int userId);
78 * @param userId the id of the user requesting the services
82 List<PrintServiceInfo> getPrintServices(int selectionFlags, int userId);
89 * @param userId the id of the user requesting the services
91 void setPrintServiceEnabled(in ComponentName service, boolean isEnabled, int userId);
97 * @param userId the id of the user listening
102 int userId);
108 * @param userId the id of the user requesting the removal
113 int userId);
118 * @param userId the id of the user requesting the recommendations
122 List<RecommendationInfo> getPrintServiceRecommendations(int userId);
124 void createPrinterDiscoverySession(in IPrinterDiscoveryObserver observer, int userId);
126 in List<PrinterId> priorityList, int userId);
127 void stopPrinterDiscovery(in IPrinterDiscoveryObserver observer, int userId);
128 void validatePrinters(in List<PrinterId> printerIds, int userId);
129 void startPrinterStateTracking(in PrinterId printerId, int userId);
136 * @param userId the id of the user requesting the printer
141 Icon getCustomPrinterIcon(in PrinterId printerId, int userId);
143 void stopPrinterStateTracking(in PrinterId printerId, int userId);
145 int userId);