Searched refs:app1 (Results 1 – 5 of 5) sorted by relevance
162 Event app1 = new Event(); in display_showRecents() local163 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() local210 app1.mEventType = Event.NOTIFICATION_INTERRUPTION; in display_showRecentsWithInstantApp()211 app1.mPackage = "com.foo.barinstant"; in display_showRecentsWithInstantApp()[all …]
8 bgItem s itemType=0 title=app1-class1 intent=component=app1/class1 id=19 bgItem s itemType=0 title=app1-class2 intent=component=app1/class2 id=218 bgItem s itemType=1 title=app1-shrt intent=component=app1/class3 id=725 allApps componentName=app1/class1 intent=component=app1/class126 allApps componentName=app1/class2 intent=component=app1/class2
9 bgItem s itemType=0 title=app1-class1 intent=component=app1/class1 id=110 bgItem s itemType=0 title=app1-class2 intent=component=app1/class2 id=2
230 final ResolveInfo app1 = createResolveInfo(APP_1); in testFindPersistentPreferredActivities() local233 .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()
305 final ApplicationInfo app1 = buildInfo(uid, APP_1, 0 /* flags */, 0 /* targetSdkVersion */); in mockPackageManager() local311 .thenReturn(Arrays.asList(app3, app2, app1)); in mockPackageManager()312 when(mPackageManager.getApplicationLabel(app1)).thenReturn(APP_1); in mockPackageManager()