HomeSort by relevance Sort by last modified time
    Searched refs:ADB_ENABLED (Results 1 - 7 of 7) sorted by null

  /packages/apps/Settings/src/com/android/settings/
DevelopmentSettings.java 67 Settings.Secure.ADB_ENABLED, 0) != 0);
94 Settings.Secure.putInt(getContentResolver(), Settings.Secure.ADB_ENABLED, 0);
117 Settings.Secure.putInt(getContentResolver(), Settings.Secure.ADB_ENABLED, 1);
  /frameworks/base/services/java/com/android/server/
SystemServer.java 73 Settings.Secure.ADB_ENABLED, 0) > 0);
446 // make sure the ADB_ENABLED setting value matches the secure property value
447 Settings.Secure.putInt(mContentResolver, Settings.Secure.ADB_ENABLED,
451 mContentResolver.registerContentObserver(Settings.Secure.getUriFor(Settings.Secure.ADB_ENABLED),
  /frameworks/base/core/java/android/provider/
Settings.java 704 MOVED_TO_SECURE.add(Secure.ADB_ENABLED);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java 320 Settings.Secure.ADB_ENABLED,
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DatabaseHelper.java 241 Settings.Secure.ADB_ENABLED,
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 37 milliseconds