Searched refs:doInitialize (Results 1 – 5 of 5) sorted by relevance
374 when(mNativeUwbManager.doInitialize()).thenReturn(UWB_DEVICE_INFO_RESPONSE_MAP); in enableUwb()384 when(mNativeUwbManager.doInitialize()).thenReturn(UWB_DEVICE_INFO_RESPONSE_MAP); in enableUwbWithCountryCodeChangedCallback()455 when(mNativeUwbManager.doInitialize()).thenReturn(null); in testEnable_failure()460 verify(mNativeUwbManager).doInitialize(); in testEnable_failure()481 when(mNativeUwbManager.doInitialize()).thenReturn(null); in testEnable_failure_noInitializationFailureListener()486 verify(mNativeUwbManager).doInitialize(); in testEnable_failure_noInitializationFailureListener()505 verify(mNativeUwbManager).doInitialize(); in testEnableWithCountryCode_success()547 when(mNativeUwbManager.doInitialize()).thenReturn(UWB_DEVICE_INFO_RESPONSE_MAP); in testEnableWithCountryCode_statusRegulationUwbOff()558 verify(mNativeUwbManager).doInitialize(); in testEnableWithCountryCode_statusRegulationUwbOff()602 verify(mNativeUwbManager).doInitialize(); in testCountryCodeChange_fromValidCountry_statusRegulationUwbOff()[all …]
93 private native boolean doInitialize(); in doInitialize() method in NativeNfcManager99 boolean ret = doInitialize(); in initialize()
138 public Map<String, UwbDeviceInfoResponse> doInitialize() { in doInitialize() method in NativeUwbManager
1145 Map<String, UwbDeviceInfoResponse> result = mNativeUwbManager.doInitialize(); in initializeHw()
783 HSPLandroidx/startup/AppInitializer;->doInitialize(Ljava/lang/Class;Ljava/util/Set;)Ljava/lang/Obje…