Home
last modified time | relevance | path

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

12

/packages/modules/RemoteKeyProvisioning/app/tests/unit/src/com/android/rkpdapp/unittest/
DSystemInterfaceTest.java153 SystemInterface systemInterface = mockSystemInterface(CborUtils.EC_CURVE_25519, in testGenerateKey() local
165 SystemInterface systemInterface = mockSystemInterfaceFailure(new RemoteException()); in testGenerateKeyFailureRemoteException() local
179 SystemInterface systemInterface = mockSystemInterfaceFailure( in testGenerateKeyFailureServiceSpecificException() local
194 SystemInterface systemInterface = mockSystemInterface(CborUtils.EC_CURVE_P256, in testGenerateCSRPreV3P256() local
220 SystemInterface systemInterface = mockSystemInterface(CborUtils.EC_CURVE_25519, in testGenerateCSRPreV3Ed25519() local
245 SystemInterface systemInterface = mockSystemInterface(CborUtils.EC_CURVE_25519, in testGenerateCSRv3() local
265 SystemInterface systemInterface = mockSystemInterface(CborUtils.EC_CURVE_25519, in testGetVersion() local
278 SystemInterface systemInterface = mockSystemInterface(hwInfo, irpc); in testValidBatchSizes() local
291 SystemInterface systemInterface = mockSystemInterface(hwInfo, mockedComponent); in testGetBatchSizeTooSmall() local
304 SystemInterface systemInterface = mockSystemInterface(hwInfo, mockedComponent); in testGetBatchSizeToolarge() local
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/provisioner/
DProvisioner.java80 public void provisionKeys(ProvisioningAttempt metrics, SystemInterface systemInterface, in provisionKeys()
116 SystemInterface systemInterface) in generateKeys()
127 SystemInterface systemInterface, GeekResponse geekResponse) in fetchCertificates()
148 SystemInterface systemInterface, in batchProvision()
/packages/modules/RemoteKeyProvisioning/app/tests/avf/src/com/android/avf/rkpdapp/e2etest/
DAvfIntegrationTest.java99 SystemInterface systemInterface = in setUp() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetObjectsFactory.java77 HeadsetSystemInterface systemInterface) { in makeStateMachine()
DHeadsetStateMachine.java190 HeadsetSystemInterface systemInterface) { in HeadsetStateMachine()
236 HeadsetSystemInterface systemInterface) { in make()
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/service/
DRemoteProvisioningService.java78 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.java112 SystemInterface systemInterface = in setUp() local
DKeystoreIntegrationTest.java141 SystemInterface systemInterface = in setUp() local
/packages/services/Car/service/src/com/android/car/
DUptimeTracker.java100 UptimeTracker(File file, long snapshotInterval, SystemInterface systemInterface) { in UptimeTracker()
DCarLocationService.java626 SystemInterface systemInterface = CarLocalServices.getService(SystemInterface.class); in getLocationCacheFile() local
DICarImpl.java1198 public Builder setSystemInterface(SystemInterface systemInterface) { in setSystemInterface()
1293 CarRemoteAccessService construct(Context context, SystemInterface systemInterface, in construct()
DCarInputService.java307 SystemInterface systemInterface) { in CarInputService()
332 CarPowerManagementService carPowerService, SystemInterface systemInterface, in CarInputService()
DCarStorageMonitoringService.java145 public CarStorageMonitoringService(Context context, SystemInterface systemInterface) { in CarStorageMonitoringService()
DCarUxRestrictionsManagerService.java429 SystemInterface systemInterface = CarLocalServices.getService(SystemInterface.class); in getFile() local
/packages/services/Car/service/src/com/android/car/garagemode/
DGarageModeController.java134 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.java101 PowerComponentHandler(Context context, SystemInterface systemInterface) { in PowerComponentHandler()
106 public PowerComponentHandler(Context context, SystemInterface systemInterface, in PowerComponentHandler()
DScreenOffHandler.java130 ScreenOffHandler(Context context, SystemInterface systemInterface, Looper looper) { in ScreenOffHandler()
135 ScreenOffHandler(Context context, SystemInterface systemInterface, Looper looper, in ScreenOffHandler()
DCarPowerManagementService.java418 public Builder setSystemInterface(SystemInterface systemInterface) { in setSystemInterface()
524 SystemInterface systemInterface, 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.java371 public CarRemoteAccessService(Context context, SystemInterface systemInterface, in CarRemoteAccessService()
406 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/tests/carservice_test/src/com/android/car/remoteaccess/
DCarRemoteAccessManagerTest.java327 setCarRemoteAccessServiceConstructor((Context context, SystemInterface systemInterface, in configureFakeSystemInterface()
/packages/services/Car/service/src/com/android/car/watchdog/
DCarWatchdogService.java609 SystemInterface systemInterface = CarLocalServices.getService(SystemInterface.class); in getWatchdogDirFile() local

12