Home
last modified time | relevance | path

Searched refs:isSelfManaged (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/java/android/companion/
DCompanionDeviceService.java258 if (!associationInfo.isSelfManaged()) { in onDeviceAppeared()
271 if (!associationInfo.isSelfManaged()) { in onDeviceDisappeared()
DAssociationRequest.java295 public boolean isSelfManaged() { in isSelfManaged() method in AssociationRequest
DAssociationInfo.java218 public boolean isSelfManaged() { in isSelfManaged() method in AssociationInfo
DCompanionDeviceManager.java662 a -> a.isSelfManaged() ? null : a.getDeviceMacAddressAsString()); in getAssociations()
/frameworks/base/services/companion/java/com/android/server/companion/devicepresence/
DCompanionServiceConnector.java89 @UserIdInt int userId, @NonNull ComponentName componentName, boolean isSelfManaged, in newInstance() argument
91 final int bindingFlags = isSelfManaged ? BIND_TREAT_LIKE_VISIBLE_FOREGROUND_SERVICE in newInstance()
DCompanionAppBinder.java106 boolean isSelfManaged, CompanionServiceConnector.Listener listener) { in bindCompanionApp() argument
108 + isSelfManaged + "]..."); in bindCompanionApp()
131 companionServices.get(i), isSelfManaged, isPrimary)); in bindCompanionApp()
DDevicePresenceProcessor.java685 bindApplicationIfNeeded(userId, packageName, association.isSelfManaged()); in onDevicePresenceEvent()
690 if (association.isSelfManaged() || added) { in onDevicePresenceEvent()
709 if (association.isSelfManaged() || removed) { in onDevicePresenceEvent()
833 if (!association.isSelfManaged()) { in notifySelfManagedDevicePresenceEvent()
907 if (ai.isSelfManaged()) { in shouldScheduleRebind()
/frameworks/base/services/companion/java/com/android/server/companion/association/
DAssociationRequestsProcessor.java155 if (request.isSelfManaged()) { in processNewAssociationRequest()
172 if (request.isSelfManaged() && !request.isForceConfirmation() in processNewAssociationRequest()
274 request.isSelfManaged(), in createAssociationAndNotifyApplication()
448 if (request.isSelfManaged()) {
DDisassociationProcessor.java216 if (!association.isSelfManaged()) continue; in removeIdleSelfManagedAssociations()
DAssociationDiskStore.java474 writeBooleanAttribute(serializer, XML_ATTR_SELF_MANAGED, a.isSelfManaged()); in writeAssociation()
/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DCompanionAssociationActivity.java213 if (!mRequest.isSelfManaged()) { in onStart()
317 if (mRequest.isSelfManaged()) { in initUI()
350 if (!mRequest.isSelfManaged()) { in onAssociationApproved()
376 if (!mRequest.isSelfManaged() || discoveryTimeout) { in cancel()
415 if (!association.isSelfManaged()) { in setResultAndFinish()
619 if (mRequest.isSelfManaged()) { in onPositiveButtonClick()
/frameworks/base/services/companion/java/com/android/server/companion/utils/
DPermissionsUtils.java89 if (request.isSelfManaged()) { in enforcePermissionForCreatingAssociation()
/frameworks/base/telecomm/java/android/telecom/
DPhoneAccount.java1120 public boolean isSelfManaged() { in isSelfManaged() method in PhoneAccount
DConnectionService.java2428 boolean isSelfManaged = in createConnection()
2433 if (isSelfManaged) { in createConnection()
2478 if (isIncoming && request.shouldShowIncomingCallUi() && isSelfManaged) { in createConnection()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt9723 method public boolean isSelfManaged();
9733 method public boolean isSelfManaged();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt51810 Landroid/telecom/PhoneAccount;->isSelfManaged()Z