OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAppId
(Results
1 - 4
of
4
) sorted by null
/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
159
private final int
mAppId
;
187
mAppId
= appId;
222
return mService.getPrintJobInfo(printJobId,
mAppId
, mUserId);
243
mService.addPrintJobStateChangeListener(wrappedListener,
mAppId
, mUserId);
285
PrintJobInfo printJob = mService.getPrintJobInfo(printJobId,
mAppId
, mUserId);
303
List<PrintJobInfo> printJobInfos = mService.getPrintJobInfos(
mAppId
, mUserId);
321
mService.cancelPrintJob(printJobId,
mAppId
, mUserId);
329
mService.restartPrintJob(printJobId,
mAppId
, mUserId);
388
attributes, mContext.getPackageName(),
mAppId
, mUserId);
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java
179
appInfo.
mAppId
= appId;
189
int appId = (mApps.get(appConfig)).
mAppId
;
201
int appId = (mApps.get(chan.mConfig)).
mAppId
;
251
findAppConfigByAppId(channelStateEvent.
mAppId
);
527
if (appId == (e.getValue()).
mAppId
) {
[
all
...]
/packages/apps/Browser/src/com/android/browser/
Tab.java
166
private String
mAppId
;
[
all
...]
Completed in 62 milliseconds