Searched refs:PACKAGE_NAME (Results 1 – 4 of 4) sorted by relevance
52 private static final String PACKAGE_NAME = "com.example.android.activityanim"; field in PictureDetailsActivity81 bundle.getInt(PACKAGE_NAME + ".resourceId")); in onCreate()82 String description = bundle.getString(PACKAGE_NAME + ".description"); in onCreate()83 final int thumbnailTop = bundle.getInt(PACKAGE_NAME + ".top"); in onCreate()84 final int thumbnailLeft = bundle.getInt(PACKAGE_NAME + ".left"); in onCreate()85 final int thumbnailWidth = bundle.getInt(PACKAGE_NAME + ".width"); in onCreate()86 final int thumbnailHeight = bundle.getInt(PACKAGE_NAME + ".height"); in onCreate()87 mOriginalOrientation = bundle.getInt(PACKAGE_NAME + ".orientation"); in onCreate()
159 module_name = mk.GetVariable(mk.PACKAGE_NAME)209 module_name = mk.GetVariable(mk.PACKAGE_NAME)212 (mk.PACKAGE_NAME, mk.FILENAME))232 module_name = mk.GetVariable(mk.PACKAGE_NAME)
38 PACKAGE_NAME = "LOCAL_PACKAGE_NAME" variable in AndroidMK
301 target.SetName(android_mk_parser.GetVariable(android_mk_parser.PACKAGE_NAME))