OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:galleryIntent
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera2/src_pd/com/android/camera/util/
GalleryHelper.java
40
public static Drawable getGalleryIcon(Context context, Intent
galleryIntent
) {
41
if (
galleryIntent
!= null) {
43
return context.getPackageManager().getActivityIcon(
galleryIntent
);
51
public static CharSequence getGalleryAppName(Context context, Intent
galleryIntent
) {
52
ComponentName componentName =
galleryIntent
.getComponent();
/packages/apps/Camera2/src/com/android/camera/util/
IntentHelper.java
47
public static Drawable getGalleryIcon(Context context, Intent
galleryIntent
) {
48
return GalleryHelper.getGalleryIcon(context,
galleryIntent
);
51
public static CharSequence getGalleryAppName(Context context, Intent
galleryIntent
) {
52
return GalleryHelper.getGalleryAppName(context,
galleryIntent
);
/frameworks/base/services/core/java/com/android/server/pm/
DefaultPermissionGrantPolicy.java
504
Intent
galleryIntent
= new Intent(Intent.ACTION_MAIN);
505
galleryIntent
.addCategory(Intent.CATEGORY_APP_GALLERY);
507
galleryIntent
, userId);
[
all
...]
Completed in 184 milliseconds