OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mNextId
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/editor/
ViewIdGenerator.java
41
private int
mNextId
;
54
mNextId
= INITIAL_VIEW_ID;
78
id = (
mNextId
++) & 0xFFFF;
110
dest.writeInt(
mNextId
);
115
mNextId
= src.readInt();
/cts/tests/src/android/widget/cts/util/
ExpandableListScenario.java
351
private static long
mNextId
= 1000;
354
long id =
mNextId
++;
367
private static long
mNextId
= 2000;
370
long id =
mNextId
++;
/frameworks/ex/common/tests/src/com/android/common/widget/
GroupingListAdapterTests.java
49
private long
mNextId
;
109
mNextId
= 1;
111
mCursor.addRow(new Object[]{
mNextId
, number});
112
mNextId
++;
/frameworks/base/core/java/android/preference/
PreferenceManager.java
77
private long
mNextId
= 0;
291
return
mNextId
++;
Completed in 102 milliseconds