Searched refs:mIsSuperPrimary (Results 1 – 5 of 5) sorted by relevance
73 private boolean mIsSuperPrimary; field in DataAction106 mIsSuperPrimary = item.isSuperPrimary(); in DataAction()285 return mIsSuperPrimary; in isSuperPrimary()
1058 private final boolean mIsSuperPrimary; field in ExpandingEntryCardView.EntryContextMenuInfo1066 mIsSuperPrimary = isSuperPrimary; in EntryContextMenuInfo()1086 return mIsSuperPrimary; in isSuperPrimary()
79 final boolean mIsSuperPrimary; field in MetadataEntryParser.FieldData87 this.mIsSuperPrimary = isSuperPrimary; in FieldData()
5075 dataValues.put(Data.IS_SUPER_PRIMARY, fieldData.mIsSuperPrimary ? 1 : 0); in updateFromMetaDataEntry()
288 assertEquals(fieldData1.mIsSuperPrimary, fieldData2.mIsSuperPrimary); in assertFieldDataEquals()