/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/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/credentials/src/android/credentials/cts/unittests/ |
D | GetCredentialExceptionTest.java | 47 final String type = GetCredentialException.TYPE_UNKNOWN; in testConstructor_type() local 59 final String type = GetCredentialException.TYPE_UNKNOWN; in testConstructor_type_message() local 72 final String type = GetCredentialException.TYPE_UNKNOWN; in testConstructor_type_cause() local 85 final String type = GetCredentialException.TYPE_UNKNOWN; in testConstructor_type_message_cause() local
|
D | ClearCredentialStateExceptionTest.java | 46 final String type = ClearCredentialStateException.TYPE_UNKNOWN; in testConstructor_type() local 57 final String type = ClearCredentialStateException.TYPE_UNKNOWN; in testConstructor_type_message() local 69 final String type = ClearCredentialStateException.TYPE_UNKNOWN; in testConstructor_type_cause() local 81 final String type = ClearCredentialStateException.TYPE_UNKNOWN; in testConstructor_type_message_cause() local
|
D | CreateCredentialExceptionTest.java | 46 final String type = CreateCredentialException.TYPE_UNKNOWN; in testConstructor_type() local 58 final String type = CreateCredentialException.TYPE_UNKNOWN; in testConstructor_type_message() local 71 final String type = CreateCredentialException.TYPE_UNKNOWN; in testConstructor_type_cause() local 84 final String type = CreateCredentialException.TYPE_UNKNOWN; in testConstructor_type_message_cause() local
|
D | CredentialOptionTest.java | 66 final String type = Credential.TYPE_PASSWORD_CREDENTIAL; in testBuilder() local 88 final String type = Credential.TYPE_PASSWORD_CREDENTIAL; in testBuilder_setIsSystemProvider() local 109 final String type = Credential.TYPE_PASSWORD_CREDENTIAL; in testBuilder_setCandidateProviders() local 139 final String type = Credential.TYPE_PASSWORD_CREDENTIAL; in testBuilder_addAllowedProviders() local 168 final String type = Credential.TYPE_PASSWORD_CREDENTIAL; in testWriteToParcel() local 192 final String type = Credential.TYPE_PASSWORD_CREDENTIAL; in testWriteToParcelWithDefaults() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | CtsVerifierReportLog.java | 124 public void addValues(String message, double[] values, ResultType type, ResultUnit unit) { in addValues() 136 public void addValues(String source, String message, double[] values, ResultType type, in addValues() 149 public void addValue(String message, double value, ResultType type, ResultUnit unit) { in addValue() 161 public void addValue(String source, String message, double value, ResultType type, in addValue() 174 public void addValue(String message, int value, ResultType type, ResultUnit unit) { in addValue() 186 public void addValue(String message, long value, ResultType type, ResultUnit unit) { in addValue() 198 public void addValue(String message, float value, ResultType type, ResultUnit unit) { in addValue() 210 public void addValue(String message, boolean value, ResultType type, ResultUnit unit) { in addValue() 222 public void addValue(String message, String value, ResultType type, ResultUnit unit) { in addValue() 234 public void addValues(String message, int[] values, ResultType type, ResultUnit unit) { in addValues() [all …]
|
/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/common/device-side/bedstead/testapisreflection/src/processor/main/java/com/android/bedstead/testapisreflection/processor/ |
D | TypeUtils.java | 70 String type = typeMirror.toString(); in convertToKotlinCompatibleType() local 98 static TypeName getDeclaredType(String type, String wrappedTypeQualifiedName, in getDeclaredType() 159 static String typeQualifiedName(String type) { in typeQualifiedName() 186 static boolean isParameterizedType(String type) { in isParameterizedType() 190 private static TypeMirror extractTypeArgument(TypeMirror type) { in extractTypeArgument()
|
/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 | ResultObserver.java | 29 default void notifyFailure(FailureType type, String name, String errorMessage) { in notifyFailure() 39 void notifyFailure(FailureType type, String name, String errorMessage, Throwable throwable); in notifyFailure()
|
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/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/ |
D | MockNetworkConfig.java | 71 int type; in loadCellProperty() local 130 int type; in loadLteCellIdentity() local 186 int type; in loadLteSignalStrength() local 231 int type; in loadLteCellInfo() local 252 int type; in loadWcdmaCellIdentity() local 307 int type; in loadWcdmaSignalStrength() local 342 int type; in loadWcdmaCellInfo() local 393 int type; in readConfigFromXml() 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/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/users/ |
D | UserBuilder.java | 72 public UserBuilder type(UserType type) { in type() argument 88 public UserBuilder type(String typeName) { in type() method in UserBuilder
|
/cts/hostsidetests/securitybulletin/securityPatch/Bug-115739809/ |
D | poc.cpp | 196 InputMessage::Type type = msg.header.type; in makeMessageValid() local 211 static bool checkMessage(InputChannel& server, InputChannel& client, InputMessage::Type type) { in checkMessage() 270 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/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/hostsidetests/packagemanager/stats/src/com/android/cts/packagemanager/stats/host/ |
D | SettingsProviderSettingChangedStatsTests.java | 81 private static void putSetting(ITestDevice device, String type, String name, String value) in putSetting() 86 private static void deleteSetting(ITestDevice device, String type, String name) in deleteSetting()
|
/cts/tests/credentials/src/android/credentials/cts/unittests/service/ |
D | BeginCreateCredentialRequestTest.java | 72 final String type = Credential.TYPE_PASSWORD_CREDENTIAL; in testConstructor_success() local 87 final String type = Credential.TYPE_PASSWORD_CREDENTIAL; in testWriteToParcel() local
|