1 // Copyright 2006 The Android Open Source Project 2 3 /** 4 * Version with private access. 5 */ 6 public class SemiPrivate { 7 private static String mPrivvy = "stuff"; 8 } 9