Home
last modified time | relevance | path

Searched refs:app4 (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/Launcher3/tests/res/raw/
H A Dpackage_install_state_change_task_data.txt19 # Promise icon for app4
20 bgItem s itemType=1 status=1 title=app4-shrt intent=component=app4/class1 id=8
23 bgItem w providerName=app4/provider1 id=9
H A Dwidgets_predication_update_task_data.txt19 # Promise icon for app4
20 bgItem s itemType=1 status=1 title=app4-shrt intent=component=app4/class1 id=8
23 bgItem w providerName=app4/provider1 id=9
H A Dcache_data_updated_task_data.txt19 bgItem s itemType=1 title=app4-shrt intent=component=app4/class1 id=8
/aosp12/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppsQueryHelperTests.java156 final ResolveInfo app4 = new ResolveInfo(); in queryIntentServicesAsUser() local
157 app4.serviceInfo = new ServiceInfo(); in queryIntentServicesAsUser()
158 app4.serviceInfo.packageName = "app4"; in queryIntentServicesAsUser()
159 app4.serviceInfo.name = "name"; in queryIntentServicesAsUser()
160 app4.serviceInfo.applicationInfo = new ApplicationInfo(); in queryIntentServicesAsUser()
161 return Arrays.asList(sysApp1, app4); in queryIntentServicesAsUser()
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/notifications/
H A DRecentNotificationsAppsPreferenceControllerTest.java166 UsageEvents.Event app4 = createUsageEvent("pkg.class3", timestamp - 1000); in areEvents_showMaximumRecents() local
171 events.add(app4); in areEvents_showMaximumRecents()
183 when(mMockApplicationsState.getEntry(app4.getPackageName(), userId)).thenReturn(app4Entry); in areEvents_showMaximumRecents()
187 app4.getPackageName()}, events); in areEvents_showMaximumRecents()
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DMockingOomAdjusterTests.java1737 app4.mState.setHasOverlayUi(true); in testUpdateOomAdj_DoAll_BoundFgService_Cycle_Branch_2()
1738 bindService(app, app4, s, 0, mock(IBinder.class)); in testUpdateOomAdj_DoAll_BoundFgService_Cycle_Branch_2()
1748 lru.add(app4); in testUpdateOomAdj_DoAll_BoundFgService_Cycle_Branch_2()
1782 app4.mState.setHasOverlayUi(true); in testUpdateOomAdj_DoAll_BoundFgService_Cycle_Branch_3()
1783 bindService(app, app4, s, 0, mock(IBinder.class)); in testUpdateOomAdj_DoAll_BoundFgService_Cycle_Branch_3()
1791 lru.add(app4); in testUpdateOomAdj_DoAll_BoundFgService_Cycle_Branch_3()
1827 app4.mState.setHasOverlayUi(true); in testUpdateOomAdj_DoAll_BoundFgService_Cycle_Branch_4()
1836 lru.add(app4); in testUpdateOomAdj_DoAll_BoundFgService_Cycle_Branch_4()
1902 app4.mState.setHasOverlayUi(true); in testUpdateOomAdj_DoAll_Provider_Cycle_Branch_2()
1903 bindProvider(app, app4, cr, null, false); in testUpdateOomAdj_DoAll_Provider_Cycle_Branch_2()
[all …]
/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/launcher3/model/
H A DWidgetsPredicationUpdateTaskTest.java147 AppTarget app4 = new AppTarget(new AppTargetId("app4"), "app4", "className", in widgetsRecommendationRan_shouldOnlyReturnNotAddedWidgetsInAppPredictionOrder() local
152 newWidgetsPredicationTask(List.of(app5, app3, app2, app4, app1))) in widgetsRecommendationRan_shouldOnlyReturnNotAddedWidgetsInAppPredictionOrder()