/development/samples/MultiDisplay/src/com/example/android/multidisplay/launcher/ |
D | PinnedAppListViewModel.java | 94 final Intent mainIntent = new Intent(Intent.ACTION_MAIN, null); in loadData() local 95 mainIntent.setComponent(ComponentName.unflattenFromString(componentString)); in loadData() 96 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER); in loadData() 98 final List<ResolveInfo> apps = mPackageManager.queryIntentActivities(mainIntent, in loadData()
|
D | AppListViewModel.java | 73 Intent mainIntent = new Intent(Intent.ACTION_MAIN, null); in loadData() local 74 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER); in loadData() 76 List<ResolveInfo> apps = mPackageManager.queryIntentActivities(mainIntent, in loadData()
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | LayoutAnimation5.java | 48 Intent mainIntent = new Intent(Intent.ACTION_MAIN, null); in loadApps() local 49 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER); in loadApps() 51 mApps = getPackageManager().queryIntentActivities(mainIntent, 0); in loadApps()
|
D | Grid1.java | 54 Intent mainIntent = new Intent(Intent.ACTION_MAIN, null); in loadApps() local 55 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER); in loadApps() 57 mApps = getPackageManager().queryIntentActivities(mainIntent, 0); in loadApps()
|
D | LayoutAnimation4.java | 49 Intent mainIntent = new Intent(Intent.ACTION_MAIN, null); in loadApps() local 50 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER); in loadApps() 52 mApps = getPackageManager().queryIntentActivities(mainIntent, 0); in loadApps()
|
D | LayoutAnimation6.java | 48 Intent mainIntent = new Intent(Intent.ACTION_MAIN, null); in loadApps() local 49 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER); in loadApps() 51 mApps = getPackageManager().queryIntentActivities(mainIntent, 0); in loadApps()
|
D | LayoutAnimation1.java | 48 Intent mainIntent = new Intent(Intent.ACTION_MAIN, null); in loadApps() local 49 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER); in loadApps() 51 mApps = getPackageManager().queryIntentActivities(mainIntent, 0); in loadApps()
|
D | Grid3.java | 61 Intent mainIntent = new Intent(Intent.ACTION_MAIN, null); in loadApps() local 62 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER); in loadApps() 64 mApps = getPackageManager().queryIntentActivities(mainIntent, 0); in loadApps()
|
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/ |
D | BigPictureSocialIntentService.java | 157 Intent mainIntent = new Intent(this, BigPictureSocialMainActivity.class); in recreateBuilderWithBigPictureStyle() local 161 stackBuilder.addNextIntent(mainIntent); in recreateBuilderWithBigPictureStyle() 167 mainIntent, in recreateBuilderWithBigPictureStyle()
|
/development/samples/ApiDemos/src/com/example/android/apis/ |
D | ApiDemos.java | 58 Intent mainIntent = new Intent(Intent.ACTION_MAIN, null); in getData() local 59 mainIntent.addCategory(Intent.CATEGORY_SAMPLE_CODE); in getData() 62 List<ResolveInfo> list = pm.queryIntentActivities(mainIntent, 0); in getData()
|
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/ |
D | StandaloneMainActivity.java | 212 Intent mainIntent = new Intent(this, BigTextMainActivity.class); in generateBigTextStyleNotification() local 218 mainIntent, in generateBigTextStyleNotification() 365 Intent mainIntent = new Intent(this, BigPictureSocialMainActivity.class); in generateBigPictureStyleNotification() local 371 mainIntent, in generateBigPictureStyleNotification() 489 Intent mainIntent = new Intent(this, InboxMainActivity.class); in generateInboxStyleNotification() local 495 mainIntent, in generateInboxStyleNotification()
|
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/ |
D | MainActivity.java | 361 Intent mainIntent = new Intent(this, BigPictureSocialMainActivity.class); in generateBigPictureStyleNotification() local 387 stackBuilder.addNextIntent(mainIntent); in generateBigPictureStyleNotification() 393 mainIntent, in generateBigPictureStyleNotification() 521 Intent mainIntent = new Intent(this, InboxMainActivity.class); in generateInboxStyleNotification() local 547 stackBuilder.addNextIntent(mainIntent); in generateInboxStyleNotification() 553 mainIntent, in generateInboxStyleNotification()
|
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/ |
D | BigPictureSocialIntentService.java | 157 Intent mainIntent = new Intent(this, BigPictureSocialMainActivity.class); in recreateBuilderWithBigPictureStyle() local 163 mainIntent, in recreateBuilderWithBigPictureStyle()
|
D | BigTextIntentService.java | 145 Intent mainIntent = new Intent(this, BigTextMainActivity.class); in recreateBuilderWithBigTextStyle() local 151 mainIntent, in recreateBuilderWithBigTextStyle()
|
/development/samples/Home/src/com/example/android/home/ |
D | Home.java | 486 Intent mainIntent = new Intent(Intent.ACTION_MAIN, null); in loadApplications() local 487 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER); in loadApplications() 489 final List<ResolveInfo> apps = manager.queryIntentActivities(mainIntent, 0); in loadApplications()
|