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

/frameworks/support/core-utils/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/core-utils/java/android/support/v4/content/
H A DFileProvider.java579 final SimplePathStrategy strat = new SimplePathStrategy(authority);
639 * @see SimplePathStrategy
663 static class SimplePathStrategy implements PathStrategy { class in class:FileProvider
667 public SimplePathStrategy(String authority) { method in class:FileProvider.SimplePathStrategy

Completed in 29 milliseconds