Searched refs:mIsSuperPrimary (Results 1 – 5 of 5) sorted by relevance
70 private boolean mIsSuperPrimary; field in DataAction101 mIsSuperPrimary = item.isSuperPrimary(); in DataAction()280 return mIsSuperPrimary; in isSuperPrimary()
958 private final boolean mIsSuperPrimary; field in ExpandingEntryCardView.EntryContextMenuInfo966 mIsSuperPrimary = isSuperPrimary; in EntryContextMenuInfo()986 return mIsSuperPrimary; in isSuperPrimary()
79 final boolean mIsSuperPrimary; field in MetadataEntryParser.FieldData87 this.mIsSuperPrimary = isSuperPrimary; in FieldData()
5044 dataValues.put(Data.IS_SUPER_PRIMARY, fieldData.mIsSuperPrimary ? 1 : 0); in updateFromMetaDataEntry()
287 assertEquals(fieldData1.mIsSuperPrimary, fieldData2.mIsSuperPrimary); in assertFieldDataEquals()