Home
last modified time | relevance | path

Searched refs:CAPABILITY_SELF_MANAGED (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DPhoneAccount.java339 public static final int CAPABILITY_SELF_MANAGED = 0x800; field in PhoneAccount
939 return (mCapabilities & CAPABILITY_SELF_MANAGED) == CAPABILITY_SELF_MANAGED; in isSelfManaged()
1065 if (hasCapabilities(CAPABILITY_SELF_MANAGED)) { in capabilitiesToString()
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DSelfManagedCallList.java125 .setCapabilities(PhoneAccount.CAPABILITY_SELF_MANAGED | in registerPhoneAccount()
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DPhoneAccountRegistrarTest.java648 .setCapabilities(PhoneAccount.CAPABILITY_SELF_MANAGED) in testSelfManagedPhoneAccount()
672 .setCapabilities(PhoneAccount.CAPABILITY_SELF_MANAGED | in testSelfManagedCapabilityOverride()
681 assertEquals(PhoneAccount.CAPABILITY_SELF_MANAGED, registeredAccount.getCapabilities()); in testSelfManagedCapabilityOverride()
H A DCallLogManagerTest.java768 PhoneAccount.CAPABILITY_SELF_MANAGED)); in testLogMissedSelfManaged()
H A DTelecomSystemTest.java275 PhoneAccount.CAPABILITY_SELF_MANAGED)
H A DCallsManagerTest.java162 .setCapabilities(PhoneAccount.CAPABILITY_SELF_MANAGED)
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DPhoneAccountRegistrar.java720 PhoneAccount.CAPABILITY_SELF_MANAGED, in getSelfManagedPhoneAccounts()
833 if (account.hasCapabilities(PhoneAccount.CAPABILITY_SELF_MANAGED)) { in addOrReplacePhoneAccount()
859 || account.hasCapabilities(PhoneAccount.CAPABILITY_SELF_MANAGED)); in addOrReplacePhoneAccount()
H A DTelecomServiceImpl.java513 if (account.hasCapabilities(PhoneAccount.CAPABILITY_SELF_MANAGED)) {
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DMissedCallNotifier.java288 if (phoneAccount.hasCapabilities(PhoneAccount.CAPABILITY_SELF_MANAGED)) { in removeSelfManagedCalls()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt40215 field public static final int CAPABILITY_SELF_MANAGED = 2048; // 0x800