Home
last modified time | relevance | path

Searched defs:eventType (Results 1 – 25 of 93) sorted by relevance

1234

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DVisualVoicemailSmsParser.java66 String eventType = smsBody.substring(prefixEnd + 1, eventTypeEnd); in parse() local
131 String eventType = smsBody.substring(0, eventTypeEnd); in parseAlternativeFormat() local
145 private static boolean isAllowedAlternativeFormatEvent(String eventType) { in isAllowedAlternativeFormatEvent()
/frameworks/base/core/java/android/net/metrics/
DNetworkEvent.java64 public final @EventType int eventType; field in NetworkEvent
67 public NetworkEvent(int netId, @EventType int eventType, long durationMs) { in NetworkEvent()
73 public NetworkEvent(int netId, @EventType int eventType) { in NetworkEvent()
DIpManagerEvent.java52 public final @EventType int eventType; field in IpManagerEvent
55 public IpManagerEvent(@EventType int eventType, long duration) { in IpManagerEvent()
DIpReachabilityEvent.java49 public final int eventType; field in IpReachabilityEvent
51 public IpReachabilityEvent(int eventType) { in IpReachabilityEvent()
/frameworks/base/media/java/android/media/
DMediaSyncEvent.java55 public static MediaSyncEvent createEvent(int eventType) in createEvent()
68 private MediaSyncEvent(int eventType) { in MediaSyncEvent()
/frameworks/base/core/java/android/hardware/location/
DIActivityRecognitionHardware.aidl51 boolean enableActivityEvent(in String activityType, int eventType, long reportLatencyNs); in enableActivityEvent()
56 boolean disableActivityEvent(in String activityType, int eventType); in disableActivityEvent()
DActivityRecognitionHardware.java117 public boolean enableActivityEvent(String activity, int eventType, long reportLatencyNs) { in enableActivityEvent()
134 public boolean disableActivityEvent(String activity, int eventType) { in disableActivityEvent()
248 private void disableActivityEventIfEnabled(int activityType, int eventType) { in disableActivityEventIfEnabled()
275 int eventType, in nativeEnableActivityEvent()
277 private native int nativeDisableActivityEvent(int activityType, int eventType); in nativeDisableActivityEvent()
DActivityRecognitionEvent.java32 public ActivityRecognitionEvent(String activity, int eventType, long timestampNs) { in ActivityRecognitionEvent()
/frameworks/av/drm/libmediadrm/
DIDrmClient.cpp43 virtual void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) in notify()
66 int eventType = data.readInt32(); in onTransact() local
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityEventSource.java46 public void sendAccessibilityEvent(int eventType); in sendAccessibilityEvent()
DAccessibilityEvent.java893 public void setEventType(int eventType) { in setEventType()
999 public static AccessibilityEvent obtain(int eventType) { in obtain()
1248 public static String eventTypeToString(int eventType) { in eventTypeToString()
1272 private static String singleEventTypeToString(int eventType) { in singleEventTypeToString()
/frameworks/base/core/java/com/android/internal/util/
DXmlUtils.java827 int eventType = parser.getEventType(); in readThisMapXml() local
856 int eventType = parser.getEventType(); in readThisArrayMapXml() local
913 int eventType = parser.getEventType(); in readThisListXml() local
978 int eventType = parser.getEventType(); in readThisSetXml() local
1029 int eventType = parser.getEventType(); in readThisByteArrayXml() local
1098 int eventType = parser.getEventType(); in readThisIntArrayXml() local
1165 int eventType = parser.getEventType(); in readThisLongArrayXml() local
1225 int eventType = parser.getEventType(); in readThisDoubleArrayXml() local
1285 int eventType = parser.getEventType(); in readThisStringArrayXml() local
1345 int eventType = parser.getEventType(); in readThisBooleanArrayXml() local
[all …]
/frameworks/base/location/lib/java/com/android/location/provider/
DActivityRecognitionProvider.java91 public boolean enableActivityEvent(String activity, int eventType, long reportLatencyNs) in enableActivityEvent()
96 public boolean disableActivityEvent(String activity, int eventType) throws RemoteException { in disableActivityEvent()
DActivityRecognitionEvent.java27 public ActivityRecognitionEvent(String activity, int eventType, long timestampNs) { in ActivityRecognitionEvent()
/frameworks/base/tests/UsageStatsTest/src/com/android/tests/usagestats/
DUsageLogActivity.java111 final int eventType = getItem(position).getEventType(); in getItemViewType() local
156 private String eventToString(int eventType) { in eventToString()
/frameworks/base/services/usage/java/com/android/server/usage/
DIntervalStats.java84 private boolean isStatefulEvent(int eventType) { in isStatefulEvent()
95 void update(String packageName, long timeStamp, int eventType) { in update()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DListRowDataAdapter.java66 void doNotify(int eventType, int positionStart, int itemCount) { in doNotify()
138 protected void onEventFired(int eventType, int positionStart, int itemCount) { in onEventFired()
/frameworks/base/tests/AccessibilityEventsLogger/src/com/android/tests/accessibilityeventlogger/
DAELogger.java49 final String eventType = AccessibilityEvent.eventTypeToString(event.getEventType()); in onAccessibilityEvent() local
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
DUtil.java47 final int eventType = AccessibilityEvent.TYPE_VIEW_FOCUSED; in announceForAccessibility() local
/frameworks/base/core/java/com/android/internal/widget/
DExploreByTouchHelper.java178 public boolean sendEventForVirtualView(int virtualViewId, int eventType) { in sendEventForVirtualView()
291 private AccessibilityEvent createEvent(int virtualViewId, int eventType) { in createEvent()
307 private AccessibilityEvent createEventForHost(int eventType) { in createEventForHost()
327 private AccessibilityEvent createEventForChild(int virtualViewId, int eventType) { in createEventForChild()
/frameworks/base/core/java/android/app/usage/
DUsageStatsManagerInternal.java39 public abstract void reportEvent(ComponentName component, int userId, int eventType); in reportEvent()
49 public abstract void reportEvent(String packageName, int userId, int eventType); in reportEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
DSensorLoggerSession.java80 public void addPhoneEvent(int eventType, long systemTimeNanos) { in addPhoneEvent()
117 private PhoneEvent phoneEventToProto(int eventType, long sysTimeNanos) { in phoneEventToProto()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityCacheTest.java511 int eventType = 1 << i; in testCacheCriticalEventList_doesntLackEvents() local
527 private void assertNodeIsRefreshedWithEventType(int eventType, int contentChangeTypes) { in assertNodeIsRefreshedWithEventType()
568 private void assertEventTypeClearsNode(int eventType) { in assertEventTypeClearsNode()
572 private void assertEventTypeClearsNode(int eventType, boolean clears) { in assertEventTypeClearsNode()
/frameworks/base/core/java/android/speech/
DIRecognitionListener.aidl86 void onEvent(in int eventType, in Bundle params); in onEvent()
DRecognitionListener.java98 void onEvent(int eventType, Bundle params); in onEvent()

1234