Searched refs:SimplePathStrategy (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/tests/java/android/support/v4/content/
H A DFileProviderTest.java26 import android.support.v4.content.FileProvider.SimplePathStrategy;
59 final SimplePathStrategy strat = new SimplePathStrategy("authority");
79 final SimplePathStrategy strat = new SimplePathStrategy("authority");
91 SimplePathStrategy strat = new SimplePathStrategy("authority");
99 strat = new SimplePathStrategy("authority");
109 final SimplePathStrategy strat = new SimplePathStrategy("authorit
[all...]
/frameworks/support/v4/java/android/support/v4/content/
H A DFileProvider.java556 final SimplePathStrategy strat = new SimplePathStrategy(authority);
606 * @see SimplePathStrategy
630 static class SimplePathStrategy implements PathStrategy { class in class:FileProvider
634 public SimplePathStrategy(String authority) { method in class:FileProvider.SimplePathStrategy

Completed in 3124 milliseconds