/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
H A D | HbpcdLookupDatabaseHelper.java | 169 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 D | XmlUtils.java | 33 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 D | ContextHubIntentEvent.java | 49 @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 D | IActivityRecognitionHardware.aidl | 51 boolean enableActivityEvent(in String activityType, int eventType, long reportLatencyNs); in enableActivityEvent() 56 boolean disableActivityEvent(in String activityType, int eventType); in disableActivityEvent()
|
H A D | ActivityRecognitionHardware.java | 117 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 D | send_event_test.cc | 69 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 D | basic_sensor_test_base.cc | 73 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 D | send_event_stress_test.cc | 95 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 D | test.cc | 42 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 D | event_between_apps_test.cc | 54 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 D | ContentCaptureMetricsLogger.java | 37 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 D | spammer.cc | 47 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 D | UserLifecycleEventTest.java | 29 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 D | VisualVoicemailSmsParser.java | 66 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 D | NetworkEvent.java | 79 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 D | IpReachabilityEvent.java | 58 public final int eventType; field in IpReachabilityEvent 60 public IpReachabilityEvent(int eventType) { in IpReachabilityEvent()
|
H A D | IpManagerEvent.java | 63 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 D | SuggestionEventStore.java | 68 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 D | MmsXmlResourceParser.java | 94 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 D | Presence.java | 138 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 D | nanoapp.cc | 52 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 D | XmlUtilHelper.java | 835 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 D | MediaSyncEvent.java | 70 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 D | busy_startup.cc | 81 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 D | CarPropertyEvent.java | 85 public CarPropertyEvent(int eventType, @NonNull CarPropertyValue<?> carPropertyValue) { in CarPropertyEvent() 94 public CarPropertyEvent(int eventType, @NonNull CarPropertyValue<?> carPropertyValue, in CarPropertyEvent()
|