Home
last modified time | relevance | path

Searched defs:e (Results 1 – 25 of 499) sorted by relevance

12345678910>>...20

/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/media/
DCarAudioManagerPermissionTest.java64 Exception e = assertThrows(SecurityException.class, in setGroupVolumePermission() local
71 Exception e = assertThrows(SecurityException.class, in setGroupVolumeWithZonePermission() local
78 Exception e = assertThrows(SecurityException.class, in getGroupMaxVolumePermission() local
85 Exception e = assertThrows(SecurityException.class, in getGroupMaxVolumeWithZonePermission() local
92 Exception e = assertThrows(SecurityException.class, in getGroupMinVolumePermission() local
99 Exception e = assertThrows(SecurityException.class, in getGroupMinVolumeWithZonePermission() local
106 Exception e = assertThrows(SecurityException.class, in getGroupVolumePermission() local
113 Exception e = assertThrows(SecurityException.class, in getGroupVolumeWithZonePermission() local
120 Exception e = assertThrows(SecurityException.class, in setFadeTowardFrontPermission() local
127 Exception e = assertThrows(SecurityException.class, in setBalanceTowardRightPermission() local
[all …]
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/user/
DCarUserManagerPermissionTest.java77 Exception e = assertThrows(SecurityException.class, in testSwitchUser() local
88 Exception e = assertThrows(SecurityException.class, () -> mCarUserManager.switchUser(100)); in testSwitchUserId() local
95 Exception e = assertThrows(SecurityException.class, in testCreateUser() local
106 Exception e = assertThrows(SecurityException.class, in testCreateUserId() local
114 Exception e = assertThrows(SecurityException.class, in testCannotCreateAdminUserWithoutManageUsersPermission() local
123 Exception e = assertThrows(SecurityException.class, in testCannotCreateAdminUserWithTypeWithoutManageUsersPermission() local
132 Exception e = assertThrows(SecurityException.class, in testRemoveUser() local
143 Exception e = assertThrows(SecurityException.class, in testRemoveUserId() local
153 Exception e = assertThrows(SecurityException.class, in testAddListenerPermission() local
165 Exception e = assertThrows(SecurityException.class, in testRemoveListenerPermission() local
[all …]
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/am/
DCarActivityManagerPermissionTest.java74 SecurityException e = assertThrows(SecurityException.class, in testSetPersistentActivity_requiresPermission() local
84 SecurityException e = assertThrows(SecurityException.class, in testSetPersistentActivities_requiresPermission() local
93 SecurityException e = assertThrows(SecurityException.class, in testRegisterTaskMonitor_requiresPermission() local
101 SecurityException e = assertThrows(SecurityException.class, in testGetVisibleTasks_requiresPermission() local
110 SecurityException e = assertThrows(SecurityException.class, in testCreateTaskMirroringToken_requiresPermission() local
119 SecurityException e = assertThrows(SecurityException.class, in testCreateDisplayMirroringToken_requiresPermission() local
128 SecurityException e = assertThrows(SecurityException.class, in testGetMirroredSurface_requiresPermission() local
138 SecurityException e = assertThrows(SecurityException.class, in testMoveRootTaskToDisplay_requiresPermission() local
146 SecurityException e = assertThrows(SecurityException.class, in registerCarSystemUIProxy_requiresPermission() local
155 SecurityException e = assertThrows(SecurityException.class, in getCarTaskViewController_requiresPermission_INTERACT_ACROSS_USERS() local
[all …]
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/power/
DCarPowerManagerPermissionTest.java66 Exception e = assertThrows(SecurityException.class, () -> mCarPowerManager.getPowerState()); in testGetPowerState() local
73 Exception e = assertThrows(SecurityException.class, in testRequestShutdownOnNextSuspend() local
81 Exception e = assertThrows(SecurityException.class, in testScheduleNextWakeupTime() local
89 Exception e = assertThrows(SecurityException.class, in testSetListener() local
97 Exception e = assertThrows(SecurityException.class, in testSetListenerWithCompletion() local
106 Exception e = assertThrows(SecurityException.class, in testGetCurrentPowerPolicy() local
114 Exception e = assertThrows(SecurityException.class, in testApplyPowerPolicy() local
125 Exception e = assertThrows(SecurityException.class, in testAddPowerPolicyChangeListener() local
133 Exception e = assertThrows(SecurityException.class, in testNotifyUserActivity() local
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DEvents.java27 public static boolean isMouseEvent(MotionEvent e) { in isMouseEvent()
31 public static boolean isActionDown(MotionEvent e) { in isActionDown()
35 public static boolean isActionUp(MotionEvent e) { in isActionUp()
39 public static boolean isMultiPointerActionDown(MotionEvent e) { in isMultiPointerActionDown()
43 public static boolean isMultiPointerActionUp(MotionEvent e) { in isMultiPointerActionUp()
47 public static boolean isCtrlKeyPressed(MotionEvent e) { in isCtrlKeyPressed()
51 public static boolean isAltKeyPressed(MotionEvent e) { in isAltKeyPressed()
55 public static boolean isShiftKeyPressed(MotionEvent e) { in isShiftKeyPressed()
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/telemetry/
DCarTelemetryManagerPermissionTest.java67 Exception e = assertThrows(SecurityException.class, in testAddMetricsConfig() local
76 Exception e = assertThrows(SecurityException.class, in testRemoveMetricsConfig() local
84 Exception e = assertThrows(SecurityException.class, in testRemoveAllMetricsConfigs() local
92 Exception e = assertThrows(SecurityException.class, in testGetFinishedReport() local
101 Exception e = assertThrows(SecurityException.class, in testGetAllFinishedReports() local
110 Exception e = assertThrows(SecurityException.class, in testSetReportReadyListener() local
119 Exception e = assertThrows(SecurityException.class, in testClearReportReadyListener() local
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/occupantconnection/
DCarOccupantConnectionManagerPermissionTest.java96 Exception e = assertThrows(SecurityException.class, in testRegisterReceiver() local
105 Exception e = assertThrows(SecurityException.class, in testUnregisterReceiver() local
113 Exception e = assertThrows(SecurityException.class, in testRequestConnection() local
129 Exception e = assertThrows(SecurityException.class, in testCancelConnection() local
138 Exception e = assertThrows(SecurityException.class, in testSendPayload() local
146 Exception e = assertThrows(SecurityException.class, in testDisconnect() local
154 Exception e = assertThrows(SecurityException.class, in testIsConnected() local
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/
DCarRemoteDeviceManagerPermissionTest.java92 Exception e = assertThrows(SecurityException.class, in testRegisterOccupantZoneStateCallback() local
104 Exception e = assertThrows(SecurityException.class, in testUnregisterStateCallback() local
112 Exception e = assertThrows(SecurityException.class, in testGetEndpointPackageInfo() local
120 Exception e = assertThrows(SecurityException.class, in testSetOccupantZonePower_withoutManageRemoteDevicePermission() local
134 Exception e = assertThrows(SecurityException.class, in testSetOccupantZonePower_withoutCarPowerPermission() local
145 Exception e = assertThrows(SecurityException.class, in testIsOccupantZonePowerOn() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DAppManifestConfigParserTest.java86 Exception e = in testInvalidXml_missingSdkLibrary() local
99 Exception e = in testInvalidXml_incorrectValues() local
113 Exception e = in testInvalidXml_repeatTags() local
126 Exception e = in testInvalidXml_incorrectStartTag() local
140 Exception e = in testInvalidXml_incorrectTag() local
154 Exception e = in testInvalidXml_incorrectAttr() local
/packages/apps/Nfc/nci/jni/
DNativeLlcpSocket.cpp42 static jboolean nativeLlcpSocket_doConnect(JNIEnv* e, jobject o, jint nSap) { in nativeLlcpSocket_doConnect()
66 static jboolean nativeLlcpSocket_doConnectBy(JNIEnv* e, jobject o, jstring sn) { in nativeLlcpSocket_doConnectBy()
94 static jboolean nativeLlcpSocket_doClose(JNIEnv* e, jobject o) { in nativeLlcpSocket_doClose()
117 static jboolean nativeLlcpSocket_doSend(JNIEnv* e, jobject o, jbyteArray data) { in nativeLlcpSocket_doSend()
144 static jint nativeLlcpSocket_doReceive(JNIEnv* e, jobject o, in nativeLlcpSocket_doReceive()
179 static jint nativeLlcpSocket_doGetRemoteSocketMIU(JNIEnv* e, jobject o) { in nativeLlcpSocket_doGetRemoteSocketMIU()
201 static jint nativeLlcpSocket_doGetRemoteSocketRW(JNIEnv* e, jobject o) { in nativeLlcpSocket_doGetRemoteSocketRW()
239 int register_com_android_nfc_NativeLlcpSocket(JNIEnv* e) { in register_com_android_nfc_NativeLlcpSocket()
DNfcJniUtil.cpp45 JNIEnv* e = NULL; in JNI_OnLoad() local
80 int nfc_jni_cache_object(JNIEnv* e, const char* className, jobject* cachedObj) { in nfc_jni_cache_object()
113 int nfc_jni_get_nfc_socket_handle(JNIEnv* e, jobject o) { in nfc_jni_get_nfc_socket_handle()
130 struct nfc_jni_native_data* nfc_jni_get_nat(JNIEnv* e, jobject o) { in nfc_jni_get_nat()
146 int nfc_jni_cache_object_local(JNIEnv* e, const char* className, in nfc_jni_cache_object_local()
DNativeNfcManager.cpp222 nfc_jni_native_data* getNative(JNIEnv* e, jobject o) { in getNative()
662 static jboolean nfcManager_initNativeStruc(JNIEnv* e, jobject o) { in nfcManager_initNativeStruc()
807 JNIEnv* e = NULL; in nfaDeviceManagementCallback() local
833 JNIEnv* e = NULL; in nfaDeviceManagementCallback() local
952 static jboolean nfcManager_sendRawFrame(JNIEnv* e, jobject, jbyteArray data) { in nfcManager_sendRawFrame()
975 static jboolean nfcManager_routeAid(JNIEnv* e, jobject, jbyteArray aid, in nfcManager_routeAid()
1004 static jboolean nfcManager_unrouteAid(JNIEnv* e, jobject, jbyteArray aid) { in nfcManager_unrouteAid()
1030 static jboolean nfcManager_commitRouting(JNIEnv* e, jobject) { in nfcManager_commitRouting()
1052 static jint nfcManager_doRegisterT3tIdentifier(JNIEnv* e, jobject, in nfcManager_doRegisterT3tIdentifier()
1124 static jboolean nfcManager_doInitialize(JNIEnv* e, jobject o) { in nfcManager_doInitialize()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/enrollment/
DEnrollmentDaoTest.java186 EnrollmentData e = spyEnrollmentDao.getEnrollmentData("E1"); in testInitialization() local
200 EnrollmentData e = mEnrollmentDao.getEnrollmentData("1"); in testDelete() local
237 EnrollmentData e = mEnrollmentDao.getEnrollmentData("1"); in testGetEnrollmentData() local
247 EnrollmentData e = enrollmentDao.getEnrollmentData(enrollmentData.getEnrollmentId()); in initEnrollmentDao_ForEnrollmentSeedFlagOn_PerformsSeed() local
256 EnrollmentData e = mEnrollmentDao.getEnrollmentData(enrollmentData.getEnrollmentId()); in initEnrollmentDao_ForEnrollmentSeedFlagOff_SkipsSeed() local
435 EnrollmentData e = in getEnrollmentDataFromMeasurementUrl_ForSiteMatchAndIncompletePath_isMatch() local
558 EnrollmentData e = in getEnrollmentDataFromMeasurementUrl_ForSiteMatchAndSameSubdomainChild_isMatch() local
573 EnrollmentData e = in getEnrollmentDataFromMeasurementUrl_ForSiteMatchAndDifferentDomain_doesNotMatch() local
587 EnrollmentData e = in getEnrollmentDataFromMeasurementUrl_ForSiteMatchAndDifferentScheme_doesNotMatch() local
601 EnrollmentData e = in getEnrollmentDataFromMeasurementUrl_ForSiteMatchAndDifferentETld_doesNotMatch() local
[all …]
/packages/services/Telephony/src/com/android/phone/vvm/
DVvmLog.java46 public static int e(String tag, String log) { in e() method in VvmLog
51 public static int e(String tag, String log, Throwable e) { in e() argument
61 public static int w(String tag, String log, Throwable e) { in w()
71 public static int i(String tag, String log, Throwable e) { in i()
81 public static int d(String tag, String log, Throwable e) { in d()
91 public static int v(String tag, String log, Throwable e) { in v()
101 public static int wtf(String tag, String log, Throwable e) { in wtf()
/packages/apps/DeskClock/src/com/android/deskclock/
DLogUtils.kt46 fun e(message: String, vararg args: Any?) { in e() method
51 fun e(message: String, e: Throwable) { in e() method
123 fun e(message: String, vararg args: Any?) { in e() method in com.android.deskclock.LogUtils.Logger
133 fun e(message: String, e: Throwable) { in e() method in com.android.deskclock.LogUtils.Logger
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DResourceException.java22 public ResourceException(String message, Exception e) { in ResourceException()
26 public ResourceException(String message, Uri uri1, Exception e) { in ResourceException()
27 super(String.format(message, uri1.toString()), e); in ResourceException() local
30 public ResourceException(String message, Uri uri1, Uri uri2, Exception e) { in ResourceException()
31 super(String.format(message, uri1.toString(), uri2.toString()), e); in ResourceException() local
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/admin/
DCarDevicePolicyManagerPermissionTest.java64 Exception e = assertThrows(SecurityException.class, in testRemoveUserPermission() local
72 Exception e = assertThrows(SecurityException.class, in testCreateUserPermission() local
80 Exception e = assertThrows(SecurityException.class, in testStartUserInBackgroundPermission() local
88 Exception e = assertThrows(SecurityException.class, in testStopUserPermission() local
/packages/services/Car/cpp/computepipe/tests/fuzz/
DGrpcGraphFuzzer.cpp107 ClientConfig e(0, 0, 0, maxOutputPacketsPerStream, proto::ProfilingType::DISABLED); in LLVMFuzzerTestOneInput() local
114 ClientConfig e(0, 0, 0, maxOutputPacketsPerStream, proto::ProfilingType::DISABLED); in LLVMFuzzerTestOneInput() local
121 ClientConfig e(0, 0, 0, maxOutputPacketsPerStream, proto::ProfilingType::DISABLED); in LLVMFuzzerTestOneInput() local
128 ClientConfig e(0, 0, 0, maxOutputPacketsPerStream, proto::ProfilingType::DISABLED); in LLVMFuzzerTestOneInput() local
135 ClientConfig e(0, 0, 0, maxOutputPacketsPerStream, proto::ProfilingType::DISABLED); in LLVMFuzzerTestOneInput() local
DLocalPrebuildGraphFuzzer.cpp108 ClientConfig e(0, 0, 0, maxOutputPacketsPerStream, proto::ProfilingType::DISABLED); in LLVMFuzzerTestOneInput() local
115 ClientConfig e(0, 0, 0, maxOutputPacketsPerStream, proto::ProfilingType::DISABLED); in LLVMFuzzerTestOneInput() local
122 ClientConfig e(0, 0, 0, maxOutputPacketsPerStream, proto::ProfilingType::DISABLED); in LLVMFuzzerTestOneInput() local
129 ClientConfig e(0, 0, 0, maxOutputPacketsPerStream, proto::ProfilingType::DISABLED); in LLVMFuzzerTestOneInput() local
136 ClientConfig e(0, 0, 0, maxOutputPacketsPerStream, proto::ProfilingType::DISABLED); in LLVMFuzzerTestOneInput() local
/packages/apps/Dialer/java/com/android/incallui/
DLog.java49 public static void e(String tag, String msg, Exception e) { in e() method in Log
53 public static void e(String tag, String msg) { in e() method in Log
57 public static void e(Object obj, String msg, Exception e) { in e() argument
58 LogUtil.e(getPrefix(obj), msg, e); in e() local
61 public static void e(Object obj, String msg) { in e() method in Log
/packages/apps/Launcher3/src/com/android/launcher3/logging/
DFileLog.java60 public static void d(String tag, String msg, Exception e) { in d()
70 public static void i(String tag, String msg, Exception e) { in i()
80 public static void w(String tag, String msg, Exception e) { in w()
90 public static void e(String tag, String msg, Exception e) { in e() argument
95 public static void e(String tag, String msg) { in e() method in FileLog
104 public static void print(String tag, String msg, Exception e) { in print()
/packages/modules/Virtualization/libs/capabilities/src/
Dcaps.rs36 let e = Errno::last(); in drop_inheritable_caps() localVariable
40 let e = Errno::last(); in drop_inheritable_caps() localVariable
55 let e = Errno::last(); in drop_bounding_set() localVariable
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/content/pm/
DCarPackageManagerUnitTest.java70 RuntimeException e = assertThrows(RuntimeException.class, () -> mMgr.getTargetCarVersion()); in testGetTargetCarVersion_self_remoteException() local
89 RuntimeException e = assertThrows(RuntimeException.class, in testGetTargetCarVersion_runtimeException() local
101 IllegalStateException e = assertThrows(IllegalStateException.class, in testGetTargetCarVersion_serviceException_unexpectedErrorCode() local
114 NameNotFoundException e = assertThrows(NameNotFoundException.class, in testGetTargetCarVersion_serviceException_notFound() local
/packages/services/Car/cpp/computepipe/runner/client_interface/
DAidlClient.cpp124 Status AidlClient::handleResetPhase(const RunnerEvent& e) { in handleResetPhase()
138 Status AidlClient::handleConfigPhase(const ClientConfig& e) { in handleConfigPhase()
154 Status AidlClient::handleExecutionPhase(const RunnerEvent& e) { in handleExecutionPhase()
169 Status AidlClient::handleStopWithFlushPhase(const RunnerEvent& e) { in handleStopWithFlushPhase()
182 Status AidlClient::handleStopImmediatePhase(const RunnerEvent& e) { in handleStopImmediatePhase()
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DMotionEventHelper.java28 public static MotionEvent transformEvent(MotionEvent e, Matrix m) { in transformEvent()
39 private static MotionEvent transformEventNew(MotionEvent e, Matrix m) { in transformEventNew()
46 private static MotionEvent transformEventOld(MotionEvent e, Matrix m) { in transformEventOld()
82 private static int[] getPointerIds(MotionEvent e) { in getPointerIds()
91 private static PointerCoords[] getPointerCoords(MotionEvent e) { in getPointerCoords()

12345678910>>...20