Home
last modified time | relevance | path

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

/frameworks/base/core/proto/android/os/
Dincident.proto49 import "frameworks/base/core/proto/android/service/dropbox.proto";
383 optional android.service.dropbox.DropBoxManagerServiceDumpProto dropbox_data_app_crash = 3027 [
385 (section).args = "dropbox --proto data_app_crash"
388 optional android.service.dropbox.DropBoxManagerServiceDumpProto dropbox_data_app_anr = 3028 [
390 (section).args = "dropbox --proto data_app_anr"
393 …optional android.service.dropbox.DropBoxManagerServiceDumpProto dropbox_data_app_native_crash = 30…
395 (section).args = "dropbox --proto data_app_native_crash"
398 …optional android.service.dropbox.DropBoxManagerServiceDumpProto dropbox_data_app_strictmode = 3030…
400 (section).args = "dropbox --proto data_app_strictmode"
403 optional android.service.dropbox.DropBoxManagerServiceDumpProto dropbox_data_app_wtf = 3031 [
[all …]
/frameworks/base/cmds/incidentd/src/
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()
Dreport_file.proto108 * ready for broadcast / dropbox / etc.
/frameworks/base/core/proto/android/service/
Ddropbox.proto18 package android.service.dropbox;
/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
DAppCompatibility.java211 DropBoxManager dropbox = (DropBoxManager) mContext in checkDropbox() local
214 while (null != (entry = dropbox.getNextEntry(null, startTime))) { in checkDropbox()
/frameworks/base/services/core/java/com/android/server/
DDropBoxManagerService.java44 import android.service.dropbox.DropBoxManagerServiceDumpProto;
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto345 optional Dropbox dropbox = 46; field
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7248 field public static final java.lang.String DROPBOX_SERVICE = "dropbox";
/frameworks/base/api/
Dcurrent.txt10189 field public static final String DROPBOX_SERVICE = "dropbox";