package com.android.internal.widget; /* * #%L * Matos * $Id:$ * $HeadURL:$ * %% * Copyright (C) 2010 - 2014 Orange SA * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * #L% */ @com.francetelecom.rd.stubs.annotation.ClassDone(0) public class Smileys { // Fields public static int HAPPY; public static int SAD; public static int WINKING; public static int TONGUE_STICKING_OUT; public static int SURPRISED; public static int KISSING; public static int YELLING; public static int COOL; public static int MONEY_MOUTH; public static int FOOT_IN_MOUTH; public static int EMBARRASSED; public static int ANGEL; public static int UNDECIDED; public static int CRYING; public static int LIPS_ARE_SEALED; public static int LAUGHING; public static int WTF; // Constructors public Smileys(){ } // Methods public static int getSmileyResource(int arg1){ return 0; } }