Home | History | Annotate | Download | only in media

Lines Matching defs:mType

49     private final @TokenType int mType;
85 mType = TYPE_LIBRARY_SERVICE;
90 mType = TYPE_SESSION_SERVICE;
105 mType = type;
168 return mType;
222 bundle.putInt(KEY_TYPE, mType);
231 return mType
248 && mType == other.mType;
253 return "SessionToken {pkg=" + mPackageName + " id=" + mId + " type=" + mType