Home
last modified time | relevance | path

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

12345678910>>...13

/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/media/
DCarAudioManagerPermissionTest.java64 Exception e = expectThrows(SecurityException.class, in setGroupVolumePermission() local
71 Exception e = expectThrows(SecurityException.class, in setGroupVolumeWithZonePermission() local
78 Exception e = expectThrows(SecurityException.class, in getGroupMaxVolumePermission() local
85 Exception e = expectThrows(SecurityException.class, in getGroupMaxVolumeWithZonePermission() local
92 Exception e = expectThrows(SecurityException.class, in getGroupMinVolumePermission() local
99 Exception e = expectThrows(SecurityException.class, in getGroupMinVolumeWithZonePermission() local
106 Exception e = expectThrows(SecurityException.class, in getGroupVolumePermission() local
113 Exception e = expectThrows(SecurityException.class, in getGroupVolumeWithZonePermission() local
120 Exception e = expectThrows(SecurityException.class, in setFadeTowardFrontPermission() local
127 Exception e = expectThrows(SecurityException.class, in setBalanceTowardRightPermission() local
[all …]
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/user/
DCarUserManagerPermissionTest.java74 Exception e = expectThrows(SecurityException.class, () -> mCarUserManager.switchUser(100)); in testSwitchUserPermission() local
81 Exception e = expectThrows(SecurityException.class, in testUpdatePreCreatedUserPermission() local
89 Exception e = expectThrows(SecurityException.class, in testCreateUserPermission() local
97 Exception e = expectThrows(SecurityException.class, in testCannotCreateAdminUserWithoutManageUsersPermission() local
106 Exception e = expectThrows(SecurityException.class, in testCannotCreateAdminUserWithTypeWithoutManageUsersPermission() local
116 Exception e = expectThrows(SecurityException.class, in testRemoveUserPermission() local
126 Exception e = expectThrows(SecurityException.class, in testAddListenerPermission() local
138 Exception e = expectThrows(SecurityException.class, in testRemoveListenerPermission() local
146 Exception e = expectThrows(SecurityException.class, in testGetUserIdentificationAssociationPermission() local
154 Exception e = expectThrows(SecurityException.class, in testSetUserIdentificationAssociationPermission() local
[all …]
/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/power/
DCarPowerManagerPermissionTest.java64 Exception e = expectThrows(SecurityException.class, () -> mCarPowerManager.getPowerState()); in testGetPowerState() local
71 Exception e = expectThrows(SecurityException.class, in testRequestShutdownOnNextSuspend() local
79 Exception e = expectThrows(SecurityException.class, in testScheduleNextWakeupTime() local
87 Exception e = expectThrows(SecurityException.class, in testSetListener() local
95 Exception e = expectThrows(SecurityException.class, in testSetListenerWithCompletion() local
103 Exception e = expectThrows(SecurityException.class, in testGetCurrentPowerPolicy() local
111 Exception e = expectThrows(SecurityException.class, in testApplyPowerPolicy() local
122 Exception e = expectThrows(SecurityException.class, in testAddPowerPolicyChangeListener() local
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/telemetry/
DCarTelemetryManagerPermissionTest.java71 Exception e = expectThrows(SecurityException.class, in testSetListener() local
79 Exception e = expectThrows(SecurityException.class, in testClearListener() local
87 Exception e = expectThrows(SecurityException.class, in testAddManifest() local
95 Exception e = expectThrows(SecurityException.class, in testRemoveManifest() local
103 Exception e = expectThrows(SecurityException.class, in testRemoveAllManifests() local
111 Exception e = expectThrows(SecurityException.class, in testSendFinishedReports() local
119 Exception e = expectThrows(SecurityException.class, in testSendAllFinishedReports() local
127 Exception e = expectThrows(SecurityException.class, in testSendScriptExecutionErrors() 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()
DNativeLlcpServiceSocket.cpp48 static jobject nativeLlcpServiceSocket_doAccept(JNIEnv* e, jobject o, jint miu, in nativeLlcpServiceSocket_doAccept()
113 static jboolean nativeLlcpServiceSocket_doClose(JNIEnv* e, jobject o) { in nativeLlcpServiceSocket_doClose()
147 int register_com_android_nfc_NativeLlcpServiceSocket(JNIEnv* e) { in register_com_android_nfc_NativeLlcpServiceSocket()
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/admin/
DCarDevicePolicyManagerPermissionTest.java64 Exception e = expectThrows(SecurityException.class, in testRemoveUserPermission() local
72 Exception e = expectThrows(SecurityException.class, in testCreateUserPermission() local
80 Exception e = expectThrows(SecurityException.class, in testStartUserInBackgroundPermission() local
88 Exception e = expectThrows(SecurityException.class, in testStopUserPermission() local
/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/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() method in VvmLog
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
133 fun e(message: String, e: Throwable) { in e() method in com.android.deskclock.LogUtils.Logger
/packages/apps/Car/Messenger/src/com/android/car/messenger/core/util/
DL.java78 public static void e(@NonNull String msg) { in e() method in L
88 public static void e(@NonNull String msg, Throwable e) { in e() method in L
107 public static void wtf(Exception e, @NonNull String msg) { in wtf()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDocumentItemDetails.java51 public boolean inDragRegion(MotionEvent e) { in inDragRegion()
56 public boolean inSelectionHotspot(MotionEvent e) { in inSelectionHotspot()
60 public boolean inPreviewIconHotspot(MotionEvent e) { in inPreviewIconHotspot()
/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/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/services/Car/car-lib/src/android/car/
DCarManagerBase.java46 protected <T> T handleRemoteExceptionFromCarService(RemoteException e, T returnValue) { in handleRemoteExceptionFromCarService()
50 protected void handleRemoteExceptionFromCarService(RemoteException e) { in handleRemoteExceptionFromCarService()
57 protected <T> T handleExceptionFromCarService(Exception e, T returnValue) { in handleExceptionFromCarService()
/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()
/packages/apps/Dialer/java/com/android/incallui/
DLog.java49 public static void e(String tag, String msg, Exception e) { in e() argument
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() method in Log
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/Gallery2/src/com/android/gallery3d/ui/
DDownUpDetector.java23 void onDown(MotionEvent e); in onDown()
24 void onUp(MotionEvent e); in onUp()
34 private void setState(boolean down, MotionEvent e) { in setState()
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/audio/
DMpegTsMediaCodecAudioTrackRenderer.java43 void onAudioTrackSetPlaybackParamsError(IllegalArgumentException e); in onAudioTrackSetPlaybackParamsError()
70 private void notifyAudioTrackSetPlaybackParamsError(final IllegalArgumentException e) { in notifyAudioTrackSetPlaybackParamsError()
76 private static boolean isAudioTrackSetPlaybackParamsError(IllegalArgumentException e) { in isAudioTrackSetPlaybackParamsError()
/packages/services/Telephony/testapps/ImsTestService/src/com/android/phone/testapps/imstestapp/
DSipTransportImpl.java30 public static SipTransportImpl getInstance(Executor e) { in getInstance()
37 public SipTransportImpl(Executor e) { in SipTransportImpl()
/packages/apps/Dialer/java/com/android/voicemail/impl/
DVvmLog.java46 public static void e(String tag, String log) { in e() method in VvmLog
51 public static void e(String tag, String log, Throwable e) { in e() argument
61 public static void w(String tag, String log, Throwable e) { in w()
71 public static void i(String tag, String log, Throwable e) { in i()
81 public static void d(String tag, String log, Throwable e) { in d()
91 public static void v(String tag, String log, Throwable e) { in v()
101 public static void wtf(String tag, String log, Throwable e) { in wtf()
/packages/modules/NeuralNetworks/common/
DGraphDump.cpp165 for (unsigned i = 0, e = model.main.inputIndexes.size(); i < e; i++) { in graphDump() local
168 for (unsigned i = 0, e = model.main.outputIndexes.size(); i < e; i++) { in graphDump() local
179 for (unsigned i = 0, e = model.main.operands.size(); i < e; i++) { in graphDump() local
227 for (unsigned i = 0, e = opnd.dimensions.size(); i < e; i++) { in graphDump() local
239 for (unsigned i = 0, e = model.main.operations.size(); i < e; i++) { in graphDump() local

12345678910>>...13