Home
last modified time | relevance | path

Searched refs:Factory (Results 1 – 25 of 528) sorted by relevance

12345678910>>...22

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarModule.java198 abstract Map<Class<?>, CarSystemBarElementController.Factory> bindEmptyElementFactoryMap(); in bindEmptyElementFactoryMap()
204 public abstract CarSystemBarElementController.Factory bindSystemBarPanelButtonController( in bindSystemBarPanelButtonController()
205 CarSystemBarPanelButtonViewController.Factory factory); in bindSystemBarPanelButtonController()
211 public abstract CarSystemBarElementController.Factory bindDockViewControllerWrapper( in bindDockViewControllerWrapper()
212 DockViewControllerWrapper.Factory factory); in bindDockViewControllerWrapper()
218 public abstract CarSystemBarElementController.Factory bindDataSubscriptionUnseenIconController( in bindDataSubscriptionUnseenIconController()
219 DataSubscriptionUnseenIconController.Factory factory); in bindDataSubscriptionUnseenIconController()
225 public abstract CarSystemBarElementController.Factory bindUserNamePanelButtonViewController( in bindUserNamePanelButtonViewController()
226 UserNamePanelButtonViewController.Factory factory); in bindUserNamePanelButtonViewController()
232 public abstract CarSystemBarElementController.Factory bindUserNameTextViewController( in bindUserNameTextViewController()
[all …]
/packages/apps/Car/SystemUI/src/com/android/systemui/car/qc/
DQuickControlsModule.java68 public abstract CarSystemBarElementController.Factory bindMobileSignalStatusIconController( in bindMobileSignalStatusIconController()
69 MobileSignalStatusIconController.Factory mobileSignalStatusIconController); in bindMobileSignalStatusIconController()
75 public abstract CarSystemBarElementController.Factory bindWifiSignalStatusIconController( in bindWifiSignalStatusIconController()
76 WifiSignalStatusIconController.Factory wifiSignalStatusIconController); in bindWifiSignalStatusIconController()
82 public abstract CarSystemBarElementController.Factory bindQCViewControllerFactory( in bindQCViewControllerFactory()
83 SystemUIQCViewController.Factory factory); in bindQCViewControllerFactory()
89 public abstract CarSystemBarElementController.Factory bindQCFooterButtonControllerFactory( in bindQCFooterButtonControllerFactory()
90 QCFooterButtonController.Factory factory); in bindQCFooterButtonControllerFactory()
96 public abstract CarSystemBarElementController.Factory bindQCFooterViewControllerFactory( in bindQCFooterViewControllerFactory()
97 QCFooterViewController.Factory factory); in bindQCFooterViewControllerFactory()
[all …]
/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/ui/
DQuickControlsEntryPointsModule.java37 public abstract CarSystemBarElementController.Factory bindBluetoothStatusIconController( in bindBluetoothStatusIconController()
38 BluetoothStatusIconController.Factory bluetoothStatusIconController); in bindBluetoothStatusIconController()
44 public abstract CarSystemBarElementController.Factory bindSignalStatusIconController( in bindSignalStatusIconController()
45 SignalStatusIconController.Factory signalStatusIconController); in bindSignalStatusIconController()
51 public abstract CarSystemBarElementController.Factory bindLocationStatusIconController( in bindLocationStatusIconController()
52 LocationStatusIconController.Factory locationStatusIconController); in bindLocationStatusIconController()
58 public abstract CarSystemBarElementController.Factory bindPhoneCallStatusIconController( in bindPhoneCallStatusIconController()
59 PhoneCallStatusIconController.Factory phoneCallStatusIconController); in bindPhoneCallStatusIconController()
65 public abstract CarSystemBarElementController.Factory bindDriveModeStatusIconController( in bindDriveModeStatusIconController()
66 DriveModeStatusIconController.Factory driveModeStatusIconController); in bindDriveModeStatusIconController()
[all …]
/packages/apps/TV/tuner/src/com/android/tv/tuner/modules/
DTunerModule.java80 abstract TunerRecordingSessionWorker.Factory tunerRecordingSessionWorkerFactory( in tunerRecordingSessionWorkerFactory()
84 abstract TunerRecordingSessionWorkerExoV2.Factory tunerRecordingSessionWorkerExoV2Factory( in tunerRecordingSessionWorkerExoV2Factory()
88 abstract TunerSessionWorker.Factory tunerSessionWorkerFactory( in tunerSessionWorkerFactory()
92 abstract TunerSessionOverlay.Factory tunerSessionOverlayFactory( in tunerSessionOverlayFactory()
96 abstract CaptionTrackRenderer.Factory captionTrackRendererFactory( in captionTrackRendererFactory()
100 abstract CaptionWindowLayout.Factory captionWindowLayoutFactory( in captionWindowLayoutFactory()
104 abstract TunerSessionWorkerExoV2.Factory tunerSessionWorkerExoV2Factory( in tunerSessionWorkerExoV2Factory()
108 abstract MpegTsRendererBuilder.Factory mpegTsRendererBuilderFactory( in mpegTsRendererBuilderFactory()
112 abstract MpegTsSampleExtractor.Factory mpegTsSampleExtractorFactory( in mpegTsSampleExtractorFactory()
116 abstract FileSampleExtractor.Factory fileSampleExtractorFactory( in fileSampleExtractorFactory()
[all …]
/packages/apps/ThemePicker/src/com/android/customization/module/
DThemePickerInjector.kt99 private val colorContrastSectionViewModelFactory: Lazy<ColorContrastSectionViewModel.Factory>, in <lambda>()
145 KeyguardQuickAffordancePickerViewModel.Factory? = in <lambda>()
149 private var clockCarouselViewModelFactory: ClockCarouselViewModel.Factory? = null in <lambda>()
152 private var notificationSectionViewModelFactory: NotificationSectionViewModel.Factory? = null in <lambda>()
153 private var colorPickerViewModelFactory: ColorPickerViewModel.Factory? = null in <lambda>()
158 private var clockSettingsViewModelFactory: ClockSettingsViewModel.Factory? = null in <lambda>()
161 private var gridScreenViewModelFactory: GridScreenViewModel.Factory? = null in <lambda>()
243 ): KeyguardQuickAffordancePickerViewModel.Factory { in <lambda>()
245 ?: KeyguardQuickAffordancePickerViewModel.Factory( in <lambda>()
257 ): NotificationSectionViewModel.Factory { in <lambda>()
[all …]
DDefaultCustomizationSections.java54 private final ColorPickerViewModel.Factory mColorPickerViewModelFactory;
55 private final KeyguardQuickAffordancePickerViewModel.Factory
57 private final ColorContrastSectionViewModel.Factory
59 private final NotificationSectionViewModel.Factory mNotificationSectionViewModelFactory;
61 private final ClockCarouselViewModel.Factory mClockCarouselViewModelFactory;
70 ColorPickerViewModel.Factory colorPickerViewModelFactory, in DefaultCustomizationSections()
71 KeyguardQuickAffordancePickerViewModel.Factory in DefaultCustomizationSections()
73 ColorContrastSectionViewModel.Factory colorContrastSectionViewModelFactory, in DefaultCustomizationSections()
74 NotificationSectionViewModel.Factory notificationSectionViewModelFactory, in DefaultCustomizationSections()
76 ClockCarouselViewModel.Factory clockCarouselViewModelFactory, in DefaultCustomizationSections()
/packages/apps/Camera2/src/com/android/camera/one/v2/commands/
DZslPreviewCommand.java40 private final RequestBuilder.Factory mPreviewWarmupRequestBuilder;
42 private final RequestBuilder.Factory mZslRequestBuilder;
44 private final RequestBuilder.Factory mZslAndPreviewRequestBuilder;
56 RequestBuilder.Factory previewWarmupRequestBuilder, in ZslPreviewCommand()
58 RequestBuilder.Factory zslRequestBuilder, in ZslPreviewCommand()
60 RequestBuilder.Factory zslAndPreviewRequestBuilder, in ZslPreviewCommand()
104 private List<Request> createWarmupBurst(RequestBuilder.Factory builder, int type, int size) in createWarmupBurst()
DZslPreviewCommandFactory.java27 private final RequestBuilder.Factory mPreviewWarmupRequestBuilder;
28 private final RequestBuilder.Factory mZslRequestBuilder;
33 RequestBuilder.Factory previewWarmupRequestBuilder, in ZslPreviewCommandFactory()
34 RequestBuilder.Factory zslRequestBuilder) { in ZslPreviewCommandFactory()
41 public CameraCommand get(RequestBuilder.Factory previewRequestBuilder, int templateType) { in get()
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/
DConvergedImageCaptureCommand.java58 private final RequestBuilder.Factory mScanRequestTemplate;
59 private final RequestBuilder.Factory mRepeatingRequestBuilder;
62 private final List<RequestBuilder.Factory> mBurst;
72 private static RequestBuilder.Factory resetFocusExposureModes(RequestBuilder.Factory template, in resetFocusExposureModes()
100 RequestBuilder.Factory repeatingRequestBuilder, in ConvergedImageCaptureCommand()
102 List<RequestBuilder.Factory> burst, boolean waitForAEConvergence) { in ConvergedImageCaptureCommand()
130 RequestBuilder.Factory repeatingRequestBuilder, in ConvergedImageCaptureCommand()
132 List<RequestBuilder.Factory> burst, boolean waitForAEConvergence, in ConvergedImageCaptureCommand()
227 for (RequestBuilder.Factory builderTemplate : mBurst) { in captureBurst()
/packages/modules/Bluetooth/system/gd/
Dmodule_unittest.cc62 static const ModuleFactory Factory; member in bluetooth::__anon2fc164770111::TestModuleNoDependency
81 const ModuleFactory TestModuleNoDependency::Factory = member in bluetooth::__anon2fc164770111::TestModuleNoDependency
88 static const ModuleFactory Factory; member in bluetooth::__anon2fc164770111::TestModuleOneDependency
111 const ModuleFactory TestModuleOneDependency::Factory = member in bluetooth::__anon2fc164770111::TestModuleOneDependency
116 static const ModuleFactory Factory; member in bluetooth::__anon2fc164770111::TestModuleNoDependencyTwo
134 const ModuleFactory TestModuleNoDependencyTwo::Factory = member in bluetooth::__anon2fc164770111::TestModuleNoDependencyTwo
139 static const ModuleFactory Factory; member in bluetooth::__anon2fc164770111::TestModuleTwoDependencies
166 const ModuleFactory TestModuleTwoDependencies::Factory = member in bluetooth::__anon2fc164770111::TestModuleTwoDependencies
Dmodule.h65 list_.push_back(&T::Factory); in add()
111 return static_cast<T*>(GetDependency(&T::Factory)); in GetDependency()
139 return IsStarted(&T::Factory); in IsStarted()
150 return static_cast<T*>(Start(&T::Factory, thread, handler)); in Start()
187 return static_cast<T*>(GetModuleUnderTest(&T::Factory)); in GetModuleUnderTest()
221 Module* instance = T::Factory.ctor_(); in Inject()
/packages/apps/TV/src/com/android/tv/menu/
DMenuRowFactory.java27 import com.android.tv.menu.MenuRowFactory.Factory;
36 @AutoFactory(implementing = Factory.class)
40 public interface Factory { interface in MenuRowFactory
48 private final TvOptionsRowAdapter.Factory mTvOptionsRowAdapterFactory;
54 @Provided TvOptionsRowAdapter.Factory tvOptionsRowAdapterFactory) { in MenuRowFactory()
97 TvOptionsRowAdapter.Factory tvOptionsRowAdapterFactory) { in TvOptionsRow()
/packages/apps/ThemePicker/src/com/android/wallpaper/customization/ui/viewmodel/
DThemePickerCustomizationOptionsViewModel.kt44 defaultCustomizationOptionsViewModelFactory: DefaultCustomizationOptionsViewModel.Factory, in <lambda>()
45 keyguardQuickAffordancePickerViewModel2Factory: KeyguardQuickAffordancePickerViewModel2.Factory, in <lambda>()
46 colorPickerViewModel2Factory: ColorPickerViewModel2.Factory, in <lambda>()
47 clockPickerViewModelFactory: ClockPickerViewModel.Factory, in <lambda>()
48 shapeGridPickerViewModelFactory: ShapeGridPickerViewModel.Factory, in <lambda>()
49 appIconPickerViewModelFactory: AppIconPickerViewModel.Factory, in <lambda>()
206 interface Factory : CustomizationOptionsViewModelFactory { in <lambda>() interface
/packages/apps/Camera2/src/com/android/camera/debug/
DLoggers.java32 public static Logger.Factory noOpFactory() { in noOpFactory()
40 public static Logger.Factory tagFactory() { in tagFactory()
47 public static Logger.Factory factoryFor(final Logger logger) { in factoryFor()
48 return new Logger.Factory() { in factoryFor()
59 private static class NoOpLoggerFactory implements Logger.Factory {
84 private static class TagLoggerFactory implements Logger.Factory {
/packages/apps/Messaging/src/com/android/messaging/sms/
DSmsStorageStatusManager.java25 import com.android.messaging.Factory;
63 final Context context = Factory.get().getApplicationContext(); in postStorageLowNotification()
83 NotificationManagerCompat.from(Factory.get().getApplicationContext()); in postStorageLowNotification()
94 NotificationManagerCompat.from(Factory.get().getApplicationContext()); in cancelStorageLowNotification()
100 return Factory.get().getApplicationContext().getPackageName() + ":smsstoragelow"; in getNotificationTag()
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_unittest.cc154 fake_registry_.InjectTestModule(&HciLayer::Factory, test_hci_layer_); in SetUp()
155 fake_registry_.InjectTestModule(&Controller::Factory, test_controller_); in SetUp()
156 client_handler_ = fake_registry_.GetTestModuleHandler(&HciLayer::Factory); in SetUp()
162 fake_registry_.SynchronizeModuleHandler(&AclManager::Factory, std::chrono::milliseconds(20)); in TearDown()
190 static_cast<AclManager*>(fake_registry_.GetModuleUnderTest(&AclManager::Factory)); in SetUp()
236 fake_registry_.SynchronizeModuleHandler(&HciLayer::Factory, std::chrono::milliseconds(20)); in TearDown()
237 fake_registry_.SynchronizeModuleHandler(&AclManager::Factory, std::chrono::milliseconds(20)); in TearDown()
238 fake_registry_.SynchronizeModuleHandler(&HciLayer::Factory, std::chrono::milliseconds(20)); in TearDown()
315 fake_registry_.SynchronizeModuleHandler(&HciLayer::Factory, std::chrono::milliseconds(20)); in TearDown()
316 fake_registry_.SynchronizeModuleHandler(&AclManager::Factory, std::chrono::milliseconds(20)); in TearDown()
[all …]
/packages/services/Car/car_product/distant_display/apps/CarDistantDisplaySystemUI/src/com/android/systemui/car/qc/
DDistantDisplayQuickControlsModule.java45 public abstract CarSystemBarElementController.Factory bindDistantDisplayStatusIconController( in bindDistantDisplayStatusIconController()
46 DistantDisplayStatusIconController.Factory distantDisplayStatusIconController); in bindDistantDisplayStatusIconController()
52 public abstract CarSystemBarElementController.Factory bindDistantDisplayPanelController( in bindDistantDisplayPanelController()
53 DistantDisplayStatusIconPanelController.Factory distantDisplaySPanelController); in bindDistantDisplayPanelController()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarPopupController.java74 private static final SystemShortcut.Factory<BaseTaskbarContext>
77 private static final SystemShortcut.Factory<BaseTaskbarContext>
189 private Stream<SystemShortcut.Factory> getSystemShortcuts() { in getSystemShortcuts()
192 ArrayList<SystemShortcut.Factory> shortcuts = new ArrayList<>(); in getSystemShortcuts()
285 SystemShortcut.Factory<BaseTaskbarContext> createSplitShortcutFactory( in createSplitShortcutFactory()
321 Stream<SystemShortcut.Factory<BaseTaskbarContext>> getMultiInstanceMenuOptions() { in getMultiInstanceMenuOptions()
322 SystemShortcut.Factory<BaseTaskbarContext> f1 = createNewWindowShortcutFactory(); in getMultiInstanceMenuOptions()
323 SystemShortcut.Factory<BaseTaskbarContext> f2 = createManageWindowsShortcutFactory(); in getMultiInstanceMenuOptions()
332 SystemShortcut.Factory<BaseTaskbarContext> createNewWindowShortcutFactory() { in createNewWindowShortcutFactory()
346 public SystemShortcut.Factory<BaseTaskbarContext> createManageWindowsShortcutFactory() {
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/systembar/
DCarUiPortraitSystemBarModule.java60 public abstract CarSystemBarElementController.Factory bindPortraitDockViewControllerWrapper( in bindPortraitDockViewControllerWrapper()
61 CarUiPortraitDockViewControllerWrapper.Factory factory); in bindPortraitDockViewControllerWrapper()
67 public abstract CarSystemBarElementController.Factory
69 CarUiPortraitTemperatureControlViewController.Factory factory); in bindCarUiPortraitTemperatureControlViewController()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java46 import com.android.messaging.Factory;
218 NotificationManagerCompat.from(Factory.get().getApplicationContext()); in cancel()
243 final Context context = Factory.get().getApplicationContext(); in cancel()
305 final Context context = Factory.get().getApplicationContext(); in shouldNotify()
325 final Context context = Factory.get().getApplicationContext(); in shouldVibrate()
349 final Context context = Factory.get().getApplicationContext(); in buildNotificationTag()
397 final Resources resources = Factory.get().getApplicationContext().getResources(); in checkInitialized()
413 final Context context = Factory.get().getApplicationContext(); in processAndSend()
616 final Context context = Factory.get().getApplicationContext(); in createMessageNotification()
643 final BuglePrefs prefs = Factory.get().getApplicationPrefs(); in updateBuilderAudioVibrate()
[all …]
DMessagingContentProvider.java30 import com.android.messaging.Factory;
107 final Context context = Factory.get().getApplicationContext(); in notifyEverythingChanged()
129 final ContentResolver cr = Factory.get().getApplicationContext().getContentResolver(); in notifyParticipantsChanged()
134 final ContentResolver cr = Factory.get().getApplicationContext().getContentResolver(); in notifyAllMessagesChanged()
139 final ContentResolver cr = Factory.get().getApplicationContext().getContentResolver(); in notifyAllParticipantsChanged()
183 final Context context = Factory.get().getApplicationContext(); in notifyMessagesChanged()
203 final ContentResolver cr = Factory.get().getApplicationContext().getContentResolver(); in notifyConversationMetadataChanged()
209 final ContentResolver cr = Factory.get().getApplicationContext().getContentResolver(); in notifyPartsChanged()
214 final Context context = Factory.get().getApplicationContext(); in notifyConversationListChanged()
/packages/apps/Messaging/src/com/android/messaging/
DFactory.java35 public abstract class Factory { class
39 private static volatile Factory sInstance;
45 public static Factory get() { in get()
49 protected static void setInstance(final Factory factory) { in setInstance()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/scalableui/
DPanelConfigReader.java43 private final TaskPanel.Factory mTaskPanelFactory;
44 private final DecorPanel.Factory mDecorPanelFactory;
46 public PanelConfigReader(Context context, TaskPanel.Factory taskPanelFactory, in PanelConfigReader()
47 DecorPanel.Factory decorPanelFactory) { in PanelConfigReader()
/packages/apps/Messaging/src/com/android/messaging/ui/
DWidgetPickConversationActivity.java24 import com.android.messaging.Factory;
98 final BuglePrefs prefs = Factory.get().getWidgetPrefs(); in saveConversationidPref()
104 final BuglePrefs prefs = Factory.get().getWidgetPrefs(); in getConversationIdPref()
110 final BuglePrefs prefs = Factory.get().getWidgetPrefs(); in deleteConversationIdPref()
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/
DMpegTsRendererBuilder.java40 private final MpegTsSampleExtractor.Factory mMpegTsSampleExtractorFactory;
48 public interface Factory { interface in MpegTsRendererBuilder
55 @AutoFactory(implementing = Factory.class)
60 @Provided MpegTsSampleExtractor.Factory mpegTsSampleExtractorFactory) { in MpegTsRendererBuilder()

12345678910>>...22