Home
last modified time | relevance | path

Searched refs:testCaps (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DTestImsServiceCompat.java39 public long testCaps; field in TestImsServiceCompat
68 return testCaps; in getImsServiceCapabilities()
DTestImsService.java39 public long testCaps; field in TestImsService
66 return testCaps; in getImsServiceCapabilities()
DImsServiceTest.java285 mTestImsService.testCaps = validCaps; in testCapsSanitized()
287 mTestImsService.testCaps = invalidCaps; in testCapsSanitized()
/frameworks/opt/net/ims/tests/src/com/android/ims/
DFeatureConnectionTest.java172 long testCaps = 1; in testUpdateCapabilities() local
174 mTestFeatureConnection.updateFeatureCapabilities(testCaps); in testUpdateCapabilities()
175 assertEquals(testCaps, mTestFeatureConnection.mCapabilities); in testUpdateCapabilities()