Searched refs:tryLoadingModule (Results 1 – 6 of 6) sorted by relevance
233 doReturn(mFmRadioModuleMock).when(() -> RadioModule.tryLoadingModule( in mockServiceManager()235 doReturn(mDabRadioModuleMock).when(() -> RadioModule.tryLoadingModule( in mockServiceManager()
224 doReturn(mFmRadioModuleMock).when(() -> RadioModule.tryLoadingModule( in mockServiceManager()226 doReturn(mDabRadioModuleMock).when(() -> RadioModule.tryLoadingModule( in mockServiceManager()
78 RadioModule radioModule = RadioModule.tryLoadingModule(moduleId, serviceName);
160 static RadioModule tryLoadingModule(int idx, @NonNull String fqName) { in tryLoadingModule() method in RadioModule
80 RadioModule.tryLoadingModule(moduleId, name, newBinder);
205 static RadioModule tryLoadingModule(int moduleId, String moduleName, IBinder serviceBinder) { in tryLoadingModule() method in RadioModule