Searched defs:getConfig (Results 1 - 11 of 11) sorted by relevance

/packages/apps/Settings/src/com/android/settings/notification/
H A DNotificationAccessSettings.java50 protected Config getConfig() { method in class:NotificationAccessSettings
H A DManagedServiceSettings.java53 abstract protected Config getConfig(); method in class:ManagedServiceSettings
56 mConfig = getConfig();
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DBitmapUtils.java121 Bitmap target = Bitmap.createBitmap(width, height, getConfig(bitmap));
130 private static Bitmap.Config getConfig(Bitmap bitmap) { method in class:BitmapUtils
131 Bitmap.Config config = bitmap.getConfig();
157 Bitmap target = Bitmap.createBitmap(size, size, getConfig(bitmap));
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DEventLogLogger.java56 protected Config getConfig() { method in class:EventLogLogger
H A DQsbApplication.java155 public synchronized Config getConfig() { method in class:QsbApplication
175 return new SearchSettingsImpl(getContext(), getConfig());
220 int priority = getConfig().getQueryThreadPriority();
241 return new SuggestionsProviderImpl(getConfig(),
277 getIconLoaderExecutor(), getConfig());
308 return new EventLogLogger(getContext(), getConfig());
343 getConfig().getUserAgent());
362 return new Help(getContext(), getConfig());
H A DSearchSettingsImpl.java86 protected Config getConfig() { method in class:SearchSettingsImpl
162 if (currentTime - firstHintTime > getConfig().getVoiceSearchHintActivePeriod()) {
H A DSearchActivity.java114 if (getConfig().showScrollingResults()) {
115 mSearchActivityView.setMaxPromotedResults(getConfig().getMaxPromotedResults());
229 private Config getConfig() { method in class:SearchActivity
230 return getQsbApplication().getConfig();
454 long delay = getConfig().getTypingUpdateSuggestionsDelayMillis();
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiApDialog.java88 public WifiConfiguration getConfig() { method in class:WifiApDialog
H A DWifiConfigController.java207 WifiConfiguration config = mAccessPoint.getConfig();
262 WifiConfiguration config = mAccessPoint.getConfig();
370 /* package */ WifiConfiguration getConfig() { method in class:WifiConfigController
386 config.networkId = mAccessPoint.getConfig().networkId;
660 WifiEnterpriseConfig enterpriseConfig = mAccessPoint.getConfig().enterpriseConfig;
814 config = mAccessPoint.getConfig();
866 config = mAccessPoint.getConfig();
/packages/apps/Gallery2/src/com/android/photos/views/
H A DBlockingGLTextureView.java117 int[] configSpec = getConfig();
127 private static int[] getConfig() { method in class:BlockingGLTextureView.EglHelper
/packages/screensavers/Basic/src/com/android/dreams/basic/
H A DColorsGLRenderer.java207 int[] configSpec = getConfig();
217 private static int[] getConfig() { method in class:ColorsGLRenderer

Completed in 1750 milliseconds