HomeSort by relevance Sort by last modified time
    Searched defs:getConfig (Results 1 - 25 of 540) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mockito/src/test/java/org/mockito/internal/configuration/
ConfigurationAccess.java 11 public static MockitoConfiguration getConfig() {
  /tools/tradefederation/core/src/com/android/tradefed/config/
IConfigurationServer.java 38 public InputStream getConfig(String name) throws ConfigurationException;
  /cts/tests/tests/drm/src/android/drm/cts/
ConfigFactory.java 33 public static Config getConfig(String plugInName) {
  /frameworks/base/core/java/android/privacy/
DifferentialPrivacyEncoder.java 67 DifferentialPrivacyConfig getConfig();
  /external/libese/esed/
Weaver.cpp 39 Return<void> Weaver::getConfig(getConfig_cb _hidl_cb) {
  /external/nos/host/android/hals/weaver/
Weaver.cpp 45 Return<void> Weaver::getConfig(getConfig_cb _hidl_cb) {
50 const uint32_t appStatus = _weaver.GetConfig(request, &response);
53 LOG(ERROR) << "App GetConfig request failed with status " << appStatus;
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
XmlContext.java 20 public ResTable_config getConfig() {
21 return qualifiers.getConfig();
TypedResource.java 24 public ResTable_config getConfig() {
25 return xmlContext.getConfig();
Qualifiers.java 43 public ResTable_config getConfig() {
  /hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
VehiclePropConfigIndex.h 45 const VehiclePropConfig& getConfig(int32_t property) const {
  /packages/apps/Settings/src/com/android/settings/applications/
VrListenerSettings.java 42 protected Config getConfig() {
  /packages/apps/Settings/src/com/android/settings/display/
AmbientDisplaySettings.java 54 .setConfig(getConfig(context))
56 use(AmbientDisplayNotificationsPreferenceController.class).setConfig(getConfig(context));
57 use(DoubleTapScreenPreferenceController.class).setConfig(getConfig(context));
58 use(PickupGesturePreferenceController.class).setConfig(getConfig(context));
90 private AmbientDisplayConfiguration getConfig(Context context) {
  /packages/services/Car/tools/emulator/
vhal_emulator.py 33 v.getConfig(c.VEHICLEPROPERTY_HVAC_TEMPERATURE_SET)
35 # Get the response message to getConfig()
170 def getConfig(self, prop):
172 Sends a getConfig message for the specified property.
  /external/deqp/modules/egl/
teglApiCase.cpp 159 bool ApiCase::getConfig (EGLConfig* config, const eglu::FilterList& filters)
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
FakeZenModeController.java 47 public ZenModeConfig getConfig() {
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/
PreFillType.java 57 Bitmap.Config getConfig() {
146 Bitmap.Config getConfig() {
  /external/robolectric-shadows/robolectric/src/main/java/org/robolectric/
ConfigMerger.java 37 public Config getConfig(Class<?> testClass, Method method, Config globalConfig) {
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
ConfigMergerTest.java 196 }.getConfig(testClass, info, globalConfig);
  /frameworks/base/core/java/android/privacy/internal/longitudinalreporting/
LongitudinalReportingEncoder.java 148 public LongitudinalReportingConfig getConfig() {
  /frameworks/base/core/java/android/privacy/internal/rappor/
RapporEncoder.java 131 public RapporConfig getConfig() {
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
WifiAssociationTest.java 71 WifiConfiguration config = getConfig(ssid, securityType, password);
80 private WifiConfiguration getConfig(String ssid, SecurityType securityType, String password) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
ZenModeController.java 31 ZenModeConfig getConfig();
  /frameworks/compile/libbcc/include/bcc/
RSCompilerDriver.h 114 const CompilerConfig * getConfig() const {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
TestImsServiceControllerAdapter.java 74 public IImsConfig getConfig(int slotId) throws RemoteException {
  /hardware/nxp/nfc/1.1/
Nfc.cpp 134 Return<void> Nfc::getConfig(getConfig_cb hidl_cb) {

Completed in 571 milliseconds

1 2 3 4 5 6 7 8 91011>>