Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/
DDropBoxTest.java36 import com.android.server.DropBoxManagerService.EntryFile;
91 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()
[all …]
/frameworks/base/services/core/java/com/android/server/
DDropBoxManagerService.java96 public final class DropBoxManagerService extends SystemService { class
191 DropBoxManagerService.this.addData(tag, data, flags);
196 DropBoxManagerService.this.addFile(tag, fd, flags);
201 return DropBoxManagerService.this.isTagEnabled(tag);
212 return DropBoxManagerService.this.getNextEntry(tag, millis, callingPackage,
218 DropBoxManagerService.this.dump(fd, pw, args);
240 DropBoxManagerService.this.setLowPriorityRateLimit(period); in onCommand()
244 DropBoxManagerService.this.addLowPriorityTag(addedTag); in onCommand()
248 DropBoxManagerService.this.removeLowPriorityTag(removeTag); in onCommand()
251 DropBoxManagerService.this.restoreDefaults(); in onCommand()
[all …]
DBootReceiver.java146 DropBoxManagerService.DEFAULT_QUOTA_KB * 1024;
/frameworks/base/services/
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…
Dart-wear-profile2188 PLcom/android/server/DropBoxManagerService$1$1;-><init>(Lcom/android/server/DropBoxManagerService$1…
2189 PLcom/android/server/DropBoxManagerService$1$1;->run()V
2190 PLcom/android/server/DropBoxManagerService$1;-><init>(Lcom/android/server/DropBoxManagerService;)V
2191 PLcom/android/server/DropBoxManagerService$1;->onReceive(Landroid/content/Context;Landroid/content/…
2192 PLcom/android/server/DropBoxManagerService$2;-><init>(Lcom/android/server/DropBoxManagerService;)V
2193 HPLcom/android/server/DropBoxManagerService$2;->addData(Ljava/lang/String;[BI)V
2194 PLcom/android/server/DropBoxManagerService$2;->addFile(Ljava/lang/String;Landroid/os/ParcelFileDesc…
2195 HPLcom/android/server/DropBoxManagerService$2;->getNextEntryWithAttribution(Ljava/lang/String;JLjav…
2196 HPLcom/android/server/DropBoxManagerService$2;->isTagEnabled(Ljava/lang/String;)Z
2197 PLcom/android/server/DropBoxManagerService$3;-><init>(Lcom/android/server/DropBoxManagerService;Lan…
[all …]
Dart-profile78DropBoxManagerService$EntryFile;->compareTo(Lcom/android/server/DropBoxManagerService$EntryFile;)I…
79 HSPLcom/android/server/DropBoxManagerService$EntryFile;->getExtension()Ljava/lang/String;
80 HSPLcom/android/server/DropBoxManagerService$EntryFile;->getFilename()Ljava/lang/String;
81 HSPLcom/android/server/DropBoxManagerService;->addEntry(Ljava/lang/String;Lcom/android/server/DropB…
82 HPLcom/android/server/DropBoxManagerService;->checkPermission(ILjava/lang/String;Ljava/lang/String;…
83 HSPLcom/android/server/DropBoxManagerService;->enrollEntry(Lcom/android/server/DropBoxManagerServic…
84 HPLcom/android/server/DropBoxManagerService;->getNextEntry(Ljava/lang/String;JLjava/lang/String;Lja…
85 HSPLcom/android/server/DropBoxManagerService;->isTagEnabled(Ljava/lang/String;)Z+]Ljava/util/List;L…
86 HSPLcom/android/server/DropBoxManagerService;->trimToFit()J+]Landroid/os/StatFs;Landroid/os/StatFs;…
/frameworks/base/services/java/com/android/server/
DSystemServer.java1565 mSystemServiceManager.startService(DropBoxManagerService.class); in startOtherServices()