Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_frameworks_base
/
5caebe341576d52502ce397f3c778fe259c17948
/
packages
/
MtpDocumentsProvider
/
tests
a3e79fb
frameworks/base: Set LOCAL_SDK_VERSION where possible.
by Anton Hansson
· 7 years ago
c5949bd
Fix NPE in MtpDocumentsProviderTests
by Daichi Hirono
· 8 years ago
66fcb4b
Fix doc flag for device having multiple storages
by Daichi Hirono
· 8 years ago
203be49
Use Context#startForegroundService in MTP provider
by Daichi Hirono
· 8 years ago
9642447
Merge "Fix MtpDocumentsProvider test."
by TreeHugger Robot
· 8 years ago
4e4ec16
Fix MtpDocumentsProvider test.
by Daichi Hirono
· 8 years ago
7f2afd2
Add test configs to apct tests under frameworks/base
by Dan Shi
· 8 years ago
473a16e
frameworks/base: Add APCT tests to the device-tests suite.
by Simran Basi
· 8 years ago
b690b4d
Address comments from API council.
by Garfield Tan
· 8 years ago
d3c6dd1
Start MtpDocumentsService as foreground service.
by Daichi Hirono
· 8 years ago
648abd31
Merge "Prepare for removal of legacy-test from default targets"
by Paul Duffin
· 8 years ago
e80ea38
Use public version of AppFuse in MtpDocumentsProvider.
by Daichi Hirono
· 8 years ago
8aeb59e
Prepare for removal of legacy-test from default targets
by Paul Duffin
· 8 years ago
29c3f68
Add structured sort data to ContentResolver.query.
by Steve McKay
· 8 years ago
29de769
Add isChildDocument to MtpDocumentsProvider.
by Daichi Hirono
· 8 years ago
2cf7c48
Merge "Not create document under the device."
by TreeHugger Robot
· 8 years ago
35b2ec5
Not create document under the device.
by Daichi Hirono
· 8 years ago
f46a463
Change findPath() to findDocumentPath() in MtpDocumentsProvider.
by Garfield Tan
· 8 years ago
b9ffa2a
Add findPath method to MtpDocumentsProvider.
by Daichi Hirono
· 8 years ago
83c679e7
Set Root.FLAG_LOCAL_ONLY for MTP roots.
by Daichi Hirono
· 8 years ago
daa61d4
Fix MtpDatabaseTest#testFormatCodeForMpeg.
by Daichi Hirono
· 8 years ago
f20e49ec
Fix warning from error prone.
by Daichi Hirono
· 9 years ago
86c1a9b
Remove MTP API marked as @removed.
by Daichi Hirono
· 9 years ago
3edcde2
Fix flakiness DocumentLoader#testCancelTask.
by Daichi Hirono
· 9 years ago
76be46f
Fix crash when deleting multiple files.
by Daichi Hirono
· 9 years ago
f4e7fa8
Use AppFuse to write document.
by Daichi Hirono
· 9 years ago
1c43162
Merge "Get object size that is more than 4GB." into nyc-dev
by Daichi Hirono
· 9 years ago
64111e0
Get object size that is more than 4GB.
by Daichi Hirono
· 9 years ago
09ece6c
Implement FUSE_WRITE command in app fuse.
by Daichi Hirono
· 9 years ago
b3383fd
Add root flag correctly.
by Daichi Hirono
· 9 years ago
678ed36
Count error document to complete adding documents to the database.
by Daichi Hirono
· 9 years ago
1360868
Merge "Add suffix number when copying a file." into nyc-dev
by Daichi Hirono
· 9 years ago
fc7fb75
Add suffix number when copying a file.
by Daichi Hirono
· 9 years ago
aa0fa38
Merge "Regard timeout as an error in the MtpDocumentsProvider test." into nyc-dev
by Daichi Hirono
· 9 years ago
acb0e27
Regard timeout as an error in the MtpDocumentsProvider test.
by Daichi Hirono
· 9 years ago
497b473
MtpDocumentsProvider returns mime type from file extension.
by Daichi Hirono
· 9 years ago
3bb37e7
Cleans up the metadata in MtpDatabase at the first launch after booting.
by Daichi Hirono
· 9 years ago
37a655a
Fix null pointer exception in DocumentLoader.
by Daichi Hirono
· 9 years ago
24ab92a
Ensure to complete background thread of PipeManager.
by Daichi Hirono
· 9 years ago
61ba923
Set document flag by referring MTP supported operations.
by Daichi Hirono
· 9 years ago
0f32537
Stops performing operations that does not supported by MTP device.
by Daichi Hirono
· 9 years ago
4e94b8d
Resolve unmapped document when the device is connected.
by Daichi Hirono
· 9 years ago
f578fa2
Update object info when writing a file.
by Daichi Hirono
· 9 years ago
ebd2405
Use device key to map device documents.
by Daichi Hirono
· 9 years ago
2965776
Add error message for locked device.
by Daichi Hirono
· 9 years ago
c18f807
Show specific error message for busy device.
by Daichi Hirono
· 9 years ago
8e87364
Keep metadata of documents as disconnected status after the device is
by Daichi Hirono
· 9 years ago
619afda
Check parent existance when adding/removing documents.
by Daichi Hirono
· 9 years ago
9fca541
Relax mapping rule to make the mapping logic simple.
by Daichi Hirono
· 9 years ago
f83ccbd
Drop device name from storage document name.
by Daichi Hirono
· 9 years ago
fda7474
Open MTP device on demand.
by Daichi Hirono
· 9 years ago
6a5ea7e
Move logic to skip single storage.
by Daichi Hirono
· 9 years ago
f11f14c
Merge "Return NULL available bytes when the MTP device is closed."
by Daichi Hirono
· 9 years ago
83983d7
Return NULL available bytes when the MTP device is closed.
by Daichi Hirono
· 9 years ago
2f310f6
Reuse buffer when reading bytes from files.
by Daichi Hirono
· 9 years ago
b36b155
Fix bugs that prevent from using AppFuse.
by Daichi Hirono
· 9 years ago
148954a
Add eventsSupported property to MtpDeviceInfo.
by Daichi Hirono
· 9 years ago
e6054c0
Fix race in AppFuseTest.
by Daichi Hirono
· 9 years ago
f52ef00
Start to use app fuse in MtpDocumentsProvider.
by Daichi Hirono
· 9 years ago
3a6212a
Clean MtpManagerTest code.
by Daichi Hirono
· 9 years ago
d426ed2
Add a test for createDocument and getPartialObject.
by Daichi Hirono
· 9 years ago
0ec4312
Merge "Remove unused lines in MtpDocumentsProvider."
by Daichi Hirono
· 9 years ago
2a9a433
Reland "Add event parameters to MtpEvent."
by Daichi Hirono
· 9 years ago
a12e7d1
Remove unused lines in MtpDocumentsProvider.
by Daichi Hirono
· 9 years ago
ab03cb1
Clean up TestUtil.
by Daichi Hirono
· 9 years ago
1d4779c
Add operationsSupported to device info.
by Daichi Hirono
· 9 years ago
af5ea38
RealDeviceTest for MTP does not need to ask device permission.
by Daichi Hirono
· 9 years ago
fff12cd
Merge "Implement FUSE operations in AppFuse JNI."
by Daichi Hirono
· 9 years ago
4c406121
Fix flakiness MtpManagerTest test.
by Daichi Hirono
· 9 years ago
cc9a7d7
Implement FUSE operations in AppFuse JNI.
by Daichi Hirono
· 9 years ago
e442872
Merge "Unmount appfuse when the device FD is closed."
by Daichi Hirono
· 9 years ago
91e3b50
Unmount appfuse when the device FD is closed.
by Daichi Hirono
· 9 years ago
6348654
Merge "Add AppFuse class and its JNI module."
by Daichi Hirono
· 9 years ago
bee50c0
Add AppFuse class and its JNI module.
by Daichi Hirono
· 9 years ago
81d4853
Show MTP device as root when it has multiple/zero storages.
by Daichi Hirono
· 9 years ago
20754c5
Store device document even if the device is not opened.
by Daichi Hirono
· 9 years ago
61e7c647
Merge "Revert "Revert "Add device document to MtpDatabase."""
by Daichi Hirono
· 9 years ago
b3fe72b
Revert "Revert "Add device document to MtpDatabase.""
by Daichi Hirono
· 9 years ago
d0be161
Merge "Revert "Add device document to MtpDatabase.""
by Daichi Hirono
· 9 years ago
b63e8c6
Revert "Add device document to MtpDatabase."
by Daichi Hirono
· 9 years ago
b702547
Merge "Add device document to MtpDatabase."
by Daichi Hirono
· 9 years ago
c0ae45b
Add device document to MtpDatabase.
by Daichi Hirono
· 9 years ago
9984ebd
Use column name instead of index in MtpDatabaseTest for readability.
by Daichi Hirono
· 9 years ago
7d0b3cd
Merge "Stop reopening MTP devices."
by Daichi Hirono
· 9 years ago
be38848
Stop reopening MTP devices.
by Daichi Hirono
· 9 years ago
42a5e0e
Merge "Integerate mapping methods for root/child documents into the same methods."
by Daichi Hirono
· 9 years ago
7a375c4
Integerate mapping methods for root/child documents into the same methods.
by Daichi Hirono
· 9 years ago
4b54e03
Add document type to MtpDatabase.
by Daichi Hirono
· 9 years ago
99b5805
Polish MtpManagerTest.
by Daichi Hirono
· 9 years ago
56e086f
Merge "Extract test utility class."
by Daichi Hirono
· 9 years ago
ed2f850
Merge "Add storage icon for MTP roots."
by Daichi Hirono
· 9 years ago
b255f58
Extract test utility class.
by Daichi Hirono
· 9 years ago
39795da
Add storage icon for MTP roots.
by Daichi Hirono
· 9 years ago
1b8f619
Merge "Handle Android M as a MTP device in MtpManagerTest."
by Daichi Hirono
· 9 years ago
f26af12
Handle Android M as a MTP device in MtpManagerTest.
by Daichi Hirono
· 9 years ago
e0282dd
Reopen MTP devices when the provider is created.
by Daichi Hirono
· 9 years ago
259ce80
Extract mapping operations to partial class of MtpDatabase.
by Daichi Hirono
· 9 years ago
9e8a4fa
Change ID format of MtpDocumentsProvider.
by Daichi Hirono
· 9 years ago
49f920f
Add new methods to MtpDatabase.
by Daichi Hirono
· 9 years ago
e1d5771
Don't close database when all devices have been detached.
by Daichi Hirono
· 9 years ago
Next »