Searched refs:EntrySource (Results 1 – 5 of 5) sorted by relevance
28 public abstract void addEntry(@NonNull String tag, @NonNull EntrySource source, in addEntry()36 public interface EntrySource extends Closeable { interface in DropBoxManagerInternal
72 import com.android.server.DropBoxManagerInternal.EntrySource;491 public static class SimpleEntrySource implements EntrySource {527 public void addEntry(String tag, EntrySource entry, int flags) { in addEntry()1320 public void addEntry(String tag, EntrySource entry, int flags) { in addEntry()
35 import com.android.server.DropBoxManagerInternal.EntrySource;232 new EntrySource() { in testAddEntry_Success()264 new EntrySource() { in testAddEntry_Failure()
81 …agerService;->addEntry(Ljava/lang/String;Lcom/android/server/DropBoxManagerInternal$EntrySource;I)V
2233 …agerService;->addEntry(Ljava/lang/String;Lcom/android/server/DropBoxManagerInternal$EntrySource;I)V