Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DPhoneAccountTest.java33 assertTrue(testPhoneAccount.hasCapabilities(PhoneAccount.CAPABILITY_CALL_COMPOSER)); in testPhoneAccountCapabilitiesForCallComposer()
39 assertFalse(testPhoneAccount.hasCapabilities(PhoneAccount.CAPABILITY_CALL_COMPOSER)); in testPhoneAccountCapabilitiesForCallComposer()
DPhoneAccountOperationsTest.java241 retrievedPhoneAccount.hasCapabilities(PhoneAccount.CAPABILITY_CALL_PROVIDER | in testRegisterPhoneAccount_CheckCapabilities()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
DSelfManagedIncomingCallTestActivity.java105 account.hasCapabilities(PhoneAccount.CAPABILITY_SELF_MANAGED)) { in onCreate()
/cts/tests/tests/print/src/android/print/cts/
DPrinterDiscoverySessionLifecycleTest.java80 private void addPrinter(@NonNull String localId, boolean hasCapabilities) { in addPrinter() argument
88 if (hasCapabilities) { in addPrinter()