SYMBOL INDEX (138 symbols across 20 files) FILE: src/info/guardianproject/lildebi/BootCompletedReceiver.java class BootCompletedReceiver (line 10) | public class BootCompletedReceiver { method onReceive (line 14) | public void onReceive(Context context, Intent intent) { FILE: src/info/guardianproject/lildebi/InstallActivity.java class InstallActivity (line 41) | public class InstallActivity extends Activity implements View.OnCreateCo... method onServiceConnected (line 61) | public void onServiceConnected(ComponentName className, IBinder servic... method onServiceDisconnected (line 67) | public void onServiceDisconnected(ComponentName className) { method doBindService (line 81) | void doBindService() { method doUnbindService (line 88) | void doUnbindService() { method onCreate (line 96) | @Override method onResume (line 146) | @Override method onBackPressed (line 213) | @Override method onPause (line 219) | @Override method setImageSizeInMB (line 226) | private void setImageSizeInMB(long requestedSize) { method minimumFreeSizeTest (line 252) | private void minimumFreeSizeTest(long requestedSize) { method writeInstallConf (line 262) | private void writeInstallConf() { method wireButtons (line 280) | private void wireButtons() { method registerReceivers (line 319) | private void registerReceivers() { method unregisterReceivers (line 344) | private void unregisterReceivers() { method unwireButtons (line 352) | private void unwireButtons() { method renameInstallButton (line 363) | private void renameInstallButton(int resid) { method refreshButtons (line 369) | private void refreshButtons() { method onActivityResult (line 393) | @Override method isExt2Supported (line 405) | private boolean isExt2Supported() { method writeCommand (line 431) | public static void writeCommand(OutputStream os, String command) throw... method onCreateOptionsMenu (line 435) | @Override method onOptionsItemSelected (line 442) | public boolean onOptionsItemSelected(MenuItem item) { FILE: src/info/guardianproject/lildebi/InstallLogViewActivity.java class InstallLogViewActivity (line 24) | public class InstallLogViewActivity extends Activity { method onCreate (line 26) | protected void onCreate(Bundle savedInstanceState) { method shareInstallLog (line 42) | protected void shareInstallLog(File f) { class LoadLogTask (line 78) | private class LoadLogTask extends AsyncTask { method doInBackground (line 80) | @Override method onPostExecute (line 100) | protected void onPostExecute(String result) { FILE: src/info/guardianproject/lildebi/InstallService.java class InstallService (line 15) | public class InstallService extends Service { class LocalBinder (line 21) | public class LocalBinder extends Binder { method getService (line 22) | public InstallService getService() { method onBind (line 29) | @Override method onCreate (line 34) | @Override method isRunning (line 40) | public boolean isRunning() { method onStartCommand (line 46) | @Override class InstallThread (line 68) | class InstallThread extends Thread { method writeCommand (line 72) | public void writeCommand(OutputStream os, String command) throws Exc... method run (line 78) | @Override class LogUpdate (line 124) | class LogUpdate extends StreamThread.StreamUpdate { method open (line 129) | public void open() { method close (line 137) | public void close() { method update (line 145) | @Override FILE: src/info/guardianproject/lildebi/LilDebi.java class LilDebi (line 36) | public class LilDebi extends Activity implements OnCreateContextMenuList... method run (line 51) | public void run() { method onCreate (line 56) | @Override method onResume (line 92) | @Override method onDestroy (line 109) | protected void onDestroy() { method onCreateOptionsMenu (line 113) | @Override method onPrepareOptionsMenu (line 120) | @Override method onOptionsItemSelected (line 127) | @SuppressLint("InlinedApi") method updateScreenStatus (line 188) | private void updateScreenStatus() { method sdcardUnmounted (line 301) | public static void sdcardUnmounted() { method sdcardMounted (line 310) | public static void sdcardMounted() { method isOnline (line 336) | private boolean isOnline() { method updateLog (line 346) | private void updateLog() { method installBusyboxSymlinks (line 353) | private void installBusyboxSymlinks() { method onSaveInstanceState (line 386) | @Override FILE: src/info/guardianproject/lildebi/LilDebiAction.java class LilDebiAction (line 14) | public class LilDebiAction { method LilDebiAction (line 29) | LilDebiAction(Context context, Handler commandThreadHandler) { method startDebian (line 47) | public void startDebian() { method stopDebian (line 61) | public void stopDebian() { method removeDebianSetup (line 75) | public void removeDebianSetup() { method configureDownloadedImage (line 81) | public void configureDownloadedImage() { class CommandThread (line 88) | class CommandThread extends Thread { method run (line 91) | @Override method writeCommand (line 131) | public static void writeCommand(OutputStream os, String command) class LogUpdate (line 137) | class LogUpdate extends StreamThread.StreamUpdate { method update (line 139) | @Override FILE: src/info/guardianproject/lildebi/LilDebiApplication.java class LilDebiApplication (line 5) | public class LilDebiApplication extends Application { method onCreate (line 8) | public void onCreate() { FILE: src/info/guardianproject/lildebi/MediaEjectReceiver.java class MediaEjectReceiver (line 8) | public class MediaEjectReceiver extends BroadcastReceiver { method onReceive (line 12) | public void onReceive(Context context, Intent intent) { FILE: src/info/guardianproject/lildebi/MediaMountedReceiver.java class MediaMountedReceiver (line 11) | public class MediaMountedReceiver extends BroadcastReceiver { method onReceive (line 15) | public void onReceive(Context context, Intent intent) { FILE: src/info/guardianproject/lildebi/MediaUnmountedReceiver.java class MediaUnmountedReceiver (line 8) | public class MediaUnmountedReceiver extends BroadcastReceiver { method onReceive (line 12) | public void onReceive(Context context, Intent intent) { FILE: src/info/guardianproject/lildebi/NativeHelper.java class NativeHelper (line 25) | public class NativeHelper { method setup (line 47) | public static void setup(Context context) { method isStarted (line 98) | public static boolean isStarted() { method isInstalled (line 116) | public static boolean isInstalled() { method getArgs (line 123) | public static String getArgs() { method readVersionFile (line 128) | private static int readVersionFile() { method writeVersionFile (line 142) | private static void writeVersionFile(Context context) { method getCurrentVersionCode (line 155) | private static int getCurrentVersionCode(Context context) { method getLANG (line 165) | public static String getLANG() { method renameOldAppBin (line 173) | private static void renameOldAppBin() { method unzipDebiFiles (line 188) | public static void unzipDebiFiles(Context context) { method installOrUpgradeAppBin (line 252) | public static void installOrUpgradeAppBin(Context context) { method chmod (line 274) | public static void chmod(int mode, File path) { method isSdCardPresent (line 301) | public static boolean isSdCardPresent() { method getInstallPathFreeMegaBytes (line 305) | public static long getInstallPathFreeMegaBytes() { FILE: src/info/guardianproject/lildebi/PreferencesActivity.java class PreferencesActivity (line 18) | public class PreferencesActivity extends android.preference.PreferenceAc... method onSharedPreferenceChanged (line 28) | @Override method onCreate (line 85) | @Override method onResume (line 115) | @Override method onPause (line 123) | @Override method setSummaries (line 130) | private void setSummaries() { method showCompleteToast (line 167) | private void showCompleteToast() { class ShellAsyncTask (line 171) | private class ShellAsyncTask extends AsyncTask { method doInBackground (line 173) | @Override method onPostExecute (line 213) | @Override FILE: src/info/guardianproject/lildebi/SelectArch.java class SelectArch (line 11) | public class SelectArch extends Activity { method onCreate (line 15) | public void onCreate(Bundle savedInstanceState) { method callMe (line 33) | public static void callMe(Activity activity) { FILE: src/info/guardianproject/lildebi/SelectMirror.java class SelectMirror (line 11) | public class SelectMirror extends Activity { method onCreate (line 60) | public void onCreate(Bundle savedInstanceState) { method callMe (line 78) | public static void callMe(Activity activity) { FILE: src/info/guardianproject/lildebi/SelectRelease.java class SelectRelease (line 11) | public class SelectRelease extends Activity { method onCreate (line 17) | public void onCreate(Bundle savedInstanceState) { method callMe (line 35) | public static void callMe(Activity activity) { FILE: src/info/guardianproject/lildebi/StreamDisplay.java class StreamDisplay (line 11) | public class StreamDisplay extends Thread { method StreamDisplay (line 17) | StreamDisplay(InputStream i, TextView display, ScrollView scrollView, ... method run (line 24) | @Override FILE: src/info/guardianproject/lildebi/StreamThread.java class StreamThread (line 8) | public class StreamThread extends Thread { method StreamThread (line 12) | StreamThread(InputStream i) { method StreamThread (line 16) | StreamThread(InputStream i, StreamUpdate update) { method run (line 21) | @Override method dump (line 35) | public String dump() { class StreamUpdate (line 43) | public static abstract class StreamUpdate { method update (line 44) | public abstract void update(String val); class StringBufferStreamUpdate (line 47) | public class StringBufferStreamUpdate extends StreamUpdate { method update (line 50) | @Override method dump (line 55) | public String dump() { FILE: src/info/guardianproject/lildebi/UnsupportedDeviceActivity.java class UnsupportedDeviceActivity (line 9) | public class UnsupportedDeviceActivity extends Activity { method onCreate (line 13) | @Override method onResume (line 20) | @Override method onPause (line 29) | @Override method callMe (line 34) | public static void callMe(Activity activity) { FILE: src/org/torproject/android/service/TorServiceConstants.java type TorServiceConstants (line 5) | public interface TorServiceConstants { FILE: src/org/torproject/android/service/TorServiceUtils.java class TorServiceUtils (line 16) | public class TorServiceUtils implements TorServiceConstants { method checkRootAccess (line 22) | public static boolean checkRootAccess() { method findProcessId (line 53) | public static int findProcessId(String command) method findProcessIdWithPidOf (line 80) | public static int findProcessIdWithPidOf(String command) throws Exception method findProcessIdWithPS (line 118) | public static int findProcessIdWithPS(String command) throws Exception method doShellCommand (line 153) | public static int doShellCommand(String[] cmds, StringBuilder log, boo...