Searched refs:mIsSystem (Results 1 – 4 of 4) sorted by relevance
329 final boolean mIsSystem; field in MediaRoute2Info347 mIsSystem = builder.mIsSystem; in MediaRoute2Info()365 mIsSystem = in.readBoolean(); in MediaRoute2Info()437 return mIsSystem; in isSystemRoute()586 && (mIsSystem == other.mIsSystem) in equals()601 return Objects.hash(mId, mName, mFeatures, mType, mIsSystem, mIconUri, mDescription, in hashCode()637 dest.writeBoolean(mIsSystem); in writeToParcel()660 boolean mIsSystem; field in MediaRoute2Info.Builder723 mIsSystem = routeInfo.mIsSystem; in Builder()799 mIsSystem = isSystem; in setSystemRoute()
153 mSystemCategory.mIsSystem = true; in Static()2867 boolean mIsSystem; field in MediaRouter.RouteCategory2959 return mIsSystem; in isSystem()
723 private final boolean mIsSystem; field in TextToSpeech792 mIsSystem = isSystem; in TextToSpeech()869 if (mIsSystem) { in connectToEngine()
31283 Landroid/media/MediaRouter$RouteCategory;->mIsSystem:Z