Searched refs:logs (Results 1 – 19 of 19) sorted by relevance
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | SecurityLogMonitor.java | 148 ArrayList<SecurityEvent> logs = new ArrayList<SecurityEvent>(); in run() local 158 SecurityLog.readEvents(logs); in run() 163 SecurityLog.readEventsSince(lastLogTimestampNanos + 1, logs); in run() 165 if (!logs.isEmpty()) { in run() 169 mPendingLogs.addAll(logs); in run() 179 lastLogTimestampNanos = logs.get(logs.size() - 1).getTimeNanos(); in run() 180 logs.clear(); in run()
|
D | DevicePolicyManagerService.java | 8894 List<SecurityEvent> logs = mSecurityLogMonitor.retrieveLogs(); in retrieveSecurityLogs() local 8895 return logs != null ? new ParceledListSlice<SecurityEvent>(logs) : null; in retrieveSecurityLogs()
|
/frameworks/rs/java/tests/Refocus/dataExtraction/ |
D | RefocusTestTimingProcess.txt | 17 …….logs 1... 19 ……..logs 2... 21 …….logs 3…. 24 …..logs 1….. 26 …..logs 2….. 28 …..logs 3…..
|
/frameworks/base/core/java/com/android/internal/logging/ |
D | EventLogTags.logtags | 5 # interaction logs
|
/frameworks/base/services/core/java/com/android/server/ |
D | EventLogTags.logtags | 33 # It logs the time remaining before the device would've normally gone to sleep without the request. 37 # Leave IDs through 2739 for more power logs (2730 used by battery_discharge above)
|
/frameworks/ex/common/java/com/android/common/ |
D | GoogleLogTags.logtags | 26 # missing the tag definitions, and may not be able to show them in their logs.
|
/frameworks/base/docs/html/google/play/billing/ |
D | api.jd | 122 <li>When your application starts or user logs in, it's good practice to check 278 Subsequently, when the user starts up or logs in to your application, you
|
/frameworks/base/docs/html/training/wearables/apps/ |
D | packaging.jd | 139 logs the following error: "this file cannot be opened as a file descriptor; it is probably compress…
|
/frameworks/base/docs/html/guide/webapps/ |
D | debugging.jd | 41 of the same APIs, so you can receive logs from your web page when debugging in Android's Browser
|
/frameworks/base/docs/html/preview/features/ |
D | afw.jd | 277 logs don’t require user consent. To retrieve logs, device owners enable
|
/frameworks/base/docs/html/guide/practices/ |
D | verifying-apps-art.jd | 173 <p>ART also logs an error (visible in logcat) if <code>RegisterNatives</code> is
|
/frameworks/base/docs/html/training/testing/unit-testing/ |
D | instrumented-unit-tests.jd | 278 from the command line. Test results provide test logs and include the details
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | sip.jd | 221 <em>peer profile</em>. When your SIP application logs into the SIP server with
|
/frameworks/base/docs/html/training/articles/ |
D | security-tips.jd | 403 <p>Be careful when writing to on-device logs. 404 In Android, logs are a shared resource, and are available
|
/frameworks/base/docs/html/training/location/ |
D | geofencing.jd | 299 in this case. The service then sends a notification and logs the transition details.</p>
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | document-provider.jd | 324 snippet grabs the metadata for a document specified by the URI, and logs it:</p>
|
D | contacts-provider.jd | 279 Suppose Emily Dickinson opens a browser window, logs into Gmail as 281 Contacts, and adds "Thomas Higginson". Later on, she logs into Gmail as
|
/frameworks/base/docs/html/about/versions/ |
D | android-5.0.jd | 728 generate an HTML visualization of power-related events from the logs. This
|
D | android-4.3.jd | 1069 sections of traceable code in your app, the systrace logs provide you a much more detailed
|