OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UsbDebuggingManager
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/usb/
UsbDebuggingManager.java
45
public class
UsbDebuggingManager
implements Runnable {
46
private static final String TAG = "
UsbDebuggingManager
";
62
public
UsbDebuggingManager
(Context context) {
164
mThread = new Thread(
UsbDebuggingManager
.this, TAG);
UsbDeviceManager.java
126
private
UsbDebuggingManager
mDebuggingManager;
178
mDebuggingManager = new
UsbDebuggingManager
(context);
[
all
...]
Completed in 433 milliseconds