Home
last modified time | relevance | path

Searched refs:Name (Results 1 – 8 of 8) sorted by relevance

/cts/hostsidetests/security/src/android/cts/security/
DProcessMustUseSeccompTest.java56 …private String getPidFromCmd(String Name, String Cmd, boolean prefix) throws DeviceNotAvailableExc… in getPidFromCmd() argument
64 if (!prefix && !namePid[0].equals(Name)) { in getPidFromCmd()
67 if (prefix && !namePid[0].startsWith(Name)) { in getPidFromCmd()
102 private void assertSeccompFilter(String Name, String Cmd, boolean prefix) in assertSeccompFilter() argument
104 String Pid = getPidFromCmd(Name, Cmd, prefix); in assertSeccompFilter()
105 assertFalse(Name + " process not found.", Pid.equals("")); in assertSeccompFilter()
106 assertTrue(Name + " must have a seccomp filter enabled.\n" in assertSeccompFilter()
107 + "The \"Seccomp\" field of " + Name + "'s " in assertSeccompFilter()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/scripts/
Dca.conf100 countryName = Country Name (2 letter code)
101 stateOrProvinceName = State or Province Name
102 0.organizationName = Organization Name
103 organizationalUnitName = Organizational Unit Name
104 commonName = Common Name
/cts/tools/cts-api-coverage/proto/
Dtestsuite.proto132 // Name
163 // Name
/cts/suite/audio_quality/lib/src/task/
DModelBuilder.cpp258 android::String8 name(attr->Name()); in parseAttributes()
262 attr->Name(), attr->Value(), task.getType()); in parseAttributes()
/cts/tools/release-parser/proto/
Drelease.proto159 // map of Package Name & Package Message
320 // Name
383 // Name
/cts/hostsidetests/incident/src/com/android/server/cts/
DBatteryStatsIncidentTest.java278 assertTrue(SystemProto.WifiState.Name.getDescriptor().getValues() in testSystemProto()
284 assertTrue(SystemProto.WifiSupplicantState.Name.getDescriptor().getValues() in testSystemProto()
/cts/tests/tests/content/src/android/content/cts/
DIntentTest.java485 expected.Name = "testName"; in testPutExtra13()
489 assertEquals(expected.Name, target.Name); in testPutExtra13()
1809 expected.Name = "testName"; in testGetSerializableExtra()
1813 assertEquals(expected.Name, target.Name); in testGetSerializableExtra()
1890 public String Name; field in IntentTest.TestSerializable
/cts/hostsidetests/theme/
DREADME46 you can use Nexus 5 as a template. Name the emulator "theme_emulator".