Searched defs:Factory (Results 1 - 20 of 20) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
H A DFactory.java19 public interface Factory<A> { interface
/packages/apps/Car/Dialer/src/com/android/car/dialer/
H A DClassFactory.java28 public static Factory getFactory() {
32 public interface Factory { interface in class:ClassFactory
37 private static class FactoryForEmbeddedMode implements Factory {
/packages/apps/Camera2/src/com/android/camera/debug/
H A DLogger.java80 public interface Factory { interface in interface:Logger
/packages/apps/Camera2/src/com/android/camera/one/
H A DOneCameraManager.java62 public static class Factory { class in interface:OneCameraManager
/packages/apps/DeskClock/src/com/android/deskclock/ringtone/
H A DAddCustomRingtoneViewHolder.java57 public static class Factory implements ItemViewHolder.Factory { class in class:AddCustomRingtoneViewHolder
61 Factory(LayoutInflater inflater) { method in class:AddCustomRingtoneViewHolder.Factory
H A DHeaderViewHolder.java43 public static class Factory implements ItemAdapter.ItemViewHolder.Factory { class in class:HeaderViewHolder
47 Factory(LayoutInflater inflater) { method in class:HeaderViewHolder.Factory
H A DRingtoneViewHolder.java115 public static class Factory implements ItemAdapter.ItemViewHolder.Factory { class in class:RingtoneViewHolder
119 Factory(LayoutInflater inflater) { method in class:RingtoneViewHolder.Factory
/packages/services/BuiltInPrintService/src/com/android/bips/util/
H A DWifiMonitor.java98 public static class Factory { class in class:WifiMonitor
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
H A DMtpDeviceIndexRunnable.java45 public static class Factory { class in class:MtpDeviceIndexRunnable
73 private static Factory sDefaultFactory = new Factory();
75 public static Factory getFactory() {
/packages/apps/Messaging/src/com/android/messaging/
H A DFactory.java35 public abstract class Factory { class
39 private static volatile Factory sInstance;
45 public static Factory get() {
49 protected static void setInstance(final Factory factory) {
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DWebSearchSuggestionView.java90 public static class Factory extends SuggestionViewInflater { class in class:WebSearchSuggestionView
92 public Factory(Context context) { method in class:WebSearchSuggestionView.Factory
H A DDefaultSuggestionView.java248 public static class Factory extends SuggestionViewInflater { class in class:DefaultSuggestionView
249 public Factory(Context context) { method in class:DefaultSuggestionView.Factory
/packages/apps/Camera2/src/com/android/camera/one/v2/core/
H A DRequestBuilder.java43 public static interface Factory { interface in class:RequestBuilder
/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
H A DCollapsedAlarmViewHolder.java260 public static class Factory implements ItemAdapter.ItemViewHolder.Factory { class in class:CollapsedAlarmViewHolder
263 public Factory(LayoutInflater layoutInflater) { method in class:CollapsedAlarmViewHolder.Factory
H A DExpandedAlarmViewHolder.java515 public static class Factory implements ItemAdapter.ItemViewHolder.Factory { class in class:ExpandedAlarmViewHolder
520 public Factory(Context context) { method in class:ExpandedAlarmViewHolder.Factory
/packages/apps/DeskClock/src/com/android/deskclock/
H A DItemAdapter.java90 private final SparseArray<ItemViewHolder.Factory> mFactoriesByViewType = new SparseArray<>();
113 * Sets the {@link ItemViewHolder.Factory} and {@link OnItemClickedListener} used to create
116 * @param factory the {@link ItemViewHolder.Factory} used to create new item view holders
122 public ItemAdapter withViewTypes(ItemViewHolder.Factory factory,
262 final ItemViewHolder.Factory factory = mFactoriesByViewType.get(viewType);
495 * Factory interface used by {@link ItemAdapter} for creating new {@link ItemViewHolder}.
497 public interface Factory { interface in class:ItemAdapter.ItemViewHolder
/packages/services/Telecomm/src/com/android/server/telecom/
H A DInCallTonePlayer.java31 * instance using InCallTonePlayer.Factory (passing in the TONE_* constant for the tone you want)
37 * Factory used to create InCallTonePlayers. Exists to aid with testing mocks.
39 public static class Factory { class in class:InCallTonePlayer
44 Factory(CallAudioRoutePeripheralAdapter callAudioRoutePeripheralAdapter, method in class:InCallTonePlayer.Factory
115 * Initializes the tone player. Private; use the {@link Factory} to create tone players.
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...
/packages/apps/TV/libs/
H A Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...

Completed in 1029 milliseconds