OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mIds
(Results
1 - 3
of
3
) sorted by null
/cts/tests/autofillservice/src/android/autofillservice/cts/
FillResponseTest.java
48
private final AutofillId[]
mIds
= new AutofillId[] { mAutofillId };
49
private final SaveInfo mSaveInfo = new SaveInfo.Builder(0,
mIds
).build();
76
() -> mBuilder.setAuthentication(
mIds
, null, mPresentation));
79
() -> mBuilder.setAuthentication(
mIds
, mIntentSender, null));
84
new FillResponse.Builder().setAuthentication(
mIds
, null, null);
85
new FillResponse.Builder().setAuthentication(
mIds
, mIntentSender, mPresentation);
91
() -> new FillResponse.Builder().setHeader(mHeader).setAuthentication(
mIds
,
94
() -> new FillResponse.Builder().setFooter(mFooter).setAuthentication(
mIds
,
107
new FillResponse.Builder().setAuthentication(
mIds
, mIntentSender, mPresentation);
121
new FillResponse.Builder().setAuthentication(
mIds
, mIntentSender, mPresentation)
[
all
...]
/frameworks/av/media/ndk/
NdkMediaDrm.cpp
80
List<idvec_t>
mIds
;
394
for (iter = mObj->
mIds
.begin(); iter != mObj->
mIds
.end(); ++iter) {
413
mObj->
mIds
.push_front(session);
414
List<idvec_t>::iterator iter = mObj->
mIds
.begin();
435
mObj->
mIds
.erase(iter);
514
mObj->
mIds
.push_front(mdKeySetId);
515
List<idvec_t>::iterator iter = mObj->
mIds
.begin();
560
mObj->
mIds
.erase(iter);
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
EABContactManager.java
443
private long[]
mIds
= null;
454
mIds
= ids;
542
if (
mIds
!= null) {
543
selectionParts.add(getWhereClauseForIds(
mIds
));
544
selectionArgs = getWhereArgsForIds(
mIds
);
594
if (
mIds
!= null) {
595
selectionParts.add(getWhereClauseForIds(
mIds
));
596
selectionArgs = getWhereArgsForIds(
mIds
);
[
all
...]
Completed in 449 milliseconds