Home | History | Annotate | Download | only in server

Lines Matching refs:mUniqueId

84     private int mUniqueId = 1;
585 if (++mUniqueId == INVALID_ID) return ++mUniqueId;
586 return mUniqueId;