Home
last modified time | relevance | path

Searched refs:writeEvent (Results 1 – 23 of 23) sorted by relevance

/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/
DSuggestionFeatureProvider.java55 eventStore.writeEvent(suggestion.getId(), SuggestionEventStore.EVENT_SHOWN); in getSuggestions()
69 SuggestionEventStore.get(context).writeEvent(id, SuggestionEventStore.EVENT_DISMISSED); in markSuggestionDismissed()
83 SuggestionEventStore.get(context).writeEvent(id, SuggestionEventStore.EVENT_CLICKED); in markSuggestionLaunched()
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/utils/
DSafetyNetLogger.java53 EventLog.writeEvent(SNET_NET_EVENT_LOG_TAG, PERMISSIONS_REQUESTED, in logPermissionsRequested()
87 EventLog.writeEvent(SNET_NET_EVENT_LOG_TAG, PERMISSIONS_TOGGLED, in logPermissionsToggled()
154 EventLog.writeEvent(SNET_NET_EVENT_LOG_TAG, "153879813"); in logIfHasUndefinedPermissionGroup()
/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomServiceImpl.java240 EventLog.writeEvent(0x534e4554, "62347125", Binder.getCallingUid(),
314 EventLog.writeEvent(0x534e4554, "62347125", Binder.getCallingUid(),
343 EventLog.writeEvent(0x534e4554, "62347125", Binder.getCallingUid(),
372 EventLog.writeEvent(0x534e4554, "62347125", Binder.getCallingUid(),
777 EventLog.writeEvent(0x534e4554, "62347125", "isRinging: " + callingPackage);
1184 EventLog.writeEvent(0x534e4554, "62347125", Binder.getCallingUid(),
1811 android.util.EventLog.writeEvent(0x534e4554, "132438333", -1, ""); in endCallInternal()
1833 EventLog.writeEvent(0x534e4554, "26864502", Binder.getCallingUid(), "R"); in enforcePhoneAccountIsRegisteredEnabled()
1837 EventLog.writeEvent(0x534e4554, "26864502", Binder.getCallingUid(), "E"); in enforcePhoneAccountIsRegisteredEnabled()
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipConnection.java189 EventLog.writeEvent(0x534e4554, "31752213", -1, "Invalid codec."); in onAnswer()
195 EventLog.writeEvent(0x534e4554, "31752213", -1, "Invalid SDP."); in onAnswer()
DSipProfileDb.java194 EventLog.writeEvent(0x534e4554, "31530456", -1, ""); in isChild()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/specialaccess/deviceadmin/
DDeviceAdminAdd.java332 EventLog.writeEvent(EventLogTags.EXP_DET_DEVICE_ADMIN_DECLINED_BY_USER, in onCreate()
342 EventLog.writeEvent(EventLogTags.EXP_DET_DEVICE_ADMIN_UNINSTALLED_BY_USER, in onCreate()
431 EventLog.writeEvent(EventLogTags.EXP_DET_DEVICE_ADMIN_ACTIVATED_BY_USER, in addAndFinish()
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/deviceadmin/
DDeviceAdminAdd.java381 EventLog.writeEvent(EventLogTags.EXP_DET_DEVICE_ADMIN_DECLINED_BY_USER, in onCreate()
391 EventLog.writeEvent(EventLogTags.EXP_DET_DEVICE_ADMIN_UNINSTALLED_BY_USER, in onCreate()
480 EventLog.writeEvent(EventLogTags.EXP_DET_DEVICE_ADMIN_ACTIVATED_BY_USER, in addAndFinish()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/core/
DHideNonSystemOverlayMixin.java57 android.util.EventLog.writeEvent(0x534e4554, "120484087", -1, ""); in onStart()
/packages/apps/Settings/src/com/android/settings/core/
DHideNonSystemOverlayMixin.java57 android.util.EventLog.writeEvent(0x534e4554, "120484087", -1, ""); in onStart()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/ranking/
DSuggestionEventStore.java68 public void writeEvent(String suggestionId, String eventType) { in writeEvent() method in SuggestionEventStore
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppSendFileInfo.java157 EventLog.writeEvent(0x534e4554, "35310991", -1, uri.getPath()); in generateFileInfo()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DSmsDefaultDialog.java70 android.util.EventLog.writeEvent(0x534e4554, "120484087", -1, ""); in onStart()
/packages/apps/Nfc/src/com/android/nfc/
DBeamShareActivity.java230 EventLog.writeEvent(0x534e4554, "37287958", uid, uri.getPath()); in parseShareIntentAndFinish()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/
DSearchFragment.java320 EventLog.writeEvent(90204 /* settings_latency*/, 1 /* query_to_result_latency */, in onSearchResultsDisplayed()
/packages/apps/KeyChain/src/com/android/keychain/
DKeyChainService.java640 SecurityLog.writeEvent(tag, payload); in writeSecurityEvent()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java438 EventLog.writeEvent(LOG_SYNC_CONTACTS_AGGREGATION, start, -markedCount); in aggregateInTransaction()
491 EventLog.writeEvent(LOG_SYNC_CONTACTS_AGGREGATION, elapsedTime, actualCount); in aggregateInTransaction()
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpClient.java404 EventLog.writeEvent(snetTagId, bugId, uid, data); in run()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java2237 android.util.EventLog.writeEvent(0x534e4554, "139287605", -1, in setPin()
2259 android.util.EventLog.writeEvent(0x534e4554, "139287605", -1, in setPasskey()
/packages/apps/Settings/src/com/android/settings/password/
DChooseLockGeneric.java1014 EventLog.writeEvent(EventLogTags.LOCK_SCREEN_TYPE, unlockMethod); in setUnlockMethod()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/password/
DChooseLockGeneric.java1003 EventLog.writeEvent(EventLogTags.LOCK_SCREEN_TYPE, unlockMethod); in setUnlockMethod()
/packages/providers/TvProvider/src/com/android/providers/tv/
DTvProvider.java1674 android.util.EventLog.writeEvent(0x534e4554, "135269669", -1, ""); in createProjectionMapForQuery()
1710 android.util.EventLog.writeEvent(0x534e4554, "135269669", -1, ""); in createSqlParams()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java2147 EventLog.writeEvent(0x534e4554, "154934934", Binder.getCallingUid()); in requestCellInfoUpdateInternal()
2153 EventLog.writeEvent(0x534e4554, "154934934", Binder.getCallingUid()); in requestCellInfoUpdateInternal()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java3051 EventLog.writeEvent(0x534e4554, "124107808", Binder.getCallingUid()); in checkQueryPermission()