HomeSort by relevance Sort by last modified time
    Searched refs:CAPABILITY_MULTI_USER (Results 1 - 11 of 11) sorted by null

  /frameworks/base/telecomm/java/android/telecom/
PhoneAccount.java 220 public static final int CAPABILITY_MULTI_USER = 0x20;
    [all...]
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipUtil.java 133 | PhoneAccount.CAPABILITY_MULTI_USER)
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallLogManagerTest.java 460 PhoneAccount.CAPABILITY_MULTI_USER));
493 PhoneAccount.CAPABILITY_MULTI_USER));
526 PhoneAccount.CAPABILITY_MULTI_USER));
    [all...]
MissedCallNotifierImplTest.java 313 PhoneAccount.CAPABILITY_MULTI_USER);
348 if (phoneAccount.hasCapabilities(PhoneAccount.CAPABILITY_MULTI_USER)) {
TelecomServiceImplTest.java     [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
CallLogManager.java 433 phoneAccount.hasCapabilities(PhoneAccount.CAPABILITY_MULTI_USER)) {
TelecomServiceImpl.java 440 if (account.hasCapabilities(PhoneAccount.CAPABILITY_MULTI_USER)) {
    [all...]
Call.java     [all...]
PhoneAccountRegistrar.java 109 * {@link PhoneAccount#CAPABILITY_MULTI_USER}.
504 // If this PhoneAccount has CAPABILITY_MULTI_USER, it should be visible to all users and
506 if (account.hasCapabilities(PhoneAccount.CAPABILITY_MULTI_USER)) {
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/ui/
MissedCallNotifierImpl.java 266 phoneAccount.hasCapabilities(PhoneAccount.CAPABILITY_MULTI_USER)) {
  /packages/services/Telephony/src/com/android/services/telephony/
TelecomAccountRegistry.java 185 PhoneAccount.CAPABILITY_MULTI_USER;
    [all...]

Completed in 198 milliseconds