Searched refs:SUPPORT_UNLOCK (Results 1 – 3 of 3) sorted by relevance
32 return super.getSupportedOperations() | SUPPORT_UNLOCK; in getSupportedOperations()
39 public static final int SUPPORT_UNLOCK = 1 << 12; field in MediaObject
1142 boolean unlock = ((supported & MediaItem.SUPPORT_UNLOCK) != 0); in onSingleTapUp()