Home
last modified time | relevance | path

Searched refs:createController (Results 1 – 19 of 19) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DKeyguardIndicationControllerTest.java98 createController(); in createController_setIndicationAreaAgain_destroysPreviousRotateTextViewController()
110 createController(); in createController_addsAlignmentListener()
192 createController(); in disclosure_unmanaged()
207 createController(); in disclosure_deviceOwner_noOrganizationName()
220 createController(); in disclosure_orgOwnedDeviceWithManagedProfile_noOrganizationName()
235 createController(); in disclosure_deviceOwner_withOrganizationName()
248 createController(); in disclosure_orgOwnedDeviceWithManagedProfile_withOrganizationName()
265 createController(); in disclosure_updateOnTheFly()
293 createController(); in disclosure_deviceOwner_financedDeviceWithOrganizationName()
313 createController(); in transientIndication_holdsWakeLock_whenDozing()
[all …]
H A DKeyguardIndicationControllerWithCoroutinesTest.kt39 createController()
H A DKeyguardIndicationControllerBaseTest.java244 protected void createController() { in createController() method in KeyguardIndicationControllerBaseTest
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DVibratorControllerTest.java96 private VibratorController createController() { in createController() method in VibratorControllerTest
102 VibratorController controller = createController(); in createController_initializesNativeWrapper()
110 assertTrue(createController().isAvailable()); in isAvailable_withVibratorHalPresent_returnsTrue()
116 assertFalse(createController().isAvailable()); in isAvailable_withNoVibratorHalPresent_returnsFalse()
137 VibratorController controller = createController(); in setExternalControl_withCapability_enablesExternalControl()
153 VibratorController controller = createController(); in setExternalControl_withNoCapability_ignoresExternalControl()
167 createController().updateAlwaysOn(1, prebaked); in updateAlwaysOn_withCapability_enablesAlwaysOnEffect()
177 createController().updateAlwaysOn(1, null); in updateAlwaysOn_withNullEffect_disablesAlwaysOnEffect()
185 createController().updateAlwaysOn(1, prebaked); in updateAlwaysOn_withoutCapability_ignoresEffect()
194 VibratorController controller = createController(); in on_withDuration_turnsVibratorOn()
[all …]
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/enterprise/
H A DManagedDeviceActionDisabledByAdminControllerTest.java65 ManagedDeviceActionDisabledByAdminController controller = createController(); in getAdminSupportTitleResource_noRestriction_works()
73 ManagedDeviceActionDisabledByAdminController controller = createController(); in getAdminSupportTitleResource_withRestriction_works()
81 ManagedDeviceActionDisabledByAdminController controller = createController(); in getAdminSupportContentString_withSupportMessage_returnsSupportMessage()
89 ManagedDeviceActionDisabledByAdminController controller = createController(); in getAdminSupportContentString_noSupportMessage_returnsDefault()
95 private ManagedDeviceActionDisabledByAdminController createController() { in createController() method in ManagedDeviceActionDisabledByAdminControllerTest
96 return createController( in createController()
103 private ManagedDeviceActionDisabledByAdminController createController(String url) { in createController() method in ManagedDeviceActionDisabledByAdminControllerTest
104 return createController( in createController()
111 private ManagedDeviceActionDisabledByAdminController createController( in createController() method in ManagedDeviceActionDisabledByAdminControllerTest
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DScrollCaptureControllerTest.java62 .createController(mContext); in testInfinite()
88 .createController(mContext); in testInfiniteWithPartialResultsTop()
116 .createController(mContext); in testInfiniteWithPartialResultsBottom()
142 .createController(mContext); in testLimitedBottom()
158 .createController(mContext); in testLimitedTopAndBottom()
174 .createController(mContext); in testVeryLimitedTopInfiniteBottom()
190 .createController(mContext); in testVeryLimitedTopLimitedBottom()
253 ScrollCaptureController createController(Context context) { in createController() method in ScrollCaptureControllerTest.TestScenario
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DLoaderLifecycleTest.java49 final FragmentController fc1 = FragmentController.createController( in loaderIdentityTest()
100 final FragmentController fc2 = FragmentController.createController( in loaderIdentityTest()
144 final FragmentController fc1 = FragmentController.createController(host1); in backStackLoaderIdentityTest()
184 final FragmentController fc2 = FragmentController.createController(host2); in backStackLoaderIdentityTest()
/aosp14/frameworks/base/tests/testables/src/android/testing/
H A DBaseFragmentTest.java82 mFragments = FragmentController.createController(new HostCallbacks()); in setupFragment()
166 mFragments = FragmentController.createController(new HostCallbacks()); in recreateFragment()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarViewControllerTest.java148 mController = createController(); in setup()
151 private KeyguardStatusBarViewController createController() { in createController() method in KeyguardStatusBarViewControllerTest
483 mController = createController(); in testNewUserSwitcherDisablesAvatar_newUiOn()
495 mController = createController(); in testNewUserSwitcherDisablesAvatar_newUiOff()
H A DBiometricsUnlockControllerTest.java147 mBiometricUnlockController = createController(false); in setUp()
152 BiometricUnlockController createController(boolean orderUnlockAndWake) { in createController() method in BiometricsUnlockControllerTest
678 mBiometricUnlockController = createController(true); in onSideFingerprintSuccess_dreaming_unlockNoWake()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/
H A DDesktopModeControllerTest.java116 mController = createController(); in setUp()
141 createController(); in instantiate_flagOff_doNotAddInitCallback()
490 private DesktopModeController createController() { in createController() method in DesktopModeControllerTest
H A DDesktopTasksControllerTest.kt118 controller = createController()
123 private fun createController(): DesktopTasksController { regex
160 createController()
/aosp14/frameworks/base/core/java/android/app/
H A DFragmentController.java54 public static final FragmentController createController(FragmentHostCallback<?> callbacks) { in createController() method in FragmentController
H A DActivity.java928 final FragmentController mFragments = FragmentController.createController(new HostCallbacks());
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
H A DFragmentHostManager.java88 mFragments = FragmentController.createController(new HostCallbacks()); in createFragmentHost()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt1710 HSPLandroid/app/FragmentController;->createController(Landroid/app/FragmentHostCallback;)Landroid/a…
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt1710 HSPLandroid/app/FragmentController;->createController(Landroid/app/FragmentHostCallback;)Landroid/a…
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt5697 …method @Deprecated public static final android.app.FragmentController createController(android.app…