Searched defs:mAppId (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/print/
H A DPrintJobInfo.java141 private int mAppId; field in class:PrintJobInfo
182 mAppId = other.mAppId;
200 mAppId = parcel.readInt();
336 return mAppId;
347 mAppId = appId;
603 parcel.writeInt(mAppId);
H A DPrintManager.java161 private final int mAppId; field in class:PrintManager
189 mAppId = appId;
228 return mService.getPrintJobInfo(printJobId, mAppId, mUserId);
253 mService.addPrintJobStateChangeListener(wrappedListener, mAppId, mUserId);
303 PrintJobInfo printJob = mService.getPrintJobInfo(printJobId, mAppId, mUserId);
325 List<PrintJobInfo> printJobInfos = mService.getPrintJobInfos(mAppId, mUserId);
347 mService.cancelPrintJob(printJobId, mAppId, mUserId);
359 mService.restartPrintJob(printJobId, mAppId, mUserId);
433 attributes, mContext.getPackageName(), mAppId, mUserId);

Completed in 60 milliseconds