Home
last modified time | relevance | path

Searched refs:dropbox (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DDropBoxTest.java97 dropbox.addText("DropBoxTest", "TEST0"); in testAddText()
101 dropbox.addText("DropBoxTest", "TEST1"); in testAddText()
102 dropbox.addText("DropBoxTest", "TEST2"); in testAddText()
185 dropbox.addFile("DropBoxTest", f2, 0);
335 e0 = dropbox.getNextEntry(null, before); in testAddEntriesInTheFuture()
398 dropbox.addText("DropBoxTest.A", "A0"); in testGetNextEntry()
399 dropbox.addText("DropBoxTest.B", "B0"); in testGetNextEntry()
400 dropbox.addText("DropBoxTest.A", "A1"); in testGetNextEntry()
555 dropbox.addText("DropBoxTest", "TEST"); in testAgeLimits()
646 dropbox.addText("DropBoxTest", "TEST"); in testCreateDropBoxManagerWithInvalidDirectory()
[all …]
/aosp14/frameworks/base/core/proto/android/os/
H A Dincident.proto378 (section).args = "dropbox --proto data_app_crash"
383 (section).args = "dropbox --proto data_app_anr"
393 (section).args = "dropbox --proto data_app_strictmode"
398 (section).args = "dropbox --proto data_app_wtf"
403 (section).args = "dropbox --proto system_app_crash"
408 (section).args = "dropbox --proto system_app_anr"
423 (section).args = "dropbox --proto system_app_wtf"
433 (section).args = "dropbox --proto system_server_anr"
458 (section).args = "dropbox --proto system_server_wtf"
468 (section).args = "dropbox --proto SYSTEM_TOMBSTONE"
[all …]
H A Dtombstone.proto28 // The count of dropped dropbox entries due to rate limiting.
/aosp14/frameworks/base/cmds/incidentd/src/
H A DBroadcaster.cpp389 sp<DropBoxManager> dropbox = new DropBoxManager(); in send_to_dropbox() local
390 if (dropbox == nullptr) { in send_to_dropbox()
410 Status status = dropbox->addFile(String16("incident"), readFd, 0); in send_to_dropbox()
H A Dreport_file.proto108 * ready for broadcast / dropbox / etc.
/aosp14/frameworks/base/core/proto/android/service/
H A Ddropbox.proto18 package android.service.dropbox;
/aosp14/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
H A DAppCompatibility.java211 DropBoxManager dropbox = (DropBoxManager) mContext in checkDropbox() local
214 while (null != (entry = dropbox.getNextEntry(null, startTime))) { in checkDropbox()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DDropBoxManagerService.java49 import android.service.dropbox.DropBoxManagerServiceDumpProto;
/aosp14/frameworks/base/core/proto/android/providers/settings/
H A Dglobal.proto351 optional Dropbox dropbox = 46; field
/aosp14/system/core/rootdir/
H A Dinit.rc928 mkdir /data/system/dropbox 0700 system system
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt10388 field public static final String DROPBOX_SERVICE = "dropbox";