HomeSort by relevance Sort by last modified time
    Searched refs:FLAG_SUPPORTS_REMOVE (Results 1 - 6 of 6) sorted by null

  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DocumentInfo.java 243 return (flags & Document.FLAG_SUPPORTS_REMOVE) != 0;
  /cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DocumentsClientTest.java 368 Document.FLAG_SUPPORTS_REMOVE, cursor.getInt(2));
  /cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
MyDocumentsProvider.java 161 Document.FLAG_SUPPORTS_REMOVE;
  /frameworks/base/core/java/android/provider/
DocumentsContract.java 241 * @see #FLAG_SUPPORTS_REMOVE
374 public static final int FLAG_SUPPORTS_REMOVE = 1 << 10;
    [all...]
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 37 milliseconds