Home
last modified time | relevance | path

Searched refs:mTrustedDeviceManager (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/ui/
DTrustedDeviceActivity.java105 private ITrustedDeviceManager mTrustedDeviceManager; field in TrustedDeviceActivity
222 if (mTrustedDeviceManager == null) { in observeViewModel()
228 mTrustedDeviceManager.removeTrustedDevice(trustedDevice); in observeViewModel()
265 mTrustedDeviceManager.initiateEnrollment(device.getDeviceId()); in attemptInitiatingEnrollment()
272 if (mTrustedDeviceManager == null) { in isCompanionDeviceConnected()
279 devices = mTrustedDeviceManager.getActiveUserConnectedDevices(); in isCompanionDeviceConnected()
430 if (mTrustedDeviceManager == null) { in registerCallbacks()
434 mTrustedDeviceManager.registerTrustedDeviceEnrollmentCallback( in registerCallbacks()
436 mTrustedDeviceManager.registerTrustedDeviceCallback(mTrustedDeviceCallback); in registerCallbacks()
437 mTrustedDeviceManager.registerAssociatedDeviceCallback(mDeviceAssociationCallback); in registerCallbacks()
[all …]
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/
DTrustedDeviceAgentService.java43 private ITrustedDeviceManager mTrustedDeviceManager; field in TrustedDeviceAgentService
58 mTrustedDeviceManager.clearTrustedDeviceAgentDelegate(mTrustedDeviceAgentDelegate); in onDestroy()
70 mTrustedDeviceManager.onEscrowTokenAdded(user.getIdentifier(), handle); in onEscrowTokenAdded()
81 mTrustedDeviceManager.onEscrowTokenActivated(ActivityManager.getCurrentUser(), in onEscrowTokenStateReceived()
98 mTrustedDeviceManager = ITrustedDeviceManager.Stub.asInterface(service);
100 mTrustedDeviceManager.setTrustedDeviceAgentDelegate(mTrustedDeviceAgentDelegate);
DTrustedDeviceManagerService.java30 private TrustedDeviceManager mTrustedDeviceManager; field in TrustedDeviceManagerService
37 mTrustedDeviceManager = new TrustedDeviceManager(this); in onCreate()
42 mTrustedDeviceManager.cleanup(); in onDestroy()
48 return mTrustedDeviceManager.asBinder(); in onBind()