Searched refs:initialization (Results 1 – 13 of 13) sorted by relevance
15 1) Subclass `CoreStartable`. Put any initialization logic in its `#start` method. Preferably, put it40 that doesn't have a clear initialization path in existing code, strongly consider defining a _new_
21 pattern is to have a single `<Component name>Controller` that handles the initialization of the63 ### Component initialization90 - **Don't** do initialization in the constructor, only do initialization in the init callbacks.
9 product (ie. handheld SysUI), we deliberately separate the initialization of the WM Shell18 initialization flow is such:
56 - Don't do initialization in the Shell component constructors74 that is currently running, which can be wrong (see above for initialization vs construction)
43 // The Windows compiler warns incorrectly for value initialization with {}.
48 initialization code together in catch-all methods.
362 boolean initialization; field in SyncStorageEngine.SyncHistoryItem1228 item.initialization = op.isInitialization(); in insertStartSyncEvent()
5945 // ACTION: Storage initialization wizard initialization choice of external/portable5950 // ACTION: Storage initialization wizard initialization choice of internal/adoptable5955 // ACTION: Storage initialization wizard benchmark fast choice of continue5960 // ACTION: Storage initialization wizard benchmark slow choice of continue5965 // ACTION: Storage initialization wizard benchmark slow choice of abort5970 // ACTION: Storage initialization wizard migration choice of now5975 // ACTION: Storage initialization wizard migration choice of later
282 2. Maximum UDP packet size is negotiated during initialization.
981 Zygote initialization and the processes that are forked from the zygote are not
1070 # It is recommended to put unnecessary data/ initialization from post-fs-data
19 # the zygote during initialization. This is a trade-off, using virtual address space to share