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

  /frameworks/base/core/java/android/app/
TimePickerDialog.java 118 final Context themeContext = getContext();
119 final LayoutInflater inflater = LayoutInflater.from(themeContext);
122 setButton(BUTTON_POSITIVE, themeContext.getString(R.string.ok), this);
123 setButton(BUTTON_NEGATIVE, themeContext.getString(R.string.cancel), this);
DatePickerDialog.java 117 final Context themeContext = getContext();
118 final LayoutInflater inflater = LayoutInflater.from(themeContext);
122 setButton(BUTTON_POSITIVE, themeContext.getString(R.string.ok), this);
123 setButton(BUTTON_NEGATIVE, themeContext.getString(R.string.cancel), this);
  /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 
  /prebuilts/misc/common/robolectric/lib/
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 269 milliseconds