Home
last modified time | relevance | path

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

12345678910

/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/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/user/
DCarUserManagerPermissionTest.java72 Exception e = expectThrows(SecurityException.class, () -> mCarUserManager.switchUser(100)); in testSwitchUserPermission() local
78 Exception e = expectThrows(SecurityException.class, in testCreateUserPermission() local
86 Exception e = expectThrows(SecurityException.class, () -> mCarUserManager.removeUser(100)); in testRemoveUserPermission() local
94 Exception e = expectThrows(SecurityException.class, in testAddListenerPermission() local
107 Exception e = expectThrows(SecurityException.class, in testRemoveListenerPermission() local
116 Exception e = expectThrows(SecurityException.class, in testGetUserIdentificationAssociationPermission() local
123 Exception e = expectThrows(SecurityException.class, in testSetUserIdentificationAssociationPermission() local
131 Exception e = expectThrows(SecurityException.class, in testSetUserSwitchUiCallback() 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/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/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()
DDocsItemDetailsLookup.java39 public DocumentItemDetails getItemDetails(MotionEvent e) { in getItemDetails()
44 private @Nullable DocumentHolder getDocumentHolder(MotionEvent e) { in getDocumentHolder()
/packages/apps/DeskClock/src/com/android/deskclock/
DLogUtils.java45 public static void e(String message, Object... args) { in e() method in LogUtils
49 public static void e(String message, Throwable e) { in e() method in LogUtils
57 public static void wtf(Throwable e) { in wtf()
111 public void e(String message, Object... args) { in e() method in LogUtils.Logger
118 public void e(String message, Throwable e) { in e() method in LogUtils.Logger
131 public void wtf(Throwable e) { in wtf()
/packages/services/Car/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/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/services/Car/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()
/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/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/Car/Messenger/src/com/android/car/messenger/log/
DL.java88 public static void e(String tag, @NonNull String msg, Object... args) { in e() method in L
100 public static void e(String tag, Exception e, @NonNull String msg, Object... args) { in e() method in L
123 public static void wtf(String tag, Exception e, @NonNull String msg, Object... args) { in wtf()
/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/services/Car/computepipe/runner/input_manager/
DEvsInputManager.cpp102 Status EvsInputManager::handleExecutionPhase(const RunnerEvent& e) { in handleExecutionPhase()
142 Status EvsInputManager::handleStopImmediatePhase(const RunnerEvent& e) { in handleStopImmediatePhase()
165 Status EvsInputManager::handleStopWithFlushPhase(const RunnerEvent& e) { in handleStopWithFlushPhase()
181 Status EvsInputManager::handleResetPhase(const RunnerEvent& e) { in handleResetPhase()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DSwapButton.java62 public boolean onDown(MotionEvent e) { in onDown()
67 public void onShowPress(MotionEvent e) { in onShowPress()
71 public boolean onSingleTapUp(MotionEvent e) { in onSingleTapUp()
82 public void onLongPress(MotionEvent e) { in onLongPress()
/packages/apps/Launcher3/src/com/android/launcher3/logging/
DFileLog.java61 public static void d(String tag, String msg, Exception e) { in d()
71 public static void e(String tag, String msg, Exception e) { in e() method in FileLog
76 public static void e(String tag, String msg) { in e() method in FileLog
85 public static void print(String tag, String msg, Exception e) { in print()
/packages/services/Car/car-lib/src/android/car/
DCarManagerBase.java43 protected <T> T handleRemoteExceptionFromCarService(RemoteException e, T returnValue) { in handleRemoteExceptionFromCarService()
47 protected void handleRemoteExceptionFromCarService(RemoteException e) { in handleRemoteExceptionFromCarService()
/packages/apps/Car/Dialer/src/com/android/car/dialer/log/
DL.java78 public static void e(String tag, @NonNull String msg, Object... args) { in e() method in L
87 public static void e(String tag, Exception e, @NonNull String msg, Object... args) { in e() argument

12345678910