Searched refs:logEvent (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/java/android/net/
H A DIIpConnectivityMetrics.aidl30 int logEvent(in ConnectivityMetricsEvent event);
/frameworks/base/core/java/android/view/textclassifier/
H A DTextClassifier.java149 default void logEvent(String source, String event) {} method in interface:TextClassifier
H A DTextClassifierImpl.java181 public void logEvent(String source, String event) { method in class:TextClassifierImpl
/frameworks/base/core/java/android/widget/
H A DSelectionActionModeHelper.java255 mClassifier.logEvent(logTag, LOG_EVENT_MULTI_SELECTION);
257 mClassifier.logEvent(logTag, LOG_EVENT_SINGLE_SELECTION);
269 mClassifier.logEvent(logTag, LOG_EVENT_MULTI_SELECTION_MODIFIED);
271 mClassifier.logEvent(logTag, LOG_EVENT_SINGLE_SELECTION_MODIFIED);
289 mClassifier.logEvent(logTag, LOG_EVENT_MULTI_SELECTION_ACTION);
291 mClassifier.logEvent(logTag, LOG_EVENT_SINGLE_SELECTION_ACTION);
308 mClassifier.logEvent(logTag, LOG_EVENT_MULTI_SELECTION_RESET);
/frameworks/base/core/java/android/net/metrics/
H A DIpConnectivityLog.java80 int left = mService.logEvent(ev);
/frameworks/base/services/net/java/android/net/ip/
H A DIpReachabilityMonitor.java406 logEvent(IpReachabilityEvent.PROBE, returnValue);
427 private void logEvent(int probeType, int errorCode) { method in class:IpReachabilityMonitor
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1126 logEvent(String8::format("EVICT device %s client held by package %s (PID"
1863 logEvent(String8::format("EVICT device %s client held by package %s (PID %"
1889 void CameraService::logEvent(const char* event) { function in class:android::CameraService
1898 logEvent(String8::format("DISCONNECT device %s client for package %s (PID %d)", cameraId,
1905 logEvent(String8::format("CONNECT device %s client for package %s (PID %d)", cameraId,
1912 logEvent(String8::format("REJECT device %s client for package %s (PID %d), reason: (%s)",
1924 logEvent(String8::format("USER_SWITCH previous allowed user IDs: %s, current allowed user IDs: %s",
1930 logEvent(String8::format("REMOVE device %s, reason: (%s)", cameraId, reason));
1935 logEvent(String8::format("ADD device %s, reason: (%s)", cameraId, reason));
1940 logEvent(String
[all...]
H A DCameraService.h618 void logEvent(const char* event);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DIpConnectivityMetrics.java133 if (DBG) Log.d(TAG, "logEvent: " + event);
246 public int logEvent(ConnectivityMetricsEvent event) { method in class:IpConnectivityMetrics.Impl
/frameworks/base/tests/net/java/com/android/server/connectivity/
H A DIpConnectivityMetricsTest.java416 verify(mMockService, timeout(timeoutMs).times(n)).logEvent(captor.capture());
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsView.java235 public boolean launchFocusedTask(int logEvent) { argument
243 if (logEvent != 0) {
244 MetricsLogger.action(getContext(), logEvent,
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiMetrics.java1440 boolean logEvent = true;
1475 logEvent = false;
1488 if (logEvent) {

Completed in 518 milliseconds