HomeSort by relevance Sort by last modified time
    Searched defs:mAppId (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/omaha/
ResponseParser.java 53 private final String mAppId;
78 mAppId = appId;
190 success &= TextUtils.equals(mAppId, node.attributes.get("appid"));
  /frameworks/base/core/java/android/print/
PrintJobInfo.java 141 private int mAppId;
182 mAppId = other.mAppId;
200 mAppId = parcel.readInt();
336 return mAppId;
347 mAppId = appId;
603 parcel.writeInt(mAppId);
PrintManager.java 161 private final int mAppId;
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);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 182 appInfo.mAppId = appId;
192 int appId = (mApps.get(appConfig)).mAppId;
204 int appId = (mApps.get(chan.mConfig)).mAppId;
254 findAppConfigByAppId(channelStateEvent.mAppId);
530 if (appId == (e.getValue()).mAppId) {
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Tab.java 172 private String mAppId;
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 82 milliseconds