Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/
DTrustedDeviceManagerService.java26 public class TrustedDeviceManagerService extends Service { class
DTrustedDeviceAgentService.java50 Intent intent = new Intent(this, TrustedDeviceManagerService.class); in onCreate()
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/ui/
DTrustedDeviceActivity.java55 import com.android.car.companiondevicesupport.feature.trust.TrustedDeviceManagerService;
124 Intent intent = new Intent(this, TrustedDeviceManagerService.class); in onCreate()