OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trimDatabase
(Results
1 - 2
of
2
) sorted by null
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
StorageManager.java
122
trimDatabase
();
417
private void
trimDatabase
() {
419
Log.i(Constants.TAG, "in
trimDatabase
");
430
Log.e(Constants.TAG, "null cursor in
trimDatabase
");
450
Log.w(Constants.TAG, "
trimDatabase
failed with exception: " + e.getMessage());
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java
162
new Thread("
trimDatabase
") {
164
trimDatabase
(contentResolver);
[
all
...]
Completed in 96 milliseconds