Lines Matching full:equals
273 return (Intent.ACTION_PICK.equals(action)
274 || Intent.ACTION_GET_CONTENT.equals(action));
305 if (cropValue.equals("circle")) {
435 mSortAscending = sortOrder.equals("ascending");
453 if (action.equals(Intent.ACTION_MEDIA_MOUNTED)) {
457 } else if (action.equals(Intent.ACTION_MEDIA_UNMOUNTED)) {
460 } else if (action.equals(Intent.ACTION_MEDIA_SCANNER_STARTED)) {
462 } else if (action.equals(
465 } else if (action.equals(Intent.ACTION_MEDIA_EJECT)) {
548 return type.equals("vnd.android.cursor.dir/image")
549 || type.equals("image/*");
553 return type.equals("vnd.android.cursor.dir/video")
554 || type.equals("video/*");