Home
last modified time | relevance | path

Searched defs:Factory (Results 1 – 25 of 193) sorted by relevance

12345678

/packages/modules/Bluetooth/system/gd/
Dmodule_unittest.cc57 static const ModuleFactory Factory; member in bluetooth::__anon2d4c33810111::TestModuleNoDependency
78 const ModuleFactory TestModuleNoDependency::Factory = ModuleFactory([]() { in __anon2d4c33810202() member in bluetooth::__anon2d4c33810111::TestModuleNoDependency
86 static const ModuleFactory Factory; member in bluetooth::__anon2d4c33810111::TestModuleOneDependency
113 const ModuleFactory TestModuleOneDependency::Factory = ModuleFactory([]() { in __anon2d4c33810302() member in bluetooth::__anon2d4c33810111::TestModuleOneDependency
120 static const ModuleFactory Factory; member in bluetooth::__anon2d4c33810111::TestModuleNoDependencyTwo
140 const ModuleFactory TestModuleNoDependencyTwo::Factory = ModuleFactory([]() { in __anon2d4c33810402() member in bluetooth::__anon2d4c33810111::TestModuleNoDependencyTwo
146 static const ModuleFactory Factory; member in bluetooth::__anon2d4c33810111::TestModuleTwoDependencies
175 const ModuleFactory TestModuleTwoDependencies::Factory = ModuleFactory([]() { in __anon2d4c33810502() member in bluetooth::__anon2d4c33810111::TestModuleTwoDependencies
183 static const ModuleFactory Factory; member in bluetooth::__anon2d4c33810111::TestModuleDumpState
222 const ModuleFactory TestModuleDumpState::Factory = ModuleFactory([]() { return new TestModuleDumpSt… in __anon2d4c33810702() member in bluetooth::__anon2d4c33810111::TestModuleDumpState
Dstack_manager_unittest.cc35 static const ModuleFactory Factory; member in bluetooth::__anon656eef4b0111::TestModuleNoDependency
46 const ModuleFactory TestModuleNoDependency::Factory = ModuleFactory([]() { return new TestModuleNoD… in __anon656eef4b0202() member in bluetooth::__anon656eef4b0111::TestModuleNoDependency
Dmodule_mainloop_unittest.h38 static const bluetooth::ModuleFactory Factory; variable
Dmodule_jniloop_unittest.h38 static const bluetooth::ModuleFactory Factory; variable
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
DFactory.kt18 interface Factory<A> { interface
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/
DRequestRoleViewModel.java40 public static class Factory implements ViewModelProvider.Factory { class in RequestRoleViewModel
48 public Factory(@NonNull Role role, @NonNull Application application) { in Factory() method in RequestRoleViewModel.Factory
DDefaultAppViewModel.java107 public static class Factory implements ViewModelProvider.Factory { class in DefaultAppViewModel
118 public Factory(@NonNull Role role, @NonNull UserHandle user, in Factory() method in DefaultAppViewModel.Factory
/packages/services/Car/tests/CustomizationTool/src/com/android/car/customization/tool/di/
DCustomizationToolComponent.kt37 interface Factory { interface
/packages/apps/DeskClock/src/com/android/deskclock/ringtone/
DHeaderViewHolder.kt36 class Factory internal constructor(private val mInflater: LayoutInflater) class
DAddCustomRingtoneViewHolder.kt47 class Factory internal constructor(private val mInflater: LayoutInflater) class
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_stack_dumpsys_test.cc171 static const ModuleFactory Factory; member in TestStackDumpsysBase
196 static const ModuleFactory Factory; member in TestStackDumpsys1
246 static const ModuleFactory Factory; member in TestStackDumpsys2
283 static const ModuleFactory Factory; member in TestStackDumpsys3
320 static const ModuleFactory Factory; member in TestStackDumpsys4
334 const ModuleFactory TestStackDumpsysBase::Factory = member in TestStackDumpsysBase
337 const ModuleFactory TestStackDumpsys1::Factory = member in TestStackDumpsys1
339 const ModuleFactory TestStackDumpsys2::Factory = member in TestStackDumpsys2
341 const ModuleFactory TestStackDumpsys3::Factory = member in TestStackDumpsys3
343 const ModuleFactory TestStackDumpsys4::Factory = member in TestStackDumpsys4
Dmain_shim_stack_lifecycle_test.cc152 static const ModuleFactory Factory; member in __anone15484dd0111::TestStackModuleBase
173 static const ModuleFactory Factory; member in __anone15484dd0111::TestStackModule1
210 static const ModuleFactory Factory; member in __anone15484dd0111::TestStackModule2
247 static const ModuleFactory Factory; member in __anone15484dd0111::TestStackModule3
284 static const ModuleFactory Factory; member in __anone15484dd0111::TestStackModule4
300 const ModuleFactory TestStackModuleBase::Factory = member in TestStackModuleBase
303 const ModuleFactory TestStackModule1::Factory = member in TestStackModule1
305 const ModuleFactory TestStackModule2::Factory = member in TestStackModule2
307 const ModuleFactory TestStackModule3::Factory = member in TestStackModule3
309 const ModuleFactory TestStackModule4::Factory = member in TestStackModule4
/packages/apps/ThemePicker/src/com/android/customization/picker/settings/ui/viewmodel/
DColorContrastSectionViewModel.kt76 class Factory in <lambda>() class
/packages/apps/ThemePicker/src/com/android/customization/picker/notifications/ui/viewmodel/
DNotificationSectionViewModel.kt50 class Factory( class
/packages/apps/TV/tuner/src/com/android/tv/tuner/source/
DTsDataSourceManager.java56 public static final class Factory { class in TsDataSourceManager
60 public Factory(Provider<TunerTsStreamerManager> tunerStreamerManagerProvider) { in Factory() method in TsDataSourceManager.Factory
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DWebSearchSuggestionView.kt80 class Factory(context: Context?) : class
/packages/modules/Bluetooth/system/gd/sysprops/
Dsysprops_module.h35 static const ModuleFactory Factory; variable
/packages/modules/Bluetooth/system/gd/security/
Dsecurity_module.h47 static const ModuleFactory Factory; variable
/packages/modules/Bluetooth/system/gd/l2cap/le/
Dl2cap_le_module.h53 static const ModuleFactory Factory; variable
/packages/modules/Bluetooth/system/gd/l2cap/classic/
Dl2cap_classic_module.h54 static const ModuleFactory Factory; variable
/packages/modules/Bluetooth/system/gd/neighbor/
Dscan.h41 static const ModuleFactory Factory; variable
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager.h149 static const ModuleFactory Factory; variable
Dmsft.h46 static const ModuleFactory Factory; variable
/packages/modules/Bluetooth/system/gd/shim/
Ddumpsys.h45 static const ModuleFactory Factory; variable
/packages/modules/Bluetooth/system/gd/metrics/
Dcounter_metrics.h31 static const ModuleFactory Factory; variable

12345678