Home
last modified time | relevance | path

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

123

/aosp_15_r20/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
/aosp_15_r20/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()
/aosp_15_r20/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.java132 ScreenOffHandler(Context context, SystemInterface systemInterface, Looper looper) { in ScreenOffHandler()
137 ScreenOffHandler(Context context, SystemInterface systemInterface, Looper looper, in ScreenOffHandler()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/webkit/
H A DWebViewUpdateServiceImpl2.java110 WebViewUpdateServiceImpl2(SystemInterface systemInterface) { in WebViewUpdateServiceImpl2()
671 PackageInfo packageInfo, SystemInterface systemInterface) { in providerHasValidSignature()
/aosp_15_r20/packages/modules/RemoteKeyProvisioning/app/tests/avf/src/com/android/avf/rkpdapp/e2etest/
DAvfIntegrationTest.java99 SystemInterface systemInterface = in setUp() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetObjectsFactory.java77 HeadsetSystemInterface systemInterface) { in makeStateMachine()
DHeadsetStateMachine.java194 HeadsetSystemInterface systemInterface) { in HeadsetStateMachine()
240 HeadsetSystemInterface systemInterface) { in make()
/aosp_15_r20/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/service/
DRemoteProvisioningService.java78 SystemInterface systemInterface; in getRegistration() local
DRegistrationBinder.java74 public RegistrationBinder(Context context, int clientUid, SystemInterface systemInterface, in RegistrationBinder()
/aosp_15_r20/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
/aosp_15_r20/packages/services/Car/service/src/com/android/car/
DUptimeTracker.java100 UptimeTracker(File file, long snapshotInterval, SystemInterface systemInterface) { in UptimeTracker()
DICarImpl.java1197 public Builder setSystemInterface(SystemInterface systemInterface) { in setSystemInterface()
1303 CarRemoteAccessService construct(Context context, SystemInterface systemInterface, in construct()
DCarInputService.java311 SystemInterface systemInterface) { in CarInputService()
336 CarPowerManagementService carPowerService, SystemInterface systemInterface, in CarInputService()
DCarLocationService.java626 SystemInterface systemInterface = CarLocalServices.getService(SystemInterface.class); in getLocationCacheFile() local
DCarStorageMonitoringService.java152 public CarStorageMonitoringService(Context context, SystemInterface systemInterface) { in CarStorageMonitoringService()
/aosp_15_r20/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
/aosp_15_r20/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()
/aosp_15_r20/out/soong/.intermediates/packages/modules/RemoteKeyProvisioning/app/rkpdapp/android_common_apex33/javac/
Drkpdapp.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/packages/services/Car/service/src/com/android/car/telemetry/
DCarTelemetryService.java232 SystemInterface systemInterface = CarLocalServices.getService(SystemInterface.class); in init() local
/aosp_15_r20/packages/services/Car/tests/CarServiceTest/src/com/android/car/remoteaccess/
DCarRemoteAccessManagerTest.java327 setCarRemoteAccessServiceConstructor((Context context, SystemInterface systemInterface, in configureFakeSystemInterface()
/aosp_15_r20/packages/services/Car/service/src/com/android/car/watchdog/
DCarWatchdogService.java627 SystemInterface systemInterface = CarLocalServices.getService(SystemInterface.class); in getWatchdogDirFile() local

123