OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:exportData
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/security/keymaster/
ExportResult.java
28
public final byte[]
exportData
;
43
exportData
= in.createByteArray();
54
out.writeByteArray(
exportData
);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
DataExporter.java
54
public static Uri
exportData
(Context context) throws IOException {
/system/security/keystore/include/keystore/
IKeystoreService.h
79
std::unique_ptr<uint8_t[], MallocDeleter>
exportData
;
Completed in 83 milliseconds