OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:devicepropertiesname
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/media/java/android/mtp/
MtpDatabase.java
194
final String
devicePropertiesName
= "device-properties";
195
mDeviceProperties = context.getSharedPreferences(
devicePropertiesName
, Context.MODE_PRIVATE);
196
File databaseFile = context.getDatabasePath(
devicePropertiesName
);
[
all
...]
Completed in 56 milliseconds