Home
last modified time | relevance | path

Searched refs:HOME (Results 1 – 25 of 51) sorted by relevance

123

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestProvidersAccess.java43 public static final RootInfo HOME; field in TestProvidersAccess
71 HOME = new RootInfo();
72 HOME.userId = userId;
73 HOME.authority = Providers.AUTHORITY_STORAGE;
74 HOME.rootId = Providers.ROOT_ID_HOME;
75 HOME.title = "Home";
76 HOME.derivedType = RootInfo.TYPE_LOCAL;
77 HOME.flags = Root.FLAG_LOCAL_ONLY
177 public static final RootInfo HOME; field in TestProvidersAccess.OtherUser
195 HOME = new RootInfo();
[all …]
DTestEnv.java130 return create(features, TestProvidersAccess.HOME.authority); in create()
134 return create(TestProvidersAccess.HOME.authority); in create()
194 ModelId.build(model.mUserId, TestProvidersAccess.HOME.authority, "1")); in populateStack()
201 state.stack.changeRoot(TestProvidersAccess.HOME); in populateStack()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DAbstractActionHandlerTest.java156 TestProvidersAccess.HOME.rootId, in testOpensContainerDocuments_OpenFolderInSearch_JumpsToNewLocation()
200 TestProvidersAccess.HOME.rootId, in testOpensContainerDocuments_ClickArchiveInSearch_opensArchiveInArchiveProvider()
235 TestProvidersAccess.HOME.rootId, in testLaunchToDocuments()
248 DocumentStackAsserts.assertEqualsTo(mEnv.state.stack, TestProvidersAccess.HOME, in testLaunchToDocuments()
261 TestProvidersAccess.HOME.rootId, in testLaunchToDocuments_convertsTreeUriToDocumentUri()
270 TestProvidersAccess.HOME.authority, TestEnv.FOLDER_0.documentId); in testLaunchToDocuments_convertsTreeUriToDocumentUri()
277 DocumentStackAsserts.assertEqualsTo(mEnv.state.stack, TestProvidersAccess.HOME, in testLaunchToDocuments_convertsTreeUriToDocumentUri()
285 mEnv.state.stack.changeRoot(TestProvidersAccess.HOME); in testLoadChildrenDocuments()
291 mEnv.mockProviders.get(TestProvidersAccess.HOME.authority) in testLoadChildrenDocuments()
314 mEnv.state.stack.changeRoot(TestProvidersAccess.OtherUser.HOME); in testCrossProfileDocuments_success()
[all …]
DDragAndDropManagerTests.java153 TestProvidersAccess.HOME, in testStartDrag_SetsCorrectClipData()
168 TestProvidersAccess.HOME, in testStartDrag_SetsCorrectClipData_NullParent()
183 TestProvidersAccess.HOME, in testStartDrag_BuildsCorrectShadow_SingleDoc()
198 TestProvidersAccess.HOME, in testStartDrag_BuildsCorrectShadow_MultipleDocs()
215 TestProvidersAccess.HOME, in testCanSpringOpen_ReturnsFalse_RootNotSupportCreate()
231 TestProvidersAccess.HOME, in testInArchiveUris_HasCorrectFlagPermission()
245 TestProvidersAccess.HOME, in testCanSpringOpen_ReturnsFalse_DocIsInvalidDestination()
260 TestProvidersAccess.HOME, in testCanSpringOpen()
275 TestProvidersAccess.HOME, in testDefaultToUnknownState()
290 TestProvidersAccess.HOME, in testUpdateStateToNotAllowed()
[all …]
DRecentsLoaderTests.java123 mEnv.mockProviders.get(TestProvidersAccess.HOME.authority) in testDocumentsNotIncludeDirectory()
140 mEnv.mockProviders.get(TestProvidersAccess.HOME.authority) in testShowOrHideHiddenFiles()
159 mEnv.mockProviders.get(TestProvidersAccess.HOME.authority) in testDocumentsNotMovable()
187 mEnv.mockProviders.get(TestProvidersAccess.HOME.authority) in testContentsUpdate_observable()
192 final TestCursor c = (TestCursor) mEnv.mockProviders.get(TestProvidersAccess.HOME.authority) in testContentsUpdate_observable()
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DAnspImsPreferModePolicyBuilder.java70 new AnspKey(ROVE_IN, IDLE, CELL_PREF, HOME), in sImsPreferModePolicyMap.put() argument
77 new AnspKey(ROVE_OUT, IDLE, CELL_PREF, HOME), in sImsPreferModePolicyMap.put() argument
85 new AnspKey(ROVE_IN, VOICE, CELL_PREF, HOME), in sImsPreferModePolicyMap.put() argument
92 new AnspKey(ROVE_OUT, VOICE, CELL_PREF, HOME), in sImsPreferModePolicyMap.put() argument
100 new AnspKey(ROVE_IN, VIDEO, CELL_PREF, HOME), in sImsPreferModePolicyMap.put() argument
107 new AnspKey(ROVE_OUT, VIDEO, CELL_PREF, HOME), in sImsPreferModePolicyMap.put() argument
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/customization/domain/interactor/
DWallpaperInteractorTest.kt73 destination = WallpaperDestination.HOME, in previews - limits to maximum results()
91 buildMap { put(WallpaperDestination.HOME, listOf<WallpaperModel>()) } in previews - handles empty recents list()
113 WallpaperDestination.HOME, in wallpaperUpdateEvents()
130 WallpaperDestination.HOME, in wallpaperUpdateEvents()
148 destination = WallpaperDestination.HOME, in setWallpaper()
160 collectLastValue(underTest.selectedWallpaperId(WallpaperDestination.HOME)) in setWallpaper()
164 collectLastValue(underTest.selectingWallpaperId(WallpaperDestination.HOME)) in setWallpaper()
182 WallpaperDestination.HOME, in setWallpaper()
DWallpaperSnapshotRestorerTest.kt95 put(WallpaperDestination.HOME, INITIAL_HOME_WALLPAPERS) in <lambda>()
103 destination = WallpaperDestination.HOME, in <lambda>()
119 assertThat(wallpaperClient.getCurrentWallpaper(destination = WallpaperDestination.HOME)) in <lambda>()
125 assertThat(wallpaperClient.getCurrentWallpaper(destination = WallpaperDestination.HOME)) in <lambda>()
131 assertThat(wallpaperClient.getCurrentWallpaper(destination = WallpaperDestination.HOME)) in <lambda>()
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/customization/data/repository/
DWallpaperRepositoryTest.kt68 underTest.recentWallpapers(destination = WallpaperDestination.HOME, limit = 5) in setWallpaper()
75 collectLastValue(underTest.selectedWallpaperId(WallpaperDestination.HOME)) in setWallpaper()
80 underTest.selectingWallpaperId.map { it[WallpaperDestination.HOME] } in setWallpaper()
101 WallpaperDestination.HOME, in setWallpaper()
163 underTest.recentWallpapers(destination = WallpaperDestination.HOME, limit = 5) in setWallpaper_recentsKeyFallback()
170 collectLastValue(underTest.selectedWallpaperId(WallpaperDestination.HOME)) in setWallpaper_recentsKeyFallback()
184 WallpaperDestination.HOME, in setWallpaper_recentsKeyFallback()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaplTestsKeyboardQuickSwitch.java36 HOME(true), enumConstant
74 runTest(TestSurface.HOME, TestCase.DISMISS); in testDismiss_fromHome()
94 runTest(TestSurface.HOME, TestCase.LAUNCH_LAST_APP); in testLaunchLastTask_fromHome()
114 runTest(TestSurface.HOME, TestCase.LAUNCH_SELECTED_APP); in testLaunchSelectedTask_fromHome()
134 runTest(TestSurface.HOME, TestCase.LAUNCH_OVERVIEW); in testLaunchOverviewTask_fromHome()
166 case HOME: in runTest()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
DActionHandlerTest.java203 TestProvidersAccess.HOME.rootId, in testInitLocation_LaunchToDocuments()
219 DocumentStackAsserts.assertEqualsTo(mEnv.state.stack, TestProvidersAccess.HOME, in testInitLocation_LaunchToDocuments()
299 mEnv.state.stack.changeRoot(TestProvidersAccess.HOME); in testIncreasePickCountRecordCalled()
318 mEnv.state.stack.changeRoot(TestProvidersAccess.HOME); in testPickDocument_SetsCorrectResultAndFinishes_ActionPickCopyDestination()
344 mEnv.state.stack.changeRoot(TestProvidersAccess.HOME); in testPickDocument_SetsCorrectResultAndFinishes_ActionOpenTree()
365 TestProvidersAccess.HOME.authority, TestEnv.FOLDER_2.documentId)); in testPickDocument_SetsCorrectResultAndFinishes_ActionOpenTree()
373 mEnv.state.stack.changeRoot(TestProvidersAccess.HOME); in testSaveDocument_SetsCorrectResultAndFinishes()
407 mEnv.state.stack.changeRoot(TestProvidersAccess.HOME); in testSaveDocument_ConfirmsOverwrite()
418 mEnv.state.stack.changeRoot(TestProvidersAccess.HOME); in testPickDocument_ConfirmsOpenTree()
428 mEnv.state.stack.changeRoot(TestProvidersAccess.HOME); in testFinishPicking_SetsCorrectResultAndFinishes_ActionGetContent()
[all …]
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/shared/model/
DWallpaperDestination.kt33 HOME,
41 FLAG_SYSTEM -> HOME in fromFlags()
51 HOME -> DEST_HOME_SCREEN in WallpaperDestination()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DFallbackActivityInterface.java21 import static com.android.quickstep.fallback.RecentsState.HOME;
159 if (stateManager.getState() == HOME) { in onExitOverview()
170 if (toState == HOME) { in onExitOverview()
204 case HOME: in stateFromGestureEndTarget()
207 return HOME; in stateFromGestureEndTarget()
DAbsSwipeUpHandler.java49 import static com.android.quickstep.GestureState.GestureEndTarget.HOME;
366 endRunningWindowAnim(mGestureState.getEndTarget() == HOME /* cancel */); in AbsSwipeUpHandler()
557 return mGestureState.getEndTarget() != HOME; in moveWindowWithRecentsScroll()
576 if (mGestureState.getEndTarget() != HOME) { in onLauncherStart()
856 return mGestureState.getEndTarget() != HOME
1163 if (endTarget != HOME) {
1174 case HOME:
1290 return willGoToNewTask ? NEW_TASK : HOME;
1310 return velocity.y < 0 && mCanSlowSwipeGoHome ? HOME : LAST_TASK;
1353 .setUserIsGoingHome(endTarget == GestureState.GestureEndTarget.HOME);
[all …]
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
DActionHandlerTest.java331 mActivity.currentRoot = TestProvidersAccess.HOME; in testDocumentPicked_DefaultsToView()
341 mActivity.currentRoot = TestProvidersAccess.HOME; in testDocumentPicked_InArchive_QuickViewable()
350 mActivity.currentRoot = TestProvidersAccess.HOME; in testDocumentPicked_InArchive_Unopenable()
360 mActivity.currentRoot = TestProvidersAccess.HOME; in testDocumentPicked_PreviewsWhenResourceSet()
399 mActivity.currentRoot = TestProvidersAccess.HOME; in testDocumentPicked_Home_SendsActionViewForApks()
408 mActivity.currentRoot = TestProvidersAccess.HOME; in testDocumentPicked_OpensArchives()
419 mActivity.currentRoot = TestProvidersAccess.HOME; in testDocumentPicked_OpensDirectories()
488 TestProvidersAccess.HOME.getUri().toString()); in testInitLocation_BrowseRootWrongAuthority_ShowDefault()
491 assertRootPicked(TestProvidersAccess.HOME.getUri()); in testInitLocation_BrowseRootWrongAuthority_ShowDefault()
512 TestProvidersAccess.HOME.rootId, in testInitLocation_LaunchToDocuments()
[all …]
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/domain/interactor/
DWallpaperSnapshotRestorer.kt56 destination = WallpaperDestination.HOME, in <lambda>()
74 interactor.selectedWallpaperId(destination = WallpaperDestination.HOME), in <lambda>()
100 ?: querySelectedWallpaperId(destination = WallpaperDestination.HOME), in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/data/content/
DWallpaperClientImpl.kt55 import com.android.wallpaper.picker.customization.shared.model.WallpaperDestination.HOME in <lambda>()
153 if (destination == HOME || destination == BOTH) { in <lambda>()
254 HOME -> { in <lambda>()
276 if (destination == HOME || destination == BOTH) { in <lambda>()
371 if (destination == BOTH || destination == HOME) FLAG_SYSTEM else FLAG_LOCK in <lambda>()
395 HOME -> { in <lambda>()
625 HOME -> SCREEN_HOME in <lambda>()
633 HOME -> FLAG_SYSTEM in <lambda>()
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/preview/domain/interactor/
DWallpaperPreviewInteractorTest.kt137 destination = WallpaperDestination.HOME, in <lambda>()
145 assertThat(client.wallpapersSet[WallpaperDestination.HOME]).containsExactly(wallpaperModel) in <lambda>()
171 destination = WallpaperDestination.HOME, in <lambda>()
175 assertThat(client.wallpapersSet[WallpaperDestination.HOME]).containsExactly(wallpaperModel) in <lambda>()
/packages/modules/Bluetooth/system/build/dpkg/floss/
Dinstall-dependencies37 source $HOME/.cargo/env
61 HAS_EXPORT="$(cat \$HOME/.bashrc|grep '$HOME/bin')"
/packages/modules/IntentResolver/java/src/com/android/intentresolver/ui/
DActionTitle.java57 HOME(Intent.ACTION_MAIN, enumConstant
82 if (title != HOME && action != null && action.equals(title.action)) { in forAction()
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/customization/ui/viewmodel/
DWallpaperQuickSwitchViewModelTest.kt74 destination = WallpaperDestination.HOME, in <lambda>()
118 client.setRecentWallpapers(buildMap { put(WallpaperDestination.HOME, models) }) in <lambda>()
143 client.setRecentWallpapers(buildMap { put(WallpaperDestination.HOME, models) }) in <lambda>()
/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/utils/
DXmlDoc.java22 import static com.android.imsserviceentitlement.ts43.Ts43Constants.HomeRoamingNwTypeValue.HOME;
89 paramsMap = paramsMap == null ? mNodesMap.get(LTE + HOME) : paramsMap; in getFromVolte()
100 paramsMap = paramsMap == null ? mNodesMap.get(NGRAN + HOME) : paramsMap; in getFromVonrHome()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DFallbackRecentsView.java22 import static com.android.quickstep.fallback.RecentsState.HOME;
139 if (mCurrentGestureEndTarget == GestureState.GestureEndTarget.HOME) { in onGestureAnimationEnd()
260 if (finalState == HOME) { in onStateTransitionComplete()
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DAccessNetworkSelectionPolicyBuilderTest.java67 static final int HOME = QnsConstants.COVERAGE_HOME; field in AccessNetworkSelectionPolicyBuilderTest
256 List<Integer> coverageList = List.of(HOME, ROAM); in test_PolicyMap_Default()
329 List<Integer> coverageList = List.of(HOME, ROAM); in test_PolicyMap_isCurrentTransportTypeInVoiceCallSupported()
347 List<Integer> coverageList = List.of(HOME, ROAM); in test_PolicyMap_isRoveOutOnCellularWifiBothBadSupported()
368 List<Integer> coverageList = List.of(HOME, ROAM); in test_PolicyMap_isRoveInOnCellularWifiBothBadSupported()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sidebar/
DRootItemListBuilderTest.java47 new RootItem(TestProvidersAccess.HOME, null, false);
58 new RootItem(TestProvidersAccess.OtherUser.HOME, null, false);

123