OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DirectorySelectionFragment
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/DirectorySelection/Application/src/main/java/com/example/android/directoryselection/
DirectorySelectionFragment.java
46
public class
DirectorySelectionFragment
extends Fragment {
48
private static final String TAG =
DirectorySelectionFragment
.class.getSimpleName();
63
* @return A new instance of fragment {@link
DirectorySelectionFragment
}.
65
public static
DirectorySelectionFragment
newInstance() {
66
DirectorySelectionFragment
fragment = new
DirectorySelectionFragment
();
70
public
DirectorySelectionFragment
() {
/developers/samples/android/content/documentsUi/DirectorySelection/Application/src/main/java/com/example/android/directoryselection/
DirectorySelectionFragment.java
46
public class
DirectorySelectionFragment
extends Fragment {
48
private static final String TAG =
DirectorySelectionFragment
.class.getSimpleName();
63
* @return A new instance of fragment {@link
DirectorySelectionFragment
}.
65
public static
DirectorySelectionFragment
newInstance() {
66
DirectorySelectionFragment
fragment = new
DirectorySelectionFragment
();
70
public
DirectorySelectionFragment
() {
/development/samples/browseable/DirectorySelection/src/com.example.android.directoryselection/
DirectorySelectionFragment.java
46
public class
DirectorySelectionFragment
extends Fragment {
48
private static final String TAG =
DirectorySelectionFragment
.class.getSimpleName();
63
* @return A new instance of fragment {@link
DirectorySelectionFragment
}.
65
public static
DirectorySelectionFragment
newInstance() {
66
DirectorySelectionFragment
fragment = new
DirectorySelectionFragment
();
70
public
DirectorySelectionFragment
() {
Completed in 648 milliseconds