OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurSeq
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/
RunningServices.java
155
int
mCurSeq
;
308
si.
mCurSeq
=
mCurSeq
;
342
if (
mCurSeq
== curSeq) {
365
proc.
mCurSeq
= curSeq;
480
if (proc.
mCurSeq
!= mSequence) {
495
proc.
mCurSeq
= mSequence;
556
if (proc.
mCurSeq
== mSequence) {
567
if (pi.
mCurSeq
== mSequence) {
588
if (si.
mCurSeq
!= mSequence)
[
all
...]
/frameworks/base/services/java/com/android/server/
InputMethodManagerService.java
198
int
mCurSeq
;
615
MSG_UNBIND_METHOD,
mCurSeq
, mCurClient.client));
671
? new InputBindResult(session.session, mCurId,
mCurSeq
)
722
mCurSeq
++;
723
if (
mCurSeq
<= 0)
mCurSeq
= 1;
746
return new InputBindResult(null, mCurId,
mCurSeq
);
756
return new InputBindResult(null, mCurId,
mCurSeq
);
775
return new InputBindResult(null, mCurMethodId,
mCurSeq
);
802
return new InputBindResult(null, mCurId,
mCurSeq
);
[
all
...]
Completed in 164 milliseconds