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

  /frameworks/base/core/java/android/app/
AppGlobals.java 57 public static int getIntCoreSetting(String key, int defaultValue) {
60 return currentActivityThread.getIntCoreSetting(key, defaultValue);
ActivityThread.java     [all...]
  /frameworks/base/core/java/android/view/
ViewConfiguration.java 439 return AppGlobals.getIntCoreSetting(Settings.Secure.LONG_PRESS_TIMEOUT,
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 212 milliseconds