Searched refs:mProgramType (Results 1 – 2 of 2) sorted by relevance
308 private final @ProgramType int mProgramType; field in ProgramSelector333 mProgramType = programType; in ProgramSelector()347 return mProgramType; in getProgramType()446 mProgramType, in withSecondaryPreferred()546 StringBuilder sb = new StringBuilder("ProgramSelector(type=").append(mProgramType) in toString()588 mProgramType = in.readInt(); in ProgramSelector()599 dest.writeInt(mProgramType); in writeToParcel()
21760 Landroid/hardware/radio/ProgramSelector;->mProgramType:I