OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scurrentfolder
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
MapStepsFolder.java
85
MapBuildFolderStructurValidator.
sCurrentFolder
=
86
MapBuildFolderStructurValidator.
sCurrentFolder
.getSubFolder(mFolderName);
87
Assert.assertNotNull(MapBuildFolderStructurValidator.
sCurrentFolder
);
89
MapBuildFolderStructurValidator.
sCurrentFolder
.getFullPath());
97
static BluetoothMapFolderElement
sCurrentFolder
= null;
103
if(
sCurrentFolder
== null) {
104
sCurrentFolder
= new BluetoothMapFolderElement("root", null);
119
sCurrentFolder
.appendSubfolders(op.openInputStream());
128
Assert.assertTrue(mExpectedFolderElement.compareTo(
sCurrentFolder
.getRoot())
Completed in 206 milliseconds