OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAppId
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/core/java/android/hardware/location/
NanoAppFilter.java
34
private long
mAppId
;
82
mAppId
= in.readLong();
94
out.writeLong(
mAppId
);
109
mAppId
= appId;
128
(
mAppId
== APP_ANY || info.getAppId() ==
mAppId
) &&
NanoApp.java
42
private int
mAppId
;
85
mAppId
= appId;
122
mAppId
= appId;
213
return
mAppId
;
283
mAppId
= in.readInt();
316
out.writeInt(
mAppId
);
345
String retVal = "Id : " +
mAppId
;
NanoAppInstanceInfo.java
36
private long
mAppId
;
101
return
mAppId
;
112
mAppId
= appId;
285
mAppId
= in.readLong();
307
out.writeLong(
mAppId
);
335
retVal += ", Id : 0x" + Long.toHexString(
mAppId
);
/frameworks/base/core/tests/coretests/src/android/print/
IPrintManagerParametersTest.java
56
private final int
mAppId
;
74
mAppId
= UserHandle.getAppId(Process.myUid());
275
mAppId
, mUserId).getId());
276
assertEquals(null, mIPrintManager.getPrintJobInfo(mBadPrintJobId,
mAppId
, mUserId));
277
assertEquals(null, mIPrintManager.getPrintJobInfo(null,
mAppId
, mUserId));
296
List<PrintJobInfo> infos = mIPrintManager.getPrintJobInfos(
mAppId
, mUserId);
333
mAppId
, mUserId);
341
mAppId
, mUserId);
348
mIPrintManager.print(name, adapter, null, null,
mAppId
, mUserId);
356
mAppId
, mUserId)
[
all
...]
/frameworks/base/core/java/android/print/
PrintJobInfo.java
163
private int
mAppId
;
211
mAppId
= other.
mAppId
;
232
mAppId
= parcel.readInt();
417
return
mAppId
;
428
mAppId
= appId;
660
parcel.writeInt(
mAppId
);
PrintManager.java
201
private final int
mAppId
;
255
mAppId
= appId;
310
return mService.getPrintJobInfo(printJobId,
mAppId
, mUserId);
334
mService.addPrintJobStateChangeListener(wrappedListener,
mAppId
, mUserId);
385
PrintJobInfo printJob = mService.getPrintJobInfo(printJobId,
mAppId
, mUserId);
429
List<PrintJobInfo> printJobInfos = mService.getPrintJobInfos(
mAppId
, mUserId);
450
mService.cancelPrintJob(printJobId,
mAppId
, mUserId);
462
mService.restartPrintJob(printJobId,
mAppId
, mUserId);
537
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
...]
Completed in 83 milliseconds