Home
last modified time | relevance | path

Searched refs:initialize (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/
H A DNoteTaskInitializerTest.kt104 createUnderTest(isEnabled = true, bubbles = bubbles).initialize()
129 underTest.initialize()
145 underTest.initialize()
166 underTest.initialize()
178 underTest.initialize()
190 underTest.initialize()
204 underTest.initialize()
214 underTest.initialize()
224 underTest.initialize()
242 underTest.initialize()
[all …]
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDeviceStateControllerTests.java70 private void initialize(boolean supportFold, boolean supportHalfFold) { in initialize() method in DeviceStateControllerTests
81 initialize(true /* supportFold */, true /* supportHalfFolded */); in testInitialization()
88 initialize(false /* supportFold */, false /* supportHalfFolded */); in testInitializationWithNoFoldSupport()
96 initialize(true /* supportFold */, false /* supportHalfFolded */); in testWithFoldSupported()
107 initialize(true /* supportFold */, true /* supportHalfFolded */); in testWithHalfFoldSupported()
120 initialize(true /* supportFold */, true /* supportHalfFolded */); in testUnregisterDeviceStateCallback()
138 initialize(true /* supportFold */, true /* supportHalfFolded */); in testCopyDeviceStateCallbacks()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DVisibilityExtractorTest.java103 extractor.initialize(mContext, null); in testGlobalAllDpmAllChannelAll()
121 extractor.initialize(mContext, null); in testGlobalNoneDpmAllChannelAll()
139 extractor.initialize(mContext, null); in testGlobalSomeDpmAllChannelAll()
157 extractor.initialize(mContext, null); in testGlobalAllDpmNoneChannelAll()
176 extractor.initialize(mContext, null); in testGlobalAllDpmSomeChannelAll()
195 extractor.initialize(mContext, null); in testGlobalAllDpmAllChannelNone()
213 extractor.initialize(mContext, null); in testGlobalAllDpmAllChannelSome()
231 extractor.initialize(mContext, null); in testGlobalAllDpmSomeChannelNone()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/settings/
H A DUserTrackerImplTest.kt122 tracker.initialize(0)
129 tracker.initialize(0)
165 tracker.initialize(0)
188 tracker.initialize(0)
213 tracker.initialize(0)
238 tracker.initialize(0)
275 tracker.initialize(0)
286 tracker.initialize(0)
305 tracker.initialize(0)
325 tracker.initialize(0)
[all …]
/aosp14/frameworks/base/core/java/android/os/connectivity/
H A DGpsBatteryStats.java47 initialize(); in GpsBatteryStats()
97 initialize(); in GpsBatteryStats()
101 private void initialize() { in initialize() method in GpsBatteryStats
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/common/
H A DPageModel.kt29 initialize(arguments)
32 open fun initialize(arguments: Bundle?) {}
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
H A DCustomTileTest.kt134 customTile.initialize()
147 tile.initialize()
157 customTile.initialize()
174 customTile.initialize()
244 tile.initialize()
282 tile.initialize()
305 tile.initialize()
364 tile.initialize()
377 tile.initialize()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/
H A DBubbleOverflowTest.java70 mOverflow.initialize(mBubbleController, /* forBubbleBar= */ false); in test_initialize_forStack()
79 mOverflow.initialize(mBubbleController, /* forBubbleBar= */ true); in test_initialize_forBubbleBar()
87 mOverflow.initialize(mBubbleController, /* forBubbleBar= */ false); in test_cleanUpExpandedState()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DVoLteServiceState.java76 initialize(); in VoLteServiceState()
86 initialize(); in VoLteServiceState()
107 private void initialize() { in initialize() method in VoLteServiceState
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
H A DNotificationsControllerImpl.kt75 override fun initialize(
93 notifBindPipelineInitializer.initialize()
96 notifPipelineInitializer.get().initialize(
102 targetSdkResolver.initialize(notifPipeline.get())
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/location/
H A DLocationTimeZoneProviderControllerTest.java151 controller.initialize(testEnvironment, mTestCallback); in initializationFailure_primary()
182 controller.initialize(testEnvironment, mTestCallback); in initializationFailure_secondary()
212 controller.initialize(testEnvironment, mTestCallback); in initializationFailure_both()
239 controller.initialize(testEnvironment, mTestCallback); in initialState_started()
266 controller.initialize(testEnvironment, mTestCallback); in initialState_disabled()
289 controller.initialize(testEnvironment, mTestCallback); in enabled_uncertaintySuggestionSentIfNoEventReceived()
352 controller.initialize(testEnvironment, mTestCallback); in enabled_eventReceivedBeforeInitializationTimeout()
388 controller.initialize(testEnvironment, mTestCallback); in enabled_eventReceivedFromPrimaryAfterInitializationTimeout()
436 controller.initialize(testEnvironment, mTestCallback); in enabled_eventReceivedFromSecondaryAfterInitializationTimeout()
485 controller.initialize(testEnvironment, mTestCallback); in enabled_repeatedPrimaryCertainty()
[all …]
/aosp14/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuView.java35 public void initialize(MenuBuilder menu); in initialize() method
57 public void initialize(MenuItemImpl itemData, int menuType); in initialize() method
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
H A DActivityEmbeddingAnimationSpec.java111 animation.initialize(bounds.width(), bounds.height(), bounds.width(), bounds.height()); in createChangeBoundsOpenAnimation()
139 animation.initialize(bounds.width(), bounds.height(), bounds.width(), bounds.height()); in createChangeBoundsCloseAnimation()
175 startSet.initialize(startBounds.width(), startBounds.height(), endBounds.width(), in createChangeBoundsChangeAnimations()
191 endSet.initialize(startBounds.width(), startBounds.height(), parentBounds.width(), in createChangeBoundsChangeAnimations()
216 animation.initialize(wholeAnimationBounds.width(), wholeAnimationBounds.height(), in loadOpenAnimation()
240 animation.initialize(wholeAnimationBounds.width(), wholeAnimationBounds.height(), in loadCloseAnimation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
H A DAuxiliaryPersistenceWrapper.kt58 initialize()
68 initialize()
75 fun initialize() { regex
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DTaskFragmentAnimationSpec.java108 animation.initialize(bounds.width(), bounds.height(), bounds.width(), bounds.height()); in createChangeBoundsOpenAnimation()
136 animation.initialize(bounds.width(), bounds.height(), bounds.width(), bounds.height()); in createChangeBoundsCloseAnimation()
172 startSet.initialize(startBounds.width(), startBounds.height(), endBounds.width(), in createChangeBoundsChangeAnimations()
196 endSet.initialize(startBounds.width(), startBounds.height(), parentBounds.width(), in createChangeBoundsChangeAnimations()
222 animation.initialize(wholeAnimationBounds.width(), wholeAnimationBounds.height(), in loadOpenAnimation()
245 animation.initialize(wholeAnimationBounds.width(), wholeAnimationBounds.height(), in loadCloseAnimation()
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DEglManagerTests.cpp32 eglManager.initialize(); in TEST()
51 eglManager.initialize(); in TEST()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleOverflow.kt57 fun initialize(controller: BubbleController, forBubbleBar: Boolean) { regex
59 createBubbleBarExpandedView().initialize(controller, true /* isOverflow */)
62 .initialize(controller, controller.stackView, true /* isOverflow */)
231 overflowBtn?.initialize(positioner)
/aosp14/frameworks/base/core/jni/
H A Dandroid_hardware_location_ActivityRecognitionHardware.cpp43 static void initialize(JNIEnv* /*env*/, jobject /*obj*/) { in initialize() function
114 { "nativeInitialize", "()V", (void*) initialize },
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DScreenDecorationsTest.java470 verify(mDotViewController, never()).initialize(any(), any(), any(), any()); in testNoRounding_NoCutout_NoPrivacyDot_NoFaceScanning()
486 verify(mDotViewController, times(1)).initialize(any(), any(), any(), any()); in testNoRounding_NoCutout_PrivacyDot_NoFaceScanning()
501 verify(mDotViewController, times(1)).initialize( in testNoRounding_NoCutout_PrivacyDot_NoFaceScanning()
530 verify(mDotViewController, never()).initialize(any(), any(), any(), any()); in testRounding_NoCutout_NoPrivacyDot_NoFaceScanning()
560 verify(mDotViewController, times(1)).initialize( in testRounding_NoCutout_PrivacyDot_NoFaceScanning()
672 verify(mDotViewController, never()).initialize(any(), any(), any(), any()); in testNoRounding_CutoutShortEdge_NoPrivacyDot()
703 verify(mDotViewController, times(1)).initialize( in testNoRounding_CutoutShortEdge_PrivacyDot()
729 verify(mDotViewController, never()).initialize(any(), any(), any(), any()); in testNoRounding_CutoutLongEdge_NoPrivacyDot()
753 verify(mDotViewController, times(1)).initialize( in testNoRounding_CutoutLongEdge_PrivacyDot()
780 verify(mDotViewController, never()).initialize(any(), any(), any(), any()); in testRounding_CutoutShortEdge_NoPrivacyDot()
[all …]
/aosp14/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestCase.java80 void initialize(Bundle params) { in initialize() method in UiAutomatorTestCase
91 UiDevice.getInstance().initialize(new InstrumentationUiAutomatorBridge( in initialize()
/aosp14/frameworks/base/services/permission/java/com/android/server/permission/access/
H A DAccessCheckingService.kt68 fun initialize() { regex
86 policy.initialize(
91 persistence.initialize()
99 appOpService.initialize()
100 permissionService.initialize()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScreenOffAnimationController.kt41 fun initialize( regex
46 animations.forEach { it.initialize(centralSurfaces, shadeViewController, lightRevealScrim) }
205 fun initialize( regex
/aosp14/frameworks/base/location/java/android/location/
H A DGpsNavigationMessage.java92 initialize(); in GpsNavigationMessage()
111 initialize(); in reset()
316 private void initialize() { in initialize() method in GpsNavigationMessage
/aosp14/frameworks/base/core/java/android/widget/
H A DAccessibilityIterators.java45 public void initialize(Spannable text, Layout layout) { in initialize() method in AccessibilityIterators.LineTextSegmentIterator
130 public void initialize(TextView view) { in initialize() method in AccessibilityIterators.PageTextSegmentIterator
131 super.initialize((Spannable) view.getIterableTextForAccessibility(), view.getLayout()); in initialize()
/aosp14/frameworks/base/telephony/java/android/telephony/mbms/vendor/
H A DMbmsGroupCallServiceBase.java46 public int initialize(final IMbmsGroupCallSessionCallback callback,
54 int result = MbmsGroupCallServiceBase.this.initialize(
198 public int initialize(@NonNull MbmsGroupCallSessionCallback callback, int subscriptionId) in initialize() method in MbmsGroupCallServiceBase

12345678910>>...14