Searched refs:isConsistent (Results 1 – 17 of 17) sorted by relevance
121 assertTrue(mEmptyItem1.isConsistent(mEmptyItem1)); in testIsConsistent()122 assertFalse(mEmptyItem1.isConsistent(null)); in testIsConsistent()123 assertTrue(mEmptyItem1.isConsistent(mEmptyItem2)); in testIsConsistent()124 assertTrue(mEmptyItem2.isConsistent(mEmptyItem1)); in testIsConsistent()125 assertTrue(mEmptyItem1.isConsistent(mStringItem)); in testIsConsistent()126 assertTrue(mStringItem.isConsistent(mEmptyItem1)); in testIsConsistent()127 assertTrue(mIntegerItem.isConsistent(mStringItem)); in testIsConsistent()128 assertTrue(mEmptyItem1.isConsistent(mFullItem1)); in testIsConsistent()129 assertTrue(mFullItem1.isConsistent(mEmptyItem1)); in testIsConsistent()130 assertTrue(mFullItem1.isConsistent(mFullItem2)); in testIsConsistent()[all …]
51 public boolean isConsistent(IItem other); in isConsistent() method
41 public boolean isConsistent(IItem other) { in isConsistent() method in GenericMapItem
91 public boolean isConsistent(IItem other) { in isConsistent() method in DumpsysBatteryStatsItem
58 public boolean isConsistent(IItem other) { in isConsistent() method in CpuInfoItem
116 public boolean isConsistent(IItem other) { in isConsistent() method in BatteryDischargeItem
142 public boolean isConsistent(IItem other) { in isConsistent() method in BatteryStatsDetailedInfoItem
113 public boolean isConsistent(IItem other) { in isConsistent() method in BatteryUsageItem
58 public boolean isConsistent(IItem other) { in isConsistent() method in QtaguidItem
154 public boolean isConsistent(IItem other) { in isConsistent() method in LocationDumpsItem
146 public boolean isConsistent(IItem other) { in isConsistent() method in InterruptItem
71 public boolean isConsistent(IItem other) { in isConsistent() method in GfxInfoItem
172 public boolean isConsistent(IItem other) { in isConsistent() method in ProcessUsageItem
207 public boolean isConsistent(IItem other) { in isConsistent() method in WakelockItem
172 public boolean isConsistent(IItem other) { in isConsistent() method in ProcrankItem
64 public boolean isConsistent(IItem other) { in isConsistent() method in CompactMemInfoItem
91 public boolean isConsistent(IItem other) { in isConsistent() method in GenericItem