/packages/modules/RemoteKeyProvisioning/app/tests/unit/src/com/android/rkpdapp/unittest/ |
D | SystemInterfaceTest.java | 153 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/ |
D | Provisioner.java | 80 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/ |
D | AvfIntegrationTest.java | 99 SystemInterface systemInterface = in setUp() local
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/ |
D | HeadsetObjectsFactory.java | 77 HeadsetSystemInterface systemInterface) { in makeStateMachine()
|
D | HeadsetStateMachine.java | 190 HeadsetSystemInterface systemInterface) { in HeadsetStateMachine() 236 HeadsetSystemInterface systemInterface) { in make()
|
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/service/ |
D | RemoteProvisioningService.java | 78 SystemInterface systemInterface; in getRegistration() local
|
D | RegistrationBinder.java | 73 public RegistrationBinder(Context context, int clientUid, SystemInterface systemInterface, in RegistrationBinder()
|
/packages/modules/RemoteKeyProvisioning/app/tests/e2e/src/com/android/rkpdapp/e2etest/ |
D | RkpdHostTestHelperTests.java | 112 SystemInterface systemInterface = in setUp() local
|
D | KeystoreIntegrationTest.java | 141 SystemInterface systemInterface = in setUp() local
|
/packages/services/Car/service/src/com/android/car/ |
D | UptimeTracker.java | 100 UptimeTracker(File file, long snapshotInterval, SystemInterface systemInterface) { in UptimeTracker()
|
D | CarLocationService.java | 626 SystemInterface systemInterface = CarLocalServices.getService(SystemInterface.class); in getLocationCacheFile() local
|
D | ICarImpl.java | 1198 public Builder setSystemInterface(SystemInterface systemInterface) { in setSystemInterface() 1293 CarRemoteAccessService construct(Context context, SystemInterface systemInterface, in construct()
|
D | CarInputService.java | 307 SystemInterface systemInterface) { in CarInputService() 332 CarPowerManagementService carPowerService, SystemInterface systemInterface, in CarInputService()
|
D | CarStorageMonitoringService.java | 145 public CarStorageMonitoringService(Context context, SystemInterface systemInterface) { in CarStorageMonitoringService()
|
D | CarUxRestrictionsManagerService.java | 429 SystemInterface systemInterface = CarLocalServices.getService(SystemInterface.class); in getFile() local
|
/packages/services/Car/service/src/com/android/car/garagemode/ |
D | GarageModeController.java | 134 SystemInterface systemInterface = CarLocalServices.getService(SystemInterface.class); in sendBroadcast() local
|
D | GarageModeRecorder.java | 81 SystemInterface systemInterface = CarLocalServices.getService(SystemInterface.class); in GarageModeRecorder() local
|
/packages/services/Car/service/src/com/android/car/power/ |
D | PowerComponentHandler.java | 101 PowerComponentHandler(Context context, SystemInterface systemInterface) { in PowerComponentHandler() 106 public PowerComponentHandler(Context context, SystemInterface systemInterface, in PowerComponentHandler()
|
D | ScreenOffHandler.java | 130 ScreenOffHandler(Context context, SystemInterface systemInterface, Looper looper) { in ScreenOffHandler() 135 ScreenOffHandler(Context context, SystemInterface systemInterface, Looper looper, in ScreenOffHandler()
|
D | CarPowerManagementService.java | 418 public Builder setSystemInterface(SystemInterface systemInterface) { in setSystemInterface() 524 SystemInterface systemInterface, CarUserService carUserService, in CarPowerManagementService()
|
/packages/services/Car/service/src/com/android/car/remoteaccess/ |
D | RemoteAccessStorage.java | 49 RemoteAccessStorage(Context context, SystemInterface systemInterface, boolean inMemoryStorage) { in RemoteAccessStorage()
|
D | CarRemoteAccessService.java | 371 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/ |
D | CarTelemetryService.java | 232 SystemInterface systemInterface = CarLocalServices.getService(SystemInterface.class); in init() local
|
/packages/services/Car/tests/carservice_test/src/com/android/car/remoteaccess/ |
D | CarRemoteAccessManagerTest.java | 327 setCarRemoteAccessServiceConstructor((Context context, SystemInterface systemInterface, in configureFakeSystemInterface()
|
/packages/services/Car/service/src/com/android/car/watchdog/ |
D | CarWatchdogService.java | 609 SystemInterface systemInterface = CarLocalServices.getService(SystemInterface.class); in getWatchdogDirFile() local
|