OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:strat
(Results
1 - 3
of
3
) sorted by null
/frameworks/support/v4/java/android/support/v4/content/
FileProvider.java
212
PathStrategy
strat
;
local
214
strat
= sCache.get(authority);
215
if (
strat
== null) {
217
strat
= parsePathStrategy(context, authority);
225
sCache.put(authority,
strat
);
228
return
strat
;
239
final SimplePathStrategy
strat
= new SimplePathStrategy(authority);
local
270
strat
.addRoot(name, target);
275
return
strat
;
/frameworks/support/tests/java/android/support/v4/content/
FileProviderTest.java
59
final SimplePathStrategy
strat
= new SimplePathStrategy("authority");
local
60
strat
.addRoot("tag", mContext.getFilesDir());
64
strat
.getUriForFile(file).toString());
68
strat
.getUriForFile(file).toString());
72
strat
.getUriForFile(file);
79
final SimplePathStrategy
strat
= new SimplePathStrategy("authority");
local
80
strat
.addRoot("tag", mContext.getFilesDir());
84
strat
.getUriForFile(file);
91
SimplePathStrategy
strat
= new SimplePathStrategy("authority");
local
92
strat
.addRoot("tag1", mContext.getFilesDir())
109
final SimplePathStrategy
strat
= new SimplePathStrategy("authority");
local
122
final SimplePathStrategy
strat
= new SimplePathStrategy("authority");
local
133
final SimplePathStrategy
strat
= new SimplePathStrategy("authority");
local
146
final SimplePathStrategy
strat
= new SimplePathStrategy("authority");
local
155
final SimplePathStrategy
strat
= new SimplePathStrategy("authority");
local
[
all
...]
/development/samples/training/NavigationDrawer/libs/
android-support-v4.jar
Completed in 249 milliseconds