/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | DeviceReportLog.java | 71 public void addValue(String source, String message, double value, ResultType type, in addValue() 85 public void addValue(String message, double value, ResultType type, ResultUnit unit) { in addValue() 98 public void addValues(String source, String message, double[] values, ResultType type, in addValues() 112 public void addValues(String message, double[] values, ResultType type, ResultUnit unit) { in addValues() 125 public void addValue(String message, int value, ResultType type, ResultUnit unit) { in addValue() 137 public void addValue(String message, long value, ResultType type, ResultUnit unit) { in addValue() 149 public void addValue(String message, float value, ResultType type, ResultUnit unit) { in addValue() 161 public void addValue(String message, boolean value, ResultType type, ResultUnit unit) { in addValue() 173 public void addValue(String message, String value, ResultType type, ResultUnit unit) { in addValue() 185 public void addValues(String message, int[] values, ResultType type, ResultUnit unit) { in addValues() [all …]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | CtsVerifierReportLog.java | 100 public void addValues(String message, double[] values, ResultType type, ResultUnit unit) { in addValues() 109 public void addValues(String source, String message, double[] values, ResultType type, in addValues() 119 public void addValue(String message, double value, ResultType type, ResultUnit unit) { in addValue() 131 public void addValue(String source, String message, double value, ResultType type, in addValue() 144 public void addValue(String message, int value, ResultType type, ResultUnit unit) { in addValue() 156 public void addValue(String message, long value, ResultType type, ResultUnit unit) { in addValue() 168 public void addValue(String message, float value, ResultType type, ResultUnit unit) { in addValue() 180 public void addValue(String message, boolean value, ResultType type, ResultUnit unit) { in addValue() 192 public void addValue(String message, String value, ResultType type, ResultUnit unit) { in addValue() 204 public void addValues(String message, int[] values, ResultType type, ResultUnit unit) { in addValues() [all …]
|
/cts/tests/tests/drm/src/android/drm/cts/ |
D | DrmEventTest.java | 149 int type = DrmInfoEvent.TYPE_RIGHTS_INSTALLED; in createDrmEvent() local 156 int type = DrmErrorEvent.TYPE_NOT_SUPPORTED; in createDrmEvent() local 194 private static void checkValidInfoType(int type) throws Exception { in checkValidInfoType() 196 assertEquals(infoEvent.getType(), type); in checkValidInfoType() local 199 private static void checkValidErrorType(int type) throws Exception { in checkValidErrorType() 201 assertEquals(errEvent.getType(), type); in checkValidErrorType() local 204 private static void checkInfoTypeInErrorEvent(int type) throws Exception { in checkInfoTypeInErrorEvent() 220 private static void checkErrorTypeInInfoEvent(int type) throws Exception { in checkErrorTypeInInfoEvent()
|
D | DrmInfoRequestTest.java | 115 private static void checkGetInfoType(int type) throws Exception { in checkGetInfoType() 117 assertEquals(request.getInfoType(), type); in checkGetInfoType() local 120 private static void checkInvalidInfoType(int type) throws Exception { in checkInvalidInfoType() 129 private static void checkValidInfoType(int type) throws Exception { in checkValidInfoType()
|
D | DrmInfoTest.java | 140 private static void checkGetInfoType(int type) throws Exception { in checkGetInfoType() 142 assertEquals(info.getInfoType(), type); in checkGetInfoType() local 145 private static void checkInvalidInfoType(int type) throws Exception { in checkInvalidInfoType() 154 private static void checkValidInfoType(int type) throws Exception { in checkValidInfoType()
|
/cts/tests/tests/content/HelloWorldApp/src_res_hardening_lib/com/example/helloworld/lib/ |
D | TestUtils.java | 83 public static void checkGetIdentifier(Resources res, AssertionType type) throws Exception { in checkGetIdentifier() 91 public static void checkGetResourceName(Resources res, AssertionType type) throws Exception { in checkGetResourceName() 99 public static void checkGetString(Resources res, AssertionType type) throws Exception { in checkGetString() 107 public static void checkGetStringArray(Resources res, AssertionType type) throws Exception { in checkGetStringArray() 115 public static void checkOpenXmlResourceParser(Resources res, AssertionType type) in checkOpenXmlResourceParser() 133 public static void checkApplyStyle(Resources res, AssertionType type) throws Exception { in checkApplyStyle() 151 public static void checkXmlAttributes(Resources res, AssertionType type) throws Exception { in checkXmlAttributes() 173 public static void checkOpenMissingFile(Resources res, AssertionType type) throws Exception { in checkOpenMissingFile() 186 public static void checkOpenMissingFdFile(Resources res, AssertionType type) throws Exception { in checkOpenMissingFdFile() 202 public static void checkOpen(Resources res, AssertionType type) throws Exception { in checkOpen() [all …]
|
/cts/tests/framework/base/windowmanager/alertwindowappsdk25/src/android/server/wm/alertwindowappsdk25/ |
D | AlertWindowTestBaseActivity.java | 45 protected void createAlertWindow(int type) { in createAlertWindow() 49 protected void createAlertWindow(int type, String windowName) { in createAlertWindow() 71 private boolean isSystemAlertWindowType(int type) { in isSystemAlertWindowType()
|
/cts/suite/audio_quality/lib/src/ |
D | Settings.cpp | 37 void Settings::addSetting(SettingType type, const android::String8& setting) in addSetting() 41 const android::String8& Settings::getSetting(SettingType type) in getSetting()
|
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ |
D | DeviceEvent.java | 63 @NonNull DeviceEventType type) { in newDeviceEventIntent() 90 final DeviceEventType type = DeviceEventType.valueOf(typeString); in newEvent() local 134 public static Predicate<DeviceEvent> isType(DeviceEventType type) { in isType() 159 public final DeviceEventType type; field in DeviceEvent 166 private DeviceEvent(String sender, DeviceEventType type, long time) { in DeviceEvent()
|
/cts/tests/signature/lib/common/src/android/signature/cts/ |
D | DexMember.java | 32 protected DexMember(String className, String name, String type, String[] flags) { in DexMember() 66 protected static String dexToJavaType(String type) { in dexToJavaType() 101 public static Class<?> typeToClass(String type) throws ClassNotFoundException { in typeToClass()
|
D | DexMethod.java | 70 private static String parseSignature(String signature, ParseType type) { in parseSignature() 90 String type = firstDexTypeFromList(typeSequence); in parseDexTypeList() local 108 String type = null; in firstDexTypeFromList() local
|
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/ |
D | FeatureDeviceInfo.java | 50 String type = "other"; in collectDeviceInfo() local 101 String type, in addFeature() 113 String type, in addFeature()
|
/cts/tests/input/res/raw/ |
D | google_gamepad_register.json | 3 "type": "uinput", string 10 {"type": 100, "data": [1]}, // UI_SET_EVBIT : EV_KEY number
|
/cts/hostsidetests/securitybulletin/securityPatch/Bug-115739809/ |
D | poc.cpp | 185 InputMessage::Type type = msg.header.type; in makeMessageValid() local 200 static bool checkMessage(InputChannel& server, InputChannel& client, InputMessage::Type type) { in checkMessage() 258 for (InputMessage::Type type : types) { in main() local
|
/cts/tests/tests/hardware/res/raw/ |
D | sony_dualshock4_bluetooth_lighttests.json | 5 "type": "INPUT", string 21 "type": "INPUT", string 37 "type": "INPUT", string
|
/cts/tests/tests/view/res/raw/ |
D | google_gamepad_register.json | 3 "type": "uinput", string 10 {"type":100, "data":[1, 21]}, // UI_SET_EVBIT : EV_KEY and EV_FF number
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | OpenGLES20ActivityTwo.java | 52 public void setView(int type, int i, float[] vertexColors ) { in setView() 64 public void setView(int type, int i) { in setView() 99 public OpenGLES20View(Context context, int type, int index, float[] rgba, in OpenGLES20View()
|
D | OpenGLES20NativeActivityTwo.java | 53 public void setView(int type, int i, float[] vertexColors ) { in setView() 65 public void setView(int type, int i) { in setView() 110 public OpenGLES20View(Context context, int type, int index, float[] rgba, in OpenGLES20View()
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/users/ |
D | UserBuilder.java | 65 public UserBuilder type(UserType type) { in type() method in UserBuilder
|
/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/ |
D | ContactsContract_CommonDataKinds_ImTest.java | 55 private void assertGetProtocolLabel(int type) { in assertGetProtocolLabel() 69 private void assertGetTypeLabel(int type) { in assertGetTypeLabel()
|
/cts/suite/audio_quality/lib/include/task/ |
D | ModelBuilder.h | 47 TaskGeneric::TaskType type; member 60 TaskGeneric::TaskType type; member
|
/cts/hostsidetests/security/src/android/security/cts/ |
D | FileSystemPermissionTest.java | 43 …private Set<String> getAllInsecureDevicesInDirAndSubdir(String path, String type) throws DeviceNot… in getAllInsecureDevicesInDirAndSubdir() 52 private static String getInsecureDeviceAdbCommand(String path, String type) { in getInsecureDeviceAdbCommand()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/ |
D | MockVrListenerService.java | 52 public final EventType type; field in MockVrListenerService.Event 61 public static Event build(VrListenerService instance, EventType type, Object argument1) { in build() 65 public static Event build(VrListenerService instance, EventType type) { in build()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | SmallStructsTest.java | 74 Class<?> getUnwrappedClassForType(String type) { in getUnwrappedClassForType() 98 Method getInitialValueSetter(String type) throws Exception { in getInitialValueSetter() 124 Object getInitialValue(String type) { in getInitialValue()
|
/cts/tests/netlegacy22.api/src/android/net/cts/legacy/api22/ |
D | ConnectivityManagerLegacyTest.java | 91 private List<InetAddress> getIpAddresses(int type) { in getIpAddresses() 108 private boolean hasIPv4(int type) { in hasIPv4() 117 private void checkSourceAddress(String addrString, int type) throws Exception { in checkSourceAddress() 222 private void expectNetworkBroadcast(final int type, final NetworkInfo.State state, in expectNetworkBroadcast()
|