/packages/apps/Launcher3/src/com/android/launcher3/logging/ |
D | EventLogArray.java | 40 private final EventEntry[] logs; field in EventLogArray 46 logs = new EventEntry[size]; in EventLogArray() 64 int last = (nextIndex + logs.length - 1) % logs.length; in addLog() 65 int secondLast = (nextIndex + logs.length - 2) % logs.length; in addLog() 66 if (isEntrySame(logs[last], type, event) && isEntrySame(logs[secondLast], type, event)) { in addLog() 67 logs[last].update(type, event, extras, mLogId); in addLog() 68 logs[secondLast].duplicateCount++; in addLog() 72 if (logs[nextIndex] == null) { in addLog() 73 logs[nextIndex] = new EventEntry(); in addLog() 75 logs[nextIndex].update(type, event, extras, mLogId); in addLog() [all …]
|
/packages/apps/Dialer/java/com/android/dialer/persistentlog/ |
D | PersistentLogFileHandler.java | 108 void writeLogs(List<byte[]> logs) throws IOException { in writeLogs() argument 115 for (byte[] log : logs) { in writeLogs() 169 List<byte[]> logs = new ArrayList<>(); in getLogs() local 173 logs.add(log); in getLogs() 181 return logs; in getLogs()
|
D | PersistentLogger.java | 159 List<byte[]> logs; in dumpLogToStringInternal() local 161 logs = readLogs(); in dumpLogToStringInternal() 166 for (byte[] log : logs) { in dumpLogToStringInternal()
|
/packages/modules/DnsResolver/ |
D | README.md | 4 The default setting is WARNING and logs relate to WARNING and ERROR will be shown. If 5 you want to enable the DEBUG level logs, using following command. 12 Verbose resolver logs could contain PII -- do NOT enable in production builds.
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/ |
D | DiskBasedLogger.java | 144 File logs = new File(context.getFilesDir(), LOGS_FILE_PATH); in e() local 154 outputStream = context.openFileOutput(logs.getName(), Context.MODE_APPEND); in e()
|
/packages/apps/TV/tests/robotests/src/com/android/tv/data/ |
D | PreviewDataManagerTest.java | 129 List<ShadowLog.LogItem> logs = ShadowLog.getLogsForTag("PreviewDataManager"); in queryPreviewData_sqlexception() local 133 for (ShadowLog.LogItem log : logs) { in queryPreviewData_sqlexception()
|
/packages/services/Car/tests/BugReportApp/ |
D | README.md | 17 8. BugReportService running under current user (e.g. u10) starts collecting logs using dumpstate, 89 * Dumpstate (bugreport) - it should contain logs and other information.
|
/packages/apps/Dialer/java/com/android/dialer/logging/ |
D | dialer_impression.proto | 130 // From the service instead of an activity logs the number of times the 136 // From the service instead of an activity logs the number of times the
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
D | lv_wordlist.combined.gz | 1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ... |