Searched refs:sharedName (Results 1 – 2 of 2) sorted by relevance
35 String sharedName = "shared"; in testSharedUser_setSharedUserTime_containsSharedUser() local37 state.setSharedUserGrantTime(sharedName, Instant.EPOCH); in testSharedUser_setSharedUserTime_containsSharedUser()38 assertThat(state.containsSharedUserGrantTime(sharedName)).isTrue(); in testSharedUser_setSharedUserTime_containsSharedUser()40 assertThat(state.getSharedUserGrantTimes().get(sharedName)).isEqualTo(Instant.EPOCH); in testSharedUser_setSharedUserTime_containsSharedUser()
178 RecordInfo(NsdServiceInfo serviceInfo, T record, boolean sharedName) { in RecordInfo() argument181 this.isSharedName = sharedName; in RecordInfo()