Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DDropBoxManagerService.java80 public final class DropBoxManagerService extends SystemService { class
152 DropBoxManagerService.this.add(entry);
157 return DropBoxManagerService.this.isTagEnabled(tag);
162 return DropBoxManagerService.this.getNextEntry(tag, millis, callingPackage);
167 DropBoxManagerService.this.dump(fd, pw, args);
189 DropBoxManagerService.this.setLowPriorityRateLimit(period); in onCommand()
193 DropBoxManagerService.this.addLowPriorityTag(addedTag); in onCommand()
197 DropBoxManagerService.this.removeLowPriorityTag(removeTag); in onCommand()
200 DropBoxManagerService.this.restoreDefaults(); in onCommand()
260 if (!DropBoxManagerService.this.mBooted) { in prepareAndSendBroadcast()
[all …]
/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-profile2202 HSPLcom/android/server/DropBoxManagerService$1$1;-><init>(Lcom/android/server/DropBoxManagerService
2203 HSPLcom/android/server/DropBoxManagerService$1$1;->run()V
2204 HSPLcom/android/server/DropBoxManagerService$1;-><init>(Lcom/android/server/DropBoxManagerService;)V
2205 HSPLcom/android/server/DropBoxManagerService$1;->onReceive(Landroid/content/Context;Landroid/conten…
2206 HSPLcom/android/server/DropBoxManagerService$2;-><init>(Lcom/android/server/DropBoxManagerService;)V
2207 HSPLcom/android/server/DropBoxManagerService$2;->add(Landroid/os/DropBoxManager$Entry;)V
2208 PLcom/android/server/DropBoxManagerService$2;->dump(Ljava/io/FileDescriptor;Ljava/io/PrintWriter;[L…
2209 HPLcom/android/server/DropBoxManagerService$2;->getNextEntry(Ljava/lang/String;JLjava/lang/String;)…
2210 HSPLcom/android/server/DropBoxManagerService$2;->isTagEnabled(Ljava/lang/String;)Z
2211 HSPLcom/android/server/DropBoxManagerService$3;-><init>(Lcom/android/server/DropBoxManagerService;L…
[all …]
/frameworks/base/services/java/com/android/server/
DSystemServer.java1125 mSystemServiceManager.startService(DropBoxManagerService.class); in startOtherServices()