Home
last modified time | relevance | path

Searched refs:MTP_CONNECTED (Results 1 – 1 of 1) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java3461 if (helper == null && match != VOLUMES && match != MTP_CONNECTED) { in insertInternal()
3466 SQLiteDatabase db = ((match == VOLUMES || match == MTP_CONNECTED) ? null in insertInternal()
3641 case MTP_CONNECTED: in insertInternal()
4045 } else if (match == MTP_CONNECTED) { in delete()
5633 private static final int MTP_CONNECTED = 705; field in MediaProvider
5703 URI_MATCHER.addURI("media", "*/mtp_connected", MTP_CONNECTED);