Searched refs:DropBoxManagerService (Results 1 – 4 of 4) sorted by relevance
80 public final class DropBoxManagerService extends SystemService { class152 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 …]
281 Lcom/android/server/DropBoxManagerService$EntryFile;->compareTo(Ljava/lang/Object;)I282 Lcom/android/server/DropBoxManagerService$EntryFile;->compareTo(Lcom/android/server/DropBoxManagerS…283 Lcom/android/server/DropBoxManagerService$EntryFile;->hasFile()Z284 Lcom/android/server/DropBoxManagerService;->init()V285 Lcom/android/server/DropBoxManagerService$EntryFile;-><init>(Ljava/io/File;I)V286 Lcom/android/server/DropBoxManagerService;->enrollEntry(Lcom/android/server/DropBoxManagerService$E…
2202 HSPLcom/android/server/DropBoxManagerService$1$1;-><init>(Lcom/android/server/DropBoxManagerService…2203 HSPLcom/android/server/DropBoxManagerService$1$1;->run()V2204 HSPLcom/android/server/DropBoxManagerService$1;-><init>(Lcom/android/server/DropBoxManagerService;)V2205 HSPLcom/android/server/DropBoxManagerService$1;->onReceive(Landroid/content/Context;Landroid/conten…2206 HSPLcom/android/server/DropBoxManagerService$2;-><init>(Lcom/android/server/DropBoxManagerService;)V2207 HSPLcom/android/server/DropBoxManagerService$2;->add(Landroid/os/DropBoxManager$Entry;)V2208 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;)Z2211 HSPLcom/android/server/DropBoxManagerService$3;-><init>(Lcom/android/server/DropBoxManagerService;L…[all …]
1125 mSystemServiceManager.startService(DropBoxManagerService.class); in startOtherServices()