HomeSort by relevance Sort by last modified time
    Searched defs:FileNotFoundException (Results 26 - 50 of 59) sorted by null

12 3

  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpDatabase.java 44 import java.io.FileNotFoundException;
253 * @throws FileNotFoundException The given document ID is not registered in database.
256 throws FileNotFoundException {
324 * @throws FileNotFoundException
326 Identifier getParentIdentifier(String documentId) throws FileNotFoundException {
340 throw new FileNotFoundException("Cannot find a row having ID = " + documentId);
347 String getDeviceDocumentId(int deviceId) throws FileNotFoundException {
362 throw new FileNotFoundException("The device ID not found: " + deviceId);
405 * @throws FileNotFoundException
407 Identifier createIdentifier(String documentId) throws FileNotFoundException {
    [all...]
MtpDocumentsProvider.java 57 import java.io.FileNotFoundException;
169 public Cursor queryRoots(String[] projection) throws FileNotFoundException {
181 throws FileNotFoundException {
189 throw new FileNotFoundException();
214 throw new FileNotFoundException();
240 String[] projection, String sortOrder) throws FileNotFoundException {
272 throw new FileNotFoundException(exception.getMessage());
279 throws FileNotFoundException {
323 } catch (FileNotFoundException | RuntimeException error) {
336 CancellationSignal signal) throws FileNotFoundException {
    [all...]
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
MediaPreparer.java 40 import java.io.FileNotFoundException;
360 throw new FileNotFoundException();
362 } catch (FileNotFoundException e) {
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/
StubProvider.java 41 import java.io.FileNotFoundException;
153 public Cursor queryRoots(String[] projection) throws FileNotFoundException {
171 throws FileNotFoundException {
176 throw new FileNotFoundException();
191 throws FileNotFoundException {
208 throws FileNotFoundException {
212 throw new FileNotFoundException();
226 String sortOrder) throws FileNotFoundException {
232 throws FileNotFoundException {
250 throw new FileNotFoundException();
    [all...]
  /external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DeqpTestRunner.java 51 import java.io.FileNotFoundException;
    [all...]
  /frameworks/base/media/java/android/media/
ExifInterface.java 38 import java.io.FileNotFoundException;
    [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java 243 import java.io.FileNotFoundException;
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-0.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 

Completed in 342 milliseconds

12 3