SYMBOL INDEX (125 symbols across 12 files) FILE: app/src/main/assets/wifi/scripts/transfer.js function initPageStrings (line 15) | function initPageStrings() { function deleteBook (line 24) | function deleteBook(_event) { function downloadBook (line 44) | function downloadBook(_event) { function loadFileList (line 51) | function loadFileList() { function fillFilesContainer (line 62) | function fillFilesContainer() { function getUploadProgress (line 82) | function getUploadProgress() { function startAjaxUpload (line 113) | function startAjaxUpload() { function checkFileName (line 162) | function checkFileName(fileName) { function uploadFiles (line 183) | function uploadFiles(files) { function bindAjaxUpload (line 209) | function bindAjaxUpload(fileSelector) { function formatFileSize (line 258) | function formatFileSize(value) { function cancelUpload (line 270) | function cancelUpload() { function getHtml5Uploader (line 281) | function getHtml5Uploader() { function handleDragOver (line 341) | function handleDragOver(evt) { function handleDragLeave (line 350) | function handleDragLeave(evt) { function handleDrop (line 358) | function handleDrop(evt) { function dragUpload (line 371) | function dragUpload() { function showHtml5View (line 380) | function showHtml5View() { function showHtml4View (line 394) | function showHtml4View() { FILE: app/src/main/java/me/pengtao/filetransfer/Constants.java class Constants (line 7) | public class Constants { class RxBusEventType (line 14) | public static final class RxBusEventType { FILE: app/src/main/java/me/pengtao/filetransfer/FileListAdapter.java class FileListAdapter (line 43) | class FileListAdapter extends RecyclerView.Adapter fileModelList) { method onCreateViewHolder (line 54) | @Override method onBindViewHolder (line 67) | @Override class EmptyViewHolder (line 74) | class EmptyViewHolder extends RecyclerView.ViewHolder { method EmptyViewHolder (line 75) | public EmptyViewHolder(View itemView) { method getItemCount (line 80) | @Override class MyViewHolder (line 85) | class MyViewHolder extends RecyclerView.ViewHolder { method MyViewHolder (line 88) | public MyViewHolder(View view) { method onBindViewHolder (line 93) | public void onBindViewHolder(int position) { method getItemViewType (line 129) | @Override method delete (line 137) | private void delete(Context context, String packageName) { method share (line 143) | private void share(Context context, String filePath) { FILE: app/src/main/java/me/pengtao/filetransfer/FileModel.java class FileModel (line 23) | public class FileModel { method getIcon (line 33) | public Drawable getIcon() { method setIcon (line 37) | public void setIcon(Drawable icon) { method getPath (line 41) | public String getPath() { method setPath (line 45) | public void setPath(String path) { method getVersion (line 49) | public String getVersion() { method setVersion (line 53) | public void setVersion(String version) { method getSize (line 57) | public String getSize() { method setSize (line 61) | public void setSize(String size) { method getName (line 65) | public String getName() { method setName (line 69) | public void setName(String name) { method getPackageName (line 73) | public String getPackageName() { method setPackageName (line 77) | public void setPackageName(String packageName) { method isInstalled (line 81) | public boolean isInstalled() { method setInstalled (line 85) | public void setInstalled(boolean installed) { method getFileType (line 89) | public int getFileType() { method setFileType (line 93) | public FileModel setFileType(final int fileType) { FILE: app/src/main/java/me/pengtao/filetransfer/MainActivity.java class MainActivity (line 58) | public class MainActivity extends AppCompatActivity implements Animator.... method getIconFromPackageName (line 74) | public synchronized static Drawable getIconFromPackageName(String pack... method onCreate (line 110) | @Override method onResume (line 143) | @Override method onCreateOptionsMenu (line 164) | @Override method onClick (line 170) | @OnClick(R.id.fab) method onDestroy (line 195) | @Override method onPopupMenuDialogDismiss (line 204) | @SuppressWarnings("unused") method showDialog (line 215) | private void showDialog() { method onAnimationStart (line 223) | @Override method onAnimationEnd (line 229) | @Override method onAnimationCancel (line 233) | @Override method onAnimationRepeat (line 237) | @Override method initRecyclerView (line 241) | void initRecyclerView() { method handleFiles (line 257) | private void handleFiles(String path, long length) { method getFileSize (line 297) | private String getFileSize(long length) { method loadFileList (line 309) | @SuppressWarnings("unused") method getApplicationName (line 331) | public String getApplicationName(String packageName) { method isAvailable (line 353) | public boolean isAvailable(Context context, String packageName) { method deleteAll (line 368) | private void deleteAll() { method onActivityResult (line 381) | @Override FILE: app/src/main/java/me/pengtao/filetransfer/PopupMenuDialog.java class PopupMenuDialog (line 32) | public class PopupMenuDialog { method PopupMenuDialog (line 52) | public PopupMenuDialog(Context context) { method builder (line 60) | public PopupMenuDialog builder() { method setCancelable (line 81) | public PopupMenuDialog setCancelable(boolean cancel) { method setCanceledOnTouchOutside (line 86) | public PopupMenuDialog setCanceledOnTouchOutside(boolean cancel) { method show (line 91) | public void show() { method onClick (line 98) | @OnClick({R.id.shared_wifi_cancel, R.id.shared_wifi_settings}) method onWifiConnected (line 112) | void onWifiConnected(String ipAddr) { method onDialogDismiss (line 127) | void onDialogDismiss(DialogInterface dialog) { FILE: app/src/main/java/me/pengtao/filetransfer/TransferApp.java class TransferApp (line 23) | public class TransferApp extends Application { method onCreate (line 24) | @Override FILE: app/src/main/java/me/pengtao/filetransfer/WebService.java class WebService (line 38) | public class WebService extends Service { method start (line 60) | public static void start(Context context) { method stop (line 66) | public static void stop(Context context) { method onBind (line 72) | @Override method onStartCommand (line 77) | @Override method onDestroy (line 90) | @Override method startServer (line 101) | private void startServer() { method getIndexContent (line 243) | private String getIndexContent() throws IOException { method sendResources (line 268) | private void sendResources(final AsyncHttpServerRequest request, final method getContentTypeByResourceName (line 293) | private String getContentTypeByResourceName(String resourceName) { class FileUploadHolder (line 320) | public class FileUploadHolder { method getFileOutPutStream (line 326) | public BufferedOutputStream getFileOutPutStream() { method setFileName (line 330) | public void setFileName(String fileName) { method reset (line 345) | public void reset() { method write (line 356) | public void write(byte[] data) { FILE: app/src/main/java/me/pengtao/filetransfer/receiver/PackageStateReceiver.java class PackageStateReceiver (line 29) | public class PackageStateReceiver extends BroadcastReceiver { method onReceive (line 30) | @Override FILE: app/src/main/java/me/pengtao/filetransfer/util/FileType.java class FileType (line 22) | public class FileType { FILE: app/src/main/java/me/pengtao/filetransfer/util/FileUtils.java class FileUtils (line 42) | public class FileUtils { method getFileUri (line 50) | public static Uri getFileUri(Context context, String filePath) { method openFile (line 56) | public static boolean openFile(String filePath, Context context) { method getFileType (line 111) | public static int getFileType(String filePath) { method checkStringEnds (line 125) | private static int checkStringEnds(String item, String[] array) { method getFileTypeIcon (line 135) | public static int getFileTypeIcon(String path) { method getShareType (line 163) | public static String getShareType(String path) { method copyFile (line 187) | public static void copyFile(InputStream in, String targetLocation) thr... method getFileName (line 198) | public static String getFileName(Context context, Uri uri) { method getHtmlFileIntent (line 217) | private static Intent getHtmlFileIntent(Uri uri) { method getImageFileIntent (line 223) | private static Intent getImageFileIntent(Uri uri) { method getPdfFileIntent (line 231) | private static Intent getPdfFileIntent(Uri uri) { method getTextFileIntent (line 239) | private static Intent getTextFileIntent(Uri uri) { method getAudioFileIntent (line 247) | private static Intent getAudioFileIntent(Uri uri) { method getVideoFileIntent (line 256) | private static Intent getVideoFileIntent(Uri uri) { method getWordFileIntent (line 265) | private static Intent getWordFileIntent(Uri uri) { method getExcelFileIntent (line 273) | private static Intent getExcelFileIntent(Uri uri) { method getPPTFileIntent (line 281) | private static Intent getPPTFileIntent(Uri uri) { method getApkFileIntent (line 289) | private static Intent getApkFileIntent(Context context, File file) { method sortWithLastModified (line 304) | public static void sortWithLastModified(File[] files) { method writeByteArrayToFile (line 327) | public static void writeByteArrayToFile(File file, byte[] data, boolea... method openOutputStream (line 340) | private static FileOutputStream openOutputStream(File file, boolean ap... FILE: app/src/main/java/me/pengtao/filetransfer/util/WifiUtils.java class WifiUtils (line 13) | public class WifiUtils { method getDeviceIpAddress (line 16) | public static String getDeviceIpAddress() {