Home
last modified time | relevance | path

Searched defs:systemInterface (Results 1 – 24 of 24) sorted by relevance

/packages/modules/RemoteKeyProvisioning/app/tests/unit/src/com/android/rkpdapp/unittest/
DSystemInterfaceTest.java120 SystemInterface systemInterface = mockSystemInterface(CborUtils.EC_CURVE_25519, in testGenerateKey() local
132 SystemInterface systemInterface = mockSystemInterfaceFailure(new RemoteException()); in testGenerateKeyFailureRemoteException() local
146 SystemInterface systemInterface = mockSystemInterfaceFailure( in testGenerateKeyFailureServiceSpecificException() local
161 SystemInterface systemInterface = mockSystemInterface(CborUtils.EC_CURVE_P256, in testGenerateCSRPreV3P256() local
187 SystemInterface systemInterface = mockSystemInterface(CborUtils.EC_CURVE_25519, in testGenerateCSRPreV3Ed25519() local
212 SystemInterface systemInterface = mockSystemInterface(CborUtils.EC_CURVE_25519, in testGenerateCSRv3() local
232 SystemInterface systemInterface = mockSystemInterface(CborUtils.EC_CURVE_25519, in testGetVersion() local
245 SystemInterface systemInterface = mockSystemInterface(hwInfo, irpc); in testValidBatchSizes() local
258 SystemInterface systemInterface = mockSystemInterface(hwInfo, mockedComponent); in testGetBatchSizeTooSmall() local
271 SystemInterface systemInterface = mockSystemInterface(hwInfo, mockedComponent); in testGetBatchSizeToolarge() local
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/provisioner/
DProvisioner.java76 public void provisionKeys(ProvisioningAttempt metrics, SystemInterface systemInterface, in provisionKeys()
112 SystemInterface systemInterface) in generateKeys()
123 SystemInterface systemInterface, GeekResponse geekResponse) in fetchCertificates()
144 SystemInterface systemInterface, in batchProvision()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetObjectsFactory.java75 HeadsetNativeInterface nativeInterface, HeadsetSystemInterface systemInterface) { in makeStateMachine()
DHeadsetStateMachine.java185 HeadsetNativeInterface nativeInterface, HeadsetSystemInterface systemInterface) { in HeadsetStateMachine()
227 HeadsetNativeInterface nativeInterface, HeadsetSystemInterface systemInterface) { in make()
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/service/
DRemoteProvisioningService.java67 SystemInterface systemInterface; in getRegistration() local
DRegistrationBinder.java73 public RegistrationBinder(Context context, int clientUid, SystemInterface systemInterface, in RegistrationBinder()
/packages/modules/RemoteKeyProvisioning/app/tests/e2e/src/com/android/rkpdapp/e2etest/
DRkpdHostTestHelperTests.java105 SystemInterface systemInterface = ServiceManagerInterface.getInstance(mServiceName); in setUp() local
DKeystoreIntegrationTest.java127 SystemInterface systemInterface = ServiceManagerInterface.getInstance(mServiceName); in setUp() local
/packages/services/Car/service/src/com/android/car/
DUptimeTracker.java100 UptimeTracker(File file, long snapshotInterval, SystemInterface systemInterface) { in UptimeTracker()
DICarImpl.java199 SystemInterface systemInterface, String vehicleInterfaceName) { in ICarImpl()
209 SystemInterface systemInterface, String vehicleInterfaceName, in ICarImpl()
DCarLocationService.java611 SystemInterface systemInterface = CarLocalServices.getService(SystemInterface.class); in getLocationCacheFile() local
DCarInputService.java305 SystemInterface systemInterface, UserManager userManager) { in CarInputService()
330 CarPowerManagementService carPowerService, SystemInterface systemInterface, in CarInputService()
DCarStorageMonitoringService.java141 public CarStorageMonitoringService(Context context, SystemInterface systemInterface) { in CarStorageMonitoringService()
DCarUxRestrictionsManagerService.java425 SystemInterface systemInterface = CarLocalServices.getService(SystemInterface.class); in getFile() local
DCarShellCommand.java547 SystemInterface systemInterface, in CarShellCommand()
/packages/services/Car/service/src/com/android/car/garagemode/
DController.java126 SystemInterface systemInterface = CarLocalServices.getService(SystemInterface.class); in sendBroadcast() local
DGarageModeRecorder.java81 SystemInterface systemInterface = CarLocalServices.getService(SystemInterface.class); in GarageModeRecorder() local
/packages/services/Car/service/src/com/android/car/power/
DPowerComponentHandler.java97 PowerComponentHandler(Context context, SystemInterface systemInterface) { in PowerComponentHandler()
102 public PowerComponentHandler(Context context, SystemInterface systemInterface, in PowerComponentHandler()
DScreenOffHandler.java126 ScreenOffHandler(Context context, SystemInterface systemInterface, Looper looper) { in ScreenOffHandler()
131 ScreenOffHandler(Context context, SystemInterface systemInterface, Looper looper, in ScreenOffHandler()
DCarPowerManagementService.java327 SystemInterface systemInterface, CarUserService carUserService, in CarPowerManagementService()
339 SystemInterface systemInterface, UserManager userManager, CarUserService carUserService, in CarPowerManagementService()
/packages/services/Car/service/src/com/android/car/remoteaccess/
DRemoteAccessStorage.java49 RemoteAccessStorage(Context context, SystemInterface systemInterface, boolean inMemoryStorage) { in RemoteAccessStorage()
DCarRemoteAccessService.java319 public CarRemoteAccessService(Context context, SystemInterface systemInterface, in CarRemoteAccessService()
354 public CarRemoteAccessService(Context context, SystemInterface systemInterface, in CarRemoteAccessService()
/packages/services/Car/service/src/com/android/car/telemetry/
DCarTelemetryService.java232 SystemInterface systemInterface = CarLocalServices.getService(SystemInterface.class); in init() local
/packages/services/Car/service/src/com/android/car/watchdog/
DCarWatchdogService.java569 SystemInterface systemInterface = CarLocalServices.getService(SystemInterface.class); in getWatchdogDirFile() local