Searched refs:mIsSystem (Results 1 – 4 of 4) sorted by relevance
465 final boolean mIsSystem; field in MediaRoute2Info487 mIsSystem = builder.mIsSystem; in MediaRoute2Info()510 mIsSystem = in.readBoolean(); in MediaRoute2Info()577 return mIsSystem; in isSystemRoute()775 pw.println(indent + "mIsSystem=" + mIsSystem); in dump()829 && (mIsSystem == other.mIsSystem) in equals()848 return Objects.hash(mId, mName, mFeatures, mType, mIsSystem, mIconUri, mDescription, in hashCode()888 dest.writeBoolean(mIsSystem); in writeToParcel()965 boolean mIsSystem; field in MediaRoute2Info.Builder1034 mIsSystem = routeInfo.mIsSystem; in Builder()[all …]
154 mSystemCategory.mIsSystem = true; in Static()2853 boolean mIsSystem; field in MediaRouter.RouteCategory2945 return mIsSystem; in isSystem()
728 private final boolean mIsSystem; field in TextToSpeech797 mIsSystem = isSystem; in TextToSpeech()913 if (mIsSystem) { in connectToEngine()
28405 Landroid/media/MediaRouter$RouteCategory;->mIsSystem:Z