Home
last modified time | relevance | path

Searched refs:conf (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DConferenceTest.java74 final Call conf = mInCallService.getLastConferenceCall(); in testConferenceCreate() local
75 assertCallState(conf, Call.STATE_ACTIVE); in testConferenceCreate()
77 if (mCall1.getParent() != conf || mCall2.getParent() != conf) { in testConferenceCreate()
80 if (!(conf.getChildren().contains(mCall1) && conf.getChildren().contains(mCall2))) { in testConferenceCreate()
94 final Call conf = mInCallService.getLastConferenceCall(); in testConferenceSplit() local
95 assertCallState(conf, Call.STATE_ACTIVE); in testConferenceSplit()
97 if (!(mCall1.getParent() == conf) && (conf.getChildren().contains(mCall1))) { in testConferenceSplit()
104 if ((mCall1.getParent() == conf) || (conf.getChildren().contains(mCall1))) { in testConferenceSplit()
114 final Call conf = mInCallService.getLastConferenceCall(); in testConferenceHoldAndUnhold() local
115 assertCallState(conf, Call.STATE_ACTIVE); in testConferenceHoldAndUnhold()
[all …]
/cts/hostsidetests/devicepolicy/app/DeviceOwner/assets/
Dgenerate-client-cert-chain.sh14 cp ca.conf "$WORKDIR/"
23 -config ../ca.conf \
41 -config ca.conf \
48 -config ca.conf \
59 -config ca.conf \
67 -config ca.conf \
/cts/hostsidetests/security/
DAndroid.mk56 …nux_general_policy := $(call intermediates-dir-for,ETC,general_sepolicy.conf)/general_sepolicy.conf
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DWifiConfigCreator.java97 WifiConfiguration conf = createConfig(ssid, hidden, securityType, password); in updateNetwork() local
98 conf.networkId = wifiConf.networkId; in updateNetwork()
100 int newNetId = mWifiManager.updateNetwork(conf); in updateNetwork()
/cts/tests/tests/media/src/android/media/cts/
DDecoderTest.java1154 for (int conf : configModes) {
1156 if (conf == CONFIG_MODE_NONE && reset == RESET_MODE_NONE) {
1160 if (conf == CONFIG_MODE_QUEUE && !hasAudioCsd(testinput)) {
1164 String params = String.format("(using reset: %d, config: %s)", reset, conf);
1165 short[] decoded2 = decodeToMemory(testinput, reset, conf, -1, null);