summaryrefslogtreecommitdiff
path: root/SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ListFiles.java
diff options
context:
space:
mode:
Diffstat (limited to 'SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ListFiles.java')
-rwxr-xr-xSDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ListFiles.java33
1 files changed, 0 insertions, 33 deletions
diff --git a/SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ListFiles.java b/SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ListFiles.java
deleted file mode 100755
index 514bfddea..000000000
--- a/SDL_Android/SmartDeviceLinkProxyAndroid/src/com/smartdevicelink/proxy/rpc/ListFiles.java
+++ /dev/null
@@ -1,33 +0,0 @@
-package com.smartdevicelink.proxy.rpc;
-
-import java.util.Hashtable;
-
-import com.smartdevicelink.proxy.RPCRequest;
-
-/**
- * Requests the current list of resident filenames for the registered app. Not
- * supported on First generation SMARTDEVICELINK vehicles
- * <p>
- *
- * @since SmartDeviceLink 2.0
- */
-public class ListFiles extends RPCRequest {
-
- /**
- * Constructs a new ListFiles object
- */
- public ListFiles() {
- super("ListFiles");
- }
-
- /**
- * Constructs a new ListFiles object indicated by the Hashtable parameter
- * <p>
- *
- * @param hash
- * The Hashtable to use
- */
- public ListFiles(Hashtable hash) {
- super(hash);
- }
-} \ No newline at end of file