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

/packages/apps/Settings/src/com/android/settings/applications/
H A DVrListenerSettings.java43 protected Config getConfig() { method in class:VrListenerSettings
/packages/services/Telephony/src/com/android/phone/vvm/omtp/
H A DTelephonyVvmConfigManager.java66 public PersistableBundle getConfig(String mccMnc) { method in class:TelephonyVvmConfigManager
/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/notification/
H A DNotificationAccessSettings.java68 protected Config getConfig() { method in class:NotificationAccessSettings
/packages/apps/Settings/src/com/android/settings/utils/
H A DManagedServiceSettings.java50 abstract protected Config getConfig(); method in class:ManagedServiceSettings
53 mConfig = getConfig();
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiApDialog.java88 public WifiConfiguration getConfig() { method in class:WifiApDialog
H A DWifiConfigController.java226 WifiConfiguration config = mAccessPoint.getConfig();
288 WifiConfiguration config = mAccessPoint.getConfig();
452 /* package */ WifiConfiguration getConfig() { method in class:WifiConfigController
468 config.networkId = mAccessPoint.getConfig().networkId;
557 .getConfig()
816 WifiEnterpriseConfig enterpriseConfig = mAccessPoint.getConfig().enterpriseConfig;
1013 config = mAccessPoint.getConfig();
1065 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
/packages/services/Telephony/src/com/android/phone/vvm/omtp/imap/
H A DImapHelper.java156 public OmtpVvmCarrierConfigHelper getConfig() { method in class:ImapHelper
396 String command = getConfig().getProtocol()
413 String command = getConfig().getProtocol()
427 String command = getConfig().getProtocol()

Completed in 2059 milliseconds