Home
last modified time | relevance | path

Searched refs:app1 (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DRecentNotifyingAppsPreferenceControllerTest.java162 Event app1 = new Event(); in display_showRecents() local
163 app1.mEventType = Event.NOTIFICATION_INTERRUPTION; in display_showRecents()
164 app1.mPackage = "com.android.settings"; in display_showRecents()
165 app1.mTimeStamp = System.currentTimeMillis(); in display_showRecents()
166 events.add(app1); in display_showRecents()
176 when(mAppState.getEntry(app1.getPackageName(), UserHandle.myUserId())) in display_showRecents()
184 new String[] {app.getPackageName(), app1.getPackageName(), app2.getPackageName()}, in display_showRecents()
209 Event app1 = new Event(); in display_showRecentsWithInstantApp() local
210 app1.mEventType = Event.NOTIFICATION_INTERRUPTION; in display_showRecentsWithInstantApp()
211 app1.mPackage = "com.foo.barinstant"; in display_showRecentsWithInstantApp()
[all …]
/packages/apps/Launcher3/robolectric_tests/resources/
Dcache_data_updated_task_data.txt8 bgItem s itemType=0 title=app1-class1 intent=component=app1/class1 id=1
9 bgItem s itemType=0 title=app1-class2 intent=component=app1/class2 id=2
18 bgItem s itemType=1 title=app1-shrt intent=component=app1/class3 id=7
25 allApps componentName=app1/class1 intent=component=app1/class1
26 allApps componentName=app1/class2 intent=component=app1/class2
Dpackage_install_state_change_task_data.txt9 bgItem s itemType=0 title=app1-class1 intent=component=app1/class1 id=1
10 bgItem s itemType=0 title=app1-class2 intent=component=app1/class2 id=2
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DApplicationFeatureProviderImplTest.java230 final ResolveInfo app1 = createResolveInfo(APP_1); in testFindPersistentPreferredActivities() local
233 .thenReturn(app1); in testFindPersistentPreferredActivities()
235 .thenReturn(app1); in testFindPersistentPreferredActivities()
241 .thenReturn(app1); in testFindPersistentPreferredActivities()
247 new ApplicationInfo(app1.activityInfo.applicationInfo))); in testFindPersistentPreferredActivities()
250 new ApplicationInfo(app1.activityInfo.applicationInfo))); in testFindPersistentPreferredActivities()
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/graphicsdriver/
DGraphicsDriverAppPreferenceControllerTest.java305 final ApplicationInfo app1 = buildInfo(uid, APP_1, 0 /* flags */, 0 /* targetSdkVersion */); in mockPackageManager() local
311 .thenReturn(Arrays.asList(app3, app2, app1)); in mockPackageManager()
312 when(mPackageManager.getApplicationLabel(app1)).thenReturn(APP_1); in mockPackageManager()