Home
last modified time | relevance | path

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

12345678910>>...13

/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DHbpcdLookupDatabaseHelper.java169 int eventType = parser.getEventType(); in initDatabase() local
198 int eventType = parser.getEventType(); in loadTable() local
231 int eventType = parser.getEventType(); in getTableMccIddRow() local
252 int eventType = parser.getEventType(); in getTableMccLookupTableRow() local
287 int eventType = parser.getEventType(); in getTableMccSidConflictRow() local
308 int eventType = parser.getEventType(); in getTableMccSidRangeRow() local
331 int eventType = parser.getEventType(); in getTableNanpAreaCodeRow() local
350 int eventType = parser.getEventType(); in getTableArbitraryMccSidMatch() local
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/utils/
H A DXmlUtils.java33 int eventType = parser.getEventType(); in readThisArrayMapXml() local
69 int eventType = parser.getEventType(); in readThisListXml() local
103 int eventType = parser.getEventType(); in readThisStringArrayXml() local
145 int eventType; in readThisValueXml() local
180 int eventType; in readThisValueXml() local
/aosp12/frameworks/base/core/java/android/hardware/location/
H A DContextHubIntentEvent.java49 @NonNull ContextHubInfo contextHubInfo, @ContextHubManager.Event int eventType, in ContextHubIntentEvent()
61 @NonNull ContextHubInfo contextHubInfo, @ContextHubManager.Event int eventType) { in ContextHubIntentEvent()
67 @NonNull ContextHubInfo contextHubInfo, @ContextHubManager.Event int eventType, in ContextHubIntentEvent()
74 @NonNull ContextHubInfo contextHubInfo, @ContextHubManager.Event int eventType, in ContextHubIntentEvent()
81 @NonNull ContextHubInfo contextHubInfo, @ContextHubManager.Event int eventType, in ContextHubIntentEvent()
106 int eventType = getIntExtraOrThrow(intent, ContextHubManager.EXTRA_EVENT_TYPE); in fromIntent() local
H A DIActivityRecognitionHardware.aidl51 boolean enableActivityEvent(in String activityType, int eventType, long reportLatencyNs); in enableActivityEvent()
56 boolean disableActivityEvent(in String activityType, int eventType); in disableActivityEvent()
H A 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()
/aosp12/system/chre/apps/test/chqts/src/general_test/
H A Dsend_event_test.cc69 void SendEventTest::completeCallback(uint16_t eventType, void *data) { in completeCallback()
121 void SendEventTest::completeCallback0(uint16_t eventType, void *data) { in completeCallback0()
125 void SendEventTest::completeCallback1(uint16_t eventType, void *data) { in completeCallback1()
186 void SendEventTest::handleEvent(uint32_t senderInstanceId, uint16_t eventType, in handleEvent()
H A Dbasic_sensor_test_base.cc73 bool isBiasEventType(uint16_t eventType) { in isBiasEventType()
341 uint16_t eventType, in verifyEventHeader()
418 uint16_t eventType, const chreSensorThreeAxisData *eventData) { in handleBiasEvent()
473 void BasicSensorTestBase::handleSensorDataEvent(uint16_t eventType, in handleSensorDataEvent()
500 uint16_t eventType, in handleEvent()
H A Dsend_event_stress_test.cc95 uint16_t eventType, in handleEvent()
116 void SendEventStressTest::verifyEvent(uint16_t eventType, const void *data, in verifyEvent()
127 void SendEventStressTest::completeCallback(uint16_t eventType, void *data) { in completeCallback()
H A Dtest.cc42 void Test::testHandleEvent(uint32_t senderInstanceId, uint16_t eventType, in testHandleEvent()
49 void Test::unexpectedEvent(uint16_t eventType) { in unexpectedEvent()
87 uint32_t senderInstanceId, uint16_t eventType, const void *eventData, in getMessageDataFromHostEvent()
H A Devent_between_apps_test.cc54 uint16_t eventType, const void *eventData) { in handleEvent()
91 uint16_t eventType, const void *eventData) { in handleEvent()
/aosp12/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCaptureMetricsLogger.java37 public static void writeServiceEvent(int eventType, @NonNull String serviceName, in writeServiceEvent()
44 public static void writeServiceEvent(int eventType, @NonNull ComponentName service, in writeServiceEvent()
51 public static void writeServiceEvent(int eventType, @NonNull ComponentName service, in writeServiceEvent()
57 public static void writeServiceEvent(int eventType, @NonNull ComponentName service) { in writeServiceEvent()
/aosp12/system/chre/apps/spammer/
H A Dspammer.cc47 void messageSentEventFreeCallback(uint16_t eventType, void *data) { in messageSentEventFreeCallback()
61 void repeatedEventFreeCallback(uint16_t eventType, void *data) { in repeatedEventFreeCallback()
88 void nanoappHandleEvent(uint32_t senderInstanceId, uint16_t eventType, in nanoappHandleEvent()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
H A DUserLifecycleEventTest.java29 int eventType = 42; in testFullConstructor() local
43 int eventType = 42; in testAlternativeConstructor() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A 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()
/aosp12/frameworks/base/core/java/android/net/metrics/
H A DNetworkEvent.java79 public final @EventType int eventType; field in NetworkEvent
83 public NetworkEvent(@EventType int eventType, long durationMs) { in NetworkEvent()
88 public NetworkEvent(@EventType int eventType) { in NetworkEvent()
H A DIpReachabilityEvent.java58 public final int eventType; field in IpReachabilityEvent
60 public IpReachabilityEvent(int eventType) { in IpReachabilityEvent()
H A DIpManagerEvent.java63 public final @EventType int eventType; field in IpManagerEvent
67 public IpManagerEvent(@EventType int eventType, long duration) { in IpManagerEvent()
/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/ranking/
H A DSuggestionEventStore.java68 public void writeEvent(String suggestionId, String eventType) { in writeEvent()
87 public long readMetric(String suggestionId, String eventType, String metricType) { in readMetric()
111 private String getPrefKey(String suggestionId, String eventType, String statType) { in getPrefKey()
/aosp12/packages/apps/Messaging/src/android/support/v7/mms/
H A DMmsXmlResourceParser.java94 protected int advanceToNextEvent(int eventType) throws XmlPullParserException, IOException { in advanceToNextEvent()
111 final int eventType = mInputParser.getEventType(); in xmlParserDebugContext() local
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/pidfparser/pidf/
H A DPresence.java138 int eventType = parser.next(); in parse() local
167 private boolean isTupleElement(int eventType, String name) { in isTupleElement()
172 private boolean isNoteElement(int eventType, String name) { in isNoteElement()
/aosp12/system/chre/core/
H A Dnanoapp.cc52 bool Nanoapp::isRegisteredForBroadcastEvent(uint16_t eventType, in isRegisteredForBroadcastEvent()
65 void Nanoapp::registerForBroadcastEvent(uint16_t eventType, in registerForBroadcastEvent()
76 void Nanoapp::unregisterForBroadcastEvent(uint16_t eventType, in unregisterForBroadcastEvent()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DXmlUtilHelper.java835 int eventType = parser.getEventType(); in readThisMapXml() local
864 int eventType = parser.getEventType(); in readThisArrayMapXml() local
921 int eventType = parser.getEventType(); in readThisListXml() local
986 int eventType = parser.getEventType(); in readThisSetXml() local
1039 int eventType = parser.getEventType(); in readThisByteArrayXml() local
1099 int eventType = parser.getEventType(); in readThisIntArrayXml() local
1166 int eventType = parser.getEventType(); in readThisLongArrayXml() local
1226 int eventType = parser.getEventType(); in readThisDoubleArrayXml() local
1286 int eventType = parser.getEventType(); in readThisStringArrayXml() local
1427 int eventType; in readThisValueXml() local
[all …]
/aosp12/frameworks/base/media/java/android/media/
H A DMediaSyncEvent.java70 public static MediaSyncEvent createEvent(int eventType) in createEvent()
83 private MediaSyncEvent(int eventType) { in MediaSyncEvent()
/aosp12/system/chre/apps/test/chqts/src/busy_startup/
H A Dbusy_startup.cc81 static void checkSelfEvent(uint16_t eventType, const uint32_t *eventData) { in checkSelfEvent()
135 uint16_t eventType, const void *eventData) { in nanoappHandleEvent()
/aosp12/packages/services/Car/car-lib/src/android/car/hardware/property/
H A DCarPropertyEvent.java85 public CarPropertyEvent(int eventType, @NonNull CarPropertyValue<?> carPropertyValue) { in CarPropertyEvent()
94 public CarPropertyEvent(int eventType, @NonNull CarPropertyValue<?> carPropertyValue, in CarPropertyEvent()

12345678910>>...13