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.java3424 if (helper == null && match != VOLUMES && match != MTP_CONNECTED) { in insertInternal()
3429 SQLiteDatabase db = ((match == VOLUMES || match == MTP_CONNECTED) ? null in insertInternal()
3604 case MTP_CONNECTED: in insertInternal()
4006 } else if (match == MTP_CONNECTED) { in delete()
5560 private static final int MTP_CONNECTED = 705; field in MediaProvider
5630 URI_MATCHER.addURI("media", "*/mtp_connected", MTP_CONNECTED);