Home
last modified time | relevance | path

Searched refs:logRecord (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java1243 logRecord(AccountsDb.DEBUG_ACTION_AUTHENTICATOR_REMOVE, in validateAccountsInternal()
1400 logRecord(accounts, AccountsDb.DEBUG_ACTION_SYNC_DE_CE_ACCOUNTS, in syncDeCeAccountsLocked()
2344 logRecord( in removeAccountAsUser()
2382 logRecord( in removeAccountExplicitly()
2505 logRecord(action, AccountsDb.TABLE_ACCOUNTS, accountId, accounts); in removeAccountInternal()
5335 private void logRecord(UserAccounts accounts, String action, String tableName) {
5336 logRecord(action, tableName, -1, accounts);
5340 logRecord(action, tableName, -1, accounts, uid);
5346 private void logRecord(String action, String tableName, long accountId,
5348 logRecord(action, tableName, accountId, userAccount, getCallingUid());
[all …]
/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DMainContentCaptureSession.java634 final String logRecord = "r=" + reasonString + " s=" + numberEvents in flush() local
637 mFlushHistory.log(logRecord); in flush()