Home
last modified time | relevance | path

Searched refs:DropBoxManagerService (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DDropBoxTest.java91 DropBoxManagerService service = new DropBoxManagerService(getContext(), dir, in testAddText()
128 DropBoxManagerService service = new DropBoxManagerService(getContext(), dir,
179 DropBoxManagerService service = new DropBoxManagerService(getContext(), dir,
227 DropBoxManagerService service = new DropBoxManagerService(getContext(), dir, in testAddEntry_Success()
259 DropBoxManagerService service = new DropBoxManagerService(getContext(), dir, in testAddEntry_Failure()
307 DropBoxManagerService service = new DropBoxManagerService(getContext(), dir, in testAddEntriesInTheFuture()
359 DropBoxManagerService service = new DropBoxManagerService(getContext(), dir, in testIsTagEnabled()
393 DropBoxManagerService service = new DropBoxManagerService(getContext(), dir, in testGetNextEntry()
456 DropBoxManagerService service = new DropBoxManagerService(getContext(), dir, in testSizeLimits()
551 DropBoxManagerService service = new DropBoxManagerService(getContext(), dir, in testAgeLimits()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DDropBoxManagerService.java91 public final class DropBoxManagerService extends SystemService { class
170 DropBoxManagerService.this.addData(tag, data, flags);
175 DropBoxManagerService.this.addFile(tag, fd, flags);
180 return DropBoxManagerService.this.isTagEnabled(tag);
197 DropBoxManagerService.this.dump(fd, pw, args);
219 DropBoxManagerService.this.setLowPriorityRateLimit(period); in onCommand()
223 DropBoxManagerService.this.addLowPriorityTag(addedTag); in onCommand()
230 DropBoxManagerService.this.restoreDefaults(); in onCommand()
291 if (!DropBoxManagerService.this.mBooted) { in prepareAndSendBroadcast()
360 public DropBoxManagerService(final Context context) { in DropBoxManagerService() method in DropBoxManagerService
[all …]
/aosp14/frameworks/base/services/
H A Dart-profile-boot281 Lcom/android/server/DropBoxManagerService$EntryFile;->compareTo(Ljava/lang/Object;)I
282 Lcom/android/server/DropBoxManagerService$EntryFile;->compareTo(Lcom/android/server/DropBoxManagerS…
283 Lcom/android/server/DropBoxManagerService$EntryFile;->hasFile()Z
284 Lcom/android/server/DropBoxManagerService;->init()V
285 Lcom/android/server/DropBoxManagerService$EntryFile;-><init>(Ljava/io/File;I)V
286 Lcom/android/server/DropBoxManagerService;->enrollEntry(Lcom/android/server/DropBoxManagerService$E…
H A Dart-profile177 HSPLcom/android/server/DropBoxManagerService$1$1;->run()V
183 HSPLcom/android/server/DropBoxManagerService$EntryFile;-><init>(J)V
184 HSPLcom/android/server/DropBoxManagerService$EntryFile;-><init>(Ljava/io/File;I)V
186DropBoxManagerService$EntryFile;->compareTo(Lcom/android/server/DropBoxManagerService$EntryFile;)I…
187DropBoxManagerService$EntryFile;->compareTo(Ljava/lang/Object;)I+]Lcom/android/server/DropBoxManag…
188 HSPLcom/android/server/DropBoxManagerService$EntryFile;->deleteFile(Ljava/io/File;)V
192 HSPLcom/android/server/DropBoxManagerService$EntryFile;->hasFile()Z
199 HSPLcom/android/server/DropBoxManagerService;->enrollEntry(Lcom/android/server/DropBoxManagerServic…
201 HSPLcom/android/server/DropBoxManagerService;->init()V
202 HSPLcom/android/server/DropBoxManagerService;->isTagEnabled(Ljava/lang/String;)Z
[all …]
/aosp14/frameworks/base/services/java/com/android/server/
H A DSystemServer.java1571 mSystemServiceManager.startService(DropBoxManagerService.class); in startOtherServices()