Searched refs:testCaps (Results 1 – 4 of 4) sorted by relevance
39 public long testCaps; field in TestImsServiceCompat68 return testCaps; in getImsServiceCapabilities()
39 public long testCaps; field in TestImsService66 return testCaps; in getImsServiceCapabilities()
285 mTestImsService.testCaps = validCaps; in testCapsSanitized()287 mTestImsService.testCaps = invalidCaps; in testCapsSanitized()
172 long testCaps = 1; in testUpdateCapabilities() local174 mTestFeatureConnection.updateFeatureCapabilities(testCaps); in testUpdateCapabilities()175 assertEquals(testCaps, mTestFeatureConnection.mCapabilities); in testUpdateCapabilities()