OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRecPath
(Results
1 - 2
of
2
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckTestActivity.java
67
private String
mRecPath
;
94
mRecPath
= "";
119
mRecPath
= PATH_DEBUGGING_DATA;
146
if ("".equals(
mRecPath
)) {
151
showUserMessage("Result are in path: " +
mRecPath
);
166
RVCVXCheckAnalyzer analyzer = new RVCVXCheckAnalyzer(
mRecPath
);
253
mRecPath
= data.getData().getPath();
RVCVRecordActivity.java
669
private File
mRecPath
;
678
mRecPath
= recPath;
697
new FileOutputStream(new File(
mRecPath
, "raw_acc.log")));
699
new FileOutputStream(new File(
mRecPath
, "raw_uncal_gyro.log")));
701
new FileOutputStream(new File(
mRecPath
, "raw_uncal_mag.log")));
[
all
...]
Completed in 47 milliseconds